MedInsuQuery.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.tbcMain = new Sunny.UI.UITabControl();
  35. this.tabInHosPerInfoExport = new System.Windows.Forms.TabPage();
  36. this.dgvSettlRecord = new Sunny.UI.UIDataGridView();
  37. this.pgSettlRecod = new Sunny.UI.UIPagination();
  38. this.uiPanel1 = new Sunny.UI.UIPanel();
  39. this.btnClose = new Sunny.UI.UIButton();
  40. this.btnQuery = new Sunny.UI.UIButton();
  41. this.btnPrint = new Sunny.UI.UIButton();
  42. this.gbDateTime = new Sunny.UI.UIGroupBox();
  43. this.dpED = new Sunny.UI.UIDatetimePicker();
  44. this.dpST = new Sunny.UI.UIDatetimePicker();
  45. this.tbcMain.SuspendLayout();
  46. this.tabInHosPerInfoExport.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).BeginInit();
  48. this.uiPanel1.SuspendLayout();
  49. this.gbDateTime.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // tbcMain
  53. //
  54. this.tbcMain.Controls.Add(this.tabInHosPerInfoExport);
  55. this.tbcMain.Dock = System.Windows.Forms.DockStyle.Fill;
  56. this.tbcMain.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  57. this.tbcMain.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.tbcMain.ItemSize = new System.Drawing.Size(150, 40);
  59. this.tbcMain.Location = new System.Drawing.Point(0, 0);
  60. this.tbcMain.MainPage = "";
  61. this.tbcMain.Name = "tbcMain";
  62. this.tbcMain.SelectedIndex = 0;
  63. this.tbcMain.Size = new System.Drawing.Size(1337, 630);
  64. this.tbcMain.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  65. this.tbcMain.TabIndex = 0;
  66. this.tbcMain.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.tbcMain.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  68. //
  69. // tabInHosPerInfoExport
  70. //
  71. this.tabInHosPerInfoExport.Controls.Add(this.dgvSettlRecord);
  72. this.tabInHosPerInfoExport.Controls.Add(this.pgSettlRecod);
  73. this.tabInHosPerInfoExport.Controls.Add(this.uiPanel1);
  74. this.tabInHosPerInfoExport.Location = new System.Drawing.Point(0, 40);
  75. this.tabInHosPerInfoExport.Name = "tabInHosPerInfoExport";
  76. this.tabInHosPerInfoExport.Size = new System.Drawing.Size(1337, 590);
  77. this.tabInHosPerInfoExport.TabIndex = 0;
  78. this.tabInHosPerInfoExport.Text = "在院患者信息导出";
  79. this.tabInHosPerInfoExport.UseVisualStyleBackColor = true;
  80. //
  81. // dgvSettlRecord
  82. //
  83. this.dgvSettlRecord.AllowUserToAddRows = false;
  84. this.dgvSettlRecord.AllowUserToDeleteRows = false;
  85. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  86. this.dgvSettlRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  87. this.dgvSettlRecord.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  88. this.dgvSettlRecord.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  89. this.dgvSettlRecord.BackgroundColor = System.Drawing.Color.White;
  90. this.dgvSettlRecord.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  91. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  92. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  93. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  95. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  96. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  97. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  98. this.dgvSettlRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  99. this.dgvSettlRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  100. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  101. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  102. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  104. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  105. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  106. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  107. this.dgvSettlRecord.DefaultCellStyle = dataGridViewCellStyle3;
  108. this.dgvSettlRecord.Dock = System.Windows.Forms.DockStyle.Fill;
  109. this.dgvSettlRecord.EnableHeadersVisualStyles = false;
  110. this.dgvSettlRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.dgvSettlRecord.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  112. this.dgvSettlRecord.Location = new System.Drawing.Point(0, 0);
  113. this.dgvSettlRecord.Name = "dgvSettlRecord";
  114. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  115. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  116. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  118. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  119. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  120. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  121. this.dgvSettlRecord.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  122. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  123. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.dgvSettlRecord.RowsDefaultCellStyle = dataGridViewCellStyle5;
  125. this.dgvSettlRecord.RowTemplate.Height = 23;
  126. this.dgvSettlRecord.SelectedIndex = -1;
  127. this.dgvSettlRecord.Size = new System.Drawing.Size(1337, 428);
  128. this.dgvSettlRecord.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  129. this.dgvSettlRecord.TabIndex = 9;
  130. this.dgvSettlRecord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  131. //
  132. // pgSettlRecod
  133. //
  134. this.pgSettlRecod.Dock = System.Windows.Forms.DockStyle.Bottom;
  135. this.pgSettlRecod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.pgSettlRecod.Location = new System.Drawing.Point(0, 428);
  137. this.pgSettlRecod.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  138. this.pgSettlRecod.MinimumSize = new System.Drawing.Size(1, 1);
  139. this.pgSettlRecod.Name = "pgSettlRecod";
  140. this.pgSettlRecod.PagerCount = 13;
  141. this.pgSettlRecod.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  142. this.pgSettlRecod.ShowJumpButton = false;
  143. this.pgSettlRecod.ShowText = false;
  144. this.pgSettlRecod.Size = new System.Drawing.Size(1337, 31);
  145. this.pgSettlRecod.TabIndex = 8;
  146. this.pgSettlRecod.Text = "uiPagination1";
  147. this.pgSettlRecod.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  148. this.pgSettlRecod.Visible = false;
  149. this.pgSettlRecod.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  150. //
  151. // uiPanel1
  152. //
  153. this.uiPanel1.Controls.Add(this.btnClose);
  154. this.uiPanel1.Controls.Add(this.btnQuery);
  155. this.uiPanel1.Controls.Add(this.btnPrint);
  156. this.uiPanel1.Controls.Add(this.gbDateTime);
  157. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  158. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.uiPanel1.Location = new System.Drawing.Point(0, 459);
  160. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  161. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  162. this.uiPanel1.Name = "uiPanel1";
  163. this.uiPanel1.Size = new System.Drawing.Size(1337, 131);
  164. this.uiPanel1.TabIndex = 10;
  165. this.uiPanel1.Text = null;
  166. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  167. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  168. //
  169. // btnClose
  170. //
  171. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  172. this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
  173. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.btnClose.Location = new System.Drawing.Point(1196, 40);
  175. this.btnClose.MinimumSize = new System.Drawing.Size(1, 1);
  176. this.btnClose.Name = "btnClose";
  177. this.btnClose.Size = new System.Drawing.Size(134, 67);
  178. this.btnClose.TabIndex = 26;
  179. this.btnClose.Text = "退 出";
  180. this.btnClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.btnClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  182. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  183. //
  184. // btnQuery
  185. //
  186. this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  187. this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  188. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.btnQuery.Location = new System.Drawing.Point(924, 40);
  190. this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
  191. this.btnQuery.Name = "btnQuery";
  192. this.btnQuery.Size = new System.Drawing.Size(134, 67);
  193. this.btnQuery.TabIndex = 19;
  194. this.btnQuery.Text = "查 询";
  195. this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.btnQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  197. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  198. //
  199. // btnPrint
  200. //
  201. this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  202. this.btnPrint.Cursor = System.Windows.Forms.Cursors.Hand;
  203. this.btnPrint.Enabled = false;
  204. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.btnPrint.Location = new System.Drawing.Point(1060, 40);
  206. this.btnPrint.MinimumSize = new System.Drawing.Size(1, 1);
  207. this.btnPrint.Name = "btnPrint";
  208. this.btnPrint.Size = new System.Drawing.Size(134, 67);
  209. this.btnPrint.TabIndex = 18;
  210. this.btnPrint.Text = "导 出";
  211. this.btnPrint.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.btnPrint.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  213. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  214. //
  215. // gbDateTime
  216. //
  217. this.gbDateTime.Controls.Add(this.dpED);
  218. this.gbDateTime.Controls.Add(this.dpST);
  219. this.gbDateTime.Dock = System.Windows.Forms.DockStyle.Left;
  220. this.gbDateTime.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.gbDateTime.Location = new System.Drawing.Point(0, 0);
  222. this.gbDateTime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  223. this.gbDateTime.MinimumSize = new System.Drawing.Size(1, 1);
  224. this.gbDateTime.Name = "gbDateTime";
  225. this.gbDateTime.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  226. this.gbDateTime.Size = new System.Drawing.Size(260, 131);
  227. this.gbDateTime.TabIndex = 20;
  228. this.gbDateTime.Text = "起止时间";
  229. this.gbDateTime.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  230. this.gbDateTime.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  231. //
  232. // dpED
  233. //
  234. this.dpED.FillColor = System.Drawing.Color.White;
  235. this.dpED.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.dpED.Location = new System.Drawing.Point(29, 79);
  237. this.dpED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  238. this.dpED.MaxLength = 19;
  239. this.dpED.MinimumSize = new System.Drawing.Size(63, 0);
  240. this.dpED.Name = "dpED";
  241. this.dpED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  242. this.dpED.Size = new System.Drawing.Size(211, 29);
  243. this.dpED.SymbolDropDown = 61555;
  244. this.dpED.SymbolNormal = 61555;
  245. this.dpED.TabIndex = 1;
  246. this.dpED.Text = "2022-05-22 14:03:13";
  247. this.dpED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  248. this.dpED.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  249. this.dpED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  250. //
  251. // dpST
  252. //
  253. this.dpST.FillColor = System.Drawing.Color.White;
  254. this.dpST.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.dpST.Location = new System.Drawing.Point(29, 40);
  256. this.dpST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  257. this.dpST.MaxLength = 19;
  258. this.dpST.MinimumSize = new System.Drawing.Size(63, 0);
  259. this.dpST.Name = "dpST";
  260. this.dpST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  261. this.dpST.Size = new System.Drawing.Size(211, 29);
  262. this.dpST.SymbolDropDown = 61555;
  263. this.dpST.SymbolNormal = 61555;
  264. this.dpST.TabIndex = 0;
  265. this.dpST.Text = "2022-05-22 14:03:13";
  266. this.dpST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  267. this.dpST.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  268. this.dpST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  269. //
  270. // MedInsuQuery
  271. //
  272. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  273. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  274. this.ClientSize = new System.Drawing.Size(1337, 630);
  275. this.Controls.Add(this.tbcMain);
  276. this.Name = "MedInsuQuery";
  277. this.Text = "医保查询";
  278. this.Load += new System.EventHandler(this.MedInsuQuery_Load);
  279. this.tbcMain.ResumeLayout(false);
  280. this.tabInHosPerInfoExport.ResumeLayout(false);
  281. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).EndInit();
  282. this.uiPanel1.ResumeLayout(false);
  283. this.gbDateTime.ResumeLayout(false);
  284. this.ResumeLayout(false);
  285. }
  286. #endregion
  287. private Sunny.UI.UITabControl tbcMain;
  288. private System.Windows.Forms.TabPage tabInHosPerInfoExport;
  289. public Sunny.UI.UIDataGridView dgvSettlRecord;
  290. private Sunny.UI.UIPagination pgSettlRecod;
  291. private Sunny.UI.UIPanel uiPanel1;
  292. private Sunny.UI.UIButton btnClose;
  293. private Sunny.UI.UIButton btnQuery;
  294. private Sunny.UI.UIButton btnPrint;
  295. private Sunny.UI.UIGroupBox gbDateTime;
  296. private Sunny.UI.UIDatetimePicker dpED;
  297. private Sunny.UI.UIDatetimePicker dpST;
  298. }
  299. }