MainForm.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658
  1. namespace ThCardReader
  2. {
  3. partial class MainForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  30. this.ThCardReaderNotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
  31. this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  32. this.打开主界面ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.checkUpdate = new System.Windows.Forms.ToolStripMenuItem();
  34. this.resetDriver = new System.Windows.Forms.ToolStripMenuItem();
  35. this.restartProcess = new System.Windows.Forms.ToolStripMenuItem();
  36. this.shutdownProcess = new System.Windows.Forms.ToolStripMenuItem();
  37. this.sicard_test = new System.Windows.Forms.Button();
  38. this.idcard_test = new System.Windows.Forms.Button();
  39. this.qrcode_test = new System.Windows.Forms.Button();
  40. this.result_text = new System.Windows.Forms.TextBox();
  41. this.face_test = new System.Windows.Forms.Button();
  42. this.id_card_test2 = new System.Windows.Forms.Button();
  43. this.qr_code_test2 = new System.Windows.Forms.Button();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.huashi_idcard_test = new System.Windows.Forms.Button();
  47. this.jiangsu_sicard_test = new System.Windows.Forms.Button();
  48. this.jiangsu_renshe_test = new System.Windows.Forms.Button();
  49. this.jiangsu_face_test = new System.Windows.Forms.Button();
  50. this.jiangsu_ec_decode_test = new System.Windows.Forms.Button();
  51. this.label3 = new System.Windows.Forms.Label();
  52. this.label4 = new System.Windows.Forms.Label();
  53. this.request_params_text = new System.Windows.Forms.TextBox();
  54. this.response_params_text = new System.Windows.Forms.TextBox();
  55. this.label5 = new System.Windows.Forms.Label();
  56. this.label6 = new System.Windows.Forms.Label();
  57. this.request_url_text = new System.Windows.Forms.TextBox();
  58. this.label7 = new System.Windows.Forms.Label();
  59. this.dll_error_text = new System.Windows.Forms.TextBox();
  60. this.label8 = new System.Windows.Forms.Label();
  61. this.dll_raw_data_text = new System.Windows.Forms.TextBox();
  62. this.label9 = new System.Windows.Forms.Label();
  63. this.panel1 = new System.Windows.Forms.Panel();
  64. this.panel2 = new System.Windows.Forms.Panel();
  65. this.panel3 = new System.Windows.Forms.Panel();
  66. this.header_panel = new System.Windows.Forms.Panel();
  67. this.title_label = new System.Windows.Forms.Label();
  68. this.subtitle_label = new System.Windows.Forms.Label();
  69. this.contextMenuStrip.SuspendLayout();
  70. this.panel1.SuspendLayout();
  71. this.panel2.SuspendLayout();
  72. this.panel3.SuspendLayout();
  73. this.header_panel.SuspendLayout();
  74. this.SuspendLayout();
  75. //
  76. // ThCardReaderNotifyIcon
  77. //
  78. this.ThCardReaderNotifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
  79. this.ThCardReaderNotifyIcon.ContextMenuStrip = this.contextMenuStrip;
  80. this.ThCardReaderNotifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("ThCardReaderNotifyIcon.Icon")));
  81. this.ThCardReaderNotifyIcon.Text = "读卡插件";
  82. this.ThCardReaderNotifyIcon.Visible = true;
  83. this.ThCardReaderNotifyIcon.Click += new System.EventHandler(this.ShowMainForm);
  84. this.ThCardReaderNotifyIcon.DoubleClick += new System.EventHandler(this.ShowMainForm);
  85. this.ThCardReaderNotifyIcon.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ShowMainForm);
  86. this.ThCardReaderNotifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ShowMainForm);
  87. //
  88. // contextMenuStrip
  89. //
  90. this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  91. this.打开主界面ToolStripMenuItem,
  92. this.checkUpdate,
  93. this.resetDriver,
  94. this.restartProcess,
  95. this.shutdownProcess});
  96. this.contextMenuStrip.Name = "contextMenuStrip";
  97. this.contextMenuStrip.Size = new System.Drawing.Size(137, 114);
  98. //
  99. // 打开主界面ToolStripMenuItem
  100. //
  101. this.打开主界面ToolStripMenuItem.Name = "打开主界面ToolStripMenuItem";
  102. this.打开主界面ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
  103. this.打开主界面ToolStripMenuItem.Text = "打开主界面";
  104. this.打开主界面ToolStripMenuItem.Click += new System.EventHandler(this.ShowMainForm);
  105. //
  106. // checkUpdate
  107. //
  108. this.checkUpdate.Name = "checkUpdate";
  109. this.checkUpdate.Size = new System.Drawing.Size(136, 22);
  110. this.checkUpdate.Text = "检查更新";
  111. this.checkUpdate.Click += new System.EventHandler(this.CheckUpdate);
  112. //
  113. // resetDriver
  114. //
  115. this.resetDriver.Name = "resetDriver";
  116. this.resetDriver.Size = new System.Drawing.Size(136, 22);
  117. this.resetDriver.Text = "删除驱动";
  118. this.resetDriver.Click += new System.EventHandler(this.ResetDriver);
  119. //
  120. // restartProcess
  121. //
  122. this.restartProcess.Name = "restartProcess";
  123. this.restartProcess.Size = new System.Drawing.Size(136, 22);
  124. this.restartProcess.Text = "重启服务";
  125. this.restartProcess.Click += new System.EventHandler(this.RestartProcess);
  126. //
  127. // shutdownProcess
  128. //
  129. this.shutdownProcess.Name = "shutdownProcess";
  130. this.shutdownProcess.Size = new System.Drawing.Size(136, 22);
  131. this.shutdownProcess.Text = "关闭服务";
  132. this.shutdownProcess.Click += new System.EventHandler(this.ShutdownProcess);
  133. //
  134. // header_panel
  135. //
  136. this.header_panel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(128)))), ((int)(((byte)(185)))));
  137. this.header_panel.Controls.Add(this.subtitle_label);
  138. this.header_panel.Controls.Add(this.title_label);
  139. this.header_panel.Dock = System.Windows.Forms.DockStyle.Top;
  140. this.header_panel.Location = new System.Drawing.Point(0, 0);
  141. this.header_panel.Name = "header_panel";
  142. this.header_panel.Size = new System.Drawing.Size(1200, 70);
  143. this.header_panel.TabIndex = 28;
  144. //
  145. // title_label
  146. //
  147. this.title_label.AutoSize = true;
  148. this.title_label.Font = new System.Drawing.Font("Microsoft YaHei UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.title_label.ForeColor = System.Drawing.Color.White;
  150. this.title_label.Location = new System.Drawing.Point(20, 15);
  151. this.title_label.Name = "title_label";
  152. this.title_label.Size = new System.Drawing.Size(88, 31);
  153. this.title_label.TabIndex = 0;
  154. this.title_label.Text = "江科HIS";
  155. //
  156. // subtitle_label
  157. //
  158. this.subtitle_label.AutoSize = true;
  159. this.subtitle_label.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.subtitle_label.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(240)))), ((int)(((byte)(241)))));
  161. this.subtitle_label.Location = new System.Drawing.Point(120, 25);
  162. this.subtitle_label.Name = "subtitle_label";
  163. this.subtitle_label.Size = new System.Drawing.Size(191, 20);
  164. this.subtitle_label.TabIndex = 1;
  165. this.subtitle_label.Text = "医疗信息系统 - 读卡服务模块";
  166. //
  167. // panel1
  168. //
  169. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(249)))), ((int)(((byte)(250)))));
  170. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  171. this.panel1.Controls.Add(this.sicard_test);
  172. this.panel1.Controls.Add(this.idcard_test);
  173. this.panel1.Controls.Add(this.qrcode_test);
  174. this.panel1.Controls.Add(this.face_test);
  175. this.panel1.Controls.Add(this.id_card_test2);
  176. this.panel1.Controls.Add(this.qr_code_test2);
  177. this.panel1.Controls.Add(this.label1);
  178. this.panel1.Controls.Add(this.label2);
  179. this.panel1.Location = new System.Drawing.Point(20, 85);
  180. this.panel1.Name = "panel1";
  181. this.panel1.Size = new System.Drawing.Size(580, 110);
  182. this.panel1.TabIndex = 29;
  183. //
  184. // panel2
  185. //
  186. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(249)))), ((int)(((byte)(250)))));
  187. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  188. this.panel2.Controls.Add(this.huashi_idcard_test);
  189. this.panel2.Controls.Add(this.jiangsu_sicard_test);
  190. this.panel2.Controls.Add(this.jiangsu_face_test);
  191. this.panel2.Controls.Add(this.jiangsu_ec_decode_test);
  192. this.panel2.Controls.Add(this.label3);
  193. this.panel2.Location = new System.Drawing.Point(20, 85);
  194. this.panel2.Name = "panel2";
  195. this.panel2.Size = new System.Drawing.Size(1160, 110);
  196. this.panel2.TabIndex = 30;
  197. //
  198. // sicard_test
  199. //
  200. this.sicard_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(152)))), ((int)(((byte)(219)))));
  201. this.sicard_test.FlatAppearance.BorderSize = 0;
  202. this.sicard_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  203. this.sicard_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.sicard_test.ForeColor = System.Drawing.Color.White;
  205. this.sicard_test.Location = new System.Drawing.Point(100, 15);
  206. this.sicard_test.Name = "sicard_test";
  207. this.sicard_test.Size = new System.Drawing.Size(110, 35);
  208. this.sicard_test.TabIndex = 1;
  209. this.sicard_test.Text = "泰和社保卡";
  210. this.sicard_test.UseVisualStyleBackColor = false;
  211. this.sicard_test.Click += new System.EventHandler(this.TestSiCard);
  212. this.sicard_test.Visible = false;
  213. //
  214. // idcard_test
  215. //
  216. this.idcard_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
  217. this.idcard_test.FlatAppearance.BorderSize = 0;
  218. this.idcard_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  219. this.idcard_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.idcard_test.ForeColor = System.Drawing.Color.White;
  221. this.idcard_test.Location = new System.Drawing.Point(220, 15);
  222. this.idcard_test.Name = "idcard_test";
  223. this.idcard_test.Size = new System.Drawing.Size(110, 35);
  224. this.idcard_test.TabIndex = 2;
  225. this.idcard_test.Text = "泰和身份证";
  226. this.idcard_test.UseVisualStyleBackColor = false;
  227. this.idcard_test.Click += new System.EventHandler(this.TestIdCard);
  228. this.idcard_test.Visible = false;
  229. //
  230. // qrcode_test
  231. //
  232. this.qrcode_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(126)))), ((int)(((byte)(34)))));
  233. this.qrcode_test.FlatAppearance.BorderSize = 0;
  234. this.qrcode_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  235. this.qrcode_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.qrcode_test.ForeColor = System.Drawing.Color.White;
  237. this.qrcode_test.Location = new System.Drawing.Point(340, 15);
  238. this.qrcode_test.Name = "qrcode_test";
  239. this.qrcode_test.Size = new System.Drawing.Size(110, 35);
  240. this.qrcode_test.TabIndex = 3;
  241. this.qrcode_test.Text = "泰和电子凭证";
  242. this.qrcode_test.UseVisualStyleBackColor = false;
  243. this.qrcode_test.Click += new System.EventHandler(this.TestQrCode);
  244. this.qrcode_test.Visible = false;
  245. //
  246. // panel3
  247. //
  248. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(249)))), ((int)(((byte)(250)))));
  249. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  250. this.panel3.Controls.Add(this.result_text);
  251. this.panel3.Controls.Add(this.label4);
  252. this.panel3.Location = new System.Drawing.Point(20, 210);
  253. this.panel3.Name = "panel3";
  254. this.panel3.Size = new System.Drawing.Size(400, 380);
  255. this.panel3.TabIndex = 31;
  256. //
  257. // result_text
  258. //
  259. this.result_text.BackColor = System.Drawing.Color.White;
  260. this.result_text.BorderStyle = System.Windows.Forms.BorderStyle.None;
  261. this.result_text.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  262. this.result_text.ForeColor = System.Drawing.SystemColors.WindowText;
  263. this.result_text.Location = new System.Drawing.Point(15, 35);
  264. this.result_text.Multiline = true;
  265. this.result_text.Name = "result_text";
  266. this.result_text.ReadOnly = true;
  267. this.result_text.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  268. this.result_text.Size = new System.Drawing.Size(370, 330);
  269. this.result_text.TabIndex = 4;
  270. //
  271. // face_test
  272. //
  273. this.face_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(89)))), ((int)(((byte)(182)))));
  274. this.face_test.FlatAppearance.BorderSize = 0;
  275. this.face_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  276. this.face_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.face_test.ForeColor = System.Drawing.Color.White;
  278. this.face_test.Location = new System.Drawing.Point(100, 60);
  279. this.face_test.Name = "face_test";
  280. this.face_test.Size = new System.Drawing.Size(110, 35);
  281. this.face_test.TabIndex = 6;
  282. this.face_test.Text = "泰和刷脸";
  283. this.face_test.UseVisualStyleBackColor = false;
  284. this.face_test.Click += new System.EventHandler(this.TestFace);
  285. this.face_test.Visible = false;
  286. //
  287. // id_card_test2
  288. //
  289. this.id_card_test2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  290. this.id_card_test2.FlatAppearance.BorderSize = 0;
  291. this.id_card_test2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  292. this.id_card_test2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.id_card_test2.ForeColor = System.Drawing.Color.White;
  294. this.id_card_test2.Location = new System.Drawing.Point(220, 60);
  295. this.id_card_test2.Name = "id_card_test2";
  296. this.id_card_test2.Size = new System.Drawing.Size(110, 35);
  297. this.id_card_test2.TabIndex = 8;
  298. this.id_card_test2.Text = "泰和身份证2";
  299. this.id_card_test2.UseVisualStyleBackColor = false;
  300. this.id_card_test2.Click += new System.EventHandler(this.TestIdCard2);
  301. this.id_card_test2.Visible = false;
  302. //
  303. // qr_code_test2
  304. //
  305. this.qr_code_test2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(76)))), ((int)(((byte)(60)))));
  306. this.qr_code_test2.FlatAppearance.BorderSize = 0;
  307. this.qr_code_test2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  308. this.qr_code_test2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. this.qr_code_test2.ForeColor = System.Drawing.Color.White;
  310. this.qr_code_test2.Location = new System.Drawing.Point(340, 60);
  311. this.qr_code_test2.Name = "qr_code_test2";
  312. this.qr_code_test2.Size = new System.Drawing.Size(110, 35);
  313. this.qr_code_test2.TabIndex = 9;
  314. this.qr_code_test2.Text = "泰和电子凭证2";
  315. this.qr_code_test2.UseVisualStyleBackColor = false;
  316. this.qr_code_test2.Click += new System.EventHandler(this.TestQrCode2);
  317. this.qr_code_test2.Visible = false;
  318. //
  319. // label1
  320. //
  321. this.label1.AutoSize = true;
  322. this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  324. this.label1.Location = new System.Drawing.Point(15, 23);
  325. this.label1.Name = "label1";
  326. this.label1.Size = new System.Drawing.Size(79, 19);
  327. this.label1.TabIndex = 11;
  328. this.label1.Text = "泰和扫码墩";
  329. this.label1.Visible = false;
  330. //
  331. // label2
  332. //
  333. this.label2.AutoSize = true;
  334. this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  336. this.label2.Location = new System.Drawing.Point(15, 68);
  337. this.label2.Name = "label2";
  338. this.label2.Size = new System.Drawing.Size(79, 19);
  339. this.label2.TabIndex = 12;
  340. this.label2.Text = "泰和刷脸墩";
  341. this.label2.Visible = false;
  342. //
  343. // huashi_idcard_test
  344. //
  345. this.huashi_idcard_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156)))));
  346. this.huashi_idcard_test.FlatAppearance.BorderSize = 0;
  347. this.huashi_idcard_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  348. this.huashi_idcard_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.huashi_idcard_test.ForeColor = System.Drawing.Color.White;
  350. this.huashi_idcard_test.Location = new System.Drawing.Point(80, 40);
  351. this.huashi_idcard_test.Name = "huashi_idcard_test";
  352. this.huashi_idcard_test.Size = new System.Drawing.Size(200, 40);
  353. this.huashi_idcard_test.TabIndex = 13;
  354. this.huashi_idcard_test.Text = "华视身份证";
  355. this.huashi_idcard_test.UseVisualStyleBackColor = false;
  356. this.huashi_idcard_test.Click += new System.EventHandler(this.TestHuaShiIdCard);
  357. this.huashi_idcard_test.Visible = true;
  358. //
  359. // jiangsu_sicard_test
  360. //
  361. this.jiangsu_sicard_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(160)))), ((int)(((byte)(133)))));
  362. this.jiangsu_sicard_test.FlatAppearance.BorderSize = 0;
  363. this.jiangsu_sicard_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  364. this.jiangsu_sicard_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. this.jiangsu_sicard_test.ForeColor = System.Drawing.Color.White;
  366. this.jiangsu_sicard_test.Location = new System.Drawing.Point(340, 40);
  367. this.jiangsu_sicard_test.Name = "jiangsu_sicard_test";
  368. this.jiangsu_sicard_test.Size = new System.Drawing.Size(200, 40);
  369. this.jiangsu_sicard_test.TabIndex = 14;
  370. this.jiangsu_sicard_test.Text = "江苏医保卡";
  371. this.jiangsu_sicard_test.UseVisualStyleBackColor = false;
  372. this.jiangsu_sicard_test.Click += new System.EventHandler(this.TestJiangSuSiCard);
  373. this.jiangsu_sicard_test.Visible = true;
  374. //
  375. // jiangsu_renshe_test
  376. //
  377. this.jiangsu_renshe_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
  378. this.jiangsu_renshe_test.FlatAppearance.BorderSize = 0;
  379. this.jiangsu_renshe_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  380. this.jiangsu_renshe_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.jiangsu_renshe_test.ForeColor = System.Drawing.Color.White;
  382. this.jiangsu_renshe_test.Location = new System.Drawing.Point(380, 15);
  383. this.jiangsu_renshe_test.Name = "jiangsu_renshe_test";
  384. this.jiangsu_renshe_test.Size = new System.Drawing.Size(110, 35);
  385. this.jiangsu_renshe_test.TabIndex = 15;
  386. this.jiangsu_renshe_test.Text = "江苏人社卡";
  387. this.jiangsu_renshe_test.UseVisualStyleBackColor = false;
  388. this.jiangsu_renshe_test.Click += new System.EventHandler(this.TestJiangSuRenSheCard);
  389. this.jiangsu_renshe_test.Visible = false;
  390. //
  391. // jiangsu_face_test
  392. //
  393. this.jiangsu_face_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(68)))), ((int)(((byte)(173)))));
  394. this.jiangsu_face_test.FlatAppearance.BorderSize = 0;
  395. this.jiangsu_face_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  396. this.jiangsu_face_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.jiangsu_face_test.ForeColor = System.Drawing.Color.White;
  398. this.jiangsu_face_test.Location = new System.Drawing.Point(600, 40);
  399. this.jiangsu_face_test.Name = "jiangsu_face_test";
  400. this.jiangsu_face_test.Size = new System.Drawing.Size(200, 40);
  401. this.jiangsu_face_test.TabIndex = 18;
  402. this.jiangsu_face_test.Text = "江苏医保刷脸";
  403. this.jiangsu_face_test.UseVisualStyleBackColor = false;
  404. this.jiangsu_face_test.Click += new System.EventHandler(this.TestJiangSuFace);
  405. this.jiangsu_face_test.Visible = true;
  406. //
  407. // jiangsu_ec_decode_test
  408. //
  409. this.jiangsu_ec_decode_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(57)))), ((int)(((byte)(43)))));
  410. this.jiangsu_ec_decode_test.FlatAppearance.BorderSize = 0;
  411. this.jiangsu_ec_decode_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  412. this.jiangsu_ec_decode_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  413. this.jiangsu_ec_decode_test.ForeColor = System.Drawing.Color.White;
  414. this.jiangsu_ec_decode_test.Location = new System.Drawing.Point(860, 40);
  415. this.jiangsu_ec_decode_test.Name = "jiangsu_ec_decode_test";
  416. this.jiangsu_ec_decode_test.Size = new System.Drawing.Size(200, 40);
  417. this.jiangsu_ec_decode_test.TabIndex = 16;
  418. this.jiangsu_ec_decode_test.Text = "江苏电子凭证";
  419. this.jiangsu_ec_decode_test.UseVisualStyleBackColor = false;
  420. this.jiangsu_ec_decode_test.Click += new System.EventHandler(this.TestJiangSuEcDecode);
  421. this.jiangsu_ec_decode_test.Visible = true;
  422. //
  423. // label3
  424. //
  425. this.label3.AutoSize = true;
  426. this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  428. this.label3.Location = new System.Drawing.Point(15, 23);
  429. this.label3.Name = "label3";
  430. this.label3.Size = new System.Drawing.Size(107, 19);
  431. this.label3.TabIndex = 17;
  432. this.label3.Text = "华视+江苏医保";
  433. this.label3.Visible = false;
  434. //
  435. // label4
  436. //
  437. this.label4.AutoSize = true;
  438. this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  439. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  440. this.label4.Location = new System.Drawing.Point(15, 10);
  441. this.label4.Name = "label4";
  442. this.label4.Size = new System.Drawing.Size(65, 19);
  443. this.label4.TabIndex = 18;
  444. this.label4.Text = "返回结果";
  445. this.label4.Visible = false;
  446. //
  447. // request_url_text
  448. //
  449. this.request_url_text.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(249)))), ((int)(((byte)(250)))));
  450. this.request_url_text.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  451. this.request_url_text.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  452. this.request_url_text.Location = new System.Drawing.Point(440, 210);
  453. this.request_url_text.Multiline = true;
  454. this.request_url_text.Name = "request_url_text";
  455. this.request_url_text.ReadOnly = true;
  456. this.request_url_text.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  457. this.request_url_text.Size = new System.Drawing.Size(360, 65);
  458. this.request_url_text.TabIndex = 19;
  459. //
  460. // request_params_text
  461. //
  462. this.request_params_text.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(249)))), ((int)(((byte)(250)))));
  463. this.request_params_text.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  464. this.request_params_text.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  465. this.request_params_text.Location = new System.Drawing.Point(440, 300);
  466. this.request_params_text.Multiline = true;
  467. this.request_params_text.Name = "request_params_text";
  468. this.request_params_text.ReadOnly = true;
  469. this.request_params_text.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  470. this.request_params_text.Size = new System.Drawing.Size(360, 100);
  471. this.request_params_text.TabIndex = 20;
  472. //
  473. // response_params_text
  474. //
  475. this.response_params_text.BackColor = System.Drawing.Color.White;
  476. this.response_params_text.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  477. this.response_params_text.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  478. this.response_params_text.Location = new System.Drawing.Point(440, 425);
  479. this.response_params_text.Multiline = true;
  480. this.response_params_text.Name = "response_params_text";
  481. this.response_params_text.ReadOnly = true;
  482. this.response_params_text.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  483. this.response_params_text.Size = new System.Drawing.Size(360, 100);
  484. this.response_params_text.TabIndex = 21;
  485. //
  486. // label7
  487. //
  488. this.label7.AutoSize = true;
  489. this.label7.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  490. this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  491. this.label7.Location = new System.Drawing.Point(440, 190);
  492. this.label7.Name = "label7";
  493. this.label7.Size = new System.Drawing.Size(56, 17);
  494. this.label7.TabIndex = 22;
  495. this.label7.Text = "请求网址";
  496. //
  497. // label5
  498. //
  499. this.label5.AutoSize = true;
  500. this.label5.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  501. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  502. this.label5.Location = new System.Drawing.Point(440, 280);
  503. this.label5.Name = "label5";
  504. this.label5.Size = new System.Drawing.Size(56, 17);
  505. this.label5.TabIndex = 23;
  506. this.label5.Text = "请求参数";
  507. //
  508. // label6
  509. //
  510. this.label6.AutoSize = true;
  511. this.label6.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  512. this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  513. this.label6.Location = new System.Drawing.Point(440, 405);
  514. this.label6.Name = "label6";
  515. this.label6.Size = new System.Drawing.Size(56, 17);
  516. this.label6.TabIndex = 24;
  517. this.label6.Text = "响应参数";
  518. //
  519. // dll_error_text
  520. //
  521. this.dll_error_text.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
  522. this.dll_error_text.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  523. this.dll_error_text.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  524. this.dll_error_text.ForeColor = System.Drawing.Color.DarkRed;
  525. this.dll_error_text.Location = new System.Drawing.Point(440, 550);
  526. this.dll_error_text.Multiline = true;
  527. this.dll_error_text.Name = "dll_error_text";
  528. this.dll_error_text.ReadOnly = true;
  529. this.dll_error_text.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  530. this.dll_error_text.Size = new System.Drawing.Size(360, 40);
  531. this.dll_error_text.TabIndex = 25;
  532. //
  533. // label8
  534. //
  535. this.label8.AutoSize = true;
  536. this.label8.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  537. this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  538. this.label8.Location = new System.Drawing.Point(440, 530);
  539. this.label8.Name = "label8";
  540. this.label8.Size = new System.Drawing.Size(98, 17);
  541. this.label8.TabIndex = 26;
  542. this.label8.Text = "DLL原始错误信息";
  543. //
  544. // dll_raw_data_text
  545. //
  546. this.dll_raw_data_text.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(248)))), ((int)(((byte)(255)))));
  547. this.dll_raw_data_text.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  548. this.dll_raw_data_text.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  549. this.dll_raw_data_text.ForeColor = System.Drawing.Color.DarkBlue;
  550. this.dll_raw_data_text.Location = new System.Drawing.Point(820, 210);
  551. this.dll_raw_data_text.Multiline = true;
  552. this.dll_raw_data_text.Name = "dll_raw_data_text";
  553. this.dll_raw_data_text.ReadOnly = true;
  554. this.dll_raw_data_text.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  555. this.dll_raw_data_text.Size = new System.Drawing.Size(360, 380);
  556. this.dll_raw_data_text.TabIndex = 27;
  557. this.dll_raw_data_text.WordWrap = false;
  558. //
  559. // label9
  560. //
  561. this.label9.AutoSize = true;
  562. this.label9.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  563. this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  564. this.label9.Location = new System.Drawing.Point(820, 190);
  565. this.label9.Name = "label9";
  566. this.label9.Size = new System.Drawing.Size(98, 17);
  567. this.label9.TabIndex = 28;
  568. this.label9.Text = "读卡DLL原始数据";
  569. //
  570. // MainForm
  571. //
  572. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  573. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  574. this.BackColor = System.Drawing.Color.White;
  575. this.ClientSize = new System.Drawing.Size(1200, 600);
  576. this.Controls.Add(this.label9);
  577. this.Controls.Add(this.dll_raw_data_text);
  578. this.Controls.Add(this.label8);
  579. this.Controls.Add(this.dll_error_text);
  580. this.Controls.Add(this.label6);
  581. this.Controls.Add(this.label5);
  582. this.Controls.Add(this.label7);
  583. this.Controls.Add(this.response_params_text);
  584. this.Controls.Add(this.request_params_text);
  585. this.Controls.Add(this.request_url_text);
  586. this.Controls.Add(this.panel3);
  587. this.Controls.Add(this.panel2);
  588. this.Controls.Add(this.panel1);
  589. this.Controls.Add(this.header_panel);
  590. this.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  591. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  592. this.MinimumSize = new System.Drawing.Size(1200, 600);
  593. this.Name = "MainForm";
  594. this.ShowInTaskbar = false;
  595. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  596. this.Text = "江科HIS - 医疗信息系统";
  597. this.Load += new System.EventHandler(this.MainForm_Load);
  598. this.contextMenuStrip.ResumeLayout(false);
  599. this.panel1.ResumeLayout(false);
  600. this.panel1.PerformLayout();
  601. this.panel2.ResumeLayout(false);
  602. this.panel2.PerformLayout();
  603. this.panel3.ResumeLayout(false);
  604. this.panel3.PerformLayout();
  605. this.header_panel.ResumeLayout(false);
  606. this.header_panel.PerformLayout();
  607. this.ResumeLayout(false);
  608. this.PerformLayout();
  609. }
  610. #endregion
  611. private System.Windows.Forms.NotifyIcon ThCardReaderNotifyIcon;
  612. private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
  613. private System.Windows.Forms.ToolStripMenuItem checkUpdate;
  614. private System.Windows.Forms.ToolStripMenuItem restartProcess;
  615. private System.Windows.Forms.ToolStripMenuItem shutdownProcess;
  616. private System.Windows.Forms.ToolStripMenuItem resetDriver;
  617. private System.Windows.Forms.Button sicard_test;
  618. private System.Windows.Forms.Button idcard_test;
  619. private System.Windows.Forms.Button qrcode_test;
  620. private System.Windows.Forms.TextBox result_text;
  621. private System.Windows.Forms.ToolStripMenuItem 打开主界面ToolStripMenuItem;
  622. private System.Windows.Forms.Button face_test;
  623. private System.Windows.Forms.Button id_card_test2;
  624. private System.Windows.Forms.Button qr_code_test2;
  625. private System.Windows.Forms.Label label1;
  626. private System.Windows.Forms.Label label2;
  627. private System.Windows.Forms.Button huashi_idcard_test;
  628. private System.Windows.Forms.Button jiangsu_sicard_test;
  629. private System.Windows.Forms.Button jiangsu_renshe_test;
  630. private System.Windows.Forms.Button jiangsu_face_test;
  631. private System.Windows.Forms.Button jiangsu_ec_decode_test;
  632. private System.Windows.Forms.Label label3;
  633. private System.Windows.Forms.Label label4;
  634. private System.Windows.Forms.TextBox request_params_text;
  635. private System.Windows.Forms.TextBox response_params_text;
  636. private System.Windows.Forms.Label label5;
  637. private System.Windows.Forms.Label label6;
  638. private System.Windows.Forms.TextBox request_url_text;
  639. private System.Windows.Forms.Label label7;
  640. private System.Windows.Forms.TextBox dll_error_text;
  641. private System.Windows.Forms.Label label8;
  642. private System.Windows.Forms.TextBox dll_raw_data_text;
  643. private System.Windows.Forms.Label label9;
  644. private System.Windows.Forms.Panel panel1;
  645. private System.Windows.Forms.Panel panel2;
  646. private System.Windows.Forms.Panel panel3;
  647. private System.Windows.Forms.Panel header_panel;
  648. private System.Windows.Forms.Label title_label;
  649. private System.Windows.Forms.Label subtitle_label;
  650. }
  651. }