MaternityInsuranceRegist .Designer.cs 95 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class MaternityInsuranceRegist
  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. this.uiTabControl1 = new Sunny.UI.UITabControl();
  40. this.tabPage1 = new System.Windows.Forms.TabPage();
  41. this.pnlClient = new Sunny.UI.UIPanel();
  42. this.uiLabel28 = new Sunny.UI.UILabel();
  43. this.tbPrmyabtch = new Sunny.UI.UITextBox();
  44. this.btRegister = new Sunny.UI.UIButton();
  45. this.dpStart = new Sunny.UI.UIDatetimePicker();
  46. this.dpEnd = new Sunny.UI.UIDatetimePicker();
  47. this.uiLabel7 = new Sunny.UI.UILabel();
  48. this.uiLabel6 = new Sunny.UI.UILabel();
  49. this.uiLabel5 = new Sunny.UI.UILabel();
  50. this.tbAuditorName = new Sunny.UI.UITextBox();
  51. this.uiLabel4 = new Sunny.UI.UILabel();
  52. this.tbAuditorID = new Sunny.UI.UITextBox();
  53. this.uiLabel3 = new Sunny.UI.UILabel();
  54. this.tbOperatorName = new Sunny.UI.UITextBox();
  55. this.uiLabel2 = new Sunny.UI.UILabel();
  56. this.tbOperatorID = new Sunny.UI.UITextBox();
  57. this.uiLabel1 = new Sunny.UI.UILabel();
  58. this.tbCertNO = new Sunny.UI.UITextBox();
  59. this.pnlBottom = new Sunny.UI.UIPanel();
  60. this.uiLabel26 = new Sunny.UI.UILabel();
  61. this.tbEndDate = new Sunny.UI.UITextBox();
  62. this.lebel21 = new Sunny.UI.UILabel();
  63. this.tbStartDate = new Sunny.UI.UITextBox();
  64. this.label20 = new Sunny.UI.UILabel();
  65. this.tbInsuplcadmv = new Sunny.UI.UITextBox();
  66. this.uiLabel29 = new Sunny.UI.UILabel();
  67. this.tbMemo = new Sunny.UI.UITextBox();
  68. this.uiLabel22 = new Sunny.UI.UILabel();
  69. this.tbBanlanceOfOutpatCheck = new Sunny.UI.UITextBox();
  70. this.uiLabel23 = new Sunny.UI.UILabel();
  71. this.tbReimbursementStandard = new Sunny.UI.UITextBox();
  72. this.uiLabel24 = new Sunny.UI.UILabel();
  73. this.tbUseFlag = new Sunny.UI.UITextBox();
  74. this.uiLabel25 = new Sunny.UI.UILabel();
  75. this.tbMedInsuType = new Sunny.UI.UITextBox();
  76. this.uiLabel18 = new Sunny.UI.UILabel();
  77. this.tbAuditorName1 = new Sunny.UI.UITextBox();
  78. this.uiLabel19 = new Sunny.UI.UILabel();
  79. this.tbAuditorID1 = new Sunny.UI.UITextBox();
  80. this.uiLabel20 = new Sunny.UI.UILabel();
  81. this.tbOperatorName1 = new Sunny.UI.UITextBox();
  82. this.uiLabel21 = new Sunny.UI.UILabel();
  83. this.tbOperatorID1 = new Sunny.UI.UITextBox();
  84. this.uiLabel12 = new Sunny.UI.UILabel();
  85. this.tbBirthday = new Sunny.UI.UITextBox();
  86. this.uiLabel14 = new Sunny.UI.UILabel();
  87. this.tbNation = new Sunny.UI.UITextBox();
  88. this.uiLabel15 = new Sunny.UI.UILabel();
  89. this.tbGend = new Sunny.UI.UITextBox();
  90. this.uiLabel16 = new Sunny.UI.UILabel();
  91. this.tbPsnName = new Sunny.UI.UITextBox();
  92. this.uiLabel8 = new Sunny.UI.UILabel();
  93. this.tbCertNO1 = new Sunny.UI.UITextBox();
  94. this.uiLabel9 = new Sunny.UI.UILabel();
  95. this.tbCertType = new Sunny.UI.UITextBox();
  96. this.uiLabel10 = new Sunny.UI.UILabel();
  97. this.tbPsnNO = new Sunny.UI.UITextBox();
  98. this.uiLabel11 = new Sunny.UI.UILabel();
  99. this.tbApprovalNO = new Sunny.UI.UITextBox();
  100. this.tabPage2 = new System.Windows.Forms.TabPage();
  101. this.tcQueryAndCancel = new System.Windows.Forms.TabControl();
  102. this.tabPage8 = new System.Windows.Forms.TabPage();
  103. this.dgvHisData = new Sunny.UI.UIDataGridView();
  104. this.cmsReg = new Sunny.UI.UIContextMenuStrip();
  105. this.tsmCancelReg = new System.Windows.Forms.ToolStripMenuItem();
  106. this.tabPage18 = new System.Windows.Forms.TabPage();
  107. this.dgvCenterData = new Sunny.UI.UIDataGridView();
  108. this.uiPanel5 = new Sunny.UI.UIPanel();
  109. this.btQueryCenterData = new Sunny.UI.UIButton();
  110. this.uiGroupBox6 = new Sunny.UI.UIGroupBox();
  111. this.uiLabel27 = new Sunny.UI.UILabel();
  112. this.tbCertNO_3 = new Sunny.UI.UITextBox();
  113. this.uiLabel17 = new Sunny.UI.UILabel();
  114. this.tbPsnNO_3 = new Sunny.UI.UITextBox();
  115. this.cbValid_3 = new Sunny.UI.UIComboBox();
  116. this.uiLabel13 = new Sunny.UI.UILabel();
  117. this.rbgTimeWay = new Sunny.UI.UIRadioButtonGroup();
  118. this.btnClose_3 = new Sunny.UI.UIButton();
  119. this.btnQueryRegRecord = new Sunny.UI.UIButton();
  120. this.uiGroupBox5 = new Sunny.UI.UIGroupBox();
  121. this.dpED_3 = new Sunny.UI.UIDatetimePicker();
  122. this.dpSD_3 = new Sunny.UI.UIDatetimePicker();
  123. this.uiLabel30 = new Sunny.UI.UILabel();
  124. this.tbPrmyabtch2 = new Sunny.UI.UITextBox();
  125. this.uiTabControl1.SuspendLayout();
  126. this.tabPage1.SuspendLayout();
  127. this.pnlClient.SuspendLayout();
  128. this.pnlBottom.SuspendLayout();
  129. this.tabPage2.SuspendLayout();
  130. this.tcQueryAndCancel.SuspendLayout();
  131. this.tabPage8.SuspendLayout();
  132. ((System.ComponentModel.ISupportInitialize)(this.dgvHisData)).BeginInit();
  133. this.cmsReg.SuspendLayout();
  134. this.tabPage18.SuspendLayout();
  135. ((System.ComponentModel.ISupportInitialize)(this.dgvCenterData)).BeginInit();
  136. this.uiPanel5.SuspendLayout();
  137. this.uiGroupBox6.SuspendLayout();
  138. this.uiGroupBox5.SuspendLayout();
  139. this.SuspendLayout();
  140. //
  141. // uiTabControl1
  142. //
  143. this.uiTabControl1.Controls.Add(this.tabPage1);
  144. this.uiTabControl1.Controls.Add(this.tabPage2);
  145. this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  146. this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  147. this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.uiTabControl1.ItemSize = new System.Drawing.Size(150, 40);
  149. this.uiTabControl1.Location = new System.Drawing.Point(0, 0);
  150. this.uiTabControl1.MainPage = "";
  151. this.uiTabControl1.Name = "uiTabControl1";
  152. this.uiTabControl1.SelectedIndex = 0;
  153. this.uiTabControl1.Size = new System.Drawing.Size(1097, 584);
  154. this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  155. this.uiTabControl1.TabIndex = 0;
  156. this.uiTabControl1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.uiTabControl1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  158. //
  159. // tabPage1
  160. //
  161. this.tabPage1.Controls.Add(this.pnlClient);
  162. this.tabPage1.Controls.Add(this.pnlBottom);
  163. this.tabPage1.Location = new System.Drawing.Point(0, 40);
  164. this.tabPage1.Name = "tabPage1";
  165. this.tabPage1.Size = new System.Drawing.Size(1097, 544);
  166. this.tabPage1.TabIndex = 0;
  167. this.tabPage1.Text = "登记";
  168. this.tabPage1.UseVisualStyleBackColor = true;
  169. //
  170. // pnlClient
  171. //
  172. this.pnlClient.Controls.Add(this.uiLabel28);
  173. this.pnlClient.Controls.Add(this.tbPrmyabtch);
  174. this.pnlClient.Controls.Add(this.btRegister);
  175. this.pnlClient.Controls.Add(this.dpStart);
  176. this.pnlClient.Controls.Add(this.dpEnd);
  177. this.pnlClient.Controls.Add(this.uiLabel7);
  178. this.pnlClient.Controls.Add(this.uiLabel6);
  179. this.pnlClient.Controls.Add(this.uiLabel5);
  180. this.pnlClient.Controls.Add(this.tbAuditorName);
  181. this.pnlClient.Controls.Add(this.uiLabel4);
  182. this.pnlClient.Controls.Add(this.tbAuditorID);
  183. this.pnlClient.Controls.Add(this.uiLabel3);
  184. this.pnlClient.Controls.Add(this.tbOperatorName);
  185. this.pnlClient.Controls.Add(this.uiLabel2);
  186. this.pnlClient.Controls.Add(this.tbOperatorID);
  187. this.pnlClient.Controls.Add(this.uiLabel1);
  188. this.pnlClient.Controls.Add(this.tbCertNO);
  189. this.pnlClient.Dock = System.Windows.Forms.DockStyle.Fill;
  190. this.pnlClient.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.pnlClient.Location = new System.Drawing.Point(0, 0);
  192. this.pnlClient.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  193. this.pnlClient.MinimumSize = new System.Drawing.Size(1, 1);
  194. this.pnlClient.Name = "pnlClient";
  195. this.pnlClient.Size = new System.Drawing.Size(1097, 212);
  196. this.pnlClient.TabIndex = 1;
  197. this.pnlClient.Text = null;
  198. this.pnlClient.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  199. this.pnlClient.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  200. //
  201. // uiLabel28
  202. //
  203. this.uiLabel28.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.uiLabel28.Location = new System.Drawing.Point(36, 148);
  205. this.uiLabel28.Name = "uiLabel28";
  206. this.uiLabel28.Size = new System.Drawing.Size(100, 23);
  207. this.uiLabel28.TabIndex = 28;
  208. this.uiLabel28.Text = "同城标识";
  209. this.uiLabel28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  210. this.uiLabel28.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  211. //
  212. // tbPrmyabtch
  213. //
  214. this.tbPrmyabtch.Cursor = System.Windows.Forms.Cursors.IBeam;
  215. this.tbPrmyabtch.DoubleValue = 520100D;
  216. this.tbPrmyabtch.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.tbPrmyabtch.IntValue = 520100;
  218. this.tbPrmyabtch.Location = new System.Drawing.Point(158, 147);
  219. this.tbPrmyabtch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  220. this.tbPrmyabtch.MinimumSize = new System.Drawing.Size(1, 16);
  221. this.tbPrmyabtch.Name = "tbPrmyabtch";
  222. this.tbPrmyabtch.ShowText = false;
  223. this.tbPrmyabtch.Size = new System.Drawing.Size(206, 24);
  224. this.tbPrmyabtch.TabIndex = 27;
  225. this.tbPrmyabtch.Text = "520100";
  226. this.tbPrmyabtch.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  227. this.tbPrmyabtch.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  228. //
  229. // btRegister
  230. //
  231. this.btRegister.Cursor = System.Windows.Forms.Cursors.Hand;
  232. this.btRegister.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.btRegister.Location = new System.Drawing.Point(895, 21);
  234. this.btRegister.MinimumSize = new System.Drawing.Size(1, 1);
  235. this.btRegister.Name = "btRegister";
  236. this.btRegister.Size = new System.Drawing.Size(127, 30);
  237. this.btRegister.TabIndex = 25;
  238. this.btRegister.Text = "登记";
  239. this.btRegister.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.btRegister.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  241. this.btRegister.Click += new System.EventHandler(this.btRegister_Click);
  242. //
  243. // dpStart
  244. //
  245. this.dpStart.DateFormat = "yyyy-MM-dd";
  246. this.dpStart.FillColor = System.Drawing.Color.White;
  247. this.dpStart.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.dpStart.Location = new System.Drawing.Point(158, 69);
  249. this.dpStart.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  250. this.dpStart.MaxLength = 10;
  251. this.dpStart.MinimumSize = new System.Drawing.Size(63, 0);
  252. this.dpStart.Name = "dpStart";
  253. this.dpStart.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  254. this.dpStart.Size = new System.Drawing.Size(206, 29);
  255. this.dpStart.SymbolDropDown = 61555;
  256. this.dpStart.SymbolNormal = 61555;
  257. this.dpStart.TabIndex = 15;
  258. this.dpStart.Text = "2023-09-01";
  259. this.dpStart.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  260. this.dpStart.Value = new System.DateTime(2023, 9, 1, 0, 0, 0, 0);
  261. this.dpStart.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  262. //
  263. // dpEnd
  264. //
  265. this.dpEnd.DateFormat = "yyyy-MM-dd";
  266. this.dpEnd.FillColor = System.Drawing.Color.White;
  267. this.dpEnd.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.dpEnd.Location = new System.Drawing.Point(158, 108);
  269. this.dpEnd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  270. this.dpEnd.MaxLength = 10;
  271. this.dpEnd.MinimumSize = new System.Drawing.Size(63, 0);
  272. this.dpEnd.Name = "dpEnd";
  273. this.dpEnd.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  274. this.dpEnd.Size = new System.Drawing.Size(206, 29);
  275. this.dpEnd.SymbolDropDown = 61555;
  276. this.dpEnd.SymbolNormal = 61555;
  277. this.dpEnd.TabIndex = 14;
  278. this.dpEnd.Text = "2023-09-01";
  279. this.dpEnd.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  280. this.dpEnd.Value = new System.DateTime(2023, 9, 1, 0, 0, 0, 0);
  281. this.dpEnd.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  282. //
  283. // uiLabel7
  284. //
  285. this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.uiLabel7.Location = new System.Drawing.Point(36, 108);
  287. this.uiLabel7.Name = "uiLabel7";
  288. this.uiLabel7.Size = new System.Drawing.Size(100, 23);
  289. this.uiLabel7.TabIndex = 13;
  290. this.uiLabel7.Text = "结束时间";
  291. this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  292. this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  293. //
  294. // uiLabel6
  295. //
  296. this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.uiLabel6.Location = new System.Drawing.Point(36, 69);
  298. this.uiLabel6.Name = "uiLabel6";
  299. this.uiLabel6.Size = new System.Drawing.Size(100, 23);
  300. this.uiLabel6.TabIndex = 11;
  301. this.uiLabel6.Text = "开始时间";
  302. this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  303. this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  304. //
  305. // uiLabel5
  306. //
  307. this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  308. this.uiLabel5.Location = new System.Drawing.Point(462, 130);
  309. this.uiLabel5.Name = "uiLabel5";
  310. this.uiLabel5.Size = new System.Drawing.Size(100, 23);
  311. this.uiLabel5.TabIndex = 9;
  312. this.uiLabel5.Text = "审核人姓名";
  313. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  314. this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  315. //
  316. // tbAuditorName
  317. //
  318. this.tbAuditorName.Cursor = System.Windows.Forms.Cursors.IBeam;
  319. this.tbAuditorName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.tbAuditorName.Location = new System.Drawing.Point(584, 129);
  321. this.tbAuditorName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  322. this.tbAuditorName.MinimumSize = new System.Drawing.Size(1, 16);
  323. this.tbAuditorName.Name = "tbAuditorName";
  324. this.tbAuditorName.ShowText = false;
  325. this.tbAuditorName.Size = new System.Drawing.Size(206, 24);
  326. this.tbAuditorName.TabIndex = 8;
  327. this.tbAuditorName.Text = "0";
  328. this.tbAuditorName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  329. this.tbAuditorName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  330. //
  331. // uiLabel4
  332. //
  333. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.uiLabel4.Location = new System.Drawing.Point(462, 96);
  335. this.uiLabel4.Name = "uiLabel4";
  336. this.uiLabel4.Size = new System.Drawing.Size(115, 23);
  337. this.uiLabel4.TabIndex = 7;
  338. this.uiLabel4.Text = "审核人账号";
  339. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  340. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  341. //
  342. // tbAuditorID
  343. //
  344. this.tbAuditorID.Cursor = System.Windows.Forms.Cursors.IBeam;
  345. this.tbAuditorID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.tbAuditorID.Location = new System.Drawing.Point(584, 95);
  347. this.tbAuditorID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  348. this.tbAuditorID.MinimumSize = new System.Drawing.Size(1, 16);
  349. this.tbAuditorID.Name = "tbAuditorID";
  350. this.tbAuditorID.ShowText = false;
  351. this.tbAuditorID.Size = new System.Drawing.Size(206, 24);
  352. this.tbAuditorID.TabIndex = 6;
  353. this.tbAuditorID.Text = "0";
  354. this.tbAuditorID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  355. this.tbAuditorID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  356. //
  357. // uiLabel3
  358. //
  359. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.uiLabel3.Location = new System.Drawing.Point(462, 62);
  361. this.uiLabel3.Name = "uiLabel3";
  362. this.uiLabel3.Size = new System.Drawing.Size(100, 23);
  363. this.uiLabel3.TabIndex = 5;
  364. this.uiLabel3.Text = "经办人姓名";
  365. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  366. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  367. //
  368. // tbOperatorName
  369. //
  370. this.tbOperatorName.Cursor = System.Windows.Forms.Cursors.IBeam;
  371. this.tbOperatorName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.tbOperatorName.Location = new System.Drawing.Point(584, 61);
  373. this.tbOperatorName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  374. this.tbOperatorName.MinimumSize = new System.Drawing.Size(1, 16);
  375. this.tbOperatorName.Name = "tbOperatorName";
  376. this.tbOperatorName.ShowText = false;
  377. this.tbOperatorName.Size = new System.Drawing.Size(206, 24);
  378. this.tbOperatorName.TabIndex = 4;
  379. this.tbOperatorName.Text = "0";
  380. this.tbOperatorName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  381. this.tbOperatorName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  382. //
  383. // uiLabel2
  384. //
  385. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.uiLabel2.Location = new System.Drawing.Point(462, 28);
  387. this.uiLabel2.Name = "uiLabel2";
  388. this.uiLabel2.Size = new System.Drawing.Size(100, 23);
  389. this.uiLabel2.TabIndex = 3;
  390. this.uiLabel2.Text = "经办人账号";
  391. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  392. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  393. //
  394. // tbOperatorID
  395. //
  396. this.tbOperatorID.Cursor = System.Windows.Forms.Cursors.IBeam;
  397. this.tbOperatorID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  398. this.tbOperatorID.Location = new System.Drawing.Point(584, 27);
  399. this.tbOperatorID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  400. this.tbOperatorID.MinimumSize = new System.Drawing.Size(1, 16);
  401. this.tbOperatorID.Name = "tbOperatorID";
  402. this.tbOperatorID.ShowText = false;
  403. this.tbOperatorID.Size = new System.Drawing.Size(206, 24);
  404. this.tbOperatorID.TabIndex = 2;
  405. this.tbOperatorID.Text = "0";
  406. this.tbOperatorID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  407. this.tbOperatorID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  408. //
  409. // uiLabel1
  410. //
  411. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. this.uiLabel1.Location = new System.Drawing.Point(36, 28);
  413. this.uiLabel1.Name = "uiLabel1";
  414. this.uiLabel1.Size = new System.Drawing.Size(100, 23);
  415. this.uiLabel1.TabIndex = 1;
  416. this.uiLabel1.Text = "证件号码";
  417. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  418. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  419. //
  420. // tbCertNO
  421. //
  422. this.tbCertNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  423. this.tbCertNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  424. this.tbCertNO.Location = new System.Drawing.Point(158, 27);
  425. this.tbCertNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  426. this.tbCertNO.MinimumSize = new System.Drawing.Size(1, 16);
  427. this.tbCertNO.Name = "tbCertNO";
  428. this.tbCertNO.ShowText = false;
  429. this.tbCertNO.Size = new System.Drawing.Size(206, 24);
  430. this.tbCertNO.TabIndex = 0;
  431. this.tbCertNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  432. this.tbCertNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  433. //
  434. // pnlBottom
  435. //
  436. this.pnlBottom.Controls.Add(this.uiLabel26);
  437. this.pnlBottom.Controls.Add(this.tbEndDate);
  438. this.pnlBottom.Controls.Add(this.lebel21);
  439. this.pnlBottom.Controls.Add(this.tbStartDate);
  440. this.pnlBottom.Controls.Add(this.label20);
  441. this.pnlBottom.Controls.Add(this.tbInsuplcadmv);
  442. this.pnlBottom.Controls.Add(this.uiLabel29);
  443. this.pnlBottom.Controls.Add(this.tbMemo);
  444. this.pnlBottom.Controls.Add(this.uiLabel22);
  445. this.pnlBottom.Controls.Add(this.tbBanlanceOfOutpatCheck);
  446. this.pnlBottom.Controls.Add(this.uiLabel23);
  447. this.pnlBottom.Controls.Add(this.tbReimbursementStandard);
  448. this.pnlBottom.Controls.Add(this.uiLabel24);
  449. this.pnlBottom.Controls.Add(this.tbUseFlag);
  450. this.pnlBottom.Controls.Add(this.uiLabel25);
  451. this.pnlBottom.Controls.Add(this.tbMedInsuType);
  452. this.pnlBottom.Controls.Add(this.uiLabel18);
  453. this.pnlBottom.Controls.Add(this.tbAuditorName1);
  454. this.pnlBottom.Controls.Add(this.uiLabel19);
  455. this.pnlBottom.Controls.Add(this.tbAuditorID1);
  456. this.pnlBottom.Controls.Add(this.uiLabel20);
  457. this.pnlBottom.Controls.Add(this.tbOperatorName1);
  458. this.pnlBottom.Controls.Add(this.uiLabel21);
  459. this.pnlBottom.Controls.Add(this.tbOperatorID1);
  460. this.pnlBottom.Controls.Add(this.uiLabel12);
  461. this.pnlBottom.Controls.Add(this.tbBirthday);
  462. this.pnlBottom.Controls.Add(this.uiLabel14);
  463. this.pnlBottom.Controls.Add(this.tbNation);
  464. this.pnlBottom.Controls.Add(this.uiLabel15);
  465. this.pnlBottom.Controls.Add(this.tbGend);
  466. this.pnlBottom.Controls.Add(this.uiLabel16);
  467. this.pnlBottom.Controls.Add(this.tbPsnName);
  468. this.pnlBottom.Controls.Add(this.uiLabel8);
  469. this.pnlBottom.Controls.Add(this.tbCertNO1);
  470. this.pnlBottom.Controls.Add(this.uiLabel9);
  471. this.pnlBottom.Controls.Add(this.tbCertType);
  472. this.pnlBottom.Controls.Add(this.uiLabel10);
  473. this.pnlBottom.Controls.Add(this.tbPsnNO);
  474. this.pnlBottom.Controls.Add(this.uiLabel11);
  475. this.pnlBottom.Controls.Add(this.tbApprovalNO);
  476. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  477. this.pnlBottom.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  478. this.pnlBottom.Location = new System.Drawing.Point(0, 212);
  479. this.pnlBottom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  480. this.pnlBottom.MinimumSize = new System.Drawing.Size(1, 1);
  481. this.pnlBottom.Name = "pnlBottom";
  482. this.pnlBottom.Size = new System.Drawing.Size(1097, 332);
  483. this.pnlBottom.TabIndex = 0;
  484. this.pnlBottom.Text = null;
  485. this.pnlBottom.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  486. this.pnlBottom.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  487. //
  488. // uiLabel26
  489. //
  490. this.uiLabel26.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  491. this.uiLabel26.Location = new System.Drawing.Point(756, 182);
  492. this.uiLabel26.Name = "uiLabel26";
  493. this.uiLabel26.Size = new System.Drawing.Size(100, 23);
  494. this.uiLabel26.TabIndex = 49;
  495. this.uiLabel26.Text = "结束时间";
  496. this.uiLabel26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  497. this.uiLabel26.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  498. //
  499. // tbEndDate
  500. //
  501. this.tbEndDate.Cursor = System.Windows.Forms.Cursors.IBeam;
  502. this.tbEndDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  503. this.tbEndDate.Location = new System.Drawing.Point(878, 181);
  504. this.tbEndDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  505. this.tbEndDate.MinimumSize = new System.Drawing.Size(1, 16);
  506. this.tbEndDate.Name = "tbEndDate";
  507. this.tbEndDate.ShowText = false;
  508. this.tbEndDate.Size = new System.Drawing.Size(206, 24);
  509. this.tbEndDate.TabIndex = 48;
  510. this.tbEndDate.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  511. this.tbEndDate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  512. //
  513. // lebel21
  514. //
  515. this.lebel21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  516. this.lebel21.Location = new System.Drawing.Point(756, 148);
  517. this.lebel21.Name = "lebel21";
  518. this.lebel21.Size = new System.Drawing.Size(115, 23);
  519. this.lebel21.TabIndex = 47;
  520. this.lebel21.Text = "开始时间";
  521. this.lebel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  522. this.lebel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  523. //
  524. // tbStartDate
  525. //
  526. this.tbStartDate.Cursor = System.Windows.Forms.Cursors.IBeam;
  527. this.tbStartDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  528. this.tbStartDate.Location = new System.Drawing.Point(878, 147);
  529. this.tbStartDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  530. this.tbStartDate.MinimumSize = new System.Drawing.Size(1, 16);
  531. this.tbStartDate.Name = "tbStartDate";
  532. this.tbStartDate.ShowText = false;
  533. this.tbStartDate.Size = new System.Drawing.Size(206, 24);
  534. this.tbStartDate.TabIndex = 46;
  535. this.tbStartDate.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  536. this.tbStartDate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  537. //
  538. // label20
  539. //
  540. this.label20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  541. this.label20.Location = new System.Drawing.Point(385, 181);
  542. this.label20.Name = "label20";
  543. this.label20.Size = new System.Drawing.Size(129, 23);
  544. this.label20.TabIndex = 45;
  545. this.label20.Text = "参保人参保区划";
  546. this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  547. this.label20.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  548. //
  549. // tbInsuplcadmv
  550. //
  551. this.tbInsuplcadmv.Cursor = System.Windows.Forms.Cursors.IBeam;
  552. this.tbInsuplcadmv.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  553. this.tbInsuplcadmv.Location = new System.Drawing.Point(518, 180);
  554. this.tbInsuplcadmv.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  555. this.tbInsuplcadmv.MinimumSize = new System.Drawing.Size(1, 16);
  556. this.tbInsuplcadmv.Name = "tbInsuplcadmv";
  557. this.tbInsuplcadmv.ShowText = false;
  558. this.tbInsuplcadmv.Size = new System.Drawing.Size(206, 24);
  559. this.tbInsuplcadmv.TabIndex = 44;
  560. this.tbInsuplcadmv.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  561. this.tbInsuplcadmv.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  562. //
  563. // uiLabel29
  564. //
  565. this.uiLabel29.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  566. this.uiLabel29.Location = new System.Drawing.Point(396, 147);
  567. this.uiLabel29.Name = "uiLabel29";
  568. this.uiLabel29.Size = new System.Drawing.Size(100, 23);
  569. this.uiLabel29.TabIndex = 43;
  570. this.uiLabel29.Text = "备注";
  571. this.uiLabel29.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  572. this.uiLabel29.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  573. //
  574. // tbMemo
  575. //
  576. this.tbMemo.Cursor = System.Windows.Forms.Cursors.IBeam;
  577. this.tbMemo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  578. this.tbMemo.Location = new System.Drawing.Point(518, 146);
  579. this.tbMemo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  580. this.tbMemo.MinimumSize = new System.Drawing.Size(1, 16);
  581. this.tbMemo.Name = "tbMemo";
  582. this.tbMemo.ShowText = false;
  583. this.tbMemo.Size = new System.Drawing.Size(206, 24);
  584. this.tbMemo.TabIndex = 42;
  585. this.tbMemo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  586. this.tbMemo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  587. //
  588. // uiLabel22
  589. //
  590. this.uiLabel22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  591. this.uiLabel22.Location = new System.Drawing.Point(371, 209);
  592. this.uiLabel22.Name = "uiLabel22";
  593. this.uiLabel22.Size = new System.Drawing.Size(197, 23);
  594. this.uiLabel22.TabIndex = 41;
  595. this.uiLabel22.Text = "门诊检查剩余可支付额度";
  596. this.uiLabel22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  597. this.uiLabel22.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  598. //
  599. // tbBanlanceOfOutpatCheck
  600. //
  601. this.tbBanlanceOfOutpatCheck.Cursor = System.Windows.Forms.Cursors.IBeam;
  602. this.tbBanlanceOfOutpatCheck.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  603. this.tbBanlanceOfOutpatCheck.Location = new System.Drawing.Point(589, 210);
  604. this.tbBanlanceOfOutpatCheck.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  605. this.tbBanlanceOfOutpatCheck.MinimumSize = new System.Drawing.Size(1, 16);
  606. this.tbBanlanceOfOutpatCheck.Name = "tbBanlanceOfOutpatCheck";
  607. this.tbBanlanceOfOutpatCheck.ShowText = false;
  608. this.tbBanlanceOfOutpatCheck.Size = new System.Drawing.Size(135, 24);
  609. this.tbBanlanceOfOutpatCheck.TabIndex = 40;
  610. this.tbBanlanceOfOutpatCheck.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  611. this.tbBanlanceOfOutpatCheck.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  612. //
  613. // uiLabel23
  614. //
  615. this.uiLabel23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  616. this.uiLabel23.Location = new System.Drawing.Point(3, 210);
  617. this.uiLabel23.Name = "uiLabel23";
  618. this.uiLabel23.Size = new System.Drawing.Size(146, 23);
  619. this.uiLabel23.TabIndex = 39;
  620. this.uiLabel23.Text = "门诊检查报销标准";
  621. this.uiLabel23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  622. this.uiLabel23.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  623. //
  624. // tbReimbursementStandard
  625. //
  626. this.tbReimbursementStandard.Cursor = System.Windows.Forms.Cursors.IBeam;
  627. this.tbReimbursementStandard.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  628. this.tbReimbursementStandard.Location = new System.Drawing.Point(158, 209);
  629. this.tbReimbursementStandard.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  630. this.tbReimbursementStandard.MinimumSize = new System.Drawing.Size(1, 16);
  631. this.tbReimbursementStandard.Name = "tbReimbursementStandard";
  632. this.tbReimbursementStandard.ShowText = false;
  633. this.tbReimbursementStandard.Size = new System.Drawing.Size(206, 24);
  634. this.tbReimbursementStandard.TabIndex = 38;
  635. this.tbReimbursementStandard.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  636. this.tbReimbursementStandard.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  637. //
  638. // uiLabel24
  639. //
  640. this.uiLabel24.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  641. this.uiLabel24.Location = new System.Drawing.Point(36, 176);
  642. this.uiLabel24.Name = "uiLabel24";
  643. this.uiLabel24.Size = new System.Drawing.Size(115, 23);
  644. this.uiLabel24.TabIndex = 37;
  645. this.uiLabel24.Text = "业务使用标志";
  646. this.uiLabel24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  647. this.uiLabel24.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  648. //
  649. // tbUseFlag
  650. //
  651. this.tbUseFlag.Cursor = System.Windows.Forms.Cursors.IBeam;
  652. this.tbUseFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  653. this.tbUseFlag.Location = new System.Drawing.Point(158, 175);
  654. this.tbUseFlag.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  655. this.tbUseFlag.MinimumSize = new System.Drawing.Size(1, 16);
  656. this.tbUseFlag.Name = "tbUseFlag";
  657. this.tbUseFlag.ShowText = false;
  658. this.tbUseFlag.Size = new System.Drawing.Size(206, 24);
  659. this.tbUseFlag.TabIndex = 36;
  660. this.tbUseFlag.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  661. this.tbUseFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  662. //
  663. // uiLabel25
  664. //
  665. this.uiLabel25.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  666. this.uiLabel25.Location = new System.Drawing.Point(36, 142);
  667. this.uiLabel25.Name = "uiLabel25";
  668. this.uiLabel25.Size = new System.Drawing.Size(100, 23);
  669. this.uiLabel25.TabIndex = 35;
  670. this.uiLabel25.Text = "医疗类别";
  671. this.uiLabel25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  672. this.uiLabel25.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  673. //
  674. // tbMedInsuType
  675. //
  676. this.tbMedInsuType.Cursor = System.Windows.Forms.Cursors.IBeam;
  677. this.tbMedInsuType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  678. this.tbMedInsuType.Location = new System.Drawing.Point(158, 141);
  679. this.tbMedInsuType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  680. this.tbMedInsuType.MinimumSize = new System.Drawing.Size(1, 16);
  681. this.tbMedInsuType.Name = "tbMedInsuType";
  682. this.tbMedInsuType.ShowText = false;
  683. this.tbMedInsuType.Size = new System.Drawing.Size(206, 24);
  684. this.tbMedInsuType.TabIndex = 34;
  685. this.tbMedInsuType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  686. this.tbMedInsuType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  687. //
  688. // uiLabel18
  689. //
  690. this.uiLabel18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  691. this.uiLabel18.Location = new System.Drawing.Point(756, 113);
  692. this.uiLabel18.Name = "uiLabel18";
  693. this.uiLabel18.Size = new System.Drawing.Size(100, 23);
  694. this.uiLabel18.TabIndex = 33;
  695. this.uiLabel18.Text = "审核人姓名";
  696. this.uiLabel18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  697. this.uiLabel18.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  698. //
  699. // tbAuditorName1
  700. //
  701. this.tbAuditorName1.Cursor = System.Windows.Forms.Cursors.IBeam;
  702. this.tbAuditorName1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  703. this.tbAuditorName1.Location = new System.Drawing.Point(878, 112);
  704. this.tbAuditorName1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  705. this.tbAuditorName1.MinimumSize = new System.Drawing.Size(1, 16);
  706. this.tbAuditorName1.Name = "tbAuditorName1";
  707. this.tbAuditorName1.ShowText = false;
  708. this.tbAuditorName1.Size = new System.Drawing.Size(206, 24);
  709. this.tbAuditorName1.TabIndex = 32;
  710. this.tbAuditorName1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  711. this.tbAuditorName1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  712. //
  713. // uiLabel19
  714. //
  715. this.uiLabel19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  716. this.uiLabel19.Location = new System.Drawing.Point(756, 79);
  717. this.uiLabel19.Name = "uiLabel19";
  718. this.uiLabel19.Size = new System.Drawing.Size(115, 23);
  719. this.uiLabel19.TabIndex = 31;
  720. this.uiLabel19.Text = "审核人账号";
  721. this.uiLabel19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  722. this.uiLabel19.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  723. //
  724. // tbAuditorID1
  725. //
  726. this.tbAuditorID1.Cursor = System.Windows.Forms.Cursors.IBeam;
  727. this.tbAuditorID1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  728. this.tbAuditorID1.Location = new System.Drawing.Point(878, 78);
  729. this.tbAuditorID1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  730. this.tbAuditorID1.MinimumSize = new System.Drawing.Size(1, 16);
  731. this.tbAuditorID1.Name = "tbAuditorID1";
  732. this.tbAuditorID1.ShowText = false;
  733. this.tbAuditorID1.Size = new System.Drawing.Size(206, 24);
  734. this.tbAuditorID1.TabIndex = 30;
  735. this.tbAuditorID1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  736. this.tbAuditorID1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  737. //
  738. // uiLabel20
  739. //
  740. this.uiLabel20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  741. this.uiLabel20.Location = new System.Drawing.Point(756, 45);
  742. this.uiLabel20.Name = "uiLabel20";
  743. this.uiLabel20.Size = new System.Drawing.Size(100, 23);
  744. this.uiLabel20.TabIndex = 29;
  745. this.uiLabel20.Text = "经办人姓名";
  746. this.uiLabel20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  747. this.uiLabel20.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  748. //
  749. // tbOperatorName1
  750. //
  751. this.tbOperatorName1.Cursor = System.Windows.Forms.Cursors.IBeam;
  752. this.tbOperatorName1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  753. this.tbOperatorName1.Location = new System.Drawing.Point(878, 44);
  754. this.tbOperatorName1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  755. this.tbOperatorName1.MinimumSize = new System.Drawing.Size(1, 16);
  756. this.tbOperatorName1.Name = "tbOperatorName1";
  757. this.tbOperatorName1.ShowText = false;
  758. this.tbOperatorName1.Size = new System.Drawing.Size(206, 24);
  759. this.tbOperatorName1.TabIndex = 28;
  760. this.tbOperatorName1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  761. this.tbOperatorName1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  762. //
  763. // uiLabel21
  764. //
  765. this.uiLabel21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  766. this.uiLabel21.Location = new System.Drawing.Point(756, 11);
  767. this.uiLabel21.Name = "uiLabel21";
  768. this.uiLabel21.Size = new System.Drawing.Size(100, 23);
  769. this.uiLabel21.TabIndex = 27;
  770. this.uiLabel21.Text = "经办人账号";
  771. this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  772. this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  773. //
  774. // tbOperatorID1
  775. //
  776. this.tbOperatorID1.Cursor = System.Windows.Forms.Cursors.IBeam;
  777. this.tbOperatorID1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  778. this.tbOperatorID1.Location = new System.Drawing.Point(878, 10);
  779. this.tbOperatorID1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  780. this.tbOperatorID1.MinimumSize = new System.Drawing.Size(1, 16);
  781. this.tbOperatorID1.Name = "tbOperatorID1";
  782. this.tbOperatorID1.ShowText = false;
  783. this.tbOperatorID1.Size = new System.Drawing.Size(206, 24);
  784. this.tbOperatorID1.TabIndex = 26;
  785. this.tbOperatorID1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  786. this.tbOperatorID1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  787. //
  788. // uiLabel12
  789. //
  790. this.uiLabel12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  791. this.uiLabel12.Location = new System.Drawing.Point(396, 113);
  792. this.uiLabel12.Name = "uiLabel12";
  793. this.uiLabel12.Size = new System.Drawing.Size(100, 23);
  794. this.uiLabel12.TabIndex = 25;
  795. this.uiLabel12.Text = "出生日期";
  796. this.uiLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  797. this.uiLabel12.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  798. //
  799. // tbBirthday
  800. //
  801. this.tbBirthday.Cursor = System.Windows.Forms.Cursors.IBeam;
  802. this.tbBirthday.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  803. this.tbBirthday.Location = new System.Drawing.Point(518, 112);
  804. this.tbBirthday.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  805. this.tbBirthday.MinimumSize = new System.Drawing.Size(1, 16);
  806. this.tbBirthday.Name = "tbBirthday";
  807. this.tbBirthday.ShowText = false;
  808. this.tbBirthday.Size = new System.Drawing.Size(206, 24);
  809. this.tbBirthday.TabIndex = 24;
  810. this.tbBirthday.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  811. this.tbBirthday.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  812. //
  813. // uiLabel14
  814. //
  815. this.uiLabel14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  816. this.uiLabel14.Location = new System.Drawing.Point(396, 79);
  817. this.uiLabel14.Name = "uiLabel14";
  818. this.uiLabel14.Size = new System.Drawing.Size(115, 23);
  819. this.uiLabel14.TabIndex = 23;
  820. this.uiLabel14.Text = "民族";
  821. this.uiLabel14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  822. this.uiLabel14.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  823. //
  824. // tbNation
  825. //
  826. this.tbNation.Cursor = System.Windows.Forms.Cursors.IBeam;
  827. this.tbNation.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  828. this.tbNation.Location = new System.Drawing.Point(518, 78);
  829. this.tbNation.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  830. this.tbNation.MinimumSize = new System.Drawing.Size(1, 16);
  831. this.tbNation.Name = "tbNation";
  832. this.tbNation.ShowText = false;
  833. this.tbNation.Size = new System.Drawing.Size(206, 24);
  834. this.tbNation.TabIndex = 22;
  835. this.tbNation.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  836. this.tbNation.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  837. //
  838. // uiLabel15
  839. //
  840. this.uiLabel15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  841. this.uiLabel15.Location = new System.Drawing.Point(396, 45);
  842. this.uiLabel15.Name = "uiLabel15";
  843. this.uiLabel15.Size = new System.Drawing.Size(100, 23);
  844. this.uiLabel15.TabIndex = 21;
  845. this.uiLabel15.Text = "性别";
  846. this.uiLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  847. this.uiLabel15.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  848. //
  849. // tbGend
  850. //
  851. this.tbGend.Cursor = System.Windows.Forms.Cursors.IBeam;
  852. this.tbGend.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  853. this.tbGend.Location = new System.Drawing.Point(518, 44);
  854. this.tbGend.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  855. this.tbGend.MinimumSize = new System.Drawing.Size(1, 16);
  856. this.tbGend.Name = "tbGend";
  857. this.tbGend.ShowText = false;
  858. this.tbGend.Size = new System.Drawing.Size(206, 24);
  859. this.tbGend.TabIndex = 20;
  860. this.tbGend.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  861. this.tbGend.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  862. //
  863. // uiLabel16
  864. //
  865. this.uiLabel16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  866. this.uiLabel16.Location = new System.Drawing.Point(396, 11);
  867. this.uiLabel16.Name = "uiLabel16";
  868. this.uiLabel16.Size = new System.Drawing.Size(100, 23);
  869. this.uiLabel16.TabIndex = 19;
  870. this.uiLabel16.Text = "人员姓名";
  871. this.uiLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  872. this.uiLabel16.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  873. //
  874. // tbPsnName
  875. //
  876. this.tbPsnName.Cursor = System.Windows.Forms.Cursors.IBeam;
  877. this.tbPsnName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  878. this.tbPsnName.Location = new System.Drawing.Point(518, 10);
  879. this.tbPsnName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  880. this.tbPsnName.MinimumSize = new System.Drawing.Size(1, 16);
  881. this.tbPsnName.Name = "tbPsnName";
  882. this.tbPsnName.ShowText = false;
  883. this.tbPsnName.Size = new System.Drawing.Size(206, 24);
  884. this.tbPsnName.TabIndex = 18;
  885. this.tbPsnName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  886. this.tbPsnName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  887. //
  888. // uiLabel8
  889. //
  890. this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  891. this.uiLabel8.Location = new System.Drawing.Point(36, 108);
  892. this.uiLabel8.Name = "uiLabel8";
  893. this.uiLabel8.Size = new System.Drawing.Size(100, 23);
  894. this.uiLabel8.TabIndex = 17;
  895. this.uiLabel8.Text = "证件号码";
  896. this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  897. this.uiLabel8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  898. //
  899. // tbCertNO1
  900. //
  901. this.tbCertNO1.Cursor = System.Windows.Forms.Cursors.IBeam;
  902. this.tbCertNO1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  903. this.tbCertNO1.Location = new System.Drawing.Point(158, 107);
  904. this.tbCertNO1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  905. this.tbCertNO1.MinimumSize = new System.Drawing.Size(1, 16);
  906. this.tbCertNO1.Name = "tbCertNO1";
  907. this.tbCertNO1.ShowText = false;
  908. this.tbCertNO1.Size = new System.Drawing.Size(206, 24);
  909. this.tbCertNO1.TabIndex = 16;
  910. this.tbCertNO1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  911. this.tbCertNO1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  912. //
  913. // uiLabel9
  914. //
  915. this.uiLabel9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  916. this.uiLabel9.Location = new System.Drawing.Point(36, 74);
  917. this.uiLabel9.Name = "uiLabel9";
  918. this.uiLabel9.Size = new System.Drawing.Size(115, 23);
  919. this.uiLabel9.TabIndex = 15;
  920. this.uiLabel9.Text = "人员证件类型";
  921. this.uiLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  922. this.uiLabel9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  923. //
  924. // tbCertType
  925. //
  926. this.tbCertType.Cursor = System.Windows.Forms.Cursors.IBeam;
  927. this.tbCertType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  928. this.tbCertType.Location = new System.Drawing.Point(158, 73);
  929. this.tbCertType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  930. this.tbCertType.MinimumSize = new System.Drawing.Size(1, 16);
  931. this.tbCertType.Name = "tbCertType";
  932. this.tbCertType.ShowText = false;
  933. this.tbCertType.Size = new System.Drawing.Size(206, 24);
  934. this.tbCertType.TabIndex = 14;
  935. this.tbCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  936. this.tbCertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  937. //
  938. // uiLabel10
  939. //
  940. this.uiLabel10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  941. this.uiLabel10.Location = new System.Drawing.Point(36, 40);
  942. this.uiLabel10.Name = "uiLabel10";
  943. this.uiLabel10.Size = new System.Drawing.Size(100, 23);
  944. this.uiLabel10.TabIndex = 13;
  945. this.uiLabel10.Text = "人员编号";
  946. this.uiLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  947. this.uiLabel10.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  948. //
  949. // tbPsnNO
  950. //
  951. this.tbPsnNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  952. this.tbPsnNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  953. this.tbPsnNO.Location = new System.Drawing.Point(158, 39);
  954. this.tbPsnNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  955. this.tbPsnNO.MinimumSize = new System.Drawing.Size(1, 16);
  956. this.tbPsnNO.Name = "tbPsnNO";
  957. this.tbPsnNO.ShowText = false;
  958. this.tbPsnNO.Size = new System.Drawing.Size(206, 24);
  959. this.tbPsnNO.TabIndex = 12;
  960. this.tbPsnNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  961. this.tbPsnNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  962. //
  963. // uiLabel11
  964. //
  965. this.uiLabel11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  966. this.uiLabel11.Location = new System.Drawing.Point(36, 6);
  967. this.uiLabel11.Name = "uiLabel11";
  968. this.uiLabel11.Size = new System.Drawing.Size(100, 23);
  969. this.uiLabel11.TabIndex = 11;
  970. this.uiLabel11.Text = "申报流水号\r\n";
  971. this.uiLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  972. this.uiLabel11.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  973. //
  974. // tbApprovalNO
  975. //
  976. this.tbApprovalNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  977. this.tbApprovalNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  978. this.tbApprovalNO.Location = new System.Drawing.Point(158, 5);
  979. this.tbApprovalNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  980. this.tbApprovalNO.MinimumSize = new System.Drawing.Size(1, 16);
  981. this.tbApprovalNO.Name = "tbApprovalNO";
  982. this.tbApprovalNO.ShowText = false;
  983. this.tbApprovalNO.Size = new System.Drawing.Size(206, 24);
  984. this.tbApprovalNO.TabIndex = 10;
  985. this.tbApprovalNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  986. this.tbApprovalNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  987. //
  988. // tabPage2
  989. //
  990. this.tabPage2.Controls.Add(this.tcQueryAndCancel);
  991. this.tabPage2.Controls.Add(this.uiPanel5);
  992. this.tabPage2.Location = new System.Drawing.Point(0, 40);
  993. this.tabPage2.Name = "tabPage2";
  994. this.tabPage2.Size = new System.Drawing.Size(1097, 544);
  995. this.tabPage2.TabIndex = 1;
  996. this.tabPage2.Text = "查询与撤销";
  997. this.tabPage2.UseVisualStyleBackColor = true;
  998. //
  999. // tcQueryAndCancel
  1000. //
  1001. this.tcQueryAndCancel.Controls.Add(this.tabPage8);
  1002. this.tcQueryAndCancel.Controls.Add(this.tabPage18);
  1003. this.tcQueryAndCancel.Dock = System.Windows.Forms.DockStyle.Fill;
  1004. this.tcQueryAndCancel.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1005. this.tcQueryAndCancel.Location = new System.Drawing.Point(0, 0);
  1006. this.tcQueryAndCancel.Name = "tcQueryAndCancel";
  1007. this.tcQueryAndCancel.SelectedIndex = 0;
  1008. this.tcQueryAndCancel.Size = new System.Drawing.Size(1097, 362);
  1009. this.tcQueryAndCancel.TabIndex = 2;
  1010. //
  1011. // tabPage8
  1012. //
  1013. this.tabPage8.Controls.Add(this.dgvHisData);
  1014. this.tabPage8.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1015. this.tabPage8.Location = new System.Drawing.Point(4, 28);
  1016. this.tabPage8.Name = "tabPage8";
  1017. this.tabPage8.Padding = new System.Windows.Forms.Padding(3);
  1018. this.tabPage8.Size = new System.Drawing.Size(1089, 330);
  1019. this.tabPage8.TabIndex = 0;
  1020. this.tabPage8.Text = "His记录";
  1021. this.tabPage8.UseVisualStyleBackColor = true;
  1022. //
  1023. // dgvHisData
  1024. //
  1025. this.dgvHisData.AllowUserToAddRows = false;
  1026. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  1027. this.dgvHisData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  1028. this.dgvHisData.BackgroundColor = System.Drawing.Color.White;
  1029. this.dgvHisData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  1030. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1031. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1032. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1033. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  1034. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1035. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1036. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1037. this.dgvHisData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  1038. this.dgvHisData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1039. this.dgvHisData.ContextMenuStrip = this.cmsReg;
  1040. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1041. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  1042. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1043. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  1044. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1045. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1046. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1047. this.dgvHisData.DefaultCellStyle = dataGridViewCellStyle3;
  1048. this.dgvHisData.Dock = System.Windows.Forms.DockStyle.Fill;
  1049. this.dgvHisData.EnableHeadersVisualStyles = false;
  1050. this.dgvHisData.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1051. this.dgvHisData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1052. this.dgvHisData.Location = new System.Drawing.Point(3, 3);
  1053. this.dgvHisData.Name = "dgvHisData";
  1054. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1055. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  1056. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1057. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1058. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1059. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  1060. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1061. this.dgvHisData.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  1062. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  1063. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1064. this.dgvHisData.RowsDefaultCellStyle = dataGridViewCellStyle5;
  1065. this.dgvHisData.RowTemplate.Height = 23;
  1066. this.dgvHisData.SelectedIndex = -1;
  1067. this.dgvHisData.Size = new System.Drawing.Size(1083, 324);
  1068. this.dgvHisData.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  1069. this.dgvHisData.TabIndex = 2;
  1070. this.dgvHisData.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1071. //
  1072. // cmsReg
  1073. //
  1074. this.cmsReg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1075. this.cmsReg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1076. this.cmsReg.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1077. this.tsmCancelReg});
  1078. this.cmsReg.Name = "cmsCheck";
  1079. this.cmsReg.Size = new System.Drawing.Size(145, 30);
  1080. this.cmsReg.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1081. //
  1082. // tsmCancelReg
  1083. //
  1084. this.tsmCancelReg.Name = "tsmCancelReg";
  1085. this.tsmCancelReg.Size = new System.Drawing.Size(144, 26);
  1086. this.tsmCancelReg.Text = "撤销登记";
  1087. this.tsmCancelReg.Click += new System.EventHandler(this.tsmCancelReg_Click);
  1088. //
  1089. // tabPage18
  1090. //
  1091. this.tabPage18.Controls.Add(this.dgvCenterData);
  1092. this.tabPage18.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1093. this.tabPage18.Location = new System.Drawing.Point(4, 28);
  1094. this.tabPage18.Name = "tabPage18";
  1095. this.tabPage18.Padding = new System.Windows.Forms.Padding(3);
  1096. this.tabPage18.Size = new System.Drawing.Size(192, 0);
  1097. this.tabPage18.TabIndex = 1;
  1098. this.tabPage18.Text = "中心记录";
  1099. this.tabPage18.UseVisualStyleBackColor = true;
  1100. //
  1101. // dgvCenterData
  1102. //
  1103. this.dgvCenterData.AllowUserToAddRows = false;
  1104. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  1105. this.dgvCenterData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  1106. this.dgvCenterData.BackgroundColor = System.Drawing.Color.White;
  1107. this.dgvCenterData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  1108. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1109. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1110. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1111. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  1112. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1113. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1114. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1115. this.dgvCenterData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  1116. this.dgvCenterData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1117. this.dgvCenterData.ContextMenuStrip = this.cmsReg;
  1118. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1119. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  1120. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1121. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  1122. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1123. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1124. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1125. this.dgvCenterData.DefaultCellStyle = dataGridViewCellStyle8;
  1126. this.dgvCenterData.Dock = System.Windows.Forms.DockStyle.Fill;
  1127. this.dgvCenterData.EnableHeadersVisualStyles = false;
  1128. this.dgvCenterData.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1129. this.dgvCenterData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1130. this.dgvCenterData.Location = new System.Drawing.Point(3, 3);
  1131. this.dgvCenterData.Name = "dgvCenterData";
  1132. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1133. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  1134. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1135. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1136. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1137. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
  1138. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1139. this.dgvCenterData.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  1140. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  1141. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1142. this.dgvCenterData.RowsDefaultCellStyle = dataGridViewCellStyle10;
  1143. this.dgvCenterData.RowTemplate.Height = 23;
  1144. this.dgvCenterData.SelectedIndex = -1;
  1145. this.dgvCenterData.Size = new System.Drawing.Size(186, 0);
  1146. this.dgvCenterData.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  1147. this.dgvCenterData.TabIndex = 2;
  1148. this.dgvCenterData.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1149. //
  1150. // uiPanel5
  1151. //
  1152. this.uiPanel5.Controls.Add(this.btQueryCenterData);
  1153. this.uiPanel5.Controls.Add(this.uiGroupBox6);
  1154. this.uiPanel5.Controls.Add(this.rbgTimeWay);
  1155. this.uiPanel5.Controls.Add(this.btnClose_3);
  1156. this.uiPanel5.Controls.Add(this.btnQueryRegRecord);
  1157. this.uiPanel5.Controls.Add(this.uiGroupBox5);
  1158. this.uiPanel5.Dock = System.Windows.Forms.DockStyle.Bottom;
  1159. this.uiPanel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1160. this.uiPanel5.Location = new System.Drawing.Point(0, 362);
  1161. this.uiPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1162. this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1);
  1163. this.uiPanel5.Name = "uiPanel5";
  1164. this.uiPanel5.Size = new System.Drawing.Size(1097, 182);
  1165. this.uiPanel5.TabIndex = 1;
  1166. this.uiPanel5.Text = null;
  1167. this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1168. this.uiPanel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1169. //
  1170. // btQueryCenterData
  1171. //
  1172. this.btQueryCenterData.Cursor = System.Windows.Forms.Cursors.Hand;
  1173. this.btQueryCenterData.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1174. this.btQueryCenterData.Location = new System.Drawing.Point(810, 93);
  1175. this.btQueryCenterData.MinimumSize = new System.Drawing.Size(1, 1);
  1176. this.btQueryCenterData.Name = "btQueryCenterData";
  1177. this.btQueryCenterData.Size = new System.Drawing.Size(127, 30);
  1178. this.btQueryCenterData.TabIndex = 28;
  1179. this.btQueryCenterData.Text = "查询中心记录";
  1180. this.btQueryCenterData.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1181. this.btQueryCenterData.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1182. this.btQueryCenterData.Click += new System.EventHandler(this.btQueryCenterData_Click);
  1183. //
  1184. // uiGroupBox6
  1185. //
  1186. this.uiGroupBox6.Controls.Add(this.uiLabel30);
  1187. this.uiGroupBox6.Controls.Add(this.tbPrmyabtch2);
  1188. this.uiGroupBox6.Controls.Add(this.uiLabel27);
  1189. this.uiGroupBox6.Controls.Add(this.tbCertNO_3);
  1190. this.uiGroupBox6.Controls.Add(this.uiLabel17);
  1191. this.uiGroupBox6.Controls.Add(this.tbPsnNO_3);
  1192. this.uiGroupBox6.Controls.Add(this.cbValid_3);
  1193. this.uiGroupBox6.Controls.Add(this.uiLabel13);
  1194. this.uiGroupBox6.Dock = System.Windows.Forms.DockStyle.Left;
  1195. this.uiGroupBox6.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1196. this.uiGroupBox6.Location = new System.Drawing.Point(311, 0);
  1197. this.uiGroupBox6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1198. this.uiGroupBox6.MinimumSize = new System.Drawing.Size(1, 1);
  1199. this.uiGroupBox6.Name = "uiGroupBox6";
  1200. this.uiGroupBox6.Padding = new System.Windows.Forms.Padding(0, 26, 0, 0);
  1201. this.uiGroupBox6.Size = new System.Drawing.Size(349, 182);
  1202. this.uiGroupBox6.TabIndex = 26;
  1203. this.uiGroupBox6.TabStop = false;
  1204. this.uiGroupBox6.Text = null;
  1205. this.uiGroupBox6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1206. this.uiGroupBox6.TitleTop = 10;
  1207. this.uiGroupBox6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1208. //
  1209. // uiLabel27
  1210. //
  1211. this.uiLabel27.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1212. this.uiLabel27.Location = new System.Drawing.Point(11, 88);
  1213. this.uiLabel27.Name = "uiLabel27";
  1214. this.uiLabel27.Size = new System.Drawing.Size(63, 23);
  1215. this.uiLabel27.TabIndex = 17;
  1216. this.uiLabel27.Text = "证件号码";
  1217. this.uiLabel27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1218. this.uiLabel27.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1219. //
  1220. // tbCertNO_3
  1221. //
  1222. this.tbCertNO_3.Cursor = System.Windows.Forms.Cursors.IBeam;
  1223. this.tbCertNO_3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1224. this.tbCertNO_3.Location = new System.Drawing.Point(84, 88);
  1225. this.tbCertNO_3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1226. this.tbCertNO_3.MinimumSize = new System.Drawing.Size(1, 16);
  1227. this.tbCertNO_3.Name = "tbCertNO_3";
  1228. this.tbCertNO_3.ShowText = false;
  1229. this.tbCertNO_3.Size = new System.Drawing.Size(262, 24);
  1230. this.tbCertNO_3.TabIndex = 16;
  1231. this.tbCertNO_3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1232. this.tbCertNO_3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1233. //
  1234. // uiLabel17
  1235. //
  1236. this.uiLabel17.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1237. this.uiLabel17.Location = new System.Drawing.Point(11, 54);
  1238. this.uiLabel17.Name = "uiLabel17";
  1239. this.uiLabel17.Size = new System.Drawing.Size(63, 23);
  1240. this.uiLabel17.TabIndex = 15;
  1241. this.uiLabel17.Text = "人员编号";
  1242. this.uiLabel17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1243. this.uiLabel17.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1244. //
  1245. // tbPsnNO_3
  1246. //
  1247. this.tbPsnNO_3.Cursor = System.Windows.Forms.Cursors.IBeam;
  1248. this.tbPsnNO_3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1249. this.tbPsnNO_3.Location = new System.Drawing.Point(84, 54);
  1250. this.tbPsnNO_3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1251. this.tbPsnNO_3.MinimumSize = new System.Drawing.Size(1, 16);
  1252. this.tbPsnNO_3.Name = "tbPsnNO_3";
  1253. this.tbPsnNO_3.ShowText = false;
  1254. this.tbPsnNO_3.Size = new System.Drawing.Size(262, 24);
  1255. this.tbPsnNO_3.TabIndex = 14;
  1256. this.tbPsnNO_3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1257. this.tbPsnNO_3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1258. //
  1259. // cbValid_3
  1260. //
  1261. this.cbValid_3.DataSource = null;
  1262. this.cbValid_3.FillColor = System.Drawing.Color.White;
  1263. this.cbValid_3.FilterMaxCount = 50;
  1264. this.cbValid_3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1265. this.cbValid_3.ItemHeight = 20;
  1266. this.cbValid_3.Items.AddRange(new object[] {
  1267. "全部",
  1268. "有效",
  1269. "无效"});
  1270. this.cbValid_3.Location = new System.Drawing.Point(84, 19);
  1271. this.cbValid_3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1272. this.cbValid_3.MinimumSize = new System.Drawing.Size(63, 0);
  1273. this.cbValid_3.Name = "cbValid_3";
  1274. this.cbValid_3.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  1275. this.cbValid_3.Size = new System.Drawing.Size(130, 25);
  1276. this.cbValid_3.TabIndex = 9;
  1277. this.cbValid_3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1278. this.cbValid_3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1279. //
  1280. // uiLabel13
  1281. //
  1282. this.uiLabel13.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1283. this.uiLabel13.Location = new System.Drawing.Point(11, 16);
  1284. this.uiLabel13.Name = "uiLabel13";
  1285. this.uiLabel13.Size = new System.Drawing.Size(63, 23);
  1286. this.uiLabel13.TabIndex = 8;
  1287. this.uiLabel13.Text = "有效标志";
  1288. this.uiLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1289. this.uiLabel13.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1290. //
  1291. // rbgTimeWay
  1292. //
  1293. this.rbgTimeWay.Dock = System.Windows.Forms.DockStyle.Left;
  1294. this.rbgTimeWay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1295. this.rbgTimeWay.Items.AddRange(new object[] {
  1296. "按发生时间统计",
  1297. "按起止时间统计"});
  1298. this.rbgTimeWay.Location = new System.Drawing.Point(140, 0);
  1299. this.rbgTimeWay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1300. this.rbgTimeWay.MinimumSize = new System.Drawing.Size(1, 1);
  1301. this.rbgTimeWay.Name = "rbgTimeWay";
  1302. this.rbgTimeWay.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  1303. this.rbgTimeWay.Size = new System.Drawing.Size(171, 182);
  1304. this.rbgTimeWay.TabIndex = 25;
  1305. this.rbgTimeWay.Text = null;
  1306. this.rbgTimeWay.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1307. this.rbgTimeWay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1308. //
  1309. // btnClose_3
  1310. //
  1311. this.btnClose_3.Cursor = System.Windows.Forms.Cursors.Hand;
  1312. this.btnClose_3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1313. this.btnClose_3.Location = new System.Drawing.Point(975, 93);
  1314. this.btnClose_3.MinimumSize = new System.Drawing.Size(1, 1);
  1315. this.btnClose_3.Name = "btnClose_3";
  1316. this.btnClose_3.Size = new System.Drawing.Size(100, 28);
  1317. this.btnClose_3.TabIndex = 24;
  1318. this.btnClose_3.Text = "退出";
  1319. this.btnClose_3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1320. this.btnClose_3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1321. //
  1322. // btnQueryRegRecord
  1323. //
  1324. this.btnQueryRegRecord.Cursor = System.Windows.Forms.Cursors.Hand;
  1325. this.btnQueryRegRecord.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1326. this.btnQueryRegRecord.Location = new System.Drawing.Point(810, 48);
  1327. this.btnQueryRegRecord.MinimumSize = new System.Drawing.Size(1, 1);
  1328. this.btnQueryRegRecord.Name = "btnQueryRegRecord";
  1329. this.btnQueryRegRecord.Size = new System.Drawing.Size(127, 30);
  1330. this.btnQueryRegRecord.TabIndex = 23;
  1331. this.btnQueryRegRecord.Text = "查询HIS记录";
  1332. this.btnQueryRegRecord.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1333. this.btnQueryRegRecord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1334. this.btnQueryRegRecord.Click += new System.EventHandler(this.btnQueryRegRecord_Click);
  1335. //
  1336. // uiGroupBox5
  1337. //
  1338. this.uiGroupBox5.Controls.Add(this.dpED_3);
  1339. this.uiGroupBox5.Controls.Add(this.dpSD_3);
  1340. this.uiGroupBox5.Dock = System.Windows.Forms.DockStyle.Left;
  1341. this.uiGroupBox5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1342. this.uiGroupBox5.Location = new System.Drawing.Point(0, 0);
  1343. this.uiGroupBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1344. this.uiGroupBox5.MinimumSize = new System.Drawing.Size(1, 1);
  1345. this.uiGroupBox5.Name = "uiGroupBox5";
  1346. this.uiGroupBox5.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  1347. this.uiGroupBox5.Size = new System.Drawing.Size(140, 182);
  1348. this.uiGroupBox5.TabIndex = 22;
  1349. this.uiGroupBox5.Text = null;
  1350. this.uiGroupBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1351. this.uiGroupBox5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1352. //
  1353. // dpED_3
  1354. //
  1355. this.dpED_3.DateFormat = "yyyy-MM-dd";
  1356. this.dpED_3.FillColor = System.Drawing.Color.White;
  1357. this.dpED_3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1358. this.dpED_3.Location = new System.Drawing.Point(13, 76);
  1359. this.dpED_3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1360. this.dpED_3.MaxLength = 10;
  1361. this.dpED_3.MinimumSize = new System.Drawing.Size(63, 0);
  1362. this.dpED_3.Name = "dpED_3";
  1363. this.dpED_3.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  1364. this.dpED_3.Size = new System.Drawing.Size(121, 29);
  1365. this.dpED_3.SymbolDropDown = 61555;
  1366. this.dpED_3.SymbolNormal = 61555;
  1367. this.dpED_3.TabIndex = 1;
  1368. this.dpED_3.Text = "2023-10-31";
  1369. this.dpED_3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1370. this.dpED_3.Value = new System.DateTime(2023, 10, 31, 0, 0, 0, 0);
  1371. this.dpED_3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1372. //
  1373. // dpSD_3
  1374. //
  1375. this.dpSD_3.DateFormat = "yyyy-MM-dd";
  1376. this.dpSD_3.FillColor = System.Drawing.Color.White;
  1377. this.dpSD_3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1378. this.dpSD_3.Location = new System.Drawing.Point(13, 37);
  1379. this.dpSD_3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1380. this.dpSD_3.MaxLength = 10;
  1381. this.dpSD_3.MinimumSize = new System.Drawing.Size(63, 0);
  1382. this.dpSD_3.Name = "dpSD_3";
  1383. this.dpSD_3.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  1384. this.dpSD_3.Size = new System.Drawing.Size(121, 29);
  1385. this.dpSD_3.SymbolDropDown = 61555;
  1386. this.dpSD_3.SymbolNormal = 61555;
  1387. this.dpSD_3.TabIndex = 0;
  1388. this.dpSD_3.Text = "2023-09-01";
  1389. this.dpSD_3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1390. this.dpSD_3.Value = new System.DateTime(2023, 9, 1, 0, 0, 0, 0);
  1391. this.dpSD_3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1392. //
  1393. // uiLabel30
  1394. //
  1395. this.uiLabel30.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1396. this.uiLabel30.Location = new System.Drawing.Point(11, 117);
  1397. this.uiLabel30.Name = "uiLabel30";
  1398. this.uiLabel30.Size = new System.Drawing.Size(77, 23);
  1399. this.uiLabel30.TabIndex = 32;
  1400. this.uiLabel30.Text = "同城标识";
  1401. this.uiLabel30.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1402. this.uiLabel30.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1403. //
  1404. // tbPrmyabtch2
  1405. //
  1406. this.tbPrmyabtch2.Cursor = System.Windows.Forms.Cursors.IBeam;
  1407. this.tbPrmyabtch2.DoubleValue = 520100D;
  1408. this.tbPrmyabtch2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1409. this.tbPrmyabtch2.IntValue = 520100;
  1410. this.tbPrmyabtch2.Location = new System.Drawing.Point(95, 116);
  1411. this.tbPrmyabtch2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1412. this.tbPrmyabtch2.MinimumSize = new System.Drawing.Size(1, 16);
  1413. this.tbPrmyabtch2.Name = "tbPrmyabtch2";
  1414. this.tbPrmyabtch2.ShowText = false;
  1415. this.tbPrmyabtch2.Size = new System.Drawing.Size(206, 24);
  1416. this.tbPrmyabtch2.TabIndex = 31;
  1417. this.tbPrmyabtch2.Text = "520100";
  1418. this.tbPrmyabtch2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1419. this.tbPrmyabtch2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1420. //
  1421. // MaternityInsuranceRegist
  1422. //
  1423. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1424. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1425. this.ClientSize = new System.Drawing.Size(1097, 584);
  1426. this.Controls.Add(this.uiTabControl1);
  1427. this.Name = "MaternityInsuranceRegist";
  1428. this.Text = "生育门诊产前检查登记";
  1429. this.uiTabControl1.ResumeLayout(false);
  1430. this.tabPage1.ResumeLayout(false);
  1431. this.pnlClient.ResumeLayout(false);
  1432. this.pnlBottom.ResumeLayout(false);
  1433. this.tabPage2.ResumeLayout(false);
  1434. this.tcQueryAndCancel.ResumeLayout(false);
  1435. this.tabPage8.ResumeLayout(false);
  1436. ((System.ComponentModel.ISupportInitialize)(this.dgvHisData)).EndInit();
  1437. this.cmsReg.ResumeLayout(false);
  1438. this.tabPage18.ResumeLayout(false);
  1439. ((System.ComponentModel.ISupportInitialize)(this.dgvCenterData)).EndInit();
  1440. this.uiPanel5.ResumeLayout(false);
  1441. this.uiGroupBox6.ResumeLayout(false);
  1442. this.uiGroupBox5.ResumeLayout(false);
  1443. this.ResumeLayout(false);
  1444. }
  1445. #endregion
  1446. private Sunny.UI.UITabControl uiTabControl1;
  1447. private System.Windows.Forms.TabPage tabPage1;
  1448. private System.Windows.Forms.TabPage tabPage2;
  1449. private Sunny.UI.UIPanel uiPanel5;
  1450. private Sunny.UI.UIGroupBox uiGroupBox6;
  1451. private Sunny.UI.UIComboBox cbValid_3;
  1452. private Sunny.UI.UILabel uiLabel13;
  1453. private Sunny.UI.UIRadioButtonGroup rbgTimeWay;
  1454. private Sunny.UI.UIButton btnClose_3;
  1455. private Sunny.UI.UIButton btnQueryRegRecord;
  1456. private Sunny.UI.UIGroupBox uiGroupBox5;
  1457. private Sunny.UI.UIDatetimePicker dpED_3;
  1458. private Sunny.UI.UIDatetimePicker dpSD_3;
  1459. private Sunny.UI.UIPanel pnlClient;
  1460. private Sunny.UI.UIDatetimePicker dpStart;
  1461. private Sunny.UI.UIDatetimePicker dpEnd;
  1462. private Sunny.UI.UILabel uiLabel7;
  1463. private Sunny.UI.UILabel uiLabel6;
  1464. private Sunny.UI.UILabel uiLabel5;
  1465. private Sunny.UI.UITextBox tbAuditorName;
  1466. private Sunny.UI.UILabel uiLabel4;
  1467. private Sunny.UI.UITextBox tbAuditorID;
  1468. private Sunny.UI.UILabel uiLabel3;
  1469. private Sunny.UI.UITextBox tbOperatorName;
  1470. private Sunny.UI.UILabel uiLabel2;
  1471. private Sunny.UI.UITextBox tbOperatorID;
  1472. private Sunny.UI.UILabel uiLabel1;
  1473. private Sunny.UI.UITextBox tbCertNO;
  1474. private Sunny.UI.UIPanel pnlBottom;
  1475. private Sunny.UI.UIButton btRegister;
  1476. private Sunny.UI.UILabel uiLabel26;
  1477. private Sunny.UI.UITextBox tbEndDate;
  1478. private Sunny.UI.UILabel lebel21;
  1479. private Sunny.UI.UITextBox tbStartDate;
  1480. private Sunny.UI.UILabel label20;
  1481. private Sunny.UI.UITextBox tbInsuplcadmv;
  1482. private Sunny.UI.UILabel uiLabel29;
  1483. private Sunny.UI.UITextBox tbMemo;
  1484. private Sunny.UI.UILabel uiLabel22;
  1485. private Sunny.UI.UITextBox tbBanlanceOfOutpatCheck;
  1486. private Sunny.UI.UILabel uiLabel23;
  1487. private Sunny.UI.UITextBox tbReimbursementStandard;
  1488. private Sunny.UI.UILabel uiLabel24;
  1489. private Sunny.UI.UITextBox tbUseFlag;
  1490. private Sunny.UI.UILabel uiLabel25;
  1491. private Sunny.UI.UITextBox tbMedInsuType;
  1492. private Sunny.UI.UILabel uiLabel18;
  1493. private Sunny.UI.UITextBox tbAuditorName1;
  1494. private Sunny.UI.UILabel uiLabel19;
  1495. private Sunny.UI.UITextBox tbAuditorID1;
  1496. private Sunny.UI.UILabel uiLabel20;
  1497. private Sunny.UI.UITextBox tbOperatorName1;
  1498. private Sunny.UI.UILabel uiLabel21;
  1499. private Sunny.UI.UITextBox tbOperatorID1;
  1500. private Sunny.UI.UILabel uiLabel12;
  1501. private Sunny.UI.UITextBox tbBirthday;
  1502. private Sunny.UI.UILabel uiLabel14;
  1503. private Sunny.UI.UITextBox tbNation;
  1504. private Sunny.UI.UILabel uiLabel15;
  1505. private Sunny.UI.UITextBox tbGend;
  1506. private Sunny.UI.UILabel uiLabel16;
  1507. private Sunny.UI.UITextBox tbPsnName;
  1508. private Sunny.UI.UILabel uiLabel8;
  1509. private Sunny.UI.UITextBox tbCertNO1;
  1510. private Sunny.UI.UILabel uiLabel9;
  1511. private Sunny.UI.UITextBox tbCertType;
  1512. private Sunny.UI.UILabel uiLabel10;
  1513. private Sunny.UI.UITextBox tbPsnNO;
  1514. private Sunny.UI.UILabel uiLabel11;
  1515. private Sunny.UI.UITextBox tbApprovalNO;
  1516. private System.Windows.Forms.TabControl tcQueryAndCancel;
  1517. private System.Windows.Forms.TabPage tabPage8;
  1518. private Sunny.UI.UIDataGridView dgvHisData;
  1519. private System.Windows.Forms.TabPage tabPage18;
  1520. private Sunny.UI.UIDataGridView dgvCenterData;
  1521. private Sunny.UI.UILabel uiLabel27;
  1522. private Sunny.UI.UITextBox tbCertNO_3;
  1523. private Sunny.UI.UILabel uiLabel17;
  1524. private Sunny.UI.UITextBox tbPsnNO_3;
  1525. private Sunny.UI.UIButton btQueryCenterData;
  1526. private Sunny.UI.UIContextMenuStrip cmsReg;
  1527. private System.Windows.Forms.ToolStripMenuItem tsmCancelReg;
  1528. private Sunny.UI.UILabel uiLabel28;
  1529. private Sunny.UI.UITextBox tbPrmyabtch;
  1530. private Sunny.UI.UILabel uiLabel30;
  1531. private Sunny.UI.UITextBox tbPrmyabtch2;
  1532. }
  1533. }