AssistSelect.Designer.cs 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648
  1. namespace CCunMI.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 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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = 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.uiLabel3 = new Sunny.UI.UILabel();
  52. this.uiTextBox2 = new Sunny.UI.UITextBox();
  53. this.uiLabel4 = new Sunny.UI.UILabel();
  54. this.uiLabel5 = new Sunny.UI.UILabel();
  55. this.uiLabel6 = new Sunny.UI.UILabel();
  56. this.uiDatetimePicker3 = new Sunny.UI.UIDatetimePicker();
  57. this.uiDatetimePicker4 = new Sunny.UI.UIDatetimePicker();
  58. this.uiLabel7 = new Sunny.UI.UILabel();
  59. this.uiLabel8 = new Sunny.UI.UILabel();
  60. this.uiComboBox1 = new Sunny.UI.UIComboBox();
  61. this.uiComboBox2 = new Sunny.UI.UIComboBox();
  62. this.uiLabel9 = new Sunny.UI.UILabel();
  63. this.uiButton2 = new Sunny.UI.UIButton();
  64. this.uiButton3 = new Sunny.UI.UIButton();
  65. this.uiTextBox4 = new Sunny.UI.UITextBox();
  66. this.uiComboBox3 = new Sunny.UI.UIComboBox();
  67. this.DGrV2001 = new Sunny.UI.UIDataGridView();
  68. this.uiTabControl1.SuspendLayout();
  69. this.tabPage1.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
  71. this.uiPanel1.SuspendLayout();
  72. this.tabPage2.SuspendLayout();
  73. this.uiPanel2.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.DGrV2001)).BeginInit();
  75. this.SuspendLayout();
  76. //
  77. // uiTabControl1
  78. //
  79. this.uiTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  80. | System.Windows.Forms.AnchorStyles.Left)
  81. | System.Windows.Forms.AnchorStyles.Right)));
  82. this.uiTabControl1.Controls.Add(this.tabPage2);
  83. this.uiTabControl1.Controls.Add(this.tabPage1);
  84. this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  85. this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.uiTabControl1.ItemSize = new System.Drawing.Size(150, 40);
  87. this.uiTabControl1.Location = new System.Drawing.Point(12, 2);
  88. this.uiTabControl1.MainPage = "";
  89. this.uiTabControl1.Name = "uiTabControl1";
  90. this.uiTabControl1.SelectedIndex = 0;
  91. this.uiTabControl1.Size = new System.Drawing.Size(1421, 694);
  92. this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  93. this.uiTabControl1.TabIndex = 0;
  94. this.uiTabControl1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.uiTabControl1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  96. //
  97. // tabPage1
  98. //
  99. this.tabPage1.Controls.Add(this.uiDataGridView1);
  100. this.tabPage1.Controls.Add(this.uiPanel1);
  101. this.tabPage1.Location = new System.Drawing.Point(0, 40);
  102. this.tabPage1.Name = "tabPage1";
  103. this.tabPage1.Size = new System.Drawing.Size(1421, 654);
  104. this.tabPage1.TabIndex = 0;
  105. this.tabPage1.Text = "人员慢病用药历史查询";
  106. this.tabPage1.UseVisualStyleBackColor = true;
  107. //
  108. // uiDataGridView1
  109. //
  110. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  111. this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  112. this.uiDataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  113. | System.Windows.Forms.AnchorStyles.Left)
  114. | System.Windows.Forms.AnchorStyles.Right)));
  115. this.uiDataGridView1.BackgroundColor = System.Drawing.Color.White;
  116. this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  117. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  118. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  119. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  121. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  122. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  123. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  124. this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  125. this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  126. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  127. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  128. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  130. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  131. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  132. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  133. this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle8;
  134. this.uiDataGridView1.EnableHeadersVisualStyles = false;
  135. this.uiDataGridView1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.uiDataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  137. this.uiDataGridView1.Location = new System.Drawing.Point(323, 14);
  138. this.uiDataGridView1.Name = "uiDataGridView1";
  139. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  140. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  141. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  143. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  144. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
  145. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  146. this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  147. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  148. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle10;
  150. this.uiDataGridView1.RowTemplate.Height = 23;
  151. this.uiDataGridView1.SelectedIndex = -1;
  152. this.uiDataGridView1.Size = new System.Drawing.Size(1095, 635);
  153. this.uiDataGridView1.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  154. this.uiDataGridView1.TabIndex = 1;
  155. this.uiDataGridView1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  156. //
  157. // uiPanel1
  158. //
  159. this.uiPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  160. | System.Windows.Forms.AnchorStyles.Left)
  161. | System.Windows.Forms.AnchorStyles.Right)));
  162. this.uiPanel1.Controls.Add(this.uiTextBox1);
  163. this.uiPanel1.Controls.Add(this.uiButton1);
  164. this.uiPanel1.Controls.Add(this.uiMbyyButton1);
  165. this.uiPanel1.Controls.Add(this.uiLabel2);
  166. this.uiPanel1.Controls.Add(this.uiDatetimePicker2);
  167. this.uiPanel1.Controls.Add(this.uiDatetimePicker1);
  168. this.uiPanel1.Controls.Add(this.uiLabel1);
  169. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.uiPanel1.Location = new System.Drawing.Point(4, 5);
  171. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  172. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  173. this.uiPanel1.Name = "uiPanel1";
  174. this.uiPanel1.Size = new System.Drawing.Size(312, 644);
  175. this.uiPanel1.TabIndex = 0;
  176. this.uiPanel1.Text = null;
  177. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  178. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  179. this.uiPanel1.Click += new System.EventHandler(this.uiPanel1_Click);
  180. //
  181. // uiTextBox1
  182. //
  183. this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
  184. this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.uiTextBox1.Location = new System.Drawing.Point(14, 98);
  186. this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  187. this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
  188. this.uiTextBox1.Name = "uiTextBox1";
  189. this.uiTextBox1.ShowText = false;
  190. this.uiTextBox1.Size = new System.Drawing.Size(230, 29);
  191. this.uiTextBox1.TabIndex = 7;
  192. this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  193. this.uiTextBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  194. //
  195. // uiButton1
  196. //
  197. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  198. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.uiButton1.Location = new System.Drawing.Point(38, 450);
  200. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  201. this.uiButton1.Name = "uiButton1";
  202. this.uiButton1.Size = new System.Drawing.Size(156, 35);
  203. this.uiButton1.TabIndex = 6;
  204. this.uiButton1.Text = "医保读卡";
  205. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  207. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  208. //
  209. // uiMbyyButton1
  210. //
  211. this.uiMbyyButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  212. this.uiMbyyButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.uiMbyyButton1.Location = new System.Drawing.Point(38, 365);
  214. this.uiMbyyButton1.MinimumSize = new System.Drawing.Size(1, 1);
  215. this.uiMbyyButton1.Name = "uiMbyyButton1";
  216. this.uiMbyyButton1.Size = new System.Drawing.Size(156, 36);
  217. this.uiMbyyButton1.TabIndex = 5;
  218. this.uiMbyyButton1.Text = "查 询";
  219. this.uiMbyyButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.uiMbyyButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  221. this.uiMbyyButton1.Click += new System.EventHandler(this.uiMbyyButton1_Click);
  222. //
  223. // uiLabel2
  224. //
  225. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.uiLabel2.Location = new System.Drawing.Point(10, 150);
  227. this.uiLabel2.Name = "uiLabel2";
  228. this.uiLabel2.Size = new System.Drawing.Size(197, 23);
  229. this.uiLabel2.TabIndex = 4;
  230. this.uiLabel2.Text = "开始-截止时间范围";
  231. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  232. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  233. //
  234. // uiDatetimePicker2
  235. //
  236. this.uiDatetimePicker2.FillColor = System.Drawing.Color.White;
  237. this.uiDatetimePicker2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.uiDatetimePicker2.Location = new System.Drawing.Point(7, 254);
  239. this.uiDatetimePicker2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  240. this.uiDatetimePicker2.MaxLength = 19;
  241. this.uiDatetimePicker2.MinimumSize = new System.Drawing.Size(63, 0);
  242. this.uiDatetimePicker2.Name = "uiDatetimePicker2";
  243. this.uiDatetimePicker2.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  244. this.uiDatetimePicker2.Size = new System.Drawing.Size(200, 29);
  245. this.uiDatetimePicker2.SymbolDropDown = 61555;
  246. this.uiDatetimePicker2.SymbolNormal = 61555;
  247. this.uiDatetimePicker2.TabIndex = 3;
  248. this.uiDatetimePicker2.Text = "2023-09-06 17:16:27";
  249. this.uiDatetimePicker2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  250. this.uiDatetimePicker2.Value = new System.DateTime(2023, 9, 6, 17, 16, 27, 131);
  251. this.uiDatetimePicker2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  252. //
  253. // uiDatetimePicker1
  254. //
  255. this.uiDatetimePicker1.FillColor = System.Drawing.Color.White;
  256. this.uiDatetimePicker1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.uiDatetimePicker1.Location = new System.Drawing.Point(7, 190);
  258. this.uiDatetimePicker1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  259. this.uiDatetimePicker1.MaxLength = 19;
  260. this.uiDatetimePicker1.MinimumSize = new System.Drawing.Size(63, 0);
  261. this.uiDatetimePicker1.Name = "uiDatetimePicker1";
  262. this.uiDatetimePicker1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  263. this.uiDatetimePicker1.Size = new System.Drawing.Size(200, 29);
  264. this.uiDatetimePicker1.SymbolDropDown = 61555;
  265. this.uiDatetimePicker1.SymbolNormal = 61555;
  266. this.uiDatetimePicker1.TabIndex = 2;
  267. this.uiDatetimePicker1.Text = "2023-09-06 17:16:15";
  268. this.uiDatetimePicker1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  269. this.uiDatetimePicker1.Value = new System.DateTime(2023, 9, 6, 17, 16, 15, 0);
  270. this.uiDatetimePicker1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  271. //
  272. // uiLabel1
  273. //
  274. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  275. this.uiLabel1.Location = new System.Drawing.Point(3, 47);
  276. this.uiLabel1.Name = "uiLabel1";
  277. this.uiLabel1.Size = new System.Drawing.Size(107, 29);
  278. this.uiLabel1.TabIndex = 0;
  279. this.uiLabel1.Text = "医保人员编号";
  280. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  281. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  282. //
  283. // tabPage2
  284. //
  285. this.tabPage2.Controls.Add(this.DGrV2001);
  286. this.tabPage2.Controls.Add(this.uiPanel2);
  287. this.tabPage2.Location = new System.Drawing.Point(0, 40);
  288. this.tabPage2.Name = "tabPage2";
  289. this.tabPage2.Size = new System.Drawing.Size(1421, 654);
  290. this.tabPage2.TabIndex = 1;
  291. this.tabPage2.Text = "人员待遇检查";
  292. this.tabPage2.UseVisualStyleBackColor = true;
  293. //
  294. // uiPanel2
  295. //
  296. this.uiPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  297. | System.Windows.Forms.AnchorStyles.Left)
  298. | System.Windows.Forms.AnchorStyles.Right)));
  299. this.uiPanel2.Controls.Add(this.uiComboBox3);
  300. this.uiPanel2.Controls.Add(this.uiTextBox4);
  301. this.uiPanel2.Controls.Add(this.uiButton3);
  302. this.uiPanel2.Controls.Add(this.uiButton2);
  303. this.uiPanel2.Controls.Add(this.uiLabel9);
  304. this.uiPanel2.Controls.Add(this.uiComboBox2);
  305. this.uiPanel2.Controls.Add(this.uiComboBox1);
  306. this.uiPanel2.Controls.Add(this.uiLabel8);
  307. this.uiPanel2.Controls.Add(this.uiLabel7);
  308. this.uiPanel2.Controls.Add(this.uiDatetimePicker4);
  309. this.uiPanel2.Controls.Add(this.uiDatetimePicker3);
  310. this.uiPanel2.Controls.Add(this.uiLabel6);
  311. this.uiPanel2.Controls.Add(this.uiLabel5);
  312. this.uiPanel2.Controls.Add(this.uiLabel4);
  313. this.uiPanel2.Controls.Add(this.uiTextBox2);
  314. this.uiPanel2.Controls.Add(this.uiLabel3);
  315. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.uiPanel2.Location = new System.Drawing.Point(4, 0);
  317. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  318. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  319. this.uiPanel2.Name = "uiPanel2";
  320. this.uiPanel2.Size = new System.Drawing.Size(346, 649);
  321. this.uiPanel2.TabIndex = 0;
  322. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  323. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  324. //
  325. // uiLabel3
  326. //
  327. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.uiLabel3.Location = new System.Drawing.Point(3, 30);
  329. this.uiLabel3.Name = "uiLabel3";
  330. this.uiLabel3.Size = new System.Drawing.Size(100, 23);
  331. this.uiLabel3.TabIndex = 0;
  332. this.uiLabel3.Text = "人员编号:";
  333. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  334. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  335. //
  336. // uiTextBox2
  337. //
  338. this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
  339. this.uiTextBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.uiTextBox2.Location = new System.Drawing.Point(106, 30);
  341. this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  342. this.uiTextBox2.MinimumSize = new System.Drawing.Size(1, 16);
  343. this.uiTextBox2.Name = "uiTextBox2";
  344. this.uiTextBox2.ShowText = false;
  345. this.uiTextBox2.Size = new System.Drawing.Size(210, 29);
  346. this.uiTextBox2.TabIndex = 1;
  347. this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  348. this.uiTextBox2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  349. //
  350. // uiLabel4
  351. //
  352. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  353. this.uiLabel4.Location = new System.Drawing.Point(3, 136);
  354. this.uiLabel4.Name = "uiLabel4";
  355. this.uiLabel4.Size = new System.Drawing.Size(100, 23);
  356. this.uiLabel4.TabIndex = 2;
  357. this.uiLabel4.Text = "医疗类别:";
  358. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  359. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  360. //
  361. // uiLabel5
  362. //
  363. this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  364. this.uiLabel5.Location = new System.Drawing.Point(-1, 178);
  365. this.uiLabel5.Name = "uiLabel5";
  366. this.uiLabel5.Size = new System.Drawing.Size(100, 23);
  367. this.uiLabel5.TabIndex = 4;
  368. this.uiLabel5.Text = "开始时间:";
  369. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  370. this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  371. //
  372. // uiLabel6
  373. //
  374. this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  375. this.uiLabel6.Location = new System.Drawing.Point(3, 238);
  376. this.uiLabel6.Name = "uiLabel6";
  377. this.uiLabel6.Size = new System.Drawing.Size(100, 23);
  378. this.uiLabel6.TabIndex = 5;
  379. this.uiLabel6.Text = "截止时间:";
  380. this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  381. this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  382. //
  383. // uiDatetimePicker3
  384. //
  385. this.uiDatetimePicker3.FillColor = System.Drawing.Color.White;
  386. this.uiDatetimePicker3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  387. this.uiDatetimePicker3.Location = new System.Drawing.Point(106, 178);
  388. this.uiDatetimePicker3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  389. this.uiDatetimePicker3.MaxLength = 19;
  390. this.uiDatetimePicker3.MinimumSize = new System.Drawing.Size(63, 0);
  391. this.uiDatetimePicker3.Name = "uiDatetimePicker3";
  392. this.uiDatetimePicker3.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  393. this.uiDatetimePicker3.Size = new System.Drawing.Size(210, 29);
  394. this.uiDatetimePicker3.SymbolDropDown = 61555;
  395. this.uiDatetimePicker3.SymbolNormal = 61555;
  396. this.uiDatetimePicker3.TabIndex = 6;
  397. this.uiDatetimePicker3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  398. this.uiDatetimePicker3.Value = new System.DateTime(2023, 9, 15, 1, 15, 30, 171);
  399. this.uiDatetimePicker3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  400. //
  401. // uiDatetimePicker4
  402. //
  403. this.uiDatetimePicker4.FillColor = System.Drawing.Color.White;
  404. this.uiDatetimePicker4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  405. this.uiDatetimePicker4.Location = new System.Drawing.Point(106, 238);
  406. this.uiDatetimePicker4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  407. this.uiDatetimePicker4.MaxLength = 19;
  408. this.uiDatetimePicker4.MinimumSize = new System.Drawing.Size(63, 0);
  409. this.uiDatetimePicker4.Name = "uiDatetimePicker4";
  410. this.uiDatetimePicker4.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  411. this.uiDatetimePicker4.Size = new System.Drawing.Size(210, 23);
  412. this.uiDatetimePicker4.SymbolDropDown = 61555;
  413. this.uiDatetimePicker4.SymbolNormal = 61555;
  414. this.uiDatetimePicker4.TabIndex = 7;
  415. this.uiDatetimePicker4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  416. this.uiDatetimePicker4.Value = new System.DateTime(2023, 9, 15, 1, 15, 39, 777);
  417. this.uiDatetimePicker4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  418. //
  419. // uiLabel7
  420. //
  421. this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  422. this.uiLabel7.Location = new System.Drawing.Point(3, 297);
  423. this.uiLabel7.Name = "uiLabel7";
  424. this.uiLabel7.Size = new System.Drawing.Size(100, 23);
  425. this.uiLabel7.TabIndex = 8;
  426. this.uiLabel7.Text = "病 种:";
  427. this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  428. this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  429. //
  430. // uiLabel8
  431. //
  432. this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  433. this.uiLabel8.Location = new System.Drawing.Point(3, 353);
  434. this.uiLabel8.Name = "uiLabel8";
  435. this.uiLabel8.Size = new System.Drawing.Size(100, 23);
  436. this.uiLabel8.TabIndex = 9;
  437. this.uiLabel8.Text = "手术操作:";
  438. this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  439. this.uiLabel8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  440. //
  441. // uiComboBox1
  442. //
  443. this.uiComboBox1.DataSource = null;
  444. this.uiComboBox1.FillColor = System.Drawing.Color.White;
  445. this.uiComboBox1.FilterMaxCount = 50;
  446. this.uiComboBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.uiComboBox1.Location = new System.Drawing.Point(106, 291);
  448. this.uiComboBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  449. this.uiComboBox1.MinimumSize = new System.Drawing.Size(63, 0);
  450. this.uiComboBox1.Name = "uiComboBox1";
  451. this.uiComboBox1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  452. this.uiComboBox1.Size = new System.Drawing.Size(210, 29);
  453. this.uiComboBox1.TabIndex = 10;
  454. this.uiComboBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  455. this.uiComboBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  456. //
  457. // uiComboBox2
  458. //
  459. this.uiComboBox2.DataSource = null;
  460. this.uiComboBox2.FillColor = System.Drawing.Color.White;
  461. this.uiComboBox2.FilterMaxCount = 50;
  462. this.uiComboBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  463. this.uiComboBox2.Location = new System.Drawing.Point(106, 353);
  464. this.uiComboBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  465. this.uiComboBox2.MinimumSize = new System.Drawing.Size(63, 0);
  466. this.uiComboBox2.Name = "uiComboBox2";
  467. this.uiComboBox2.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  468. this.uiComboBox2.Size = new System.Drawing.Size(210, 29);
  469. this.uiComboBox2.TabIndex = 11;
  470. this.uiComboBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  471. this.uiComboBox2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  472. //
  473. // uiLabel9
  474. //
  475. this.uiLabel9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  476. this.uiLabel9.Location = new System.Drawing.Point(3, 81);
  477. this.uiLabel9.Name = "uiLabel9";
  478. this.uiLabel9.Size = new System.Drawing.Size(100, 23);
  479. this.uiLabel9.TabIndex = 12;
  480. this.uiLabel9.Text = "险种类型:";
  481. this.uiLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  482. this.uiLabel9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  483. //
  484. // uiButton2
  485. //
  486. this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
  487. this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.uiButton2.Location = new System.Drawing.Point(71, 443);
  489. this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
  490. this.uiButton2.Name = "uiButton2";
  491. this.uiButton2.Size = new System.Drawing.Size(164, 35);
  492. this.uiButton2.TabIndex = 14;
  493. this.uiButton2.Text = "人员待遇检查";
  494. this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  495. this.uiButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  496. this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
  497. //
  498. // uiButton3
  499. //
  500. this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand;
  501. this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  502. this.uiButton3.Location = new System.Drawing.Point(71, 511);
  503. this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1);
  504. this.uiButton3.Name = "uiButton3";
  505. this.uiButton3.Size = new System.Drawing.Size(164, 36);
  506. this.uiButton3.TabIndex = 15;
  507. this.uiButton3.Text = "医保读卡";
  508. this.uiButton3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  509. this.uiButton3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  510. this.uiButton3.Click += new System.EventHandler(this.uiButton3_Click);
  511. //
  512. // uiTextBox4
  513. //
  514. this.uiTextBox4.Cursor = System.Windows.Forms.Cursors.IBeam;
  515. this.uiTextBox4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  516. this.uiTextBox4.Location = new System.Drawing.Point(106, 82);
  517. this.uiTextBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  518. this.uiTextBox4.MinimumSize = new System.Drawing.Size(1, 16);
  519. this.uiTextBox4.Name = "uiTextBox4";
  520. this.uiTextBox4.ShowText = false;
  521. this.uiTextBox4.Size = new System.Drawing.Size(210, 29);
  522. this.uiTextBox4.TabIndex = 16;
  523. this.uiTextBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  524. this.uiTextBox4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  525. //
  526. // uiComboBox3
  527. //
  528. this.uiComboBox3.DataSource = null;
  529. this.uiComboBox3.FillColor = System.Drawing.Color.White;
  530. this.uiComboBox3.FilterMaxCount = 50;
  531. this.uiComboBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  532. this.uiComboBox3.Items.AddRange(new object[] {
  533. "普通门诊",
  534. "普通住院",
  535. "单病种住院"});
  536. this.uiComboBox3.Location = new System.Drawing.Point(106, 136);
  537. this.uiComboBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  538. this.uiComboBox3.MinimumSize = new System.Drawing.Size(63, 0);
  539. this.uiComboBox3.Name = "uiComboBox3";
  540. this.uiComboBox3.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  541. this.uiComboBox3.Size = new System.Drawing.Size(210, 29);
  542. this.uiComboBox3.TabIndex = 17;
  543. this.uiComboBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  544. this.uiComboBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  545. //
  546. // DGrV2001
  547. //
  548. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  549. this.DGrV2001.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  550. this.DGrV2001.BackgroundColor = System.Drawing.Color.White;
  551. this.DGrV2001.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  552. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  553. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  554. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  555. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  556. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  557. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  558. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  559. this.DGrV2001.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  560. this.DGrV2001.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  561. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  562. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  563. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  564. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  565. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  566. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  567. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  568. this.DGrV2001.DefaultCellStyle = dataGridViewCellStyle3;
  569. this.DGrV2001.EnableHeadersVisualStyles = false;
  570. this.DGrV2001.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  571. this.DGrV2001.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  572. this.DGrV2001.Location = new System.Drawing.Point(347, 0);
  573. this.DGrV2001.Name = "DGrV2001";
  574. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  575. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  576. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  577. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  578. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  579. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  580. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  581. this.DGrV2001.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  582. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  583. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  584. this.DGrV2001.RowsDefaultCellStyle = dataGridViewCellStyle5;
  585. this.DGrV2001.RowTemplate.Height = 23;
  586. this.DGrV2001.SelectedIndex = -1;
  587. this.DGrV2001.Size = new System.Drawing.Size(1071, 649);
  588. this.DGrV2001.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  589. this.DGrV2001.TabIndex = 1;
  590. this.DGrV2001.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  591. //
  592. // AssistSelect
  593. //
  594. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  595. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  596. this.ClientSize = new System.Drawing.Size(1432, 694);
  597. this.Controls.Add(this.uiTabControl1);
  598. this.Name = "AssistSelect";
  599. this.Text = "辅助查询";
  600. this.Load += new System.EventHandler(this.AssistSelect_Load);
  601. this.uiTabControl1.ResumeLayout(false);
  602. this.tabPage1.ResumeLayout(false);
  603. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
  604. this.uiPanel1.ResumeLayout(false);
  605. this.tabPage2.ResumeLayout(false);
  606. this.uiPanel2.ResumeLayout(false);
  607. ((System.ComponentModel.ISupportInitialize)(this.DGrV2001)).EndInit();
  608. this.ResumeLayout(false);
  609. }
  610. #endregion
  611. private Sunny.UI.UITabControl uiTabControl1;
  612. private System.Windows.Forms.TabPage tabPage1;
  613. private Sunny.UI.UIPanel uiPanel1;
  614. private System.Windows.Forms.TabPage tabPage2;
  615. private Sunny.UI.UIButton uiButton1;
  616. private Sunny.UI.UIButton uiMbyyButton1;
  617. private Sunny.UI.UILabel uiLabel2;
  618. private Sunny.UI.UIDatetimePicker uiDatetimePicker2;
  619. private Sunny.UI.UIDatetimePicker uiDatetimePicker1;
  620. private Sunny.UI.UILabel uiLabel1;
  621. private Sunny.UI.UIDataGridView uiDataGridView1;
  622. private Sunny.UI.UITextBox uiTextBox1;
  623. private Sunny.UI.UIPanel uiPanel2;
  624. private Sunny.UI.UILabel uiLabel8;
  625. private Sunny.UI.UILabel uiLabel7;
  626. private Sunny.UI.UIDatetimePicker uiDatetimePicker4;
  627. private Sunny.UI.UIDatetimePicker uiDatetimePicker3;
  628. private Sunny.UI.UILabel uiLabel6;
  629. private Sunny.UI.UILabel uiLabel5;
  630. private Sunny.UI.UILabel uiLabel4;
  631. private Sunny.UI.UITextBox uiTextBox2;
  632. private Sunny.UI.UILabel uiLabel3;
  633. private Sunny.UI.UIComboBox uiComboBox2;
  634. private Sunny.UI.UIComboBox uiComboBox1;
  635. private Sunny.UI.UIButton uiButton3;
  636. private Sunny.UI.UIButton uiButton2;
  637. private Sunny.UI.UILabel uiLabel9;
  638. private Sunny.UI.UITextBox uiTextBox4;
  639. private Sunny.UI.UIComboBox uiComboBox3;
  640. private Sunny.UI.UIDataGridView DGrV2001;
  641. }
  642. }