DualChannelRecordForm.Designer.cs 78 KB

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