SettlementChecklist.designer1.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. namespace MedicalInsurance.Forms
  2. {
  3. partial class SettlementChecklist
  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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.dgvSettlRecord = new Sunny.UI.UIDataGridView();
  35. this.pgSettlRecod = new Sunny.UI.UIPagination();
  36. this.uiPanel1 = new Sunny.UI.UIPanel();
  37. this.gbExactLocate = new Sunny.UI.UIGroupBox();
  38. this.tbHisNO = new Sunny.UI.UITextBox();
  39. this.tbPatSettlID = new Sunny.UI.UITextBox();
  40. this.tbName = new Sunny.UI.UITextBox();
  41. this.gbInterface = new Sunny.UI.UIGroupBox();
  42. this.cbxInterface = new Sunny.UI.UIComboBox();
  43. this.btnQuery = new Sunny.UI.UIButton();
  44. this.btnDownload = new Sunny.UI.UIButton();
  45. this.gbType = new Sunny.UI.UIRadioButtonGroup();
  46. this.gbDateTime = new Sunny.UI.UIGroupBox();
  47. this.dpED = new Sunny.UI.UIDatetimePicker();
  48. this.dpST = new Sunny.UI.UIDatetimePicker();
  49. this.panel1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).BeginInit();
  51. this.uiPanel1.SuspendLayout();
  52. this.gbExactLocate.SuspendLayout();
  53. this.gbInterface.SuspendLayout();
  54. this.gbDateTime.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // panel1
  58. //
  59. this.panel1.Controls.Add(this.dgvSettlRecord);
  60. this.panel1.Controls.Add(this.pgSettlRecod);
  61. this.panel1.Controls.Add(this.uiPanel1);
  62. this.panel1.Location = new System.Drawing.Point(0, 0);
  63. this.panel1.Name = "panel1";
  64. this.panel1.Size = new System.Drawing.Size(1180, 557);
  65. this.panel1.TabIndex = 1;
  66. //
  67. // dgvSettlRecord
  68. //
  69. this.dgvSettlRecord.AllowUserToAddRows = false;
  70. this.dgvSettlRecord.AllowUserToDeleteRows = false;
  71. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  72. this.dgvSettlRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  73. this.dgvSettlRecord.BackgroundColor = System.Drawing.Color.White;
  74. this.dgvSettlRecord.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  75. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  76. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  77. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  79. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  80. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  81. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  82. this.dgvSettlRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  83. this.dgvSettlRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  84. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  85. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  86. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  88. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  89. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  90. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  91. this.dgvSettlRecord.DefaultCellStyle = dataGridViewCellStyle8;
  92. this.dgvSettlRecord.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.dgvSettlRecord.EnableHeadersVisualStyles = false;
  94. this.dgvSettlRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.dgvSettlRecord.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  96. this.dgvSettlRecord.Location = new System.Drawing.Point(0, 0);
  97. this.dgvSettlRecord.Name = "dgvSettlRecord";
  98. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  99. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  100. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  102. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  103. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
  104. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  105. this.dgvSettlRecord.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  106. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  107. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.dgvSettlRecord.RowsDefaultCellStyle = dataGridViewCellStyle10;
  109. this.dgvSettlRecord.RowTemplate.Height = 23;
  110. this.dgvSettlRecord.SelectedIndex = -1;
  111. this.dgvSettlRecord.Size = new System.Drawing.Size(1180, 404);
  112. this.dgvSettlRecord.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  113. this.dgvSettlRecord.TabIndex = 3;
  114. this.dgvSettlRecord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  115. //
  116. // pgSettlRecod
  117. //
  118. this.pgSettlRecod.Dock = System.Windows.Forms.DockStyle.Bottom;
  119. this.pgSettlRecod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.pgSettlRecod.Location = new System.Drawing.Point(0, 404);
  121. this.pgSettlRecod.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  122. this.pgSettlRecod.MinimumSize = new System.Drawing.Size(1, 1);
  123. this.pgSettlRecod.Name = "pgSettlRecod";
  124. this.pgSettlRecod.PagerCount = 5;
  125. this.pgSettlRecod.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  126. this.pgSettlRecod.ShowJumpButton = false;
  127. this.pgSettlRecod.ShowText = false;
  128. this.pgSettlRecod.Size = new System.Drawing.Size(1180, 31);
  129. this.pgSettlRecod.TabIndex = 2;
  130. this.pgSettlRecod.Text = "uiPagination1";
  131. this.pgSettlRecod.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  132. this.pgSettlRecod.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  133. //
  134. // uiPanel1
  135. //
  136. this.uiPanel1.Controls.Add(this.gbExactLocate);
  137. this.uiPanel1.Controls.Add(this.gbInterface);
  138. this.uiPanel1.Controls.Add(this.btnQuery);
  139. this.uiPanel1.Controls.Add(this.btnDownload);
  140. this.uiPanel1.Controls.Add(this.gbType);
  141. this.uiPanel1.Controls.Add(this.gbDateTime);
  142. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  143. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.uiPanel1.Location = new System.Drawing.Point(0, 435);
  145. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  146. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  147. this.uiPanel1.Name = "uiPanel1";
  148. this.uiPanel1.Size = new System.Drawing.Size(1180, 122);
  149. this.uiPanel1.TabIndex = 4;
  150. this.uiPanel1.Text = null;
  151. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  152. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  153. //
  154. // gbExactLocate
  155. //
  156. this.gbExactLocate.Controls.Add(this.tbHisNO);
  157. this.gbExactLocate.Controls.Add(this.tbPatSettlID);
  158. this.gbExactLocate.Controls.Add(this.tbName);
  159. this.gbExactLocate.Dock = System.Windows.Forms.DockStyle.Left;
  160. this.gbExactLocate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.gbExactLocate.Location = new System.Drawing.Point(468, 0);
  162. this.gbExactLocate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  163. this.gbExactLocate.MinimumSize = new System.Drawing.Size(1, 1);
  164. this.gbExactLocate.Name = "gbExactLocate";
  165. this.gbExactLocate.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  166. this.gbExactLocate.Size = new System.Drawing.Size(184, 122);
  167. this.gbExactLocate.TabIndex = 23;
  168. this.gbExactLocate.Text = "精确定位";
  169. this.gbExactLocate.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  170. this.gbExactLocate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  171. //
  172. // tbHisNO
  173. //
  174. this.tbHisNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  175. this.tbHisNO.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.tbHisNO.Location = new System.Drawing.Point(8, 93);
  177. this.tbHisNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  178. this.tbHisNO.MinimumSize = new System.Drawing.Size(1, 16);
  179. this.tbHisNO.Name = "tbHisNO";
  180. this.tbHisNO.ShowText = false;
  181. this.tbHisNO.Size = new System.Drawing.Size(164, 24);
  182. this.tbHisNO.TabIndex = 3;
  183. this.tbHisNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  184. this.tbHisNO.Watermark = "患者卡号";
  185. this.tbHisNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  186. //
  187. // tbPatSettlID
  188. //
  189. this.tbPatSettlID.Cursor = System.Windows.Forms.Cursors.IBeam;
  190. this.tbPatSettlID.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.tbPatSettlID.Location = new System.Drawing.Point(8, 62);
  192. this.tbPatSettlID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  193. this.tbPatSettlID.MinimumSize = new System.Drawing.Size(1, 16);
  194. this.tbPatSettlID.Name = "tbPatSettlID";
  195. this.tbPatSettlID.ShowText = false;
  196. this.tbPatSettlID.Size = new System.Drawing.Size(164, 24);
  197. this.tbPatSettlID.TabIndex = 2;
  198. this.tbPatSettlID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  199. this.tbPatSettlID.Watermark = "结算编号";
  200. this.tbPatSettlID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  201. //
  202. // tbName
  203. //
  204. this.tbName.Cursor = System.Windows.Forms.Cursors.IBeam;
  205. this.tbName.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.tbName.Location = new System.Drawing.Point(8, 31);
  207. this.tbName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  208. this.tbName.MinimumSize = new System.Drawing.Size(1, 16);
  209. this.tbName.Name = "tbName";
  210. this.tbName.ShowText = false;
  211. this.tbName.Size = new System.Drawing.Size(164, 24);
  212. this.tbName.TabIndex = 1;
  213. this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  214. this.tbName.Watermark = "姓名";
  215. this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  216. //
  217. // gbInterface
  218. //
  219. this.gbInterface.Controls.Add(this.cbxInterface);
  220. this.gbInterface.Dock = System.Windows.Forms.DockStyle.Left;
  221. this.gbInterface.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.gbInterface.Location = new System.Drawing.Point(314, 0);
  223. this.gbInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  224. this.gbInterface.MinimumSize = new System.Drawing.Size(1, 1);
  225. this.gbInterface.Name = "gbInterface";
  226. this.gbInterface.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  227. this.gbInterface.Size = new System.Drawing.Size(154, 122);
  228. this.gbInterface.TabIndex = 22;
  229. this.gbInterface.Text = "接口选择";
  230. this.gbInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  231. this.gbInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  232. //
  233. // cbxInterface
  234. //
  235. this.cbxInterface.DataSource = null;
  236. this.cbxInterface.FillColor = System.Drawing.Color.White;
  237. this.cbxInterface.FilterMaxCount = 50;
  238. this.cbxInterface.Font = new System.Drawing.Font("新宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.cbxInterface.Location = new System.Drawing.Point(6, 37);
  240. this.cbxInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  241. this.cbxInterface.MinimumSize = new System.Drawing.Size(63, 0);
  242. this.cbxInterface.Name = "cbxInterface";
  243. this.cbxInterface.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  244. this.cbxInterface.Size = new System.Drawing.Size(134, 23);
  245. this.cbxInterface.TabIndex = 0;
  246. this.cbxInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  247. this.cbxInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  248. //
  249. // btnQuery
  250. //
  251. this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  252. this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  253. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.btnQuery.Location = new System.Drawing.Point(977, 37);
  255. this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
  256. this.btnQuery.Name = "btnQuery";
  257. this.btnQuery.Size = new System.Drawing.Size(67, 32);
  258. this.btnQuery.TabIndex = 19;
  259. this.btnQuery.Text = "查询";
  260. this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. this.btnQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  262. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click_1);
  263. //
  264. // btnDownload
  265. //
  266. this.btnDownload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  267. this.btnDownload.Cursor = System.Windows.Forms.Cursors.Hand;
  268. this.btnDownload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.btnDownload.Location = new System.Drawing.Point(1070, 37);
  270. this.btnDownload.MinimumSize = new System.Drawing.Size(1, 1);
  271. this.btnDownload.Name = "btnDownload";
  272. this.btnDownload.Size = new System.Drawing.Size(67, 32);
  273. this.btnDownload.TabIndex = 18;
  274. this.btnDownload.Text = "打印";
  275. this.btnDownload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.btnDownload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  277. this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
  278. //
  279. // gbType
  280. //
  281. this.gbType.Dock = System.Windows.Forms.DockStyle.Left;
  282. this.gbType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  283. this.gbType.Items.AddRange(new object[] {
  284. "门诊",
  285. "住院"});
  286. this.gbType.Location = new System.Drawing.Point(226, 0);
  287. this.gbType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  288. this.gbType.MinimumSize = new System.Drawing.Size(1, 1);
  289. this.gbType.Name = "gbType";
  290. this.gbType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  291. this.gbType.Size = new System.Drawing.Size(88, 122);
  292. this.gbType.TabIndex = 21;
  293. this.gbType.Text = "类型";
  294. this.gbType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  295. this.gbType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  296. //
  297. // gbDateTime
  298. //
  299. this.gbDateTime.Controls.Add(this.dpED);
  300. this.gbDateTime.Controls.Add(this.dpST);
  301. this.gbDateTime.Dock = System.Windows.Forms.DockStyle.Left;
  302. this.gbDateTime.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.gbDateTime.Location = new System.Drawing.Point(0, 0);
  304. this.gbDateTime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  305. this.gbDateTime.MinimumSize = new System.Drawing.Size(1, 1);
  306. this.gbDateTime.Name = "gbDateTime";
  307. this.gbDateTime.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  308. this.gbDateTime.Size = new System.Drawing.Size(226, 122);
  309. this.gbDateTime.TabIndex = 20;
  310. this.gbDateTime.Text = "起止时间";
  311. this.gbDateTime.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  312. this.gbDateTime.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  313. //
  314. // dpED
  315. //
  316. this.dpED.FillColor = System.Drawing.Color.White;
  317. this.dpED.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.dpED.Location = new System.Drawing.Point(13, 70);
  319. this.dpED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  320. this.dpED.MaxLength = 19;
  321. this.dpED.MinimumSize = new System.Drawing.Size(63, 0);
  322. this.dpED.Name = "dpED";
  323. this.dpED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  324. this.dpED.Size = new System.Drawing.Size(200, 29);
  325. this.dpED.SymbolDropDown = 61555;
  326. this.dpED.SymbolNormal = 61555;
  327. this.dpED.TabIndex = 1;
  328. this.dpED.Text = "2022-05-22 14:03:13";
  329. this.dpED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  330. this.dpED.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  331. this.dpED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  332. //
  333. // dpST
  334. //
  335. this.dpST.FillColor = System.Drawing.Color.White;
  336. this.dpST.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.dpST.Location = new System.Drawing.Point(13, 31);
  338. this.dpST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  339. this.dpST.MaxLength = 19;
  340. this.dpST.MinimumSize = new System.Drawing.Size(63, 0);
  341. this.dpST.Name = "dpST";
  342. this.dpST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  343. this.dpST.Size = new System.Drawing.Size(200, 29);
  344. this.dpST.SymbolDropDown = 61555;
  345. this.dpST.SymbolNormal = 61555;
  346. this.dpST.TabIndex = 0;
  347. this.dpST.Text = "2022-05-22 14:03:13";
  348. this.dpST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  349. this.dpST.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  350. this.dpST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  351. //
  352. // SettlementChecklist
  353. //
  354. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  355. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  356. this.ClientSize = new System.Drawing.Size(1180, 561);
  357. this.Controls.Add(this.panel1);
  358. this.Name = "SettlementChecklist";
  359. this.Text = "结算单打印";
  360. this.Load += new System.EventHandler(this.SettlementChecklist_Load);
  361. this.panel1.ResumeLayout(false);
  362. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).EndInit();
  363. this.uiPanel1.ResumeLayout(false);
  364. this.gbExactLocate.ResumeLayout(false);
  365. this.gbInterface.ResumeLayout(false);
  366. this.gbDateTime.ResumeLayout(false);
  367. this.ResumeLayout(false);
  368. }
  369. #endregion
  370. private System.Windows.Forms.Panel panel1;
  371. private Sunny.UI.UIDataGridView dgvSettlRecord;
  372. private Sunny.UI.UIPagination pgSettlRecod;
  373. private Sunny.UI.UIPanel uiPanel1;
  374. private Sunny.UI.UIGroupBox gbExactLocate;
  375. private Sunny.UI.UITextBox tbHisNO;
  376. private Sunny.UI.UITextBox tbPatSettlID;
  377. private Sunny.UI.UITextBox tbName;
  378. private Sunny.UI.UIGroupBox gbInterface;
  379. private Sunny.UI.UIComboBox cbxInterface;
  380. private Sunny.UI.UIButton btnQuery;
  381. private Sunny.UI.UIButton btnDownload;
  382. private Sunny.UI.UIRadioButtonGroup gbType;
  383. private Sunny.UI.UIGroupBox gbDateTime;
  384. private Sunny.UI.UIDatetimePicker dpED;
  385. private Sunny.UI.UIDatetimePicker dpST;
  386. }
  387. }