MainForm.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644
  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_renshe_test);
  191. this.panel2.Controls.Add(this.jiangsu_face_test);
  192. this.panel2.Controls.Add(this.jiangsu_ec_decode_test);
  193. this.panel2.Controls.Add(this.label3);
  194. this.panel2.Location = new System.Drawing.Point(620, 85);
  195. this.panel2.Name = "panel2";
  196. this.panel2.Size = new System.Drawing.Size(560, 110);
  197. this.panel2.TabIndex = 30;
  198. //
  199. // sicard_test
  200. //
  201. this.sicard_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(152)))), ((int)(((byte)(219)))));
  202. this.sicard_test.FlatAppearance.BorderSize = 0;
  203. this.sicard_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  204. this.sicard_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.sicard_test.ForeColor = System.Drawing.Color.White;
  206. this.sicard_test.Location = new System.Drawing.Point(100, 15);
  207. this.sicard_test.Name = "sicard_test";
  208. this.sicard_test.Size = new System.Drawing.Size(110, 35);
  209. this.sicard_test.TabIndex = 1;
  210. this.sicard_test.Text = "泰和社保卡";
  211. this.sicard_test.UseVisualStyleBackColor = false;
  212. this.sicard_test.Click += new System.EventHandler(this.TestSiCard);
  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. //
  229. // qrcode_test
  230. //
  231. this.qrcode_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(126)))), ((int)(((byte)(34)))));
  232. this.qrcode_test.FlatAppearance.BorderSize = 0;
  233. this.qrcode_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  234. this.qrcode_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.qrcode_test.ForeColor = System.Drawing.Color.White;
  236. this.qrcode_test.Location = new System.Drawing.Point(340, 15);
  237. this.qrcode_test.Name = "qrcode_test";
  238. this.qrcode_test.Size = new System.Drawing.Size(110, 35);
  239. this.qrcode_test.TabIndex = 3;
  240. this.qrcode_test.Text = "泰和电子凭证";
  241. this.qrcode_test.UseVisualStyleBackColor = false;
  242. this.qrcode_test.Click += new System.EventHandler(this.TestQrCode);
  243. //
  244. // panel3
  245. //
  246. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(249)))), ((int)(((byte)(250)))));
  247. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  248. this.panel3.Controls.Add(this.result_text);
  249. this.panel3.Controls.Add(this.label4);
  250. this.panel3.Location = new System.Drawing.Point(20, 210);
  251. this.panel3.Name = "panel3";
  252. this.panel3.Size = new System.Drawing.Size(400, 380);
  253. this.panel3.TabIndex = 31;
  254. //
  255. // result_text
  256. //
  257. this.result_text.BackColor = System.Drawing.Color.White;
  258. this.result_text.BorderStyle = System.Windows.Forms.BorderStyle.None;
  259. this.result_text.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  260. this.result_text.ForeColor = System.Drawing.SystemColors.WindowText;
  261. this.result_text.Location = new System.Drawing.Point(15, 35);
  262. this.result_text.Multiline = true;
  263. this.result_text.Name = "result_text";
  264. this.result_text.ReadOnly = true;
  265. this.result_text.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  266. this.result_text.Size = new System.Drawing.Size(370, 330);
  267. this.result_text.TabIndex = 4;
  268. //
  269. // face_test
  270. //
  271. this.face_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(89)))), ((int)(((byte)(182)))));
  272. this.face_test.FlatAppearance.BorderSize = 0;
  273. this.face_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  274. this.face_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  275. this.face_test.ForeColor = System.Drawing.Color.White;
  276. this.face_test.Location = new System.Drawing.Point(100, 60);
  277. this.face_test.Name = "face_test";
  278. this.face_test.Size = new System.Drawing.Size(110, 35);
  279. this.face_test.TabIndex = 6;
  280. this.face_test.Text = "泰和刷脸";
  281. this.face_test.UseVisualStyleBackColor = false;
  282. this.face_test.Click += new System.EventHandler(this.TestFace);
  283. //
  284. // id_card_test2
  285. //
  286. this.id_card_test2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  287. this.id_card_test2.FlatAppearance.BorderSize = 0;
  288. this.id_card_test2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  289. this.id_card_test2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.id_card_test2.ForeColor = System.Drawing.Color.White;
  291. this.id_card_test2.Location = new System.Drawing.Point(220, 60);
  292. this.id_card_test2.Name = "id_card_test2";
  293. this.id_card_test2.Size = new System.Drawing.Size(110, 35);
  294. this.id_card_test2.TabIndex = 8;
  295. this.id_card_test2.Text = "泰和身份证2";
  296. this.id_card_test2.UseVisualStyleBackColor = false;
  297. this.id_card_test2.Click += new System.EventHandler(this.TestIdCard2);
  298. //
  299. // qr_code_test2
  300. //
  301. this.qr_code_test2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(76)))), ((int)(((byte)(60)))));
  302. this.qr_code_test2.FlatAppearance.BorderSize = 0;
  303. this.qr_code_test2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  304. this.qr_code_test2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.qr_code_test2.ForeColor = System.Drawing.Color.White;
  306. this.qr_code_test2.Location = new System.Drawing.Point(340, 60);
  307. this.qr_code_test2.Name = "qr_code_test2";
  308. this.qr_code_test2.Size = new System.Drawing.Size(110, 35);
  309. this.qr_code_test2.TabIndex = 9;
  310. this.qr_code_test2.Text = "泰和电子凭证2";
  311. this.qr_code_test2.UseVisualStyleBackColor = false;
  312. this.qr_code_test2.Click += new System.EventHandler(this.TestQrCode2);
  313. //
  314. // label1
  315. //
  316. this.label1.AutoSize = true;
  317. this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  319. this.label1.Location = new System.Drawing.Point(15, 23);
  320. this.label1.Name = "label1";
  321. this.label1.Size = new System.Drawing.Size(79, 19);
  322. this.label1.TabIndex = 11;
  323. this.label1.Text = "泰和扫码墩";
  324. //
  325. // label2
  326. //
  327. this.label2.AutoSize = true;
  328. this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  330. this.label2.Location = new System.Drawing.Point(15, 68);
  331. this.label2.Name = "label2";
  332. this.label2.Size = new System.Drawing.Size(79, 19);
  333. this.label2.TabIndex = 12;
  334. this.label2.Text = "泰和刷脸墩";
  335. //
  336. // huashi_idcard_test
  337. //
  338. this.huashi_idcard_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156)))));
  339. this.huashi_idcard_test.FlatAppearance.BorderSize = 0;
  340. this.huashi_idcard_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  341. this.huashi_idcard_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. this.huashi_idcard_test.ForeColor = System.Drawing.Color.White;
  343. this.huashi_idcard_test.Location = new System.Drawing.Point(140, 15);
  344. this.huashi_idcard_test.Name = "huashi_idcard_test";
  345. this.huashi_idcard_test.Size = new System.Drawing.Size(110, 35);
  346. this.huashi_idcard_test.TabIndex = 13;
  347. this.huashi_idcard_test.Text = "华视身份证";
  348. this.huashi_idcard_test.UseVisualStyleBackColor = false;
  349. this.huashi_idcard_test.Click += new System.EventHandler(this.TestHuaShiIdCard);
  350. //
  351. // jiangsu_sicard_test
  352. //
  353. this.jiangsu_sicard_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(160)))), ((int)(((byte)(133)))));
  354. this.jiangsu_sicard_test.FlatAppearance.BorderSize = 0;
  355. this.jiangsu_sicard_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  356. this.jiangsu_sicard_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  357. this.jiangsu_sicard_test.ForeColor = System.Drawing.Color.White;
  358. this.jiangsu_sicard_test.Location = new System.Drawing.Point(260, 15);
  359. this.jiangsu_sicard_test.Name = "jiangsu_sicard_test";
  360. this.jiangsu_sicard_test.Size = new System.Drawing.Size(110, 35);
  361. this.jiangsu_sicard_test.TabIndex = 14;
  362. this.jiangsu_sicard_test.Text = "江苏医保卡";
  363. this.jiangsu_sicard_test.UseVisualStyleBackColor = false;
  364. this.jiangsu_sicard_test.Click += new System.EventHandler(this.TestJiangSuSiCard);
  365. //
  366. // jiangsu_renshe_test
  367. //
  368. this.jiangsu_renshe_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
  369. this.jiangsu_renshe_test.FlatAppearance.BorderSize = 0;
  370. this.jiangsu_renshe_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  371. this.jiangsu_renshe_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.jiangsu_renshe_test.ForeColor = System.Drawing.Color.White;
  373. this.jiangsu_renshe_test.Location = new System.Drawing.Point(380, 15);
  374. this.jiangsu_renshe_test.Name = "jiangsu_renshe_test";
  375. this.jiangsu_renshe_test.Size = new System.Drawing.Size(110, 35);
  376. this.jiangsu_renshe_test.TabIndex = 15;
  377. this.jiangsu_renshe_test.Text = "江苏人社卡";
  378. this.jiangsu_renshe_test.UseVisualStyleBackColor = false;
  379. this.jiangsu_renshe_test.Click += new System.EventHandler(this.TestJiangSuRenSheCard);
  380. //
  381. // jiangsu_face_test
  382. //
  383. this.jiangsu_face_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(68)))), ((int)(((byte)(173)))));
  384. this.jiangsu_face_test.FlatAppearance.BorderSize = 0;
  385. this.jiangsu_face_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  386. this.jiangsu_face_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  387. this.jiangsu_face_test.ForeColor = System.Drawing.Color.White;
  388. this.jiangsu_face_test.Location = new System.Drawing.Point(140, 60);
  389. this.jiangsu_face_test.Name = "jiangsu_face_test";
  390. this.jiangsu_face_test.Size = new System.Drawing.Size(110, 35);
  391. this.jiangsu_face_test.TabIndex = 18;
  392. this.jiangsu_face_test.Text = "江苏医保刷脸";
  393. this.jiangsu_face_test.UseVisualStyleBackColor = false;
  394. this.jiangsu_face_test.Click += new System.EventHandler(this.TestJiangSuFace);
  395. //
  396. // jiangsu_ec_decode_test
  397. //
  398. this.jiangsu_ec_decode_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(57)))), ((int)(((byte)(43)))));
  399. this.jiangsu_ec_decode_test.FlatAppearance.BorderSize = 0;
  400. this.jiangsu_ec_decode_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  401. this.jiangsu_ec_decode_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  402. this.jiangsu_ec_decode_test.ForeColor = System.Drawing.Color.White;
  403. this.jiangsu_ec_decode_test.Location = new System.Drawing.Point(260, 60);
  404. this.jiangsu_ec_decode_test.Name = "jiangsu_ec_decode_test";
  405. this.jiangsu_ec_decode_test.Size = new System.Drawing.Size(110, 35);
  406. this.jiangsu_ec_decode_test.TabIndex = 16;
  407. this.jiangsu_ec_decode_test.Text = "江苏电子凭证";
  408. this.jiangsu_ec_decode_test.UseVisualStyleBackColor = false;
  409. this.jiangsu_ec_decode_test.Click += new System.EventHandler(this.TestJiangSuEcDecode);
  410. //
  411. // label3
  412. //
  413. this.label3.AutoSize = true;
  414. this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  415. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  416. this.label3.Location = new System.Drawing.Point(15, 23);
  417. this.label3.Name = "label3";
  418. this.label3.Size = new System.Drawing.Size(107, 19);
  419. this.label3.TabIndex = 17;
  420. this.label3.Text = "华视+江苏医保";
  421. //
  422. // label4
  423. //
  424. this.label4.AutoSize = true;
  425. this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  426. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  427. this.label4.Location = new System.Drawing.Point(15, 10);
  428. this.label4.Name = "label4";
  429. this.label4.Size = new System.Drawing.Size(65, 19);
  430. this.label4.TabIndex = 18;
  431. this.label4.Text = "返回结果";
  432. //
  433. // request_url_text
  434. //
  435. this.request_url_text.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(249)))), ((int)(((byte)(250)))));
  436. this.request_url_text.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  437. this.request_url_text.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  438. this.request_url_text.Location = new System.Drawing.Point(440, 210);
  439. this.request_url_text.Multiline = true;
  440. this.request_url_text.Name = "request_url_text";
  441. this.request_url_text.ReadOnly = true;
  442. this.request_url_text.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  443. this.request_url_text.Size = new System.Drawing.Size(360, 65);
  444. this.request_url_text.TabIndex = 19;
  445. //
  446. // request_params_text
  447. //
  448. this.request_params_text.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(249)))), ((int)(((byte)(250)))));
  449. this.request_params_text.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  450. this.request_params_text.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  451. this.request_params_text.Location = new System.Drawing.Point(440, 300);
  452. this.request_params_text.Multiline = true;
  453. this.request_params_text.Name = "request_params_text";
  454. this.request_params_text.ReadOnly = true;
  455. this.request_params_text.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  456. this.request_params_text.Size = new System.Drawing.Size(360, 100);
  457. this.request_params_text.TabIndex = 20;
  458. //
  459. // response_params_text
  460. //
  461. this.response_params_text.BackColor = System.Drawing.Color.White;
  462. this.response_params_text.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  463. this.response_params_text.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  464. this.response_params_text.Location = new System.Drawing.Point(440, 425);
  465. this.response_params_text.Multiline = true;
  466. this.response_params_text.Name = "response_params_text";
  467. this.response_params_text.ReadOnly = true;
  468. this.response_params_text.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  469. this.response_params_text.Size = new System.Drawing.Size(360, 100);
  470. this.response_params_text.TabIndex = 21;
  471. //
  472. // label7
  473. //
  474. this.label7.AutoSize = true;
  475. this.label7.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  476. this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  477. this.label7.Location = new System.Drawing.Point(440, 190);
  478. this.label7.Name = "label7";
  479. this.label7.Size = new System.Drawing.Size(56, 17);
  480. this.label7.TabIndex = 22;
  481. this.label7.Text = "请求网址";
  482. //
  483. // label5
  484. //
  485. this.label5.AutoSize = true;
  486. this.label5.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  487. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  488. this.label5.Location = new System.Drawing.Point(440, 280);
  489. this.label5.Name = "label5";
  490. this.label5.Size = new System.Drawing.Size(56, 17);
  491. this.label5.TabIndex = 23;
  492. this.label5.Text = "请求参数";
  493. //
  494. // label6
  495. //
  496. this.label6.AutoSize = true;
  497. this.label6.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  499. this.label6.Location = new System.Drawing.Point(440, 405);
  500. this.label6.Name = "label6";
  501. this.label6.Size = new System.Drawing.Size(56, 17);
  502. this.label6.TabIndex = 24;
  503. this.label6.Text = "响应参数";
  504. //
  505. // dll_error_text
  506. //
  507. this.dll_error_text.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
  508. this.dll_error_text.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  509. this.dll_error_text.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  510. this.dll_error_text.ForeColor = System.Drawing.Color.DarkRed;
  511. this.dll_error_text.Location = new System.Drawing.Point(440, 550);
  512. this.dll_error_text.Multiline = true;
  513. this.dll_error_text.Name = "dll_error_text";
  514. this.dll_error_text.ReadOnly = true;
  515. this.dll_error_text.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  516. this.dll_error_text.Size = new System.Drawing.Size(360, 40);
  517. this.dll_error_text.TabIndex = 25;
  518. //
  519. // label8
  520. //
  521. this.label8.AutoSize = true;
  522. this.label8.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  523. this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  524. this.label8.Location = new System.Drawing.Point(440, 530);
  525. this.label8.Name = "label8";
  526. this.label8.Size = new System.Drawing.Size(98, 17);
  527. this.label8.TabIndex = 26;
  528. this.label8.Text = "DLL原始错误信息";
  529. //
  530. // dll_raw_data_text
  531. //
  532. this.dll_raw_data_text.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(248)))), ((int)(((byte)(255)))));
  533. this.dll_raw_data_text.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  534. this.dll_raw_data_text.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  535. this.dll_raw_data_text.ForeColor = System.Drawing.Color.DarkBlue;
  536. this.dll_raw_data_text.Location = new System.Drawing.Point(820, 210);
  537. this.dll_raw_data_text.Multiline = true;
  538. this.dll_raw_data_text.Name = "dll_raw_data_text";
  539. this.dll_raw_data_text.ReadOnly = true;
  540. this.dll_raw_data_text.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  541. this.dll_raw_data_text.Size = new System.Drawing.Size(360, 380);
  542. this.dll_raw_data_text.TabIndex = 27;
  543. this.dll_raw_data_text.WordWrap = false;
  544. //
  545. // label9
  546. //
  547. this.label9.AutoSize = true;
  548. this.label9.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  549. this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  550. this.label9.Location = new System.Drawing.Point(820, 190);
  551. this.label9.Name = "label9";
  552. this.label9.Size = new System.Drawing.Size(98, 17);
  553. this.label9.TabIndex = 28;
  554. this.label9.Text = "读卡DLL原始数据";
  555. //
  556. // MainForm
  557. //
  558. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  559. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  560. this.BackColor = System.Drawing.Color.White;
  561. this.ClientSize = new System.Drawing.Size(1200, 600);
  562. this.Controls.Add(this.label9);
  563. this.Controls.Add(this.dll_raw_data_text);
  564. this.Controls.Add(this.label8);
  565. this.Controls.Add(this.dll_error_text);
  566. this.Controls.Add(this.label6);
  567. this.Controls.Add(this.label5);
  568. this.Controls.Add(this.label7);
  569. this.Controls.Add(this.response_params_text);
  570. this.Controls.Add(this.request_params_text);
  571. this.Controls.Add(this.request_url_text);
  572. this.Controls.Add(this.panel3);
  573. this.Controls.Add(this.panel2);
  574. this.Controls.Add(this.panel1);
  575. this.Controls.Add(this.header_panel);
  576. this.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  577. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  578. this.MinimumSize = new System.Drawing.Size(1200, 600);
  579. this.Name = "MainForm";
  580. this.ShowInTaskbar = false;
  581. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  582. this.Text = "江科HIS - 医疗信息系统";
  583. this.Load += new System.EventHandler(this.MainForm_Load);
  584. this.contextMenuStrip.ResumeLayout(false);
  585. this.panel1.ResumeLayout(false);
  586. this.panel1.PerformLayout();
  587. this.panel2.ResumeLayout(false);
  588. this.panel2.PerformLayout();
  589. this.panel3.ResumeLayout(false);
  590. this.panel3.PerformLayout();
  591. this.header_panel.ResumeLayout(false);
  592. this.header_panel.PerformLayout();
  593. this.ResumeLayout(false);
  594. this.PerformLayout();
  595. }
  596. #endregion
  597. private System.Windows.Forms.NotifyIcon ThCardReaderNotifyIcon;
  598. private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
  599. private System.Windows.Forms.ToolStripMenuItem checkUpdate;
  600. private System.Windows.Forms.ToolStripMenuItem restartProcess;
  601. private System.Windows.Forms.ToolStripMenuItem shutdownProcess;
  602. private System.Windows.Forms.ToolStripMenuItem resetDriver;
  603. private System.Windows.Forms.Button sicard_test;
  604. private System.Windows.Forms.Button idcard_test;
  605. private System.Windows.Forms.Button qrcode_test;
  606. private System.Windows.Forms.TextBox result_text;
  607. private System.Windows.Forms.ToolStripMenuItem 打开主界面ToolStripMenuItem;
  608. private System.Windows.Forms.Button face_test;
  609. private System.Windows.Forms.Button id_card_test2;
  610. private System.Windows.Forms.Button qr_code_test2;
  611. private System.Windows.Forms.Label label1;
  612. private System.Windows.Forms.Label label2;
  613. private System.Windows.Forms.Button huashi_idcard_test;
  614. private System.Windows.Forms.Button jiangsu_sicard_test;
  615. private System.Windows.Forms.Button jiangsu_renshe_test;
  616. private System.Windows.Forms.Button jiangsu_face_test;
  617. private System.Windows.Forms.Button jiangsu_ec_decode_test;
  618. private System.Windows.Forms.Label label3;
  619. private System.Windows.Forms.Label label4;
  620. private System.Windows.Forms.TextBox request_params_text;
  621. private System.Windows.Forms.TextBox response_params_text;
  622. private System.Windows.Forms.Label label5;
  623. private System.Windows.Forms.Label label6;
  624. private System.Windows.Forms.TextBox request_url_text;
  625. private System.Windows.Forms.Label label7;
  626. private System.Windows.Forms.TextBox dll_error_text;
  627. private System.Windows.Forms.Label label8;
  628. private System.Windows.Forms.TextBox dll_raw_data_text;
  629. private System.Windows.Forms.Label label9;
  630. private System.Windows.Forms.Panel panel1;
  631. private System.Windows.Forms.Panel panel2;
  632. private System.Windows.Forms.Panel panel3;
  633. private System.Windows.Forms.Panel header_panel;
  634. private System.Windows.Forms.Label title_label;
  635. private System.Windows.Forms.Label subtitle_label;
  636. }
  637. }