AssistSelect.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.uiTabControl1 = new Sunny.UI.UITabControl();
  34. this.tabPage1 = new System.Windows.Forms.TabPage();
  35. this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
  36. this.uiPanel1 = new Sunny.UI.UIPanel();
  37. this.uiButton1 = new Sunny.UI.UIButton();
  38. this.uiMbyyButton1 = new Sunny.UI.UIButton();
  39. this.uiLabel2 = new Sunny.UI.UILabel();
  40. this.uiDatetimePicker2 = new Sunny.UI.UIDatetimePicker();
  41. this.uiDatetimePicker1 = new Sunny.UI.UIDatetimePicker();
  42. this.uiLabel1 = new Sunny.UI.UILabel();
  43. this.tabPage2 = new System.Windows.Forms.TabPage();
  44. this.uiTextBox1 = new Sunny.UI.UITextBox();
  45. this.uiTabControl1.SuspendLayout();
  46. this.tabPage1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
  48. this.uiPanel1.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // uiTabControl1
  52. //
  53. this.uiTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  54. | System.Windows.Forms.AnchorStyles.Left)
  55. | System.Windows.Forms.AnchorStyles.Right)));
  56. this.uiTabControl1.Controls.Add(this.tabPage1);
  57. this.uiTabControl1.Controls.Add(this.tabPage2);
  58. this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  59. this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.uiTabControl1.ItemSize = new System.Drawing.Size(150, 40);
  61. this.uiTabControl1.Location = new System.Drawing.Point(12, 2);
  62. this.uiTabControl1.MainPage = "";
  63. this.uiTabControl1.Name = "uiTabControl1";
  64. this.uiTabControl1.SelectedIndex = 0;
  65. this.uiTabControl1.Size = new System.Drawing.Size(1421, 694);
  66. this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  67. this.uiTabControl1.TabIndex = 0;
  68. this.uiTabControl1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.uiTabControl1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  70. //
  71. // tabPage1
  72. //
  73. this.tabPage1.Controls.Add(this.uiDataGridView1);
  74. this.tabPage1.Controls.Add(this.uiPanel1);
  75. this.tabPage1.Location = new System.Drawing.Point(0, 40);
  76. this.tabPage1.Name = "tabPage1";
  77. this.tabPage1.Size = new System.Drawing.Size(1421, 654);
  78. this.tabPage1.TabIndex = 0;
  79. this.tabPage1.Text = "人员慢病用药历史查询";
  80. this.tabPage1.UseVisualStyleBackColor = true;
  81. //
  82. // uiDataGridView1
  83. //
  84. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  85. this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  86. this.uiDataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  87. | System.Windows.Forms.AnchorStyles.Left)
  88. | System.Windows.Forms.AnchorStyles.Right)));
  89. this.uiDataGridView1.BackgroundColor = System.Drawing.Color.White;
  90. this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  91. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  92. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  93. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  95. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  96. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  97. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  98. this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  99. this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  100. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  101. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  102. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  104. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  105. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  106. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  107. this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle8;
  108. this.uiDataGridView1.EnableHeadersVisualStyles = false;
  109. this.uiDataGridView1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.uiDataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  111. this.uiDataGridView1.Location = new System.Drawing.Point(323, 14);
  112. this.uiDataGridView1.Name = "uiDataGridView1";
  113. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  114. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  115. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  117. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  118. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
  119. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  120. this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  121. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  122. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle10;
  124. this.uiDataGridView1.RowTemplate.Height = 23;
  125. this.uiDataGridView1.SelectedIndex = -1;
  126. this.uiDataGridView1.Size = new System.Drawing.Size(1095, 635);
  127. this.uiDataGridView1.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  128. this.uiDataGridView1.TabIndex = 1;
  129. this.uiDataGridView1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  130. //
  131. // uiPanel1
  132. //
  133. this.uiPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  134. | System.Windows.Forms.AnchorStyles.Left)
  135. | System.Windows.Forms.AnchorStyles.Right)));
  136. this.uiPanel1.Controls.Add(this.uiTextBox1);
  137. this.uiPanel1.Controls.Add(this.uiButton1);
  138. this.uiPanel1.Controls.Add(this.uiMbyyButton1);
  139. this.uiPanel1.Controls.Add(this.uiLabel2);
  140. this.uiPanel1.Controls.Add(this.uiDatetimePicker2);
  141. this.uiPanel1.Controls.Add(this.uiDatetimePicker1);
  142. this.uiPanel1.Controls.Add(this.uiLabel1);
  143. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.uiPanel1.Location = new System.Drawing.Point(4, 5);
  145. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  146. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  147. this.uiPanel1.Name = "uiPanel1";
  148. this.uiPanel1.Size = new System.Drawing.Size(312, 644);
  149. this.uiPanel1.TabIndex = 0;
  150. this.uiPanel1.Text = null;
  151. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  152. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  153. this.uiPanel1.Click += new System.EventHandler(this.uiPanel1_Click);
  154. //
  155. // uiButton1
  156. //
  157. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  158. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.uiButton1.Location = new System.Drawing.Point(38, 450);
  160. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  161. this.uiButton1.Name = "uiButton1";
  162. this.uiButton1.Size = new System.Drawing.Size(156, 35);
  163. this.uiButton1.TabIndex = 6;
  164. this.uiButton1.Text = "医保读卡";
  165. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  167. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  168. //
  169. // uiMbyyButton1
  170. //
  171. this.uiMbyyButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  172. this.uiMbyyButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.uiMbyyButton1.Location = new System.Drawing.Point(38, 365);
  174. this.uiMbyyButton1.MinimumSize = new System.Drawing.Size(1, 1);
  175. this.uiMbyyButton1.Name = "uiMbyyButton1";
  176. this.uiMbyyButton1.Size = new System.Drawing.Size(156, 36);
  177. this.uiMbyyButton1.TabIndex = 5;
  178. this.uiMbyyButton1.Text = "查 询";
  179. this.uiMbyyButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.uiMbyyButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  181. this.uiMbyyButton1.Click += new System.EventHandler(this.uiMbyyButton1_Click);
  182. //
  183. // uiLabel2
  184. //
  185. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.uiLabel2.Location = new System.Drawing.Point(10, 150);
  187. this.uiLabel2.Name = "uiLabel2";
  188. this.uiLabel2.Size = new System.Drawing.Size(197, 23);
  189. this.uiLabel2.TabIndex = 4;
  190. this.uiLabel2.Text = "开始-截止时间范围";
  191. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  192. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  193. //
  194. // uiDatetimePicker2
  195. //
  196. this.uiDatetimePicker2.FillColor = System.Drawing.Color.White;
  197. this.uiDatetimePicker2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.uiDatetimePicker2.Location = new System.Drawing.Point(7, 254);
  199. this.uiDatetimePicker2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  200. this.uiDatetimePicker2.MaxLength = 19;
  201. this.uiDatetimePicker2.MinimumSize = new System.Drawing.Size(63, 0);
  202. this.uiDatetimePicker2.Name = "uiDatetimePicker2";
  203. this.uiDatetimePicker2.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  204. this.uiDatetimePicker2.Size = new System.Drawing.Size(200, 29);
  205. this.uiDatetimePicker2.SymbolDropDown = 61555;
  206. this.uiDatetimePicker2.SymbolNormal = 61555;
  207. this.uiDatetimePicker2.TabIndex = 3;
  208. this.uiDatetimePicker2.Text = "2023-09-06 17:16:27";
  209. this.uiDatetimePicker2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  210. this.uiDatetimePicker2.Value = new System.DateTime(2023, 9, 6, 17, 16, 27, 131);
  211. this.uiDatetimePicker2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  212. //
  213. // uiDatetimePicker1
  214. //
  215. this.uiDatetimePicker1.FillColor = System.Drawing.Color.White;
  216. this.uiDatetimePicker1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.uiDatetimePicker1.Location = new System.Drawing.Point(7, 190);
  218. this.uiDatetimePicker1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  219. this.uiDatetimePicker1.MaxLength = 19;
  220. this.uiDatetimePicker1.MinimumSize = new System.Drawing.Size(63, 0);
  221. this.uiDatetimePicker1.Name = "uiDatetimePicker1";
  222. this.uiDatetimePicker1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  223. this.uiDatetimePicker1.Size = new System.Drawing.Size(200, 29);
  224. this.uiDatetimePicker1.SymbolDropDown = 61555;
  225. this.uiDatetimePicker1.SymbolNormal = 61555;
  226. this.uiDatetimePicker1.TabIndex = 2;
  227. this.uiDatetimePicker1.Text = "2023-09-06 17:16:15";
  228. this.uiDatetimePicker1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  229. this.uiDatetimePicker1.Value = new System.DateTime(2023, 9, 6, 17, 16, 15, 594);
  230. this.uiDatetimePicker1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  231. //
  232. // uiLabel1
  233. //
  234. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.uiLabel1.Location = new System.Drawing.Point(3, 47);
  236. this.uiLabel1.Name = "uiLabel1";
  237. this.uiLabel1.Size = new System.Drawing.Size(107, 29);
  238. this.uiLabel1.TabIndex = 0;
  239. this.uiLabel1.Text = "医保人员编号";
  240. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  241. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  242. //
  243. // tabPage2
  244. //
  245. this.tabPage2.Location = new System.Drawing.Point(0, 40);
  246. this.tabPage2.Name = "tabPage2";
  247. this.tabPage2.Size = new System.Drawing.Size(1421, 654);
  248. this.tabPage2.TabIndex = 1;
  249. this.tabPage2.Text = "tabPage2";
  250. this.tabPage2.UseVisualStyleBackColor = true;
  251. //
  252. // uiTextBox1
  253. //
  254. this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
  255. this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.uiTextBox1.Location = new System.Drawing.Point(14, 98);
  257. this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  258. this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
  259. this.uiTextBox1.Name = "uiTextBox1";
  260. this.uiTextBox1.ShowText = false;
  261. this.uiTextBox1.Size = new System.Drawing.Size(230, 29);
  262. this.uiTextBox1.TabIndex = 7;
  263. this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  264. this.uiTextBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  265. //
  266. // AssistSelect
  267. //
  268. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  269. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  270. this.ClientSize = new System.Drawing.Size(1432, 694);
  271. this.Controls.Add(this.uiTabControl1);
  272. this.Name = "AssistSelect";
  273. this.Text = "辅助查询";
  274. this.Load += new System.EventHandler(this.AssistSelect_Load);
  275. this.uiTabControl1.ResumeLayout(false);
  276. this.tabPage1.ResumeLayout(false);
  277. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
  278. this.uiPanel1.ResumeLayout(false);
  279. this.ResumeLayout(false);
  280. }
  281. #endregion
  282. private Sunny.UI.UITabControl uiTabControl1;
  283. private System.Windows.Forms.TabPage tabPage1;
  284. private Sunny.UI.UIPanel uiPanel1;
  285. private System.Windows.Forms.TabPage tabPage2;
  286. private Sunny.UI.UIButton uiButton1;
  287. private Sunny.UI.UIButton uiMbyyButton1;
  288. private Sunny.UI.UILabel uiLabel2;
  289. private Sunny.UI.UIDatetimePicker uiDatetimePicker2;
  290. private Sunny.UI.UIDatetimePicker uiDatetimePicker1;
  291. private Sunny.UI.UILabel uiLabel1;
  292. private Sunny.UI.UIDataGridView uiDataGridView1;
  293. private Sunny.UI.UITextBox uiTextBox1;
  294. }
  295. }