AssistSelect.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  1. namespace AnHuiMI.Forms
  2. {
  3. partial class AssistSelect
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.uiTabControl1 = new Sunny.UI.UITabControl();
  39. this.tabPage1 = new System.Windows.Forms.TabPage();
  40. this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
  41. this.uiPanel1 = new Sunny.UI.UIPanel();
  42. this.uiTextBox1 = new Sunny.UI.UITextBox();
  43. this.uiButton1 = new Sunny.UI.UIButton();
  44. this.uiMbyyButton1 = new Sunny.UI.UIButton();
  45. this.uiLabel2 = new Sunny.UI.UILabel();
  46. this.uiDatetimePicker2 = new Sunny.UI.UIDatetimePicker();
  47. this.uiDatetimePicker1 = new Sunny.UI.UIDatetimePicker();
  48. this.uiLabel1 = new Sunny.UI.UILabel();
  49. this.tabPage2 = new System.Windows.Forms.TabPage();
  50. this.uiPanel2 = new Sunny.UI.UIPanel();
  51. this.uiTextBox2 = new Sunny.UI.UITextBox();
  52. this.uiLabel3 = new Sunny.UI.UILabel();
  53. this.uiLabel4 = new Sunny.UI.UILabel();
  54. this.uiTextBox3 = new Sunny.UI.UITextBox();
  55. this.uiButton2 = new Sunny.UI.UIButton();
  56. this.uiButton3 = new Sunny.UI.UIButton();
  57. this.uiDataGridView2 = new Sunny.UI.UIDataGridView();
  58. this.uiTabControl1.SuspendLayout();
  59. this.tabPage1.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
  61. this.uiPanel1.SuspendLayout();
  62. this.tabPage2.SuspendLayout();
  63. this.uiPanel2.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView2)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // uiTabControl1
  68. //
  69. this.uiTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  70. | System.Windows.Forms.AnchorStyles.Left)
  71. | System.Windows.Forms.AnchorStyles.Right)));
  72. this.uiTabControl1.Controls.Add(this.tabPage1);
  73. this.uiTabControl1.Controls.Add(this.tabPage2);
  74. this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  75. this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.uiTabControl1.ItemSize = new System.Drawing.Size(150, 40);
  77. this.uiTabControl1.Location = new System.Drawing.Point(12, 2);
  78. this.uiTabControl1.MainPage = "";
  79. this.uiTabControl1.Name = "uiTabControl1";
  80. this.uiTabControl1.SelectedIndex = 0;
  81. this.uiTabControl1.Size = new System.Drawing.Size(1421, 694);
  82. this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  83. this.uiTabControl1.TabIndex = 0;
  84. this.uiTabControl1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.uiTabControl1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  86. //
  87. // tabPage1
  88. //
  89. this.tabPage1.Controls.Add(this.uiDataGridView1);
  90. this.tabPage1.Controls.Add(this.uiPanel1);
  91. this.tabPage1.Location = new System.Drawing.Point(0, 40);
  92. this.tabPage1.Name = "tabPage1";
  93. this.tabPage1.Size = new System.Drawing.Size(1421, 654);
  94. this.tabPage1.TabIndex = 0;
  95. this.tabPage1.Text = "人员慢病用药历史查询";
  96. this.tabPage1.UseVisualStyleBackColor = true;
  97. //
  98. // uiDataGridView1
  99. //
  100. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  101. this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  102. this.uiDataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  103. | System.Windows.Forms.AnchorStyles.Left)
  104. | System.Windows.Forms.AnchorStyles.Right)));
  105. this.uiDataGridView1.BackgroundColor = System.Drawing.Color.White;
  106. this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  107. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  108. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  109. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  111. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  112. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  113. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  114. this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  115. this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  116. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  117. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  118. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  120. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  121. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  122. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  123. this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle3;
  124. this.uiDataGridView1.EnableHeadersVisualStyles = false;
  125. this.uiDataGridView1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.uiDataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  127. this.uiDataGridView1.Location = new System.Drawing.Point(323, 14);
  128. this.uiDataGridView1.Name = "uiDataGridView1";
  129. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  130. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  131. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  133. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  134. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  135. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  136. this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  137. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  138. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle5;
  140. this.uiDataGridView1.RowTemplate.Height = 23;
  141. this.uiDataGridView1.SelectedIndex = -1;
  142. this.uiDataGridView1.Size = new System.Drawing.Size(1095, 635);
  143. this.uiDataGridView1.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  144. this.uiDataGridView1.TabIndex = 1;
  145. this.uiDataGridView1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  146. //
  147. // uiPanel1
  148. //
  149. this.uiPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  150. | System.Windows.Forms.AnchorStyles.Left)
  151. | System.Windows.Forms.AnchorStyles.Right)));
  152. this.uiPanel1.Controls.Add(this.uiTextBox1);
  153. this.uiPanel1.Controls.Add(this.uiButton1);
  154. this.uiPanel1.Controls.Add(this.uiMbyyButton1);
  155. this.uiPanel1.Controls.Add(this.uiLabel2);
  156. this.uiPanel1.Controls.Add(this.uiDatetimePicker2);
  157. this.uiPanel1.Controls.Add(this.uiDatetimePicker1);
  158. this.uiPanel1.Controls.Add(this.uiLabel1);
  159. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.uiPanel1.Location = new System.Drawing.Point(4, 5);
  161. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  162. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  163. this.uiPanel1.Name = "uiPanel1";
  164. this.uiPanel1.Size = new System.Drawing.Size(312, 644);
  165. this.uiPanel1.TabIndex = 0;
  166. this.uiPanel1.Text = null;
  167. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  168. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  169. this.uiPanel1.Click += new System.EventHandler(this.uiPanel1_Click);
  170. //
  171. // uiTextBox1
  172. //
  173. this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
  174. this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.uiTextBox1.Location = new System.Drawing.Point(14, 98);
  176. this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  177. this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
  178. this.uiTextBox1.Name = "uiTextBox1";
  179. this.uiTextBox1.ShowText = false;
  180. this.uiTextBox1.Size = new System.Drawing.Size(230, 29);
  181. this.uiTextBox1.TabIndex = 7;
  182. this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  183. this.uiTextBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  184. //
  185. // uiButton1
  186. //
  187. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  188. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.uiButton1.Location = new System.Drawing.Point(38, 450);
  190. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  191. this.uiButton1.Name = "uiButton1";
  192. this.uiButton1.Size = new System.Drawing.Size(156, 35);
  193. this.uiButton1.TabIndex = 6;
  194. this.uiButton1.Text = "医保读卡";
  195. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  197. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  198. //
  199. // uiMbyyButton1
  200. //
  201. this.uiMbyyButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  202. this.uiMbyyButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.uiMbyyButton1.Location = new System.Drawing.Point(38, 365);
  204. this.uiMbyyButton1.MinimumSize = new System.Drawing.Size(1, 1);
  205. this.uiMbyyButton1.Name = "uiMbyyButton1";
  206. this.uiMbyyButton1.Size = new System.Drawing.Size(156, 36);
  207. this.uiMbyyButton1.TabIndex = 5;
  208. this.uiMbyyButton1.Text = "查 询";
  209. this.uiMbyyButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.uiMbyyButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  211. this.uiMbyyButton1.Click += new System.EventHandler(this.uiMbyyButton1_Click);
  212. //
  213. // uiLabel2
  214. //
  215. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.uiLabel2.Location = new System.Drawing.Point(10, 150);
  217. this.uiLabel2.Name = "uiLabel2";
  218. this.uiLabel2.Size = new System.Drawing.Size(197, 23);
  219. this.uiLabel2.TabIndex = 4;
  220. this.uiLabel2.Text = "开始-截止时间范围";
  221. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  222. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  223. //
  224. // uiDatetimePicker2
  225. //
  226. this.uiDatetimePicker2.FillColor = System.Drawing.Color.White;
  227. this.uiDatetimePicker2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.uiDatetimePicker2.Location = new System.Drawing.Point(7, 254);
  229. this.uiDatetimePicker2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  230. this.uiDatetimePicker2.MaxLength = 19;
  231. this.uiDatetimePicker2.MinimumSize = new System.Drawing.Size(63, 0);
  232. this.uiDatetimePicker2.Name = "uiDatetimePicker2";
  233. this.uiDatetimePicker2.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  234. this.uiDatetimePicker2.Size = new System.Drawing.Size(200, 29);
  235. this.uiDatetimePicker2.SymbolDropDown = 61555;
  236. this.uiDatetimePicker2.SymbolNormal = 61555;
  237. this.uiDatetimePicker2.TabIndex = 3;
  238. this.uiDatetimePicker2.Text = "2023-09-06 17:16:27";
  239. this.uiDatetimePicker2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  240. this.uiDatetimePicker2.Value = new System.DateTime(2023, 9, 6, 17, 16, 27, 131);
  241. this.uiDatetimePicker2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  242. //
  243. // uiDatetimePicker1
  244. //
  245. this.uiDatetimePicker1.FillColor = System.Drawing.Color.White;
  246. this.uiDatetimePicker1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.uiDatetimePicker1.Location = new System.Drawing.Point(7, 190);
  248. this.uiDatetimePicker1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  249. this.uiDatetimePicker1.MaxLength = 19;
  250. this.uiDatetimePicker1.MinimumSize = new System.Drawing.Size(63, 0);
  251. this.uiDatetimePicker1.Name = "uiDatetimePicker1";
  252. this.uiDatetimePicker1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  253. this.uiDatetimePicker1.Size = new System.Drawing.Size(200, 29);
  254. this.uiDatetimePicker1.SymbolDropDown = 61555;
  255. this.uiDatetimePicker1.SymbolNormal = 61555;
  256. this.uiDatetimePicker1.TabIndex = 2;
  257. this.uiDatetimePicker1.Text = "2023-09-06 17:16:15";
  258. this.uiDatetimePicker1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  259. this.uiDatetimePicker1.Value = new System.DateTime(2023, 9, 6, 17, 16, 15, 0);
  260. this.uiDatetimePicker1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  261. //
  262. // uiLabel1
  263. //
  264. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.uiLabel1.Location = new System.Drawing.Point(3, 47);
  266. this.uiLabel1.Name = "uiLabel1";
  267. this.uiLabel1.Size = new System.Drawing.Size(107, 29);
  268. this.uiLabel1.TabIndex = 0;
  269. this.uiLabel1.Text = "医保人员编号";
  270. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  271. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  272. //
  273. // tabPage2
  274. //
  275. this.tabPage2.Controls.Add(this.uiDataGridView2);
  276. this.tabPage2.Controls.Add(this.uiPanel2);
  277. this.tabPage2.Location = new System.Drawing.Point(0, 40);
  278. this.tabPage2.Name = "tabPage2";
  279. this.tabPage2.Size = new System.Drawing.Size(1421, 654);
  280. this.tabPage2.TabIndex = 1;
  281. this.tabPage2.Text = "人员累积查询";
  282. this.tabPage2.UseVisualStyleBackColor = true;
  283. //
  284. // uiPanel2
  285. //
  286. this.uiPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  287. | System.Windows.Forms.AnchorStyles.Left)
  288. | System.Windows.Forms.AnchorStyles.Right)));
  289. this.uiPanel2.Controls.Add(this.uiButton3);
  290. this.uiPanel2.Controls.Add(this.uiButton2);
  291. this.uiPanel2.Controls.Add(this.uiTextBox3);
  292. this.uiPanel2.Controls.Add(this.uiLabel4);
  293. this.uiPanel2.Controls.Add(this.uiLabel3);
  294. this.uiPanel2.Controls.Add(this.uiTextBox2);
  295. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.uiPanel2.Location = new System.Drawing.Point(0, 0);
  297. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  298. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  299. this.uiPanel2.Name = "uiPanel2";
  300. this.uiPanel2.Size = new System.Drawing.Size(304, 654);
  301. this.uiPanel2.TabIndex = 0;
  302. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  303. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  304. //
  305. // uiTextBox2
  306. //
  307. this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
  308. this.uiTextBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. this.uiTextBox2.Location = new System.Drawing.Point(21, 68);
  310. this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  311. this.uiTextBox2.MinimumSize = new System.Drawing.Size(1, 16);
  312. this.uiTextBox2.Name = "uiTextBox2";
  313. this.uiTextBox2.ShowText = false;
  314. this.uiTextBox2.Size = new System.Drawing.Size(197, 29);
  315. this.uiTextBox2.TabIndex = 0;
  316. this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  317. this.uiTextBox2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  318. //
  319. // uiLabel3
  320. //
  321. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.uiLabel3.Location = new System.Drawing.Point(17, 31);
  323. this.uiLabel3.Name = "uiLabel3";
  324. this.uiLabel3.Size = new System.Drawing.Size(189, 23);
  325. this.uiLabel3.TabIndex = 1;
  326. this.uiLabel3.Text = "医保人员编号";
  327. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  328. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  329. //
  330. // uiLabel4
  331. //
  332. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.uiLabel4.Location = new System.Drawing.Point(17, 137);
  334. this.uiLabel4.Name = "uiLabel4";
  335. this.uiLabel4.Size = new System.Drawing.Size(189, 23);
  336. this.uiLabel4.TabIndex = 2;
  337. this.uiLabel4.Text = "年月(YYYYMM)";
  338. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  339. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  340. //
  341. // uiTextBox3
  342. //
  343. this.uiTextBox3.Cursor = System.Windows.Forms.Cursors.IBeam;
  344. this.uiTextBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  345. this.uiTextBox3.Location = new System.Drawing.Point(21, 188);
  346. this.uiTextBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  347. this.uiTextBox3.MinimumSize = new System.Drawing.Size(1, 16);
  348. this.uiTextBox3.Name = "uiTextBox3";
  349. this.uiTextBox3.ShowText = false;
  350. this.uiTextBox3.Size = new System.Drawing.Size(197, 29);
  351. this.uiTextBox3.TabIndex = 3;
  352. this.uiTextBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  353. this.uiTextBox3.Watermark = "202306";
  354. this.uiTextBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  355. //
  356. // uiButton2
  357. //
  358. this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
  359. this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.uiButton2.Location = new System.Drawing.Point(21, 274);
  361. this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
  362. this.uiButton2.Name = "uiButton2";
  363. this.uiButton2.Size = new System.Drawing.Size(185, 34);
  364. this.uiButton2.TabIndex = 4;
  365. this.uiButton2.Text = "查 询";
  366. this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  367. this.uiButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  368. this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
  369. //
  370. // uiButton3
  371. //
  372. this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand;
  373. this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  374. this.uiButton3.Location = new System.Drawing.Point(21, 346);
  375. this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1);
  376. this.uiButton3.Name = "uiButton3";
  377. this.uiButton3.Size = new System.Drawing.Size(185, 34);
  378. this.uiButton3.TabIndex = 5;
  379. this.uiButton3.Text = "医保读卡";
  380. this.uiButton3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.uiButton3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  382. this.uiButton3.Click += new System.EventHandler(this.uiButton3_Click);
  383. //
  384. // uiDataGridView2
  385. //
  386. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  387. this.uiDataGridView2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  388. this.uiDataGridView2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  389. | System.Windows.Forms.AnchorStyles.Left)
  390. | System.Windows.Forms.AnchorStyles.Right)));
  391. this.uiDataGridView2.BackgroundColor = System.Drawing.Color.White;
  392. this.uiDataGridView2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  393. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  394. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  395. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  397. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  398. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  399. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  400. this.uiDataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  401. this.uiDataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  402. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  403. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  404. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  405. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  406. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  407. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  408. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  409. this.uiDataGridView2.DefaultCellStyle = dataGridViewCellStyle8;
  410. this.uiDataGridView2.EnableHeadersVisualStyles = false;
  411. this.uiDataGridView2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. this.uiDataGridView2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  413. this.uiDataGridView2.Location = new System.Drawing.Point(311, 3);
  414. this.uiDataGridView2.Name = "uiDataGridView2";
  415. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  416. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  417. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  419. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  420. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
  421. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  422. this.uiDataGridView2.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  423. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  424. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  425. this.uiDataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle10;
  426. this.uiDataGridView2.RowTemplate.Height = 23;
  427. this.uiDataGridView2.SelectedIndex = -1;
  428. this.uiDataGridView2.Size = new System.Drawing.Size(1107, 648);
  429. this.uiDataGridView2.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  430. this.uiDataGridView2.TabIndex = 1;
  431. this.uiDataGridView2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  432. //
  433. // AssistSelect
  434. //
  435. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  436. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  437. this.ClientSize = new System.Drawing.Size(1432, 694);
  438. this.Controls.Add(this.uiTabControl1);
  439. this.Name = "AssistSelect";
  440. this.Text = "辅助查询";
  441. this.Load += new System.EventHandler(this.AssistSelect_Load);
  442. this.uiTabControl1.ResumeLayout(false);
  443. this.tabPage1.ResumeLayout(false);
  444. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
  445. this.uiPanel1.ResumeLayout(false);
  446. this.tabPage2.ResumeLayout(false);
  447. this.uiPanel2.ResumeLayout(false);
  448. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView2)).EndInit();
  449. this.ResumeLayout(false);
  450. }
  451. #endregion
  452. private Sunny.UI.UITabControl uiTabControl1;
  453. private System.Windows.Forms.TabPage tabPage1;
  454. private Sunny.UI.UIPanel uiPanel1;
  455. private System.Windows.Forms.TabPage tabPage2;
  456. private Sunny.UI.UIButton uiButton1;
  457. private Sunny.UI.UIButton uiMbyyButton1;
  458. private Sunny.UI.UILabel uiLabel2;
  459. private Sunny.UI.UIDatetimePicker uiDatetimePicker2;
  460. private Sunny.UI.UIDatetimePicker uiDatetimePicker1;
  461. private Sunny.UI.UILabel uiLabel1;
  462. private Sunny.UI.UIDataGridView uiDataGridView1;
  463. private Sunny.UI.UITextBox uiTextBox1;
  464. private Sunny.UI.UIPanel uiPanel2;
  465. private Sunny.UI.UIButton uiButton3;
  466. private Sunny.UI.UIButton uiButton2;
  467. private Sunny.UI.UITextBox uiTextBox3;
  468. private Sunny.UI.UILabel uiLabel4;
  469. private Sunny.UI.UILabel uiLabel3;
  470. private Sunny.UI.UITextBox uiTextBox2;
  471. private Sunny.UI.UIDataGridView uiDataGridView2;
  472. }
  473. }