MedInsuQuery.designer.cs 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class MedInsuQuery
  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 dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  43. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  44. this.tbcMain = new Sunny.UI.UITabControl();
  45. this.tabInHosPerInfoExport = new System.Windows.Forms.TabPage();
  46. this.dgvSettlRecord = new Sunny.UI.UIDataGridView();
  47. this.pgSettlRecod = new Sunny.UI.UIPagination();
  48. this.uiPanel1 = new Sunny.UI.UIPanel();
  49. this.btnClose = new Sunny.UI.UIButton();
  50. this.btnQuery = new Sunny.UI.UIButton();
  51. this.btnPrint = new Sunny.UI.UIButton();
  52. this.gbDateTime = new Sunny.UI.UIGroupBox();
  53. this.dpED = new Sunny.UI.UIDatetimePicker();
  54. this.dpST = new Sunny.UI.UIDatetimePicker();
  55. this.tP_InsuFeel = new System.Windows.Forms.TabPage();
  56. this.dgvInsuFeeUpload = new Sunny.UI.UIDataGridView();
  57. this.uiPanel2 = new Sunny.UI.UIPanel();
  58. this.cbbOverPrice = new Sunny.UI.UIComboBox();
  59. this.cbbLevel = new Sunny.UI.UIComboBox();
  60. this.uiLabel4 = new Sunny.UI.UILabel();
  61. this.uiLabel3 = new Sunny.UI.UILabel();
  62. this.tb_SettleID = new Sunny.UI.UITextBox();
  63. this.tb_InHospNo = new Sunny.UI.UITextBox();
  64. this.uiLabel2 = new Sunny.UI.UILabel();
  65. this.uiLabel1 = new Sunny.UI.UILabel();
  66. this.uiButton1 = new Sunny.UI.UIButton();
  67. this.btnOK = new Sunny.UI.UIButton();
  68. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  69. this.dt_ET = new Sunny.UI.UIDatetimePicker();
  70. this.dt_ST = new Sunny.UI.UIDatetimePicker();
  71. this.tabPage1 = new System.Windows.Forms.TabPage();
  72. this.dgvSelfFeeData = new Sunny.UI.UIDataGridView();
  73. this.uiPanel3 = new Sunny.UI.UIPanel();
  74. this.btnCancel = new Sunny.UI.UIButton();
  75. this.btnUpload = new Sunny.UI.UIButton();
  76. this.uiButton2 = new Sunny.UI.UIButton();
  77. this.btnFind = new Sunny.UI.UIButton();
  78. this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
  79. this.dpt_ET = new Sunny.UI.UIDatetimePicker();
  80. this.dpt_ST = new Sunny.UI.UIDatetimePicker();
  81. this.tbcMain.SuspendLayout();
  82. this.tabInHosPerInfoExport.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).BeginInit();
  84. this.uiPanel1.SuspendLayout();
  85. this.gbDateTime.SuspendLayout();
  86. this.tP_InsuFeel.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.dgvInsuFeeUpload)).BeginInit();
  88. this.uiPanel2.SuspendLayout();
  89. this.uiGroupBox1.SuspendLayout();
  90. this.tabPage1.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.dgvSelfFeeData)).BeginInit();
  92. this.uiPanel3.SuspendLayout();
  93. this.uiGroupBox2.SuspendLayout();
  94. this.SuspendLayout();
  95. //
  96. // tbcMain
  97. //
  98. this.tbcMain.Controls.Add(this.tabInHosPerInfoExport);
  99. this.tbcMain.Controls.Add(this.tP_InsuFeel);
  100. this.tbcMain.Controls.Add(this.tabPage1);
  101. this.tbcMain.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.tbcMain.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  103. this.tbcMain.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.tbcMain.ItemSize = new System.Drawing.Size(220, 40);
  105. this.tbcMain.Location = new System.Drawing.Point(0, 0);
  106. this.tbcMain.MainPage = "";
  107. this.tbcMain.Name = "tbcMain";
  108. this.tbcMain.SelectedIndex = 0;
  109. this.tbcMain.Size = new System.Drawing.Size(1337, 630);
  110. this.tbcMain.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  111. this.tbcMain.TabIndex = 0;
  112. this.tbcMain.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.tbcMain.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  114. //
  115. // tabInHosPerInfoExport
  116. //
  117. this.tabInHosPerInfoExport.Controls.Add(this.dgvSettlRecord);
  118. this.tabInHosPerInfoExport.Controls.Add(this.pgSettlRecod);
  119. this.tabInHosPerInfoExport.Controls.Add(this.uiPanel1);
  120. this.tabInHosPerInfoExport.Location = new System.Drawing.Point(0, 40);
  121. this.tabInHosPerInfoExport.Name = "tabInHosPerInfoExport";
  122. this.tabInHosPerInfoExport.Size = new System.Drawing.Size(1337, 590);
  123. this.tabInHosPerInfoExport.TabIndex = 0;
  124. this.tabInHosPerInfoExport.Text = "在院患者信息导出";
  125. this.tabInHosPerInfoExport.UseVisualStyleBackColor = true;
  126. //
  127. // dgvSettlRecord
  128. //
  129. this.dgvSettlRecord.AllowUserToAddRows = false;
  130. this.dgvSettlRecord.AllowUserToDeleteRows = false;
  131. dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  132. this.dgvSettlRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle21;
  133. this.dgvSettlRecord.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  134. this.dgvSettlRecord.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  135. this.dgvSettlRecord.BackgroundColor = System.Drawing.Color.White;
  136. this.dgvSettlRecord.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  137. dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  138. dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  139. dataGridViewCellStyle22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. dataGridViewCellStyle22.ForeColor = System.Drawing.Color.White;
  141. dataGridViewCellStyle22.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  142. dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  143. dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  144. this.dgvSettlRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle22;
  145. this.dgvSettlRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  146. dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  147. dataGridViewCellStyle23.BackColor = System.Drawing.SystemColors.Window;
  148. dataGridViewCellStyle23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. dataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.ControlText;
  150. dataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  151. dataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  152. dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  153. this.dgvSettlRecord.DefaultCellStyle = dataGridViewCellStyle23;
  154. this.dgvSettlRecord.Dock = System.Windows.Forms.DockStyle.Fill;
  155. this.dgvSettlRecord.EnableHeadersVisualStyles = false;
  156. this.dgvSettlRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.dgvSettlRecord.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  158. this.dgvSettlRecord.Location = new System.Drawing.Point(0, 0);
  159. this.dgvSettlRecord.Name = "dgvSettlRecord";
  160. dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  161. dataGridViewCellStyle24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  162. dataGridViewCellStyle24.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. dataGridViewCellStyle24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  164. dataGridViewCellStyle24.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  165. dataGridViewCellStyle24.SelectionForeColor = System.Drawing.Color.White;
  166. dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  167. this.dgvSettlRecord.RowHeadersDefaultCellStyle = dataGridViewCellStyle24;
  168. dataGridViewCellStyle25.BackColor = System.Drawing.Color.White;
  169. dataGridViewCellStyle25.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.dgvSettlRecord.RowsDefaultCellStyle = dataGridViewCellStyle25;
  171. this.dgvSettlRecord.RowTemplate.Height = 23;
  172. this.dgvSettlRecord.SelectedIndex = -1;
  173. this.dgvSettlRecord.Size = new System.Drawing.Size(1337, 428);
  174. this.dgvSettlRecord.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  175. this.dgvSettlRecord.TabIndex = 9;
  176. this.dgvSettlRecord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  177. //
  178. // pgSettlRecod
  179. //
  180. this.pgSettlRecod.Dock = System.Windows.Forms.DockStyle.Bottom;
  181. this.pgSettlRecod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.pgSettlRecod.Location = new System.Drawing.Point(0, 428);
  183. this.pgSettlRecod.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  184. this.pgSettlRecod.MinimumSize = new System.Drawing.Size(1, 1);
  185. this.pgSettlRecod.Name = "pgSettlRecod";
  186. this.pgSettlRecod.PagerCount = 13;
  187. this.pgSettlRecod.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  188. this.pgSettlRecod.ShowJumpButton = false;
  189. this.pgSettlRecod.ShowText = false;
  190. this.pgSettlRecod.Size = new System.Drawing.Size(1337, 31);
  191. this.pgSettlRecod.TabIndex = 8;
  192. this.pgSettlRecod.Text = "uiPagination1";
  193. this.pgSettlRecod.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  194. this.pgSettlRecod.Visible = false;
  195. this.pgSettlRecod.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  196. //
  197. // uiPanel1
  198. //
  199. this.uiPanel1.Controls.Add(this.btnClose);
  200. this.uiPanel1.Controls.Add(this.btnQuery);
  201. this.uiPanel1.Controls.Add(this.btnPrint);
  202. this.uiPanel1.Controls.Add(this.gbDateTime);
  203. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  204. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.uiPanel1.Location = new System.Drawing.Point(0, 459);
  206. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  207. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  208. this.uiPanel1.Name = "uiPanel1";
  209. this.uiPanel1.Size = new System.Drawing.Size(1337, 131);
  210. this.uiPanel1.TabIndex = 10;
  211. this.uiPanel1.Text = null;
  212. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  213. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  214. //
  215. // btnClose
  216. //
  217. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  218. this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
  219. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.btnClose.Location = new System.Drawing.Point(1196, 40);
  221. this.btnClose.MinimumSize = new System.Drawing.Size(1, 1);
  222. this.btnClose.Name = "btnClose";
  223. this.btnClose.Size = new System.Drawing.Size(134, 67);
  224. this.btnClose.TabIndex = 26;
  225. this.btnClose.Text = "退 出";
  226. this.btnClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.btnClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  228. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  229. //
  230. // btnQuery
  231. //
  232. this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  233. this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  234. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.btnQuery.Location = new System.Drawing.Point(924, 40);
  236. this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
  237. this.btnQuery.Name = "btnQuery";
  238. this.btnQuery.Size = new System.Drawing.Size(134, 67);
  239. this.btnQuery.TabIndex = 19;
  240. this.btnQuery.Text = "查 询";
  241. this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.btnQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  243. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  244. //
  245. // btnPrint
  246. //
  247. this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  248. this.btnPrint.Cursor = System.Windows.Forms.Cursors.Hand;
  249. this.btnPrint.Enabled = false;
  250. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.btnPrint.Location = new System.Drawing.Point(1060, 40);
  252. this.btnPrint.MinimumSize = new System.Drawing.Size(1, 1);
  253. this.btnPrint.Name = "btnPrint";
  254. this.btnPrint.Size = new System.Drawing.Size(134, 67);
  255. this.btnPrint.TabIndex = 18;
  256. this.btnPrint.Text = "导 出";
  257. this.btnPrint.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.btnPrint.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  259. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  260. //
  261. // gbDateTime
  262. //
  263. this.gbDateTime.Controls.Add(this.dpED);
  264. this.gbDateTime.Controls.Add(this.dpST);
  265. this.gbDateTime.Dock = System.Windows.Forms.DockStyle.Left;
  266. this.gbDateTime.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.gbDateTime.Location = new System.Drawing.Point(0, 0);
  268. this.gbDateTime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  269. this.gbDateTime.MinimumSize = new System.Drawing.Size(1, 1);
  270. this.gbDateTime.Name = "gbDateTime";
  271. this.gbDateTime.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  272. this.gbDateTime.Size = new System.Drawing.Size(260, 131);
  273. this.gbDateTime.TabIndex = 20;
  274. this.gbDateTime.Text = "起止时间";
  275. this.gbDateTime.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  276. this.gbDateTime.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  277. //
  278. // dpED
  279. //
  280. this.dpED.FillColor = System.Drawing.Color.White;
  281. this.dpED.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. this.dpED.Location = new System.Drawing.Point(29, 79);
  283. this.dpED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  284. this.dpED.MaxLength = 19;
  285. this.dpED.MinimumSize = new System.Drawing.Size(63, 0);
  286. this.dpED.Name = "dpED";
  287. this.dpED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  288. this.dpED.Size = new System.Drawing.Size(211, 29);
  289. this.dpED.SymbolDropDown = 61555;
  290. this.dpED.SymbolNormal = 61555;
  291. this.dpED.TabIndex = 1;
  292. this.dpED.Text = "2022-05-22 14:03:13";
  293. this.dpED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  294. this.dpED.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  295. this.dpED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  296. //
  297. // dpST
  298. //
  299. this.dpST.FillColor = System.Drawing.Color.White;
  300. this.dpST.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.dpST.Location = new System.Drawing.Point(29, 40);
  302. this.dpST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  303. this.dpST.MaxLength = 19;
  304. this.dpST.MinimumSize = new System.Drawing.Size(63, 0);
  305. this.dpST.Name = "dpST";
  306. this.dpST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  307. this.dpST.Size = new System.Drawing.Size(211, 29);
  308. this.dpST.SymbolDropDown = 61555;
  309. this.dpST.SymbolNormal = 61555;
  310. this.dpST.TabIndex = 0;
  311. this.dpST.Text = "2022-05-22 14:03:13";
  312. this.dpST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  313. this.dpST.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  314. this.dpST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  315. //
  316. // tP_InsuFeel
  317. //
  318. this.tP_InsuFeel.Controls.Add(this.dgvInsuFeeUpload);
  319. this.tP_InsuFeel.Controls.Add(this.uiPanel2);
  320. this.tP_InsuFeel.Location = new System.Drawing.Point(0, 40);
  321. this.tP_InsuFeel.Name = "tP_InsuFeel";
  322. this.tP_InsuFeel.Size = new System.Drawing.Size(1337, 590);
  323. this.tP_InsuFeel.TabIndex = 1;
  324. this.tP_InsuFeel.Text = "医保患者费用明细信息查询";
  325. this.tP_InsuFeel.UseVisualStyleBackColor = true;
  326. //
  327. // dgvInsuFeeUpload
  328. //
  329. this.dgvInsuFeeUpload.AllowUserToAddRows = false;
  330. this.dgvInsuFeeUpload.AllowUserToDeleteRows = false;
  331. dataGridViewCellStyle26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  332. this.dgvInsuFeeUpload.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle26;
  333. this.dgvInsuFeeUpload.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  334. this.dgvInsuFeeUpload.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  335. this.dgvInsuFeeUpload.BackgroundColor = System.Drawing.Color.White;
  336. this.dgvInsuFeeUpload.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  337. dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  338. dataGridViewCellStyle27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  339. dataGridViewCellStyle27.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. dataGridViewCellStyle27.ForeColor = System.Drawing.Color.White;
  341. dataGridViewCellStyle27.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  342. dataGridViewCellStyle27.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  343. dataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  344. this.dgvInsuFeeUpload.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle27;
  345. this.dgvInsuFeeUpload.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  346. dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  347. dataGridViewCellStyle28.BackColor = System.Drawing.SystemColors.Window;
  348. dataGridViewCellStyle28.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. dataGridViewCellStyle28.ForeColor = System.Drawing.SystemColors.ControlText;
  350. dataGridViewCellStyle28.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  351. dataGridViewCellStyle28.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  352. dataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  353. this.dgvInsuFeeUpload.DefaultCellStyle = dataGridViewCellStyle28;
  354. this.dgvInsuFeeUpload.Dock = System.Windows.Forms.DockStyle.Fill;
  355. this.dgvInsuFeeUpload.EnableHeadersVisualStyles = false;
  356. this.dgvInsuFeeUpload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  357. this.dgvInsuFeeUpload.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  358. this.dgvInsuFeeUpload.Location = new System.Drawing.Point(0, 0);
  359. this.dgvInsuFeeUpload.Name = "dgvInsuFeeUpload";
  360. dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  361. dataGridViewCellStyle29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  362. dataGridViewCellStyle29.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. dataGridViewCellStyle29.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  364. dataGridViewCellStyle29.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  365. dataGridViewCellStyle29.SelectionForeColor = System.Drawing.Color.White;
  366. dataGridViewCellStyle29.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  367. this.dgvInsuFeeUpload.RowHeadersDefaultCellStyle = dataGridViewCellStyle29;
  368. dataGridViewCellStyle30.BackColor = System.Drawing.Color.White;
  369. dataGridViewCellStyle30.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.dgvInsuFeeUpload.RowsDefaultCellStyle = dataGridViewCellStyle30;
  371. this.dgvInsuFeeUpload.RowTemplate.Height = 23;
  372. this.dgvInsuFeeUpload.SelectedIndex = -1;
  373. this.dgvInsuFeeUpload.Size = new System.Drawing.Size(1337, 475);
  374. this.dgvInsuFeeUpload.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  375. this.dgvInsuFeeUpload.TabIndex = 11;
  376. this.dgvInsuFeeUpload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  377. //
  378. // uiPanel2
  379. //
  380. this.uiPanel2.Controls.Add(this.cbbOverPrice);
  381. this.uiPanel2.Controls.Add(this.cbbLevel);
  382. this.uiPanel2.Controls.Add(this.uiLabel4);
  383. this.uiPanel2.Controls.Add(this.uiLabel3);
  384. this.uiPanel2.Controls.Add(this.tb_SettleID);
  385. this.uiPanel2.Controls.Add(this.tb_InHospNo);
  386. this.uiPanel2.Controls.Add(this.uiLabel2);
  387. this.uiPanel2.Controls.Add(this.uiLabel1);
  388. this.uiPanel2.Controls.Add(this.uiButton1);
  389. this.uiPanel2.Controls.Add(this.btnOK);
  390. this.uiPanel2.Controls.Add(this.uiGroupBox1);
  391. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  392. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  393. this.uiPanel2.Location = new System.Drawing.Point(0, 475);
  394. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  395. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  396. this.uiPanel2.Name = "uiPanel2";
  397. this.uiPanel2.Size = new System.Drawing.Size(1337, 115);
  398. this.uiPanel2.TabIndex = 12;
  399. this.uiPanel2.Text = null;
  400. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  401. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  402. //
  403. // cbbOverPrice
  404. //
  405. this.cbbOverPrice.DataSource = null;
  406. this.cbbOverPrice.FillColor = System.Drawing.Color.White;
  407. this.cbbOverPrice.FilterMaxCount = 50;
  408. this.cbbOverPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. this.cbbOverPrice.Items.AddRange(new object[] {
  410. "全部",
  411. "是",
  412. "否"});
  413. this.cbbOverPrice.Location = new System.Drawing.Point(378, 71);
  414. this.cbbOverPrice.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  415. this.cbbOverPrice.MinimumSize = new System.Drawing.Size(63, 0);
  416. this.cbbOverPrice.Name = "cbbOverPrice";
  417. this.cbbOverPrice.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  418. this.cbbOverPrice.Size = new System.Drawing.Size(196, 29);
  419. this.cbbOverPrice.TabIndex = 34;
  420. this.cbbOverPrice.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  421. this.cbbOverPrice.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  422. //
  423. // cbbLevel
  424. //
  425. this.cbbLevel.DataSource = null;
  426. this.cbbLevel.FillColor = System.Drawing.Color.White;
  427. this.cbbLevel.FilterMaxCount = 50;
  428. this.cbbLevel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  429. this.cbbLevel.Items.AddRange(new object[] {
  430. "全部",
  431. "甲类",
  432. "乙类",
  433. "丙类"});
  434. this.cbbLevel.Location = new System.Drawing.Point(378, 32);
  435. this.cbbLevel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  436. this.cbbLevel.MinimumSize = new System.Drawing.Size(63, 0);
  437. this.cbbLevel.Name = "cbbLevel";
  438. this.cbbLevel.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  439. this.cbbLevel.Size = new System.Drawing.Size(196, 29);
  440. this.cbbLevel.TabIndex = 33;
  441. this.cbbLevel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  442. this.cbbLevel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  443. //
  444. // uiLabel4
  445. //
  446. this.uiLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  447. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  448. this.uiLabel4.Location = new System.Drawing.Point(285, 74);
  449. this.uiLabel4.Name = "uiLabel4";
  450. this.uiLabel4.Size = new System.Drawing.Size(86, 23);
  451. this.uiLabel4.TabIndex = 32;
  452. this.uiLabel4.Text = "超限价:";
  453. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  454. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  455. //
  456. // uiLabel3
  457. //
  458. this.uiLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  459. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  460. this.uiLabel3.Location = new System.Drawing.Point(285, 35);
  461. this.uiLabel3.Name = "uiLabel3";
  462. this.uiLabel3.Size = new System.Drawing.Size(86, 23);
  463. this.uiLabel3.TabIndex = 31;
  464. this.uiLabel3.Text = "目录等级:";
  465. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  466. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  467. //
  468. // tb_SettleID
  469. //
  470. this.tb_SettleID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  471. this.tb_SettleID.Cursor = System.Windows.Forms.Cursors.IBeam;
  472. this.tb_SettleID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  473. this.tb_SettleID.Location = new System.Drawing.Point(707, 71);
  474. this.tb_SettleID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  475. this.tb_SettleID.MinimumSize = new System.Drawing.Size(1, 16);
  476. this.tb_SettleID.Name = "tb_SettleID";
  477. this.tb_SettleID.ShowText = false;
  478. this.tb_SettleID.Size = new System.Drawing.Size(199, 29);
  479. this.tb_SettleID.TabIndex = 30;
  480. this.tb_SettleID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  481. this.tb_SettleID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  482. //
  483. // tb_InHospNo
  484. //
  485. this.tb_InHospNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  486. this.tb_InHospNo.Cursor = System.Windows.Forms.Cursors.IBeam;
  487. this.tb_InHospNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.tb_InHospNo.Location = new System.Drawing.Point(707, 32);
  489. this.tb_InHospNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  490. this.tb_InHospNo.MinimumSize = new System.Drawing.Size(1, 16);
  491. this.tb_InHospNo.Name = "tb_InHospNo";
  492. this.tb_InHospNo.ShowText = false;
  493. this.tb_InHospNo.Size = new System.Drawing.Size(199, 29);
  494. this.tb_InHospNo.TabIndex = 29;
  495. this.tb_InHospNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  496. this.tb_InHospNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  497. //
  498. // uiLabel2
  499. //
  500. this.uiLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  501. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  502. this.uiLabel2.Location = new System.Drawing.Point(605, 74);
  503. this.uiLabel2.Name = "uiLabel2";
  504. this.uiLabel2.Size = new System.Drawing.Size(98, 23);
  505. this.uiLabel2.TabIndex = 28;
  506. this.uiLabel2.Text = "医保结算ID:";
  507. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  508. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  509. //
  510. // uiLabel1
  511. //
  512. this.uiLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  513. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  514. this.uiLabel1.Location = new System.Drawing.Point(605, 35);
  515. this.uiLabel1.Name = "uiLabel1";
  516. this.uiLabel1.Size = new System.Drawing.Size(98, 23);
  517. this.uiLabel1.TabIndex = 27;
  518. this.uiLabel1.Text = "HIS结算ID:";
  519. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  520. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  521. //
  522. // uiButton1
  523. //
  524. this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  525. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  526. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  527. this.uiButton1.Location = new System.Drawing.Point(1195, 26);
  528. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  529. this.uiButton1.Name = "uiButton1";
  530. this.uiButton1.Size = new System.Drawing.Size(134, 67);
  531. this.uiButton1.TabIndex = 26;
  532. this.uiButton1.Text = "退 出";
  533. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  534. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  535. this.uiButton1.Click += new System.EventHandler(this.btnClose_Click);
  536. //
  537. // btnOK
  538. //
  539. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  540. this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
  541. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  542. this.btnOK.Location = new System.Drawing.Point(1054, 26);
  543. this.btnOK.MinimumSize = new System.Drawing.Size(1, 1);
  544. this.btnOK.Name = "btnOK";
  545. this.btnOK.Size = new System.Drawing.Size(134, 67);
  546. this.btnOK.TabIndex = 19;
  547. this.btnOK.Text = "查 询";
  548. this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  549. this.btnOK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  550. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  551. //
  552. // uiGroupBox1
  553. //
  554. this.uiGroupBox1.Controls.Add(this.dt_ET);
  555. this.uiGroupBox1.Controls.Add(this.dt_ST);
  556. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
  557. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  558. this.uiGroupBox1.Location = new System.Drawing.Point(0, 0);
  559. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  560. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  561. this.uiGroupBox1.Name = "uiGroupBox1";
  562. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  563. this.uiGroupBox1.Size = new System.Drawing.Size(260, 115);
  564. this.uiGroupBox1.TabIndex = 20;
  565. this.uiGroupBox1.Text = "起止时间";
  566. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  567. this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  568. //
  569. // dt_ET
  570. //
  571. this.dt_ET.FillColor = System.Drawing.Color.White;
  572. this.dt_ET.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  573. this.dt_ET.Location = new System.Drawing.Point(29, 71);
  574. this.dt_ET.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  575. this.dt_ET.MaxLength = 19;
  576. this.dt_ET.MinimumSize = new System.Drawing.Size(63, 0);
  577. this.dt_ET.Name = "dt_ET";
  578. this.dt_ET.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  579. this.dt_ET.Size = new System.Drawing.Size(211, 29);
  580. this.dt_ET.SymbolDropDown = 61555;
  581. this.dt_ET.SymbolNormal = 61555;
  582. this.dt_ET.TabIndex = 1;
  583. this.dt_ET.Text = "2022-05-22 14:03:13";
  584. this.dt_ET.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  585. this.dt_ET.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  586. this.dt_ET.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  587. //
  588. // dt_ST
  589. //
  590. this.dt_ST.FillColor = System.Drawing.Color.White;
  591. this.dt_ST.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  592. this.dt_ST.Location = new System.Drawing.Point(29, 32);
  593. this.dt_ST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  594. this.dt_ST.MaxLength = 19;
  595. this.dt_ST.MinimumSize = new System.Drawing.Size(63, 0);
  596. this.dt_ST.Name = "dt_ST";
  597. this.dt_ST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  598. this.dt_ST.Size = new System.Drawing.Size(211, 29);
  599. this.dt_ST.SymbolDropDown = 61555;
  600. this.dt_ST.SymbolNormal = 61555;
  601. this.dt_ST.TabIndex = 0;
  602. this.dt_ST.Text = "2022-05-22 14:03:13";
  603. this.dt_ST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  604. this.dt_ST.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  605. this.dt_ST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  606. //
  607. // tabPage1
  608. //
  609. this.tabPage1.Controls.Add(this.dgvSelfFeeData);
  610. this.tabPage1.Controls.Add(this.uiPanel3);
  611. this.tabPage1.Location = new System.Drawing.Point(0, 40);
  612. this.tabPage1.Name = "tabPage1";
  613. this.tabPage1.Size = new System.Drawing.Size(1337, 590);
  614. this.tabPage1.TabIndex = 2;
  615. this.tabPage1.Text = "自费患者费用信息上传";
  616. this.tabPage1.UseVisualStyleBackColor = true;
  617. //
  618. // dgvSelfFeeData
  619. //
  620. this.dgvSelfFeeData.AllowUserToAddRows = false;
  621. this.dgvSelfFeeData.AllowUserToDeleteRows = false;
  622. dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  623. this.dgvSelfFeeData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
  624. this.dgvSelfFeeData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  625. this.dgvSelfFeeData.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  626. this.dgvSelfFeeData.BackgroundColor = System.Drawing.Color.White;
  627. this.dgvSelfFeeData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  628. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  629. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  630. dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  631. dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
  632. dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  633. dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  634. dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  635. this.dgvSelfFeeData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
  636. this.dgvSelfFeeData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  637. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  638. dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Window;
  639. dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  640. dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.ControlText;
  641. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  642. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  643. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  644. this.dgvSelfFeeData.DefaultCellStyle = dataGridViewCellStyle18;
  645. this.dgvSelfFeeData.Dock = System.Windows.Forms.DockStyle.Fill;
  646. this.dgvSelfFeeData.EnableHeadersVisualStyles = false;
  647. this.dgvSelfFeeData.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  648. this.dgvSelfFeeData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  649. this.dgvSelfFeeData.Location = new System.Drawing.Point(0, 0);
  650. this.dgvSelfFeeData.Name = "dgvSelfFeeData";
  651. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  652. dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  653. dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  654. dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  655. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  656. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.White;
  657. dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  658. this.dgvSelfFeeData.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
  659. dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
  660. dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  661. this.dgvSelfFeeData.RowsDefaultCellStyle = dataGridViewCellStyle20;
  662. this.dgvSelfFeeData.RowTemplate.Height = 23;
  663. this.dgvSelfFeeData.SelectedIndex = -1;
  664. this.dgvSelfFeeData.Size = new System.Drawing.Size(1337, 475);
  665. this.dgvSelfFeeData.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  666. this.dgvSelfFeeData.TabIndex = 13;
  667. this.dgvSelfFeeData.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  668. //
  669. // uiPanel3
  670. //
  671. this.uiPanel3.Controls.Add(this.btnCancel);
  672. this.uiPanel3.Controls.Add(this.btnUpload);
  673. this.uiPanel3.Controls.Add(this.uiButton2);
  674. this.uiPanel3.Controls.Add(this.btnFind);
  675. this.uiPanel3.Controls.Add(this.uiGroupBox2);
  676. this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  677. this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  678. this.uiPanel3.Location = new System.Drawing.Point(0, 475);
  679. this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  680. this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
  681. this.uiPanel3.Name = "uiPanel3";
  682. this.uiPanel3.Size = new System.Drawing.Size(1337, 115);
  683. this.uiPanel3.TabIndex = 14;
  684. this.uiPanel3.Text = null;
  685. this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  686. this.uiPanel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  687. //
  688. // btnCancel
  689. //
  690. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  691. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  692. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  693. this.btnCancel.Location = new System.Drawing.Point(1064, 26);
  694. this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
  695. this.btnCancel.Name = "btnCancel";
  696. this.btnCancel.Size = new System.Drawing.Size(132, 67);
  697. this.btnCancel.TabIndex = 35;
  698. this.btnCancel.Text = "撤 销";
  699. this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  700. this.btnCancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  701. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  702. //
  703. // btnUpload
  704. //
  705. this.btnUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  706. this.btnUpload.Cursor = System.Windows.Forms.Cursors.Hand;
  707. this.btnUpload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  708. this.btnUpload.Location = new System.Drawing.Point(930, 26);
  709. this.btnUpload.MinimumSize = new System.Drawing.Size(1, 1);
  710. this.btnUpload.Name = "btnUpload";
  711. this.btnUpload.Size = new System.Drawing.Size(132, 67);
  712. this.btnUpload.TabIndex = 34;
  713. this.btnUpload.Text = "上 传";
  714. this.btnUpload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  715. this.btnUpload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  716. this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
  717. //
  718. // uiButton2
  719. //
  720. this.uiButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  721. this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
  722. this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  723. this.uiButton2.Location = new System.Drawing.Point(1198, 26);
  724. this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
  725. this.uiButton2.Name = "uiButton2";
  726. this.uiButton2.Size = new System.Drawing.Size(132, 67);
  727. this.uiButton2.TabIndex = 26;
  728. this.uiButton2.Text = "退 出";
  729. this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  730. this.uiButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  731. this.uiButton2.Click += new System.EventHandler(this.btnClose_Click);
  732. //
  733. // btnFind
  734. //
  735. this.btnFind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  736. this.btnFind.Cursor = System.Windows.Forms.Cursors.Hand;
  737. this.btnFind.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  738. this.btnFind.Location = new System.Drawing.Point(796, 26);
  739. this.btnFind.MinimumSize = new System.Drawing.Size(1, 1);
  740. this.btnFind.Name = "btnFind";
  741. this.btnFind.Size = new System.Drawing.Size(132, 67);
  742. this.btnFind.TabIndex = 19;
  743. this.btnFind.Text = "查 询";
  744. this.btnFind.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  745. this.btnFind.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  746. this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
  747. //
  748. // uiGroupBox2
  749. //
  750. this.uiGroupBox2.Controls.Add(this.dpt_ET);
  751. this.uiGroupBox2.Controls.Add(this.dpt_ST);
  752. this.uiGroupBox2.Dock = System.Windows.Forms.DockStyle.Left;
  753. this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  754. this.uiGroupBox2.Location = new System.Drawing.Point(0, 0);
  755. this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  756. this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
  757. this.uiGroupBox2.Name = "uiGroupBox2";
  758. this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  759. this.uiGroupBox2.Size = new System.Drawing.Size(260, 115);
  760. this.uiGroupBox2.TabIndex = 20;
  761. this.uiGroupBox2.Text = "起止时间";
  762. this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  763. this.uiGroupBox2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  764. //
  765. // dpt_ET
  766. //
  767. this.dpt_ET.FillColor = System.Drawing.Color.White;
  768. this.dpt_ET.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  769. this.dpt_ET.Location = new System.Drawing.Point(29, 71);
  770. this.dpt_ET.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  771. this.dpt_ET.MaxLength = 19;
  772. this.dpt_ET.MinimumSize = new System.Drawing.Size(63, 0);
  773. this.dpt_ET.Name = "dpt_ET";
  774. this.dpt_ET.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  775. this.dpt_ET.Size = new System.Drawing.Size(211, 29);
  776. this.dpt_ET.SymbolDropDown = 61555;
  777. this.dpt_ET.SymbolNormal = 61555;
  778. this.dpt_ET.TabIndex = 1;
  779. this.dpt_ET.Text = "2024-11-30 23:59:00";
  780. this.dpt_ET.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  781. this.dpt_ET.Value = new System.DateTime(2024, 11, 30, 23, 59, 0, 0);
  782. this.dpt_ET.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  783. //
  784. // dpt_ST
  785. //
  786. this.dpt_ST.FillColor = System.Drawing.Color.White;
  787. this.dpt_ST.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  788. this.dpt_ST.Location = new System.Drawing.Point(29, 32);
  789. this.dpt_ST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  790. this.dpt_ST.MaxLength = 19;
  791. this.dpt_ST.MinimumSize = new System.Drawing.Size(63, 0);
  792. this.dpt_ST.Name = "dpt_ST";
  793. this.dpt_ST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  794. this.dpt_ST.Size = new System.Drawing.Size(211, 29);
  795. this.dpt_ST.SymbolDropDown = 61555;
  796. this.dpt_ST.SymbolNormal = 61555;
  797. this.dpt_ST.TabIndex = 0;
  798. this.dpt_ST.Text = "2024-11-01 00:00:00";
  799. this.dpt_ST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  800. this.dpt_ST.Value = new System.DateTime(2024, 11, 1, 0, 0, 0, 0);
  801. this.dpt_ST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  802. //
  803. // MedInsuQuery
  804. //
  805. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  806. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  807. this.ClientSize = new System.Drawing.Size(1337, 630);
  808. this.Controls.Add(this.tbcMain);
  809. this.Name = "MedInsuQuery";
  810. this.Text = "医保查询";
  811. this.Load += new System.EventHandler(this.MedInsuQuery_Load);
  812. this.tbcMain.ResumeLayout(false);
  813. this.tabInHosPerInfoExport.ResumeLayout(false);
  814. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).EndInit();
  815. this.uiPanel1.ResumeLayout(false);
  816. this.gbDateTime.ResumeLayout(false);
  817. this.tP_InsuFeel.ResumeLayout(false);
  818. ((System.ComponentModel.ISupportInitialize)(this.dgvInsuFeeUpload)).EndInit();
  819. this.uiPanel2.ResumeLayout(false);
  820. this.uiGroupBox1.ResumeLayout(false);
  821. this.tabPage1.ResumeLayout(false);
  822. ((System.ComponentModel.ISupportInitialize)(this.dgvSelfFeeData)).EndInit();
  823. this.uiPanel3.ResumeLayout(false);
  824. this.uiGroupBox2.ResumeLayout(false);
  825. this.ResumeLayout(false);
  826. }
  827. #endregion
  828. private Sunny.UI.UITabControl tbcMain;
  829. private System.Windows.Forms.TabPage tabInHosPerInfoExport;
  830. public Sunny.UI.UIDataGridView dgvSettlRecord;
  831. private Sunny.UI.UIPagination pgSettlRecod;
  832. private Sunny.UI.UIPanel uiPanel1;
  833. private Sunny.UI.UIButton btnClose;
  834. private Sunny.UI.UIButton btnQuery;
  835. private Sunny.UI.UIButton btnPrint;
  836. private Sunny.UI.UIGroupBox gbDateTime;
  837. private Sunny.UI.UIDatetimePicker dpED;
  838. private Sunny.UI.UIDatetimePicker dpST;
  839. private System.Windows.Forms.TabPage tP_InsuFeel;
  840. public Sunny.UI.UIDataGridView dgvInsuFeeUpload;
  841. private Sunny.UI.UIPanel uiPanel2;
  842. private Sunny.UI.UIButton uiButton1;
  843. private Sunny.UI.UIButton btnOK;
  844. private Sunny.UI.UIGroupBox uiGroupBox1;
  845. private Sunny.UI.UIDatetimePicker dt_ET;
  846. private Sunny.UI.UIDatetimePicker dt_ST;
  847. private Sunny.UI.UITextBox tb_SettleID;
  848. private Sunny.UI.UITextBox tb_InHospNo;
  849. private Sunny.UI.UILabel uiLabel2;
  850. private Sunny.UI.UILabel uiLabel1;
  851. private Sunny.UI.UIComboBox cbbOverPrice;
  852. private Sunny.UI.UIComboBox cbbLevel;
  853. private Sunny.UI.UILabel uiLabel4;
  854. private Sunny.UI.UILabel uiLabel3;
  855. private System.Windows.Forms.TabPage tabPage1;
  856. public Sunny.UI.UIDataGridView dgvSelfFeeData;
  857. private Sunny.UI.UIPanel uiPanel3;
  858. private Sunny.UI.UIButton btnCancel;
  859. private Sunny.UI.UIButton btnUpload;
  860. private Sunny.UI.UIButton uiButton2;
  861. private Sunny.UI.UIButton btnFind;
  862. private Sunny.UI.UIGroupBox uiGroupBox2;
  863. private Sunny.UI.UIDatetimePicker dpt_ET;
  864. private Sunny.UI.UIDatetimePicker dpt_ST;
  865. }
  866. }