HospitalRegister.designer.cs 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class HospitalRegister
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
  39. this.uiTabControl1 = new Sunny.UI.UITabControl();
  40. this.tabPage1 = new System.Windows.Forms.TabPage();
  41. this.uiTitlePanel2 = new Sunny.UI.UITitlePanel();
  42. this.cbx_DocInfo = new PTControl.DBLookupCombox();
  43. this.uiLabel17 = new Sunny.UI.UILabel();
  44. this.tb_Address_P = new Sunny.UI.UITextBox();
  45. this.tb_Tel_P = new Sunny.UI.UITextBox();
  46. this.tb_CertNo_P = new Sunny.UI.UITextBox();
  47. this.cbb_CertType = new Sunny.UI.UIComboBox();
  48. this.cbb_RelationShip = new Sunny.UI.UIComboBox();
  49. this.tb_Name_P = new Sunny.UI.UITextBox();
  50. this.tb_ICD = new Sunny.UI.UITextBox();
  51. this.dt_End = new Sunny.UI.UIDatetimePicker();
  52. this.dt_Begin = new Sunny.UI.UIDatetimePicker();
  53. this.uiLabel16 = new Sunny.UI.UILabel();
  54. this.uiLabel15 = new Sunny.UI.UILabel();
  55. this.uiLabel14 = new Sunny.UI.UILabel();
  56. this.uiLabel13 = new Sunny.UI.UILabel();
  57. this.uiLabel12 = new Sunny.UI.UILabel();
  58. this.uiLabel11 = new Sunny.UI.UILabel();
  59. this.uiLabel10 = new Sunny.UI.UILabel();
  60. this.uiLabel7 = new Sunny.UI.UILabel();
  61. this.uiLabel6 = new Sunny.UI.UILabel();
  62. this.uiPanel1 = new Sunny.UI.UIPanel();
  63. this.btnReadCard = new Sunny.UI.UIButton();
  64. this.btnExit = new Sunny.UI.UIButton();
  65. this.btnOK = new Sunny.UI.UIButton();
  66. this.uiTitlePanel1 = new Sunny.UI.UITitlePanel();
  67. this.uiLabel19 = new Sunny.UI.UILabel();
  68. this.tb_CertNo = new Sunny.UI.UITextBox();
  69. this.uiLabel3 = new Sunny.UI.UILabel();
  70. this.uiLabel2 = new Sunny.UI.UILabel();
  71. this.uiLabel1 = new Sunny.UI.UILabel();
  72. this.tb_PsnNo = new Sunny.UI.UITextBox();
  73. this.tb_InsuAdmvs = new Sunny.UI.UITextBox();
  74. this.tb_Name = new Sunny.UI.UITextBox();
  75. this.tabPage3 = new System.Windows.Forms.TabPage();
  76. this.uiTitlePanel5 = new Sunny.UI.UITitlePanel();
  77. this.dgvReferralRecordDrugs = new Sunny.UI.UIDataGridView();
  78. this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
  79. this.uiPanel2 = new Sunny.UI.UIPanel();
  80. this.btnInsuQuery = new Sunny.UI.UIButton();
  81. this.uiButton2 = new Sunny.UI.UIButton();
  82. this.btnDelete = new Sunny.UI.UIButton();
  83. this.uiTabControl1.SuspendLayout();
  84. this.tabPage1.SuspendLayout();
  85. this.uiTitlePanel2.SuspendLayout();
  86. this.uiPanel1.SuspendLayout();
  87. this.uiTitlePanel1.SuspendLayout();
  88. this.tabPage3.SuspendLayout();
  89. this.uiTitlePanel5.SuspendLayout();
  90. ((System.ComponentModel.ISupportInitialize)(this.dgvReferralRecordDrugs)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
  92. this.uiPanel2.SuspendLayout();
  93. this.SuspendLayout();
  94. //
  95. // uiTabControl1
  96. //
  97. this.uiTabControl1.Controls.Add(this.tabPage1);
  98. this.uiTabControl1.Controls.Add(this.tabPage3);
  99. this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  101. this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.uiTabControl1.ItemSize = new System.Drawing.Size(180, 40);
  103. this.uiTabControl1.Location = new System.Drawing.Point(0, 0);
  104. this.uiTabControl1.MainPage = "";
  105. this.uiTabControl1.Name = "uiTabControl1";
  106. this.uiTabControl1.SelectedIndex = 0;
  107. this.uiTabControl1.Size = new System.Drawing.Size(1183, 503);
  108. this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  109. this.uiTabControl1.TabIndex = 0;
  110. this.uiTabControl1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.uiTabControl1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  112. //
  113. // tabPage1
  114. //
  115. this.tabPage1.Controls.Add(this.uiTitlePanel2);
  116. this.tabPage1.Controls.Add(this.uiPanel1);
  117. this.tabPage1.Controls.Add(this.uiTitlePanel1);
  118. this.tabPage1.Location = new System.Drawing.Point(0, 40);
  119. this.tabPage1.Name = "tabPage1";
  120. this.tabPage1.Size = new System.Drawing.Size(1183, 463);
  121. this.tabPage1.TabIndex = 0;
  122. this.tabPage1.Text = "新增特药登记信息";
  123. this.tabPage1.UseVisualStyleBackColor = true;
  124. //
  125. // uiTitlePanel2
  126. //
  127. this.uiTitlePanel2.Controls.Add(this.cbx_DocInfo);
  128. this.uiTitlePanel2.Controls.Add(this.uiLabel17);
  129. this.uiTitlePanel2.Controls.Add(this.tb_Address_P);
  130. this.uiTitlePanel2.Controls.Add(this.tb_Tel_P);
  131. this.uiTitlePanel2.Controls.Add(this.tb_CertNo_P);
  132. this.uiTitlePanel2.Controls.Add(this.cbb_CertType);
  133. this.uiTitlePanel2.Controls.Add(this.cbb_RelationShip);
  134. this.uiTitlePanel2.Controls.Add(this.tb_Name_P);
  135. this.uiTitlePanel2.Controls.Add(this.tb_ICD);
  136. this.uiTitlePanel2.Controls.Add(this.dt_End);
  137. this.uiTitlePanel2.Controls.Add(this.dt_Begin);
  138. this.uiTitlePanel2.Controls.Add(this.uiLabel16);
  139. this.uiTitlePanel2.Controls.Add(this.uiLabel15);
  140. this.uiTitlePanel2.Controls.Add(this.uiLabel14);
  141. this.uiTitlePanel2.Controls.Add(this.uiLabel13);
  142. this.uiTitlePanel2.Controls.Add(this.uiLabel12);
  143. this.uiTitlePanel2.Controls.Add(this.uiLabel11);
  144. this.uiTitlePanel2.Controls.Add(this.uiLabel10);
  145. this.uiTitlePanel2.Controls.Add(this.uiLabel7);
  146. this.uiTitlePanel2.Controls.Add(this.uiLabel6);
  147. this.uiTitlePanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  148. this.uiTitlePanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.uiTitlePanel2.Location = new System.Drawing.Point(0, 109);
  150. this.uiTitlePanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  151. this.uiTitlePanel2.MinimumSize = new System.Drawing.Size(1, 1);
  152. this.uiTitlePanel2.Name = "uiTitlePanel2";
  153. this.uiTitlePanel2.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
  154. this.uiTitlePanel2.ShowText = false;
  155. this.uiTitlePanel2.Size = new System.Drawing.Size(1183, 292);
  156. this.uiTitlePanel2.TabIndex = 2;
  157. this.uiTitlePanel2.Text = "备案信息";
  158. this.uiTitlePanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  159. this.uiTitlePanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  160. //
  161. // cbx_DocInfo
  162. //
  163. this.cbx_DocInfo.FormattingEnabled = true;
  164. this.cbx_DocInfo.Location = new System.Drawing.Point(689, 59);
  165. this.cbx_DocInfo.Name = "cbx_DocInfo";
  166. this.cbx_DocInfo.NullValue = "";
  167. this.cbx_DocInfo.PopupGridAutoSize = false;
  168. this.cbx_DocInfo.RowFilterVisible = false;
  169. this.cbx_DocInfo.sDisplayField = "";
  170. this.cbx_DocInfo.sDisplayMember = "";
  171. this.cbx_DocInfo.SeparatorChar = "|";
  172. this.cbx_DocInfo.Size = new System.Drawing.Size(187, 29);
  173. this.cbx_DocInfo.sKeyWords = "";
  174. this.cbx_DocInfo.sValueMember = "";
  175. this.cbx_DocInfo.TabIndex = 45;
  176. this.cbx_DocInfo.Value = "";
  177. this.cbx_DocInfo.AfterSelector += new PTControl.AfterSelectorEventHandler(this.cbx_DocInfo_AfterSelector);
  178. //
  179. // uiLabel17
  180. //
  181. this.uiLabel17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.uiLabel17.Location = new System.Drawing.Point(609, 59);
  183. this.uiLabel17.Name = "uiLabel17";
  184. this.uiLabel17.Size = new System.Drawing.Size(74, 23);
  185. this.uiLabel17.TabIndex = 29;
  186. this.uiLabel17.Text = "申请医师";
  187. this.uiLabel17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  188. this.uiLabel17.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  189. //
  190. // tb_Address_P
  191. //
  192. this.tb_Address_P.Cursor = System.Windows.Forms.Cursors.IBeam;
  193. this.tb_Address_P.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.tb_Address_P.Location = new System.Drawing.Point(840, 175);
  195. this.tb_Address_P.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  196. this.tb_Address_P.MinimumSize = new System.Drawing.Size(1, 16);
  197. this.tb_Address_P.Name = "tb_Address_P";
  198. this.tb_Address_P.ShowText = false;
  199. this.tb_Address_P.Size = new System.Drawing.Size(192, 29);
  200. this.tb_Address_P.TabIndex = 28;
  201. this.tb_Address_P.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  202. this.tb_Address_P.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  203. //
  204. // tb_Tel_P
  205. //
  206. this.tb_Tel_P.Cursor = System.Windows.Forms.Cursors.IBeam;
  207. this.tb_Tel_P.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.tb_Tel_P.Location = new System.Drawing.Point(483, 117);
  209. this.tb_Tel_P.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  210. this.tb_Tel_P.MinimumSize = new System.Drawing.Size(1, 16);
  211. this.tb_Tel_P.Name = "tb_Tel_P";
  212. this.tb_Tel_P.ShowText = false;
  213. this.tb_Tel_P.Size = new System.Drawing.Size(192, 29);
  214. this.tb_Tel_P.TabIndex = 24;
  215. this.tb_Tel_P.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  216. this.tb_Tel_P.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  217. //
  218. // tb_CertNo_P
  219. //
  220. this.tb_CertNo_P.Cursor = System.Windows.Forms.Cursors.IBeam;
  221. this.tb_CertNo_P.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.tb_CertNo_P.Location = new System.Drawing.Point(483, 175);
  223. this.tb_CertNo_P.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  224. this.tb_CertNo_P.MinimumSize = new System.Drawing.Size(1, 16);
  225. this.tb_CertNo_P.Name = "tb_CertNo_P";
  226. this.tb_CertNo_P.ShowText = false;
  227. this.tb_CertNo_P.Size = new System.Drawing.Size(192, 29);
  228. this.tb_CertNo_P.TabIndex = 23;
  229. this.tb_CertNo_P.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  230. this.tb_CertNo_P.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  231. //
  232. // cbb_CertType
  233. //
  234. this.cbb_CertType.DataSource = null;
  235. this.cbb_CertType.FillColor = System.Drawing.Color.White;
  236. this.cbb_CertType.FilterMaxCount = 50;
  237. this.cbb_CertType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.cbb_CertType.Items.AddRange(new object[] {
  239. "01 居民身份证(户口簿)",
  240. "02 中国人民解放军军官证",
  241. "03 中国人民武装警察警官证",
  242. "04 香港特区护照/港澳居民来往内地通行证",
  243. "05 澳门特区护照/港澳居民来往内地通行证",
  244. "06 台湾居民来往大陆通行证",
  245. "07 外国人永久居留证",
  246. "08 外国人护照",
  247. "09 残疾人证",
  248. "10 军烈属证明",
  249. "11 外国人就业证",
  250. "12 外国专家证",
  251. "13 外国人常驻记者证",
  252. "14 台港澳人员就业证",
  253. "15 回国(来华)定居专家证",
  254. "16 中国护照",
  255. "17 港澳台居民居住证",
  256. "90 社会保障卡",
  257. "99 其他身份证件",
  258. "9901 暂住证",
  259. "990102 扶贫人口编码",
  260. "9902 保密人员证件",
  261. "990201 医学出生证明"});
  262. this.cbb_CertType.Location = new System.Drawing.Point(146, 175);
  263. this.cbb_CertType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  264. this.cbb_CertType.MinimumSize = new System.Drawing.Size(63, 0);
  265. this.cbb_CertType.Name = "cbb_CertType";
  266. this.cbb_CertType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  267. this.cbb_CertType.Size = new System.Drawing.Size(187, 29);
  268. this.cbb_CertType.TabIndex = 22;
  269. this.cbb_CertType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  270. this.cbb_CertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  271. //
  272. // cbb_RelationShip
  273. //
  274. this.cbb_RelationShip.DataSource = null;
  275. this.cbb_RelationShip.FillColor = System.Drawing.Color.White;
  276. this.cbb_RelationShip.FilterMaxCount = 50;
  277. this.cbb_RelationShip.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.cbb_RelationShip.Items.AddRange(new object[] {
  279. "1 配偶",
  280. "2 子女",
  281. "4 孙子、孙女,或外孙子、外孙女",
  282. "5 父母",
  283. "6 祖父母或外祖父母",
  284. "7 兄、弟、姐、妹",
  285. "8 其他亲属",
  286. "9 非亲属",
  287. "901 单位经办人"});
  288. this.cbb_RelationShip.Location = new System.Drawing.Point(840, 117);
  289. this.cbb_RelationShip.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  290. this.cbb_RelationShip.MinimumSize = new System.Drawing.Size(63, 0);
  291. this.cbb_RelationShip.Name = "cbb_RelationShip";
  292. this.cbb_RelationShip.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  293. this.cbb_RelationShip.Size = new System.Drawing.Size(187, 29);
  294. this.cbb_RelationShip.TabIndex = 21;
  295. this.cbb_RelationShip.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  296. this.cbb_RelationShip.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  297. //
  298. // tb_Name_P
  299. //
  300. this.tb_Name_P.Cursor = System.Windows.Forms.Cursors.IBeam;
  301. this.tb_Name_P.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.tb_Name_P.Location = new System.Drawing.Point(146, 117);
  303. this.tb_Name_P.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  304. this.tb_Name_P.MinimumSize = new System.Drawing.Size(1, 16);
  305. this.tb_Name_P.Name = "tb_Name_P";
  306. this.tb_Name_P.ShowText = false;
  307. this.tb_Name_P.Size = new System.Drawing.Size(187, 29);
  308. this.tb_Name_P.TabIndex = 20;
  309. this.tb_Name_P.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  310. this.tb_Name_P.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  311. //
  312. // tb_ICD
  313. //
  314. this.tb_ICD.Cursor = System.Windows.Forms.Cursors.IBeam;
  315. this.tb_ICD.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.tb_ICD.Location = new System.Drawing.Point(971, 59);
  317. this.tb_ICD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  318. this.tb_ICD.MinimumSize = new System.Drawing.Size(1, 16);
  319. this.tb_ICD.Name = "tb_ICD";
  320. this.tb_ICD.ShowText = false;
  321. this.tb_ICD.Size = new System.Drawing.Size(187, 29);
  322. this.tb_ICD.TabIndex = 19;
  323. this.tb_ICD.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  324. this.tb_ICD.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  325. //
  326. // dt_End
  327. //
  328. this.dt_End.FillColor = System.Drawing.Color.White;
  329. this.dt_End.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. this.dt_End.Location = new System.Drawing.Point(406, 59);
  331. this.dt_End.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  332. this.dt_End.MaxLength = 19;
  333. this.dt_End.MinimumSize = new System.Drawing.Size(63, 0);
  334. this.dt_End.Name = "dt_End";
  335. this.dt_End.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  336. this.dt_End.Size = new System.Drawing.Size(187, 29);
  337. this.dt_End.SymbolDropDown = 61555;
  338. this.dt_End.SymbolNormal = 61555;
  339. this.dt_End.TabIndex = 14;
  340. this.dt_End.Text = "2024-05-16 15:23:00";
  341. this.dt_End.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  342. this.dt_End.Value = new System.DateTime(2024, 5, 16, 15, 23, 0, 150);
  343. this.dt_End.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  344. //
  345. // dt_Begin
  346. //
  347. this.dt_Begin.FillColor = System.Drawing.Color.White;
  348. this.dt_Begin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.dt_Begin.Location = new System.Drawing.Point(117, 59);
  350. this.dt_Begin.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  351. this.dt_Begin.MaxLength = 19;
  352. this.dt_Begin.MinimumSize = new System.Drawing.Size(63, 0);
  353. this.dt_Begin.Name = "dt_Begin";
  354. this.dt_Begin.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  355. this.dt_Begin.Size = new System.Drawing.Size(187, 29);
  356. this.dt_Begin.SymbolDropDown = 61555;
  357. this.dt_Begin.SymbolNormal = 61555;
  358. this.dt_Begin.TabIndex = 13;
  359. this.dt_Begin.Text = "2024-05-16 15:23:00";
  360. this.dt_Begin.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  361. this.dt_Begin.Value = new System.DateTime(2024, 5, 16, 15, 23, 0, 0);
  362. this.dt_Begin.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  363. //
  364. // uiLabel16
  365. //
  366. this.uiLabel16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  367. this.uiLabel16.Location = new System.Drawing.Point(36, 59);
  368. this.uiLabel16.Name = "uiLabel16";
  369. this.uiLabel16.Size = new System.Drawing.Size(74, 23);
  370. this.uiLabel16.TabIndex = 12;
  371. this.uiLabel16.Text = "开始日期";
  372. this.uiLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  373. this.uiLabel16.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  374. //
  375. // uiLabel15
  376. //
  377. this.uiLabel15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  378. this.uiLabel15.Location = new System.Drawing.Point(704, 175);
  379. this.uiLabel15.Name = "uiLabel15";
  380. this.uiLabel15.Size = new System.Drawing.Size(126, 23);
  381. this.uiLabel15.TabIndex = 11;
  382. this.uiLabel15.Text = "代办人联系地址";
  383. this.uiLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  384. this.uiLabel15.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  385. //
  386. // uiLabel14
  387. //
  388. this.uiLabel14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  389. this.uiLabel14.Location = new System.Drawing.Point(350, 117);
  390. this.uiLabel14.Name = "uiLabel14";
  391. this.uiLabel14.Size = new System.Drawing.Size(126, 23);
  392. this.uiLabel14.TabIndex = 10;
  393. this.uiLabel14.Text = "代办人联系方式";
  394. this.uiLabel14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  395. this.uiLabel14.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  396. //
  397. // uiLabel13
  398. //
  399. this.uiLabel13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.uiLabel13.Location = new System.Drawing.Point(354, 175);
  401. this.uiLabel13.Name = "uiLabel13";
  402. this.uiLabel13.Size = new System.Drawing.Size(122, 23);
  403. this.uiLabel13.TabIndex = 9;
  404. this.uiLabel13.Text = "代办人证件号码";
  405. this.uiLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  406. this.uiLabel13.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  407. //
  408. // uiLabel12
  409. //
  410. this.uiLabel12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  411. this.uiLabel12.Location = new System.Drawing.Point(17, 175);
  412. this.uiLabel12.Name = "uiLabel12";
  413. this.uiLabel12.Size = new System.Drawing.Size(122, 23);
  414. this.uiLabel12.TabIndex = 8;
  415. this.uiLabel12.Text = "代办人证件类型";
  416. this.uiLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  417. this.uiLabel12.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  418. //
  419. // uiLabel11
  420. //
  421. this.uiLabel11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  422. this.uiLabel11.Location = new System.Drawing.Point(740, 117);
  423. this.uiLabel11.Name = "uiLabel11";
  424. this.uiLabel11.Size = new System.Drawing.Size(90, 23);
  425. this.uiLabel11.TabIndex = 7;
  426. this.uiLabel11.Text = "代办人关系";
  427. this.uiLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  428. this.uiLabel11.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  429. //
  430. // uiLabel10
  431. //
  432. this.uiLabel10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  433. this.uiLabel10.Location = new System.Drawing.Point(49, 117);
  434. this.uiLabel10.Name = "uiLabel10";
  435. this.uiLabel10.Size = new System.Drawing.Size(90, 23);
  436. this.uiLabel10.TabIndex = 6;
  437. this.uiLabel10.Text = "代办人姓名";
  438. this.uiLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  439. this.uiLabel10.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  440. //
  441. // uiLabel7
  442. //
  443. this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  444. this.uiLabel7.Location = new System.Drawing.Point(325, 59);
  445. this.uiLabel7.Name = "uiLabel7";
  446. this.uiLabel7.Size = new System.Drawing.Size(74, 23);
  447. this.uiLabel7.TabIndex = 3;
  448. this.uiLabel7.Text = "截止日期";
  449. this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  450. this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  451. //
  452. // uiLabel6
  453. //
  454. this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  455. this.uiLabel6.Location = new System.Drawing.Point(893, 59);
  456. this.uiLabel6.Name = "uiLabel6";
  457. this.uiLabel6.Size = new System.Drawing.Size(74, 23);
  458. this.uiLabel6.TabIndex = 2;
  459. this.uiLabel6.Text = "疾病诊断";
  460. this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  461. this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  462. //
  463. // uiPanel1
  464. //
  465. this.uiPanel1.Controls.Add(this.btnReadCard);
  466. this.uiPanel1.Controls.Add(this.btnExit);
  467. this.uiPanel1.Controls.Add(this.btnOK);
  468. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  469. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  470. this.uiPanel1.Location = new System.Drawing.Point(0, 401);
  471. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  472. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  473. this.uiPanel1.Name = "uiPanel1";
  474. this.uiPanel1.Size = new System.Drawing.Size(1183, 62);
  475. this.uiPanel1.TabIndex = 1;
  476. this.uiPanel1.Text = null;
  477. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  478. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  479. //
  480. // btnReadCard
  481. //
  482. this.btnReadCard.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  483. this.btnReadCard.Cursor = System.Windows.Forms.Cursors.Hand;
  484. this.btnReadCard.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  485. this.btnReadCard.Location = new System.Drawing.Point(802, 5);
  486. this.btnReadCard.MinimumSize = new System.Drawing.Size(1, 1);
  487. this.btnReadCard.Name = "btnReadCard";
  488. this.btnReadCard.Size = new System.Drawing.Size(123, 50);
  489. this.btnReadCard.TabIndex = 2;
  490. this.btnReadCard.Text = "1.医保读卡";
  491. this.btnReadCard.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  492. this.btnReadCard.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  493. this.btnReadCard.Click += new System.EventHandler(this.btnReadCard_Click);
  494. //
  495. // btnExit
  496. //
  497. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  498. this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
  499. this.btnExit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  500. this.btnExit.Location = new System.Drawing.Point(1056, 5);
  501. this.btnExit.MinimumSize = new System.Drawing.Size(1, 1);
  502. this.btnExit.Name = "btnExit";
  503. this.btnExit.Size = new System.Drawing.Size(123, 50);
  504. this.btnExit.TabIndex = 1;
  505. this.btnExit.Text = "退 出";
  506. this.btnExit.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  507. this.btnExit.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  508. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  509. //
  510. // btnOK
  511. //
  512. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  513. this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
  514. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  515. this.btnOK.Location = new System.Drawing.Point(929, 5);
  516. this.btnOK.MinimumSize = new System.Drawing.Size(1, 1);
  517. this.btnOK.Name = "btnOK";
  518. this.btnOK.Size = new System.Drawing.Size(123, 50);
  519. this.btnOK.TabIndex = 0;
  520. this.btnOK.Text = "2.确 定";
  521. this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  522. this.btnOK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  523. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  524. //
  525. // uiTitlePanel1
  526. //
  527. this.uiTitlePanel1.Controls.Add(this.uiLabel19);
  528. this.uiTitlePanel1.Controls.Add(this.tb_CertNo);
  529. this.uiTitlePanel1.Controls.Add(this.uiLabel3);
  530. this.uiTitlePanel1.Controls.Add(this.uiLabel2);
  531. this.uiTitlePanel1.Controls.Add(this.uiLabel1);
  532. this.uiTitlePanel1.Controls.Add(this.tb_PsnNo);
  533. this.uiTitlePanel1.Controls.Add(this.tb_InsuAdmvs);
  534. this.uiTitlePanel1.Controls.Add(this.tb_Name);
  535. this.uiTitlePanel1.Dock = System.Windows.Forms.DockStyle.Top;
  536. this.uiTitlePanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  537. this.uiTitlePanel1.Location = new System.Drawing.Point(0, 0);
  538. this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  539. this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1);
  540. this.uiTitlePanel1.Name = "uiTitlePanel1";
  541. this.uiTitlePanel1.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
  542. this.uiTitlePanel1.ShowText = false;
  543. this.uiTitlePanel1.Size = new System.Drawing.Size(1183, 109);
  544. this.uiTitlePanel1.TabIndex = 0;
  545. this.uiTitlePanel1.Text = "参保人员信息";
  546. this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  547. this.uiTitlePanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  548. //
  549. // uiLabel19
  550. //
  551. this.uiLabel19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  552. this.uiLabel19.Location = new System.Drawing.Point(479, 60);
  553. this.uiLabel19.Name = "uiLabel19";
  554. this.uiLabel19.Size = new System.Drawing.Size(74, 23);
  555. this.uiLabel19.TabIndex = 9;
  556. this.uiLabel19.Text = "证件号码";
  557. this.uiLabel19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  558. this.uiLabel19.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  559. //
  560. // tb_CertNo
  561. //
  562. this.tb_CertNo.Cursor = System.Windows.Forms.Cursors.IBeam;
  563. this.tb_CertNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  564. this.tb_CertNo.Location = new System.Drawing.Point(559, 59);
  565. this.tb_CertNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  566. this.tb_CertNo.MinimumSize = new System.Drawing.Size(1, 16);
  567. this.tb_CertNo.Name = "tb_CertNo";
  568. this.tb_CertNo.ShowText = false;
  569. this.tb_CertNo.Size = new System.Drawing.Size(177, 29);
  570. this.tb_CertNo.TabIndex = 8;
  571. this.tb_CertNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  572. this.tb_CertNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  573. //
  574. // uiLabel3
  575. //
  576. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  577. this.uiLabel3.Location = new System.Drawing.Point(751, 60);
  578. this.uiLabel3.Name = "uiLabel3";
  579. this.uiLabel3.Size = new System.Drawing.Size(106, 23);
  580. this.uiLabel3.TabIndex = 7;
  581. this.uiLabel3.Text = "医保人员编号";
  582. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  583. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  584. //
  585. // uiLabel2
  586. //
  587. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  588. this.uiLabel2.Location = new System.Drawing.Point(211, 60);
  589. this.uiLabel2.Name = "uiLabel2";
  590. this.uiLabel2.Size = new System.Drawing.Size(122, 23);
  591. this.uiLabel2.TabIndex = 6;
  592. this.uiLabel2.Text = "参保地行政区划";
  593. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  594. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  595. //
  596. // uiLabel1
  597. //
  598. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  599. this.uiLabel1.Location = new System.Drawing.Point(20, 60);
  600. this.uiLabel1.Name = "uiLabel1";
  601. this.uiLabel1.Size = new System.Drawing.Size(52, 23);
  602. this.uiLabel1.TabIndex = 5;
  603. this.uiLabel1.Text = "姓 名";
  604. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  605. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  606. //
  607. // tb_PsnNo
  608. //
  609. this.tb_PsnNo.Cursor = System.Windows.Forms.Cursors.IBeam;
  610. this.tb_PsnNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  611. this.tb_PsnNo.Location = new System.Drawing.Point(863, 59);
  612. this.tb_PsnNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  613. this.tb_PsnNo.MinimumSize = new System.Drawing.Size(1, 16);
  614. this.tb_PsnNo.Name = "tb_PsnNo";
  615. this.tb_PsnNo.ShowText = false;
  616. this.tb_PsnNo.Size = new System.Drawing.Size(283, 29);
  617. this.tb_PsnNo.TabIndex = 4;
  618. this.tb_PsnNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  619. this.tb_PsnNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  620. //
  621. // tb_InsuAdmvs
  622. //
  623. this.tb_InsuAdmvs.Cursor = System.Windows.Forms.Cursors.IBeam;
  624. this.tb_InsuAdmvs.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  625. this.tb_InsuAdmvs.Location = new System.Drawing.Point(337, 59);
  626. this.tb_InsuAdmvs.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  627. this.tb_InsuAdmvs.MinimumSize = new System.Drawing.Size(1, 16);
  628. this.tb_InsuAdmvs.Name = "tb_InsuAdmvs";
  629. this.tb_InsuAdmvs.ShowText = false;
  630. this.tb_InsuAdmvs.Size = new System.Drawing.Size(123, 29);
  631. this.tb_InsuAdmvs.TabIndex = 3;
  632. this.tb_InsuAdmvs.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  633. this.tb_InsuAdmvs.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  634. //
  635. // tb_Name
  636. //
  637. this.tb_Name.Cursor = System.Windows.Forms.Cursors.IBeam;
  638. this.tb_Name.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  639. this.tb_Name.Location = new System.Drawing.Point(79, 59);
  640. this.tb_Name.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  641. this.tb_Name.MinimumSize = new System.Drawing.Size(1, 16);
  642. this.tb_Name.Name = "tb_Name";
  643. this.tb_Name.ShowText = false;
  644. this.tb_Name.Size = new System.Drawing.Size(116, 29);
  645. this.tb_Name.TabIndex = 2;
  646. this.tb_Name.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  647. this.tb_Name.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  648. //
  649. // tabPage3
  650. //
  651. this.tabPage3.Controls.Add(this.uiTitlePanel5);
  652. this.tabPage3.Controls.Add(this.uiDataGridView1);
  653. this.tabPage3.Controls.Add(this.uiPanel2);
  654. this.tabPage3.Location = new System.Drawing.Point(0, 40);
  655. this.tabPage3.Name = "tabPage3";
  656. this.tabPage3.Size = new System.Drawing.Size(1179, 420);
  657. this.tabPage3.TabIndex = 2;
  658. this.tabPage3.Text = "删除特药登记信息";
  659. this.tabPage3.UseVisualStyleBackColor = true;
  660. //
  661. // uiTitlePanel5
  662. //
  663. this.uiTitlePanel5.Controls.Add(this.dgvReferralRecordDrugs);
  664. this.uiTitlePanel5.Dock = System.Windows.Forms.DockStyle.Fill;
  665. this.uiTitlePanel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  666. this.uiTitlePanel5.Location = new System.Drawing.Point(0, 0);
  667. this.uiTitlePanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  668. this.uiTitlePanel5.MinimumSize = new System.Drawing.Size(1, 1);
  669. this.uiTitlePanel5.Name = "uiTitlePanel5";
  670. this.uiTitlePanel5.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
  671. this.uiTitlePanel5.ShowText = false;
  672. this.uiTitlePanel5.Size = new System.Drawing.Size(1179, 308);
  673. this.uiTitlePanel5.TabIndex = 4;
  674. this.uiTitlePanel5.Text = null;
  675. this.uiTitlePanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  676. this.uiTitlePanel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  677. //
  678. // dgvReferralRecordDrugs
  679. //
  680. this.dgvReferralRecordDrugs.AllowUserToAddRows = false;
  681. this.dgvReferralRecordDrugs.AllowUserToDeleteRows = false;
  682. dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  683. this.dgvReferralRecordDrugs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle21;
  684. this.dgvReferralRecordDrugs.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  685. this.dgvReferralRecordDrugs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  686. dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  687. dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  688. dataGridViewCellStyle22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  689. dataGridViewCellStyle22.ForeColor = System.Drawing.Color.White;
  690. dataGridViewCellStyle22.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  691. dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  692. dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  693. this.dgvReferralRecordDrugs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle22;
  694. this.dgvReferralRecordDrugs.ColumnHeadersHeight = 32;
  695. this.dgvReferralRecordDrugs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  696. dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  697. dataGridViewCellStyle23.BackColor = System.Drawing.Color.White;
  698. dataGridViewCellStyle23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  699. dataGridViewCellStyle23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  700. dataGridViewCellStyle23.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  701. dataGridViewCellStyle23.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  702. dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  703. this.dgvReferralRecordDrugs.DefaultCellStyle = dataGridViewCellStyle23;
  704. this.dgvReferralRecordDrugs.Dock = System.Windows.Forms.DockStyle.Fill;
  705. this.dgvReferralRecordDrugs.EnableHeadersVisualStyles = false;
  706. this.dgvReferralRecordDrugs.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  707. this.dgvReferralRecordDrugs.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  708. this.dgvReferralRecordDrugs.Location = new System.Drawing.Point(0, 35);
  709. this.dgvReferralRecordDrugs.Name = "dgvReferralRecordDrugs";
  710. dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  711. dataGridViewCellStyle24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  712. dataGridViewCellStyle24.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  713. dataGridViewCellStyle24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  714. dataGridViewCellStyle24.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  715. dataGridViewCellStyle24.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  716. dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  717. this.dgvReferralRecordDrugs.RowHeadersDefaultCellStyle = dataGridViewCellStyle24;
  718. this.dgvReferralRecordDrugs.RowHeight = 0;
  719. dataGridViewCellStyle25.BackColor = System.Drawing.Color.White;
  720. dataGridViewCellStyle25.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  721. dataGridViewCellStyle25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  722. dataGridViewCellStyle25.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  723. dataGridViewCellStyle25.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  724. this.dgvReferralRecordDrugs.RowsDefaultCellStyle = dataGridViewCellStyle25;
  725. this.dgvReferralRecordDrugs.RowTemplate.Height = 23;
  726. this.dgvReferralRecordDrugs.SelectedIndex = -1;
  727. this.dgvReferralRecordDrugs.ShowGridLine = false;
  728. this.dgvReferralRecordDrugs.ShowRect = false;
  729. this.dgvReferralRecordDrugs.Size = new System.Drawing.Size(1179, 273);
  730. this.dgvReferralRecordDrugs.TabIndex = 1;
  731. this.dgvReferralRecordDrugs.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  732. //
  733. // uiDataGridView1
  734. //
  735. this.uiDataGridView1.AllowUserToAddRows = false;
  736. this.uiDataGridView1.AllowUserToDeleteRows = false;
  737. dataGridViewCellStyle26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  738. this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle26;
  739. this.uiDataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  740. this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  741. dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  742. dataGridViewCellStyle27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  743. dataGridViewCellStyle27.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  744. dataGridViewCellStyle27.ForeColor = System.Drawing.Color.White;
  745. dataGridViewCellStyle27.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  746. dataGridViewCellStyle27.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  747. dataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  748. this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle27;
  749. this.uiDataGridView1.ColumnHeadersHeight = 32;
  750. this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  751. dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  752. dataGridViewCellStyle28.BackColor = System.Drawing.Color.White;
  753. dataGridViewCellStyle28.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  754. dataGridViewCellStyle28.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  755. dataGridViewCellStyle28.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  756. dataGridViewCellStyle28.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  757. dataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  758. this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle28;
  759. this.uiDataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  760. this.uiDataGridView1.EnableHeadersVisualStyles = false;
  761. this.uiDataGridView1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  762. this.uiDataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  763. this.uiDataGridView1.Location = new System.Drawing.Point(0, 0);
  764. this.uiDataGridView1.Name = "uiDataGridView1";
  765. dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  766. dataGridViewCellStyle29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  767. dataGridViewCellStyle29.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  768. dataGridViewCellStyle29.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  769. dataGridViewCellStyle29.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  770. dataGridViewCellStyle29.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  771. dataGridViewCellStyle29.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  772. this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle29;
  773. this.uiDataGridView1.RowHeight = 0;
  774. dataGridViewCellStyle30.BackColor = System.Drawing.Color.White;
  775. dataGridViewCellStyle30.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  776. dataGridViewCellStyle30.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  777. dataGridViewCellStyle30.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  778. dataGridViewCellStyle30.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  779. this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle30;
  780. this.uiDataGridView1.RowTemplate.Height = 23;
  781. this.uiDataGridView1.SelectedIndex = -1;
  782. this.uiDataGridView1.ShowGridLine = false;
  783. this.uiDataGridView1.ShowRect = false;
  784. this.uiDataGridView1.Size = new System.Drawing.Size(1179, 308);
  785. this.uiDataGridView1.TabIndex = 3;
  786. this.uiDataGridView1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  787. //
  788. // uiPanel2
  789. //
  790. this.uiPanel2.Controls.Add(this.btnInsuQuery);
  791. this.uiPanel2.Controls.Add(this.uiButton2);
  792. this.uiPanel2.Controls.Add(this.btnDelete);
  793. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  794. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  795. this.uiPanel2.Location = new System.Drawing.Point(0, 308);
  796. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  797. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  798. this.uiPanel2.Name = "uiPanel2";
  799. this.uiPanel2.Size = new System.Drawing.Size(1179, 112);
  800. this.uiPanel2.TabIndex = 2;
  801. this.uiPanel2.Text = null;
  802. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  803. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  804. //
  805. // btnInsuQuery
  806. //
  807. this.btnInsuQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  808. this.btnInsuQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  809. this.btnInsuQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  810. this.btnInsuQuery.Location = new System.Drawing.Point(790, 27);
  811. this.btnInsuQuery.MinimumSize = new System.Drawing.Size(1, 1);
  812. this.btnInsuQuery.Name = "btnInsuQuery";
  813. this.btnInsuQuery.Size = new System.Drawing.Size(155, 63);
  814. this.btnInsuQuery.TabIndex = 51;
  815. this.btnInsuQuery.Text = "特药登记信息查询";
  816. this.btnInsuQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  817. this.btnInsuQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  818. this.btnInsuQuery.Click += new System.EventHandler(this.btnInsuQuery_Click);
  819. //
  820. // uiButton2
  821. //
  822. this.uiButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  823. this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
  824. this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  825. this.uiButton2.Location = new System.Drawing.Point(1067, 27);
  826. this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
  827. this.uiButton2.Name = "uiButton2";
  828. this.uiButton2.Size = new System.Drawing.Size(106, 63);
  829. this.uiButton2.TabIndex = 50;
  830. this.uiButton2.Text = "退 出";
  831. this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  832. this.uiButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  833. this.uiButton2.Click += new System.EventHandler(this.btnExit_Click);
  834. //
  835. // btnDelete
  836. //
  837. this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  838. this.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand;
  839. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  840. this.btnDelete.Location = new System.Drawing.Point(949, 27);
  841. this.btnDelete.MinimumSize = new System.Drawing.Size(1, 1);
  842. this.btnDelete.Name = "btnDelete";
  843. this.btnDelete.Size = new System.Drawing.Size(114, 63);
  844. this.btnDelete.TabIndex = 49;
  845. this.btnDelete.Text = "确认删除";
  846. this.btnDelete.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  847. this.btnDelete.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  848. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  849. //
  850. // HospitalRegister
  851. //
  852. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  853. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  854. this.ClientSize = new System.Drawing.Size(1183, 503);
  855. this.Controls.Add(this.uiTabControl1);
  856. this.Name = "HospitalRegister";
  857. this.Text = "其它医保业务";
  858. this.Load += new System.EventHandler(this.HospitalRegister_Load);
  859. this.uiTabControl1.ResumeLayout(false);
  860. this.tabPage1.ResumeLayout(false);
  861. this.uiTitlePanel2.ResumeLayout(false);
  862. this.uiPanel1.ResumeLayout(false);
  863. this.uiTitlePanel1.ResumeLayout(false);
  864. this.tabPage3.ResumeLayout(false);
  865. this.uiTitlePanel5.ResumeLayout(false);
  866. ((System.ComponentModel.ISupportInitialize)(this.dgvReferralRecordDrugs)).EndInit();
  867. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
  868. this.uiPanel2.ResumeLayout(false);
  869. this.ResumeLayout(false);
  870. }
  871. #endregion
  872. private Sunny.UI.UITabControl uiTabControl1;
  873. private System.Windows.Forms.TabPage tabPage1;
  874. private Sunny.UI.UITitlePanel uiTitlePanel2;
  875. private Sunny.UI.UIPanel uiPanel1;
  876. private Sunny.UI.UITitlePanel uiTitlePanel1;
  877. private Sunny.UI.UILabel uiLabel3;
  878. private Sunny.UI.UILabel uiLabel2;
  879. private Sunny.UI.UILabel uiLabel1;
  880. private Sunny.UI.UITextBox tb_PsnNo;
  881. private Sunny.UI.UITextBox tb_InsuAdmvs;
  882. private Sunny.UI.UITextBox tb_Name;
  883. private Sunny.UI.UITextBox tb_Tel_P;
  884. private Sunny.UI.UITextBox tb_CertNo_P;
  885. private Sunny.UI.UIComboBox cbb_CertType;
  886. private Sunny.UI.UIComboBox cbb_RelationShip;
  887. private Sunny.UI.UITextBox tb_Name_P;
  888. private Sunny.UI.UITextBox tb_ICD;
  889. private Sunny.UI.UIDatetimePicker dt_End;
  890. private Sunny.UI.UIDatetimePicker dt_Begin;
  891. private Sunny.UI.UILabel uiLabel16;
  892. private Sunny.UI.UILabel uiLabel15;
  893. private Sunny.UI.UILabel uiLabel14;
  894. private Sunny.UI.UILabel uiLabel13;
  895. private Sunny.UI.UILabel uiLabel12;
  896. private Sunny.UI.UILabel uiLabel11;
  897. private Sunny.UI.UILabel uiLabel10;
  898. private Sunny.UI.UILabel uiLabel7;
  899. private Sunny.UI.UILabel uiLabel6;
  900. private Sunny.UI.UIButton btnExit;
  901. private Sunny.UI.UIButton btnOK;
  902. private Sunny.UI.UITextBox tb_Address_P;
  903. private Sunny.UI.UILabel uiLabel17;
  904. public PTControl.DBLookupCombox cbx_DocInfo;
  905. private Sunny.UI.UILabel uiLabel19;
  906. private Sunny.UI.UITextBox tb_CertNo;
  907. private System.Windows.Forms.TabPage tabPage3;
  908. private Sunny.UI.UITitlePanel uiTitlePanel5;
  909. private Sunny.UI.UIDataGridView dgvReferralRecordDrugs;
  910. private Sunny.UI.UIDataGridView uiDataGridView1;
  911. private Sunny.UI.UIPanel uiPanel2;
  912. private Sunny.UI.UIButton btnInsuQuery;
  913. private Sunny.UI.UIButton uiButton2;
  914. private Sunny.UI.UIButton btnDelete;
  915. private Sunny.UI.UIButton btnReadCard;
  916. }
  917. }