DualChannelRecordForm.Designer.cs 78 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class DualChannelRecordForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  43. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  44. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  45. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  46. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  47. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  48. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  49. this.tc_Main = new Sunny.UI.UITabControl();
  50. this.tb_RecordApply = new System.Windows.Forms.TabPage();
  51. this.gb_HISInsuReg = new Sunny.UI.UIGroupBox();
  52. this.uiPanel3 = new Sunny.UI.UIPanel();
  53. this.txtInsuName = new System.Windows.Forms.TextBox();
  54. this.txtInsuCode = new System.Windows.Forms.TextBox();
  55. this.label6 = new System.Windows.Forms.Label();
  56. this.label5 = new System.Windows.Forms.Label();
  57. this.btnDelete = new System.Windows.Forms.Button();
  58. this.btnAdd = new System.Windows.Forms.Button();
  59. this.uiPanel2 = new Sunny.UI.UIPanel();
  60. this.dgv_DrugApply = new Sunny.UI.UIDataGridView();
  61. this.txtInsuType = new System.Windows.Forms.TextBox();
  62. this.lab_ = new System.Windows.Forms.Label();
  63. this.txtUnitNo = new System.Windows.Forms.TextBox();
  64. this.txtBirth = new System.Windows.Forms.TextBox();
  65. this.txtCertType = new System.Windows.Forms.TextBox();
  66. this.txtUnitName = new System.Windows.Forms.TextBox();
  67. this.dtpEnd = new System.Windows.Forms.DateTimePicker();
  68. this.dtpStart = new System.Windows.Forms.DateTimePicker();
  69. this.label31 = new System.Windows.Forms.Label();
  70. this.label30 = new System.Windows.Forms.Label();
  71. this.label1 = new System.Windows.Forms.Label();
  72. this.label3 = new System.Windows.Forms.Label();
  73. this.label20 = new System.Windows.Forms.Label();
  74. this.label2 = new System.Windows.Forms.Label();
  75. this.label18 = new System.Windows.Forms.Label();
  76. this.label16 = new System.Windows.Forms.Label();
  77. this.txtDiag = new System.Windows.Forms.TextBox();
  78. this.txtAddress = new System.Windows.Forms.TextBox();
  79. this.txtNation = new System.Windows.Forms.TextBox();
  80. this.txtSex = new System.Windows.Forms.TextBox();
  81. this.label4 = new System.Windows.Forms.Label();
  82. this.txtPsnNO = new System.Windows.Forms.TextBox();
  83. this.lab_address = new System.Windows.Forms.Label();
  84. this.txtCertNo = new System.Windows.Forms.TextBox();
  85. this.lab_Work = new System.Windows.Forms.Label();
  86. this.lab_Name = new System.Windows.Forms.Label();
  87. this.txt_PsnName = new System.Windows.Forms.TextBox();
  88. this.lab_IdCard = new System.Windows.Forms.Label();
  89. this.btnReadCard = new System.Windows.Forms.Button();
  90. this.uiPanel1 = new Sunny.UI.UIPanel();
  91. this.btnClose = new Sunny.UI.UIButton();
  92. this.btnPresUpload = new Sunny.UI.UIButton();
  93. this.tb_RecordQuery = new System.Windows.Forms.TabPage();
  94. this.uiGroupBox4 = new Sunny.UI.UIGroupBox();
  95. this.uiTabControl2 = new Sunny.UI.UITabControl();
  96. this.tp_DrugInfo = new System.Windows.Forms.TabPage();
  97. this.dgv_DrugInfo = new Sunny.UI.UIDataGridView();
  98. this.tp_OrgInfo = new System.Windows.Forms.TabPage();
  99. this.dgv_OrgInfo = new Sunny.UI.UIDataGridView();
  100. this.uiPanel4 = new Sunny.UI.UIPanel();
  101. this.uiButton6 = new Sunny.UI.UIButton();
  102. this.btnLocalQuery = new System.Windows.Forms.Button();
  103. this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
  104. this.dgv_BasicInfo = new Sunny.UI.UIDataGridView();
  105. this.btnCancel = new Sunny.UI.UIButton();
  106. this.btnCenterQuery = new System.Windows.Forms.Button();
  107. this.tc_Main.SuspendLayout();
  108. this.tb_RecordApply.SuspendLayout();
  109. this.gb_HISInsuReg.SuspendLayout();
  110. this.uiPanel3.SuspendLayout();
  111. this.uiPanel2.SuspendLayout();
  112. ((System.ComponentModel.ISupportInitialize)(this.dgv_DrugApply)).BeginInit();
  113. this.uiPanel1.SuspendLayout();
  114. this.tb_RecordQuery.SuspendLayout();
  115. this.uiGroupBox4.SuspendLayout();
  116. this.uiTabControl2.SuspendLayout();
  117. this.tp_DrugInfo.SuspendLayout();
  118. ((System.ComponentModel.ISupportInitialize)(this.dgv_DrugInfo)).BeginInit();
  119. this.tp_OrgInfo.SuspendLayout();
  120. ((System.ComponentModel.ISupportInitialize)(this.dgv_OrgInfo)).BeginInit();
  121. this.uiPanel4.SuspendLayout();
  122. this.uiGroupBox3.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.dgv_BasicInfo)).BeginInit();
  124. this.SuspendLayout();
  125. //
  126. // tc_Main
  127. //
  128. this.tc_Main.Controls.Add(this.tb_RecordApply);
  129. this.tc_Main.Controls.Add(this.tb_RecordQuery);
  130. this.tc_Main.Dock = System.Windows.Forms.DockStyle.Fill;
  131. this.tc_Main.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  132. this.tc_Main.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.tc_Main.ItemSize = new System.Drawing.Size(180, 40);
  134. this.tc_Main.Location = new System.Drawing.Point(0, 0);
  135. this.tc_Main.MainPage = "";
  136. this.tc_Main.Margin = new System.Windows.Forms.Padding(4);
  137. this.tc_Main.Name = "tc_Main";
  138. this.tc_Main.SelectedIndex = 0;
  139. this.tc_Main.Size = new System.Drawing.Size(1488, 766);
  140. this.tc_Main.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  141. this.tc_Main.TabIndex = 0;
  142. this.tc_Main.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.tc_Main.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  144. this.tc_Main.TabIndexChanged += new System.EventHandler(this.tc_Main_TabIndexChanged);
  145. //
  146. // tb_RecordApply
  147. //
  148. this.tb_RecordApply.Controls.Add(this.gb_HISInsuReg);
  149. this.tb_RecordApply.Controls.Add(this.uiPanel1);
  150. this.tb_RecordApply.Location = new System.Drawing.Point(0, 40);
  151. this.tb_RecordApply.Margin = new System.Windows.Forms.Padding(4);
  152. this.tb_RecordApply.Name = "tb_RecordApply";
  153. this.tb_RecordApply.Size = new System.Drawing.Size(1488, 726);
  154. this.tb_RecordApply.TabIndex = 0;
  155. this.tb_RecordApply.Text = "备案申请";
  156. this.tb_RecordApply.UseVisualStyleBackColor = true;
  157. //
  158. // gb_HISInsuReg
  159. //
  160. this.gb_HISInsuReg.Controls.Add(this.uiPanel3);
  161. this.gb_HISInsuReg.Controls.Add(this.uiPanel2);
  162. this.gb_HISInsuReg.Controls.Add(this.txtInsuType);
  163. this.gb_HISInsuReg.Controls.Add(this.lab_);
  164. this.gb_HISInsuReg.Controls.Add(this.txtUnitNo);
  165. this.gb_HISInsuReg.Controls.Add(this.txtBirth);
  166. this.gb_HISInsuReg.Controls.Add(this.txtCertType);
  167. this.gb_HISInsuReg.Controls.Add(this.txtUnitName);
  168. this.gb_HISInsuReg.Controls.Add(this.dtpEnd);
  169. this.gb_HISInsuReg.Controls.Add(this.dtpStart);
  170. this.gb_HISInsuReg.Controls.Add(this.label31);
  171. this.gb_HISInsuReg.Controls.Add(this.label30);
  172. this.gb_HISInsuReg.Controls.Add(this.label1);
  173. this.gb_HISInsuReg.Controls.Add(this.label3);
  174. this.gb_HISInsuReg.Controls.Add(this.label20);
  175. this.gb_HISInsuReg.Controls.Add(this.label2);
  176. this.gb_HISInsuReg.Controls.Add(this.label18);
  177. this.gb_HISInsuReg.Controls.Add(this.label16);
  178. this.gb_HISInsuReg.Controls.Add(this.txtDiag);
  179. this.gb_HISInsuReg.Controls.Add(this.txtAddress);
  180. this.gb_HISInsuReg.Controls.Add(this.txtNation);
  181. this.gb_HISInsuReg.Controls.Add(this.txtSex);
  182. this.gb_HISInsuReg.Controls.Add(this.label4);
  183. this.gb_HISInsuReg.Controls.Add(this.txtPsnNO);
  184. this.gb_HISInsuReg.Controls.Add(this.lab_address);
  185. this.gb_HISInsuReg.Controls.Add(this.txtCertNo);
  186. this.gb_HISInsuReg.Controls.Add(this.lab_Work);
  187. this.gb_HISInsuReg.Controls.Add(this.lab_Name);
  188. this.gb_HISInsuReg.Controls.Add(this.txt_PsnName);
  189. this.gb_HISInsuReg.Controls.Add(this.lab_IdCard);
  190. this.gb_HISInsuReg.Controls.Add(this.btnCenterQuery);
  191. this.gb_HISInsuReg.Controls.Add(this.btnLocalQuery);
  192. this.gb_HISInsuReg.Controls.Add(this.btnReadCard);
  193. this.gb_HISInsuReg.Dock = System.Windows.Forms.DockStyle.Fill;
  194. this.gb_HISInsuReg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.gb_HISInsuReg.Location = new System.Drawing.Point(0, 0);
  196. this.gb_HISInsuReg.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
  197. this.gb_HISInsuReg.MinimumSize = new System.Drawing.Size(2, 2);
  198. this.gb_HISInsuReg.Name = "gb_HISInsuReg";
  199. this.gb_HISInsuReg.Padding = new System.Windows.Forms.Padding(0, 48, 0, 0);
  200. this.gb_HISInsuReg.Size = new System.Drawing.Size(1488, 627);
  201. this.gb_HISInsuReg.TabIndex = 9;
  202. this.gb_HISInsuReg.Text = "基本信息";
  203. this.gb_HISInsuReg.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  204. this.gb_HISInsuReg.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  205. //
  206. // uiPanel3
  207. //
  208. this.uiPanel3.Controls.Add(this.txtInsuName);
  209. this.uiPanel3.Controls.Add(this.txtInsuCode);
  210. this.uiPanel3.Controls.Add(this.label6);
  211. this.uiPanel3.Controls.Add(this.label5);
  212. this.uiPanel3.Controls.Add(this.btnDelete);
  213. this.uiPanel3.Controls.Add(this.btnAdd);
  214. this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  215. this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.uiPanel3.Location = new System.Drawing.Point(0, 379);
  217. this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  218. this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
  219. this.uiPanel3.Name = "uiPanel3";
  220. this.uiPanel3.Size = new System.Drawing.Size(1488, 75);
  221. this.uiPanel3.TabIndex = 2120;
  222. this.uiPanel3.Text = null;
  223. this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  224. this.uiPanel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  225. //
  226. // txtInsuName
  227. //
  228. this.txtInsuName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.txtInsuName.Location = new System.Drawing.Point(841, 25);
  230. this.txtInsuName.Margin = new System.Windows.Forms.Padding(4);
  231. this.txtInsuName.Name = "txtInsuName";
  232. this.txtInsuName.Size = new System.Drawing.Size(284, 31);
  233. this.txtInsuName.TabIndex = 2114;
  234. //
  235. // txtInsuCode
  236. //
  237. this.txtInsuCode.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.txtInsuCode.Location = new System.Drawing.Point(259, 23);
  239. this.txtInsuCode.Margin = new System.Windows.Forms.Padding(4);
  240. this.txtInsuCode.Name = "txtInsuCode";
  241. this.txtInsuCode.Size = new System.Drawing.Size(284, 31);
  242. this.txtInsuCode.TabIndex = 2114;
  243. //
  244. // label6
  245. //
  246. this.label6.AutoSize = true;
  247. this.label6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
  249. this.label6.Location = new System.Drawing.Point(616, 30);
  250. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  251. this.label6.Name = "label6";
  252. this.label6.Size = new System.Drawing.Size(189, 21);
  253. this.label6.TabIndex = 2109;
  254. this.label6.Text = "中心药品项目名称:";
  255. //
  256. // label5
  257. //
  258. this.label5.AutoSize = true;
  259. this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
  261. this.label5.Location = new System.Drawing.Point(45, 28);
  262. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  263. this.label5.Name = "label5";
  264. this.label5.Size = new System.Drawing.Size(189, 21);
  265. this.label5.TabIndex = 2109;
  266. this.label5.Text = "中心药品项目编码:";
  267. //
  268. // btnDelete
  269. //
  270. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  271. this.btnDelete.FlatAppearance.BorderColor = System.Drawing.Color.Blue;
  272. this.btnDelete.FlatAppearance.BorderSize = 2;
  273. this.btnDelete.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  274. this.btnDelete.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  275. this.btnDelete.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.btnDelete.Location = new System.Drawing.Point(1308, 20);
  277. this.btnDelete.Margin = new System.Windows.Forms.Padding(4);
  278. this.btnDelete.Name = "btnDelete";
  279. this.btnDelete.Size = new System.Drawing.Size(105, 40);
  280. this.btnDelete.TabIndex = 2099;
  281. this.btnDelete.TabStop = false;
  282. this.btnDelete.Text = "删除(&D)";
  283. this.btnDelete.UseVisualStyleBackColor = false;
  284. //
  285. // btnAdd
  286. //
  287. this.btnAdd.BackColor = System.Drawing.Color.Transparent;
  288. this.btnAdd.FlatAppearance.BorderColor = System.Drawing.Color.Blue;
  289. this.btnAdd.FlatAppearance.BorderSize = 2;
  290. this.btnAdd.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  291. this.btnAdd.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  292. this.btnAdd.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.btnAdd.Location = new System.Drawing.Point(1167, 20);
  294. this.btnAdd.Margin = new System.Windows.Forms.Padding(4);
  295. this.btnAdd.Name = "btnAdd";
  296. this.btnAdd.Size = new System.Drawing.Size(105, 40);
  297. this.btnAdd.TabIndex = 2099;
  298. this.btnAdd.TabStop = false;
  299. this.btnAdd.Text = "新增(&A)";
  300. this.btnAdd.UseVisualStyleBackColor = false;
  301. //
  302. // uiPanel2
  303. //
  304. this.uiPanel2.Controls.Add(this.dgv_DrugApply);
  305. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  306. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.uiPanel2.Location = new System.Drawing.Point(0, 454);
  308. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  309. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  310. this.uiPanel2.Name = "uiPanel2";
  311. this.uiPanel2.Size = new System.Drawing.Size(1488, 173);
  312. this.uiPanel2.TabIndex = 2120;
  313. this.uiPanel2.Text = null;
  314. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  315. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  316. //
  317. // dgv_DrugApply
  318. //
  319. this.dgv_DrugApply.AllowUserToAddRows = false;
  320. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  321. this.dgv_DrugApply.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  322. this.dgv_DrugApply.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  323. this.dgv_DrugApply.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  324. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  325. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  326. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  328. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  329. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  330. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  331. this.dgv_DrugApply.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  332. this.dgv_DrugApply.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  333. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  334. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  335. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  337. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  338. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  339. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  340. this.dgv_DrugApply.DefaultCellStyle = dataGridViewCellStyle3;
  341. this.dgv_DrugApply.Dock = System.Windows.Forms.DockStyle.Fill;
  342. this.dgv_DrugApply.EnableHeadersVisualStyles = false;
  343. this.dgv_DrugApply.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  344. this.dgv_DrugApply.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  345. this.dgv_DrugApply.Location = new System.Drawing.Point(0, 0);
  346. this.dgv_DrugApply.Name = "dgv_DrugApply";
  347. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  348. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  349. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  351. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  352. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  353. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  354. this.dgv_DrugApply.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  355. this.dgv_DrugApply.RowHeadersWidth = 62;
  356. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  357. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  359. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  360. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  361. this.dgv_DrugApply.RowsDefaultCellStyle = dataGridViewCellStyle5;
  362. this.dgv_DrugApply.RowTemplate.Height = 23;
  363. this.dgv_DrugApply.SelectedIndex = -1;
  364. this.dgv_DrugApply.Size = new System.Drawing.Size(1488, 173);
  365. this.dgv_DrugApply.TabIndex = 5;
  366. this.dgv_DrugApply.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  367. //
  368. // txtInsuType
  369. //
  370. this.txtInsuType.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.txtInsuType.Location = new System.Drawing.Point(943, 47);
  372. this.txtInsuType.Margin = new System.Windows.Forms.Padding(4);
  373. this.txtInsuType.Name = "txtInsuType";
  374. this.txtInsuType.Size = new System.Drawing.Size(157, 31);
  375. this.txtInsuType.TabIndex = 2119;
  376. //
  377. // lab_
  378. //
  379. this.lab_.AutoSize = true;
  380. this.lab_.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.lab_.ForeColor = System.Drawing.Color.Red;
  382. this.lab_.Location = new System.Drawing.Point(834, 50);
  383. this.lab_.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  384. this.lab_.Name = "lab_";
  385. this.lab_.Size = new System.Drawing.Size(115, 21);
  386. this.lab_.TabIndex = 2118;
  387. this.lab_.Text = "险种类型:";
  388. //
  389. // txtUnitNo
  390. //
  391. this.txtUnitNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  392. this.txtUnitNo.Location = new System.Drawing.Point(145, 173);
  393. this.txtUnitNo.Margin = new System.Windows.Forms.Padding(4);
  394. this.txtUnitNo.Name = "txtUnitNo";
  395. this.txtUnitNo.Size = new System.Drawing.Size(232, 31);
  396. this.txtUnitNo.TabIndex = 2114;
  397. //
  398. // txtBirth
  399. //
  400. this.txtBirth.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  401. this.txtBirth.Location = new System.Drawing.Point(548, 45);
  402. this.txtBirth.Margin = new System.Windows.Forms.Padding(4);
  403. this.txtBirth.Name = "txtBirth";
  404. this.txtBirth.Size = new System.Drawing.Size(232, 31);
  405. this.txtBirth.TabIndex = 2113;
  406. //
  407. // txtCertType
  408. //
  409. this.txtCertType.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. this.txtCertType.Location = new System.Drawing.Point(548, 109);
  411. this.txtCertType.Margin = new System.Windows.Forms.Padding(4);
  412. this.txtCertType.Name = "txtCertType";
  413. this.txtCertType.Size = new System.Drawing.Size(232, 31);
  414. this.txtCertType.TabIndex = 2113;
  415. //
  416. // txtUnitName
  417. //
  418. this.txtUnitName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  419. this.txtUnitName.Location = new System.Drawing.Point(548, 173);
  420. this.txtUnitName.Margin = new System.Windows.Forms.Padding(4);
  421. this.txtUnitName.Name = "txtUnitName";
  422. this.txtUnitName.Size = new System.Drawing.Size(232, 31);
  423. this.txtUnitName.TabIndex = 2113;
  424. //
  425. // dtpEnd
  426. //
  427. this.dtpEnd.CalendarTrailingForeColor = System.Drawing.SystemColors.GradientActiveCaption;
  428. this.dtpEnd.CustomFormat = "yyyy-MM-dd";
  429. this.dtpEnd.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  431. this.dtpEnd.Location = new System.Drawing.Point(548, 307);
  432. this.dtpEnd.Margin = new System.Windows.Forms.Padding(4);
  433. this.dtpEnd.Name = "dtpEnd";
  434. this.dtpEnd.Size = new System.Drawing.Size(229, 35);
  435. this.dtpEnd.TabIndex = 2112;
  436. //
  437. // dtpStart
  438. //
  439. this.dtpStart.CalendarTrailingForeColor = System.Drawing.SystemColors.GradientActiveCaption;
  440. this.dtpStart.CustomFormat = "yyyy-MM-dd";
  441. this.dtpStart.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  443. this.dtpStart.Location = new System.Drawing.Point(145, 300);
  444. this.dtpStart.Margin = new System.Windows.Forms.Padding(4);
  445. this.dtpStart.Name = "dtpStart";
  446. this.dtpStart.Size = new System.Drawing.Size(229, 35);
  447. this.dtpStart.TabIndex = 2112;
  448. //
  449. // label31
  450. //
  451. this.label31.AutoSize = true;
  452. this.label31.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  453. this.label31.ForeColor = System.Drawing.SystemColors.ControlText;
  454. this.label31.Location = new System.Drawing.Point(437, 177);
  455. this.label31.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  456. this.label31.Name = "label31";
  457. this.label31.Size = new System.Drawing.Size(105, 21);
  458. this.label31.TabIndex = 2110;
  459. this.label31.Text = "单位名称:";
  460. //
  461. // label30
  462. //
  463. this.label30.AutoSize = true;
  464. this.label30.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  465. this.label30.ForeColor = System.Drawing.SystemColors.ControlText;
  466. this.label30.Location = new System.Drawing.Point(36, 181);
  467. this.label30.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  468. this.label30.Name = "label30";
  469. this.label30.Size = new System.Drawing.Size(105, 21);
  470. this.label30.TabIndex = 2109;
  471. this.label30.Text = "单位编码:";
  472. //
  473. // label1
  474. //
  475. this.label1.AutoSize = true;
  476. this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  477. this.label1.ForeColor = System.Drawing.Color.Red;
  478. this.label1.Location = new System.Drawing.Point(438, 245);
  479. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  480. this.label1.Name = "label1";
  481. this.label1.Size = new System.Drawing.Size(63, 21);
  482. this.label1.TabIndex = 2107;
  483. this.label1.Text = "民族:";
  484. //
  485. // label3
  486. //
  487. this.label3.AutoSize = true;
  488. this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  489. this.label3.ForeColor = System.Drawing.Color.Red;
  490. this.label3.Location = new System.Drawing.Point(438, 314);
  491. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  492. this.label3.Name = "label3";
  493. this.label3.Size = new System.Drawing.Size(105, 21);
  494. this.label3.TabIndex = 2105;
  495. this.label3.Text = "结束日期:";
  496. //
  497. // label20
  498. //
  499. this.label20.AutoSize = true;
  500. this.label20.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  501. this.label20.ForeColor = System.Drawing.Color.Red;
  502. this.label20.Location = new System.Drawing.Point(37, 243);
  503. this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  504. this.label20.Name = "label20";
  505. this.label20.Size = new System.Drawing.Size(63, 21);
  506. this.label20.TabIndex = 2107;
  507. this.label20.Text = "性别:";
  508. //
  509. // label2
  510. //
  511. this.label2.AutoSize = true;
  512. this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  513. this.label2.ForeColor = System.Drawing.Color.Red;
  514. this.label2.Location = new System.Drawing.Point(35, 307);
  515. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  516. this.label2.Name = "label2";
  517. this.label2.Size = new System.Drawing.Size(105, 21);
  518. this.label2.TabIndex = 2105;
  519. this.label2.Text = "开始日期:";
  520. //
  521. // label18
  522. //
  523. this.label18.AutoSize = true;
  524. this.label18.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  525. this.label18.ForeColor = System.Drawing.Color.Red;
  526. this.label18.Location = new System.Drawing.Point(35, 119);
  527. this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  528. this.label18.Name = "label18";
  529. this.label18.Size = new System.Drawing.Size(105, 21);
  530. this.label18.TabIndex = 2106;
  531. this.label18.Text = "人员编号:";
  532. //
  533. // label16
  534. //
  535. this.label16.AutoSize = true;
  536. this.label16.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  537. this.label16.ForeColor = System.Drawing.Color.Red;
  538. this.label16.Location = new System.Drawing.Point(438, 55);
  539. this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  540. this.label16.Name = "label16";
  541. this.label16.Size = new System.Drawing.Size(115, 21);
  542. this.label16.TabIndex = 2105;
  543. this.label16.Text = "出生日期:";
  544. //
  545. // txtDiag
  546. //
  547. this.txtDiag.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  548. this.txtDiag.Location = new System.Drawing.Point(943, 245);
  549. this.txtDiag.Margin = new System.Windows.Forms.Padding(4);
  550. this.txtDiag.Name = "txtDiag";
  551. this.txtDiag.Size = new System.Drawing.Size(354, 31);
  552. this.txtDiag.TabIndex = 2098;
  553. //
  554. // txtAddress
  555. //
  556. this.txtAddress.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  557. this.txtAddress.Location = new System.Drawing.Point(943, 180);
  558. this.txtAddress.Margin = new System.Windows.Forms.Padding(4);
  559. this.txtAddress.Name = "txtAddress";
  560. this.txtAddress.Size = new System.Drawing.Size(354, 31);
  561. this.txtAddress.TabIndex = 2098;
  562. //
  563. // txtNation
  564. //
  565. this.txtNation.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  566. this.txtNation.Location = new System.Drawing.Point(548, 238);
  567. this.txtNation.Margin = new System.Windows.Forms.Padding(4);
  568. this.txtNation.Name = "txtNation";
  569. this.txtNation.Size = new System.Drawing.Size(232, 31);
  570. this.txtNation.TabIndex = 2096;
  571. //
  572. // txtSex
  573. //
  574. this.txtSex.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  575. this.txtSex.Location = new System.Drawing.Point(145, 238);
  576. this.txtSex.Margin = new System.Windows.Forms.Padding(4);
  577. this.txtSex.Name = "txtSex";
  578. this.txtSex.Size = new System.Drawing.Size(232, 31);
  579. this.txtSex.TabIndex = 2096;
  580. //
  581. // label4
  582. //
  583. this.label4.AutoSize = true;
  584. this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  585. this.label4.ForeColor = System.Drawing.Color.Red;
  586. this.label4.Location = new System.Drawing.Point(834, 248);
  587. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  588. this.label4.Name = "label4";
  589. this.label4.Size = new System.Drawing.Size(115, 21);
  590. this.label4.TabIndex = 2100;
  591. this.label4.Text = "诊断依据:";
  592. //
  593. // txtPsnNO
  594. //
  595. this.txtPsnNO.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  596. this.txtPsnNO.Location = new System.Drawing.Point(143, 114);
  597. this.txtPsnNO.Margin = new System.Windows.Forms.Padding(4);
  598. this.txtPsnNO.Name = "txtPsnNO";
  599. this.txtPsnNO.Size = new System.Drawing.Size(234, 31);
  600. this.txtPsnNO.TabIndex = 2096;
  601. //
  602. // lab_address
  603. //
  604. this.lab_address.AutoSize = true;
  605. this.lab_address.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  606. this.lab_address.ForeColor = System.Drawing.Color.Red;
  607. this.lab_address.Location = new System.Drawing.Point(834, 183);
  608. this.lab_address.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  609. this.lab_address.Name = "lab_address";
  610. this.lab_address.Size = new System.Drawing.Size(115, 21);
  611. this.lab_address.TabIndex = 2100;
  612. this.lab_address.Text = "联系地址:";
  613. //
  614. // txtCertNo
  615. //
  616. this.txtCertNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  617. this.txtCertNo.Location = new System.Drawing.Point(943, 104);
  618. this.txtCertNo.Margin = new System.Windows.Forms.Padding(4);
  619. this.txtCertNo.Name = "txtCertNo";
  620. this.txtCertNo.Size = new System.Drawing.Size(354, 31);
  621. this.txtCertNo.TabIndex = 2095;
  622. //
  623. // lab_Work
  624. //
  625. this.lab_Work.AutoSize = true;
  626. this.lab_Work.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  627. this.lab_Work.ForeColor = System.Drawing.Color.Red;
  628. this.lab_Work.Location = new System.Drawing.Point(834, 114);
  629. this.lab_Work.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  630. this.lab_Work.Name = "lab_Work";
  631. this.lab_Work.Size = new System.Drawing.Size(115, 21);
  632. this.lab_Work.TabIndex = 2103;
  633. this.lab_Work.Text = "证件号码:";
  634. //
  635. // lab_Name
  636. //
  637. this.lab_Name.AutoSize = true;
  638. this.lab_Name.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  639. this.lab_Name.ForeColor = System.Drawing.Color.Red;
  640. this.lab_Name.Location = new System.Drawing.Point(437, 112);
  641. this.lab_Name.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  642. this.lab_Name.Name = "lab_Name";
  643. this.lab_Name.Size = new System.Drawing.Size(115, 21);
  644. this.lab_Name.TabIndex = 2102;
  645. this.lab_Name.Text = "证件类型:";
  646. //
  647. // txt_PsnName
  648. //
  649. this.txt_PsnName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  650. this.txt_PsnName.Location = new System.Drawing.Point(145, 47);
  651. this.txt_PsnName.Margin = new System.Windows.Forms.Padding(4);
  652. this.txt_PsnName.Name = "txt_PsnName";
  653. this.txt_PsnName.Size = new System.Drawing.Size(232, 31);
  654. this.txt_PsnName.TabIndex = 2094;
  655. //
  656. // lab_IdCard
  657. //
  658. this.lab_IdCard.AutoSize = true;
  659. this.lab_IdCard.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  660. this.lab_IdCard.ForeColor = System.Drawing.Color.Red;
  661. this.lab_IdCard.Location = new System.Drawing.Point(37, 55);
  662. this.lab_IdCard.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  663. this.lab_IdCard.Name = "lab_IdCard";
  664. this.lab_IdCard.Size = new System.Drawing.Size(115, 21);
  665. this.lab_IdCard.TabIndex = 2101;
  666. this.lab_IdCard.Text = "人员姓名:";
  667. //
  668. // btnReadCard
  669. //
  670. this.btnReadCard.BackColor = System.Drawing.Color.Transparent;
  671. this.btnReadCard.FlatAppearance.BorderColor = System.Drawing.Color.Blue;
  672. this.btnReadCard.FlatAppearance.BorderSize = 2;
  673. this.btnReadCard.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  674. this.btnReadCard.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  675. this.btnReadCard.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  676. this.btnReadCard.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  677. this.btnReadCard.Location = new System.Drawing.Point(1131, 38);
  678. this.btnReadCard.Margin = new System.Windows.Forms.Padding(4);
  679. this.btnReadCard.Name = "btnReadCard";
  680. this.btnReadCard.Size = new System.Drawing.Size(166, 40);
  681. this.btnReadCard.TabIndex = 2099;
  682. this.btnReadCard.TabStop = false;
  683. this.btnReadCard.Text = "读卡(&R)";
  684. this.btnReadCard.UseVisualStyleBackColor = false;
  685. this.btnReadCard.Click += new System.EventHandler(this.btnReadCard_Click);
  686. //
  687. // uiPanel1
  688. //
  689. this.uiPanel1.Controls.Add(this.btnClose);
  690. this.uiPanel1.Controls.Add(this.btnPresUpload);
  691. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  692. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  693. this.uiPanel1.Location = new System.Drawing.Point(0, 627);
  694. this.uiPanel1.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
  695. this.uiPanel1.MinimumSize = new System.Drawing.Size(2, 2);
  696. this.uiPanel1.Name = "uiPanel1";
  697. this.uiPanel1.Size = new System.Drawing.Size(1488, 99);
  698. this.uiPanel1.TabIndex = 0;
  699. this.uiPanel1.Text = null;
  700. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  701. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  702. //
  703. // btnClose
  704. //
  705. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  706. this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
  707. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  708. this.btnClose.Location = new System.Drawing.Point(777, 23);
  709. this.btnClose.MinimumSize = new System.Drawing.Size(1, 1);
  710. this.btnClose.Name = "btnClose";
  711. this.btnClose.Size = new System.Drawing.Size(164, 51);
  712. this.btnClose.TabIndex = 1;
  713. this.btnClose.Text = "退 出";
  714. this.btnClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  715. this.btnClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  716. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  717. //
  718. // btnPresUpload
  719. //
  720. this.btnPresUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  721. this.btnPresUpload.Cursor = System.Windows.Forms.Cursors.Hand;
  722. this.btnPresUpload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  723. this.btnPresUpload.Location = new System.Drawing.Point(406, 23);
  724. this.btnPresUpload.MinimumSize = new System.Drawing.Size(1, 1);
  725. this.btnPresUpload.Name = "btnPresUpload";
  726. this.btnPresUpload.Size = new System.Drawing.Size(161, 51);
  727. this.btnPresUpload.TabIndex = 0;
  728. this.btnPresUpload.Text = "申请备案";
  729. this.btnPresUpload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  730. this.btnPresUpload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  731. this.btnPresUpload.Click += new System.EventHandler(this.btnPresUpload_Click);
  732. //
  733. // tb_RecordQuery
  734. //
  735. this.tb_RecordQuery.Controls.Add(this.uiGroupBox4);
  736. this.tb_RecordQuery.Controls.Add(this.uiGroupBox3);
  737. this.tb_RecordQuery.Controls.Add(this.uiPanel4);
  738. this.tb_RecordQuery.Location = new System.Drawing.Point(0, 40);
  739. this.tb_RecordQuery.Margin = new System.Windows.Forms.Padding(4);
  740. this.tb_RecordQuery.Name = "tb_RecordQuery";
  741. this.tb_RecordQuery.Size = new System.Drawing.Size(1488, 726);
  742. this.tb_RecordQuery.TabIndex = 2;
  743. this.tb_RecordQuery.Text = "备案查询";
  744. this.tb_RecordQuery.UseVisualStyleBackColor = true;
  745. //
  746. // uiGroupBox4
  747. //
  748. this.uiGroupBox4.Controls.Add(this.uiTabControl2);
  749. this.uiGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  750. this.uiGroupBox4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  751. this.uiGroupBox4.Location = new System.Drawing.Point(0, 270);
  752. this.uiGroupBox4.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
  753. this.uiGroupBox4.MinimumSize = new System.Drawing.Size(2, 2);
  754. this.uiGroupBox4.Name = "uiGroupBox4";
  755. this.uiGroupBox4.Padding = new System.Windows.Forms.Padding(0, 48, 0, 0);
  756. this.uiGroupBox4.Size = new System.Drawing.Size(1488, 340);
  757. this.uiGroupBox4.TabIndex = 11;
  758. this.uiGroupBox4.Text = "其它信息";
  759. this.uiGroupBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  760. this.uiGroupBox4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  761. //
  762. // uiTabControl2
  763. //
  764. this.uiTabControl2.Controls.Add(this.tp_DrugInfo);
  765. this.uiTabControl2.Controls.Add(this.tp_OrgInfo);
  766. this.uiTabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  767. this.uiTabControl2.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  768. this.uiTabControl2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  769. this.uiTabControl2.ItemSize = new System.Drawing.Size(150, 40);
  770. this.uiTabControl2.Location = new System.Drawing.Point(0, 48);
  771. this.uiTabControl2.MainPage = "";
  772. this.uiTabControl2.Name = "uiTabControl2";
  773. this.uiTabControl2.SelectedIndex = 0;
  774. this.uiTabControl2.Size = new System.Drawing.Size(1488, 292);
  775. this.uiTabControl2.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  776. this.uiTabControl2.TabIndex = 0;
  777. this.uiTabControl2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  778. this.uiTabControl2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  779. //
  780. // tp_DrugInfo
  781. //
  782. this.tp_DrugInfo.Controls.Add(this.dgv_DrugInfo);
  783. this.tp_DrugInfo.Location = new System.Drawing.Point(0, 40);
  784. this.tp_DrugInfo.Name = "tp_DrugInfo";
  785. this.tp_DrugInfo.Size = new System.Drawing.Size(1488, 252);
  786. this.tp_DrugInfo.TabIndex = 1;
  787. this.tp_DrugInfo.Text = "药品信息";
  788. this.tp_DrugInfo.UseVisualStyleBackColor = true;
  789. //
  790. // dgv_DrugInfo
  791. //
  792. this.dgv_DrugInfo.AllowUserToAddRows = false;
  793. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  794. this.dgv_DrugInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  795. this.dgv_DrugInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  796. this.dgv_DrugInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  797. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  798. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  799. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  800. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  801. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  802. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  803. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  804. this.dgv_DrugInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  805. this.dgv_DrugInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  806. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  807. dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
  808. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  809. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  810. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  811. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  812. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  813. this.dgv_DrugInfo.DefaultCellStyle = dataGridViewCellStyle8;
  814. this.dgv_DrugInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  815. this.dgv_DrugInfo.EnableHeadersVisualStyles = false;
  816. this.dgv_DrugInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  817. this.dgv_DrugInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  818. this.dgv_DrugInfo.Location = new System.Drawing.Point(0, 0);
  819. this.dgv_DrugInfo.Name = "dgv_DrugInfo";
  820. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  821. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  822. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  823. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  824. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  825. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  826. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  827. this.dgv_DrugInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  828. this.dgv_DrugInfo.RowHeadersWidth = 62;
  829. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  830. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  831. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  832. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  833. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  834. this.dgv_DrugInfo.RowsDefaultCellStyle = dataGridViewCellStyle10;
  835. this.dgv_DrugInfo.RowTemplate.Height = 23;
  836. this.dgv_DrugInfo.SelectedIndex = -1;
  837. this.dgv_DrugInfo.Size = new System.Drawing.Size(1488, 252);
  838. this.dgv_DrugInfo.TabIndex = 1;
  839. this.dgv_DrugInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  840. //
  841. // tp_OrgInfo
  842. //
  843. this.tp_OrgInfo.Controls.Add(this.dgv_OrgInfo);
  844. this.tp_OrgInfo.Location = new System.Drawing.Point(0, 40);
  845. this.tp_OrgInfo.Name = "tp_OrgInfo";
  846. this.tp_OrgInfo.Size = new System.Drawing.Size(1426, 79);
  847. this.tp_OrgInfo.TabIndex = 2;
  848. this.tp_OrgInfo.Text = "机构信息";
  849. this.tp_OrgInfo.UseVisualStyleBackColor = true;
  850. //
  851. // dgv_OrgInfo
  852. //
  853. this.dgv_OrgInfo.AllowUserToAddRows = false;
  854. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  855. this.dgv_OrgInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
  856. this.dgv_OrgInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  857. this.dgv_OrgInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  858. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  859. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  860. dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  861. dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
  862. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  863. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  864. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  865. this.dgv_OrgInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
  866. this.dgv_OrgInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  867. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  868. dataGridViewCellStyle13.BackColor = System.Drawing.Color.White;
  869. dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  870. dataGridViewCellStyle13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  871. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  872. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  873. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  874. this.dgv_OrgInfo.DefaultCellStyle = dataGridViewCellStyle13;
  875. this.dgv_OrgInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  876. this.dgv_OrgInfo.EnableHeadersVisualStyles = false;
  877. this.dgv_OrgInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  878. this.dgv_OrgInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  879. this.dgv_OrgInfo.Location = new System.Drawing.Point(0, 0);
  880. this.dgv_OrgInfo.Name = "dgv_OrgInfo";
  881. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  882. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  883. dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  884. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  885. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  886. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  887. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  888. this.dgv_OrgInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
  889. this.dgv_OrgInfo.RowHeadersWidth = 62;
  890. dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
  891. dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  892. dataGridViewCellStyle15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  893. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  894. dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  895. this.dgv_OrgInfo.RowsDefaultCellStyle = dataGridViewCellStyle15;
  896. this.dgv_OrgInfo.RowTemplate.Height = 23;
  897. this.dgv_OrgInfo.SelectedIndex = -1;
  898. this.dgv_OrgInfo.Size = new System.Drawing.Size(1426, 79);
  899. this.dgv_OrgInfo.TabIndex = 1;
  900. this.dgv_OrgInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  901. //
  902. // uiPanel4
  903. //
  904. this.uiPanel4.Controls.Add(this.btnCancel);
  905. this.uiPanel4.Controls.Add(this.uiButton6);
  906. this.uiPanel4.Dock = System.Windows.Forms.DockStyle.Bottom;
  907. this.uiPanel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  908. this.uiPanel4.Location = new System.Drawing.Point(0, 610);
  909. this.uiPanel4.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
  910. this.uiPanel4.MinimumSize = new System.Drawing.Size(2, 2);
  911. this.uiPanel4.Name = "uiPanel4";
  912. this.uiPanel4.Size = new System.Drawing.Size(1488, 116);
  913. this.uiPanel4.TabIndex = 9;
  914. this.uiPanel4.Text = null;
  915. this.uiPanel4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  916. this.uiPanel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  917. //
  918. // uiButton6
  919. //
  920. this.uiButton6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  921. | System.Windows.Forms.AnchorStyles.Right)));
  922. this.uiButton6.Cursor = System.Windows.Forms.Cursors.Hand;
  923. this.uiButton6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  924. this.uiButton6.Location = new System.Drawing.Point(947, 30);
  925. this.uiButton6.MinimumSize = new System.Drawing.Size(1, 1);
  926. this.uiButton6.Name = "uiButton6";
  927. this.uiButton6.Size = new System.Drawing.Size(177, 50);
  928. this.uiButton6.TabIndex = 1;
  929. this.uiButton6.Text = "退 出";
  930. this.uiButton6.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  931. this.uiButton6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  932. this.uiButton6.Click += new System.EventHandler(this.btnClose_Click);
  933. //
  934. // btnLocalQuery
  935. //
  936. this.btnLocalQuery.BackColor = System.Drawing.Color.Transparent;
  937. this.btnLocalQuery.FlatAppearance.BorderColor = System.Drawing.Color.Blue;
  938. this.btnLocalQuery.FlatAppearance.BorderSize = 2;
  939. this.btnLocalQuery.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  940. this.btnLocalQuery.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  941. this.btnLocalQuery.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  942. this.btnLocalQuery.Location = new System.Drawing.Point(838, 304);
  943. this.btnLocalQuery.Margin = new System.Windows.Forms.Padding(4);
  944. this.btnLocalQuery.Name = "btnLocalQuery";
  945. this.btnLocalQuery.Size = new System.Drawing.Size(208, 40);
  946. this.btnLocalQuery.TabIndex = 2099;
  947. this.btnLocalQuery.TabStop = false;
  948. this.btnLocalQuery.Text = "查询本院备案信息";
  949. this.btnLocalQuery.UseVisualStyleBackColor = false;
  950. this.btnLocalQuery.Click += new System.EventHandler(this.btnQuery_Click);
  951. //
  952. // uiGroupBox3
  953. //
  954. this.uiGroupBox3.Controls.Add(this.dgv_BasicInfo);
  955. this.uiGroupBox3.Dock = System.Windows.Forms.DockStyle.Top;
  956. this.uiGroupBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  957. this.uiGroupBox3.Location = new System.Drawing.Point(0, 0);
  958. this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
  959. this.uiGroupBox3.MinimumSize = new System.Drawing.Size(2, 2);
  960. this.uiGroupBox3.Name = "uiGroupBox3";
  961. this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 48, 0, 0);
  962. this.uiGroupBox3.Size = new System.Drawing.Size(1488, 270);
  963. this.uiGroupBox3.TabIndex = 10;
  964. this.uiGroupBox3.Text = "备案记录";
  965. this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  966. this.uiGroupBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  967. //
  968. // dgv_BasicInfo
  969. //
  970. this.dgv_BasicInfo.AllowUserToAddRows = false;
  971. dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  972. this.dgv_BasicInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
  973. this.dgv_BasicInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  974. this.dgv_BasicInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  975. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  976. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  977. dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  978. dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
  979. dataGridViewCellStyle17.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  980. dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  981. dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  982. this.dgv_BasicInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
  983. this.dgv_BasicInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  984. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  985. dataGridViewCellStyle18.BackColor = System.Drawing.Color.White;
  986. dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  987. dataGridViewCellStyle18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  988. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  989. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  990. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  991. this.dgv_BasicInfo.DefaultCellStyle = dataGridViewCellStyle18;
  992. this.dgv_BasicInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  993. this.dgv_BasicInfo.EnableHeadersVisualStyles = false;
  994. this.dgv_BasicInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  995. this.dgv_BasicInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  996. this.dgv_BasicInfo.Location = new System.Drawing.Point(0, 48);
  997. this.dgv_BasicInfo.Name = "dgv_BasicInfo";
  998. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  999. dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1000. dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1001. dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1002. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1003. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1004. dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1005. this.dgv_BasicInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
  1006. this.dgv_BasicInfo.RowHeadersWidth = 62;
  1007. dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
  1008. dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1009. dataGridViewCellStyle20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1010. dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  1011. dataGridViewCellStyle20.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1012. this.dgv_BasicInfo.RowsDefaultCellStyle = dataGridViewCellStyle20;
  1013. this.dgv_BasicInfo.RowTemplate.Height = 23;
  1014. this.dgv_BasicInfo.SelectedIndex = -1;
  1015. this.dgv_BasicInfo.Size = new System.Drawing.Size(1488, 222);
  1016. this.dgv_BasicInfo.TabIndex = 0;
  1017. this.dgv_BasicInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1018. //
  1019. // btnCancel
  1020. //
  1021. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1022. | System.Windows.Forms.AnchorStyles.Right)));
  1023. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  1024. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1025. this.btnCancel.Location = new System.Drawing.Point(647, 30);
  1026. this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
  1027. this.btnCancel.Name = "btnCancel";
  1028. this.btnCancel.Size = new System.Drawing.Size(177, 50);
  1029. this.btnCancel.TabIndex = 1;
  1030. this.btnCancel.Text = "撤销备案";
  1031. this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1032. this.btnCancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1033. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  1034. //
  1035. // btnCenterQuery
  1036. //
  1037. this.btnCenterQuery.BackColor = System.Drawing.Color.Transparent;
  1038. this.btnCenterQuery.FlatAppearance.BorderColor = System.Drawing.Color.Blue;
  1039. this.btnCenterQuery.FlatAppearance.BorderSize = 2;
  1040. this.btnCenterQuery.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  1041. this.btnCenterQuery.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  1042. this.btnCenterQuery.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1043. this.btnCenterQuery.Location = new System.Drawing.Point(1093, 302);
  1044. this.btnCenterQuery.Margin = new System.Windows.Forms.Padding(4);
  1045. this.btnCenterQuery.Name = "btnCenterQuery";
  1046. this.btnCenterQuery.Size = new System.Drawing.Size(204, 40);
  1047. this.btnCenterQuery.TabIndex = 2099;
  1048. this.btnCenterQuery.TabStop = false;
  1049. this.btnCenterQuery.Text = "查询中心备案信息";
  1050. this.btnCenterQuery.UseVisualStyleBackColor = false;
  1051. this.btnCenterQuery.Click += new System.EventHandler(this.btnQuery_Click);
  1052. //
  1053. // DualChannelRecordForm
  1054. //
  1055. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  1056. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1057. this.ClientSize = new System.Drawing.Size(1488, 766);
  1058. this.Controls.Add(this.tc_Main);
  1059. this.Margin = new System.Windows.Forms.Padding(4);
  1060. this.Name = "DualChannelRecordForm";
  1061. this.Text = "双通道备案";
  1062. this.Load += new System.EventHandler(this.DualChannelRecordForm_Load);
  1063. this.tc_Main.ResumeLayout(false);
  1064. this.tb_RecordApply.ResumeLayout(false);
  1065. this.gb_HISInsuReg.ResumeLayout(false);
  1066. this.gb_HISInsuReg.PerformLayout();
  1067. this.uiPanel3.ResumeLayout(false);
  1068. this.uiPanel3.PerformLayout();
  1069. this.uiPanel2.ResumeLayout(false);
  1070. ((System.ComponentModel.ISupportInitialize)(this.dgv_DrugApply)).EndInit();
  1071. this.uiPanel1.ResumeLayout(false);
  1072. this.tb_RecordQuery.ResumeLayout(false);
  1073. this.uiGroupBox4.ResumeLayout(false);
  1074. this.uiTabControl2.ResumeLayout(false);
  1075. this.tp_DrugInfo.ResumeLayout(false);
  1076. ((System.ComponentModel.ISupportInitialize)(this.dgv_DrugInfo)).EndInit();
  1077. this.tp_OrgInfo.ResumeLayout(false);
  1078. ((System.ComponentModel.ISupportInitialize)(this.dgv_OrgInfo)).EndInit();
  1079. this.uiPanel4.ResumeLayout(false);
  1080. this.uiGroupBox3.ResumeLayout(false);
  1081. ((System.ComponentModel.ISupportInitialize)(this.dgv_BasicInfo)).EndInit();
  1082. this.ResumeLayout(false);
  1083. }
  1084. #endregion
  1085. private Sunny.UI.UITabControl tc_Main;
  1086. private System.Windows.Forms.TabPage tb_RecordApply;
  1087. private System.Windows.Forms.TabPage tb_RecordQuery;
  1088. private Sunny.UI.UIDataGridView dgv_DrugApply;
  1089. private Sunny.UI.UIGroupBox gb_HISInsuReg;
  1090. private Sunny.UI.UIGroupBox uiGroupBox4;
  1091. private Sunny.UI.UITabControl uiTabControl2;
  1092. private System.Windows.Forms.TabPage tp_DrugInfo;
  1093. private Sunny.UI.UIDataGridView dgv_DrugInfo;
  1094. private System.Windows.Forms.TabPage tp_OrgInfo;
  1095. private Sunny.UI.UIDataGridView dgv_OrgInfo;
  1096. private Sunny.UI.UIPanel uiPanel4;
  1097. private Sunny.UI.UIButton uiButton6;
  1098. private Sunny.UI.UIPanel uiPanel1;
  1099. private Sunny.UI.UIButton btnClose;
  1100. private Sunny.UI.UIButton btnPresUpload;
  1101. private System.Windows.Forms.TextBox txtInsuType;
  1102. private System.Windows.Forms.Label lab_;
  1103. private System.Windows.Forms.TextBox txtUnitNo;
  1104. private System.Windows.Forms.TextBox txtUnitName;
  1105. private System.Windows.Forms.Label label31;
  1106. private System.Windows.Forms.Label label30;
  1107. private System.Windows.Forms.Label label20;
  1108. private System.Windows.Forms.Label label18;
  1109. private System.Windows.Forms.Label label16;
  1110. private System.Windows.Forms.TextBox txtAddress;
  1111. private System.Windows.Forms.TextBox txtPsnNO;
  1112. private System.Windows.Forms.Label lab_address;
  1113. private System.Windows.Forms.TextBox txtCertNo;
  1114. private System.Windows.Forms.Label lab_Work;
  1115. private System.Windows.Forms.Label lab_Name;
  1116. private System.Windows.Forms.TextBox txt_PsnName;
  1117. private System.Windows.Forms.Label lab_IdCard;
  1118. private System.Windows.Forms.Button btnReadCard;
  1119. private System.Windows.Forms.Label label1;
  1120. private System.Windows.Forms.TextBox txtNation;
  1121. private System.Windows.Forms.TextBox txtSex;
  1122. private System.Windows.Forms.DateTimePicker dtpEnd;
  1123. private System.Windows.Forms.DateTimePicker dtpStart;
  1124. private System.Windows.Forms.Label label3;
  1125. private System.Windows.Forms.Label label2;
  1126. private System.Windows.Forms.TextBox txtDiag;
  1127. private System.Windows.Forms.Label label4;
  1128. private System.Windows.Forms.TextBox txtInsuName;
  1129. private System.Windows.Forms.Label label6;
  1130. private System.Windows.Forms.TextBox txtInsuCode;
  1131. private System.Windows.Forms.Label label5;
  1132. private System.Windows.Forms.TextBox txtCertType;
  1133. private System.Windows.Forms.TextBox txtBirth;
  1134. private Sunny.UI.UIPanel uiPanel3;
  1135. private Sunny.UI.UIPanel uiPanel2;
  1136. private System.Windows.Forms.Button btnAdd;
  1137. private System.Windows.Forms.Button btnDelete;
  1138. private System.Windows.Forms.Button btnLocalQuery;
  1139. private Sunny.UI.UIGroupBox uiGroupBox3;
  1140. private Sunny.UI.UIDataGridView dgv_BasicInfo;
  1141. private Sunny.UI.UIButton btnCancel;
  1142. private System.Windows.Forms.Button btnCenterQuery;
  1143. }
  1144. }