namespace ThCardReader { partial class MainForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.ThCardReaderNotifyIcon = new System.Windows.Forms.NotifyIcon(this.components); this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.打开主界面ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.checkUpdate = new System.Windows.Forms.ToolStripMenuItem(); this.resetDriver = new System.Windows.Forms.ToolStripMenuItem(); this.restartProcess = new System.Windows.Forms.ToolStripMenuItem(); this.shutdownProcess = new System.Windows.Forms.ToolStripMenuItem(); this.sicard_test = new System.Windows.Forms.Button(); this.idcard_test = new System.Windows.Forms.Button(); this.qrcode_test = new System.Windows.Forms.Button(); this.result_text = new System.Windows.Forms.TextBox(); this.face_test = new System.Windows.Forms.Button(); this.id_card_test2 = new System.Windows.Forms.Button(); this.qr_code_test2 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.huashi_idcard_test = new System.Windows.Forms.Button(); this.jiangsu_sicard_test = new System.Windows.Forms.Button(); this.jiangsu_renshe_test = new System.Windows.Forms.Button(); this.jiangsu_face_test = new System.Windows.Forms.Button(); this.jiangsu_ec_decode_test = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.request_params_text = new System.Windows.Forms.TextBox(); this.response_params_text = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.request_url_text = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.dll_error_text = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.dll_raw_data_text = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.header_panel = new System.Windows.Forms.Panel(); this.title_label = new System.Windows.Forms.Label(); this.subtitle_label = new System.Windows.Forms.Label(); this.contextMenuStrip.SuspendLayout(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); this.header_panel.SuspendLayout(); this.SuspendLayout(); // // ThCardReaderNotifyIcon // this.ThCardReaderNotifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info; this.ThCardReaderNotifyIcon.ContextMenuStrip = this.contextMenuStrip; this.ThCardReaderNotifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("ThCardReaderNotifyIcon.Icon"))); this.ThCardReaderNotifyIcon.Text = "读卡插件"; this.ThCardReaderNotifyIcon.Visible = true; this.ThCardReaderNotifyIcon.Click += new System.EventHandler(this.ShowMainForm); this.ThCardReaderNotifyIcon.DoubleClick += new System.EventHandler(this.ShowMainForm); this.ThCardReaderNotifyIcon.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ShowMainForm); this.ThCardReaderNotifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ShowMainForm); // // contextMenuStrip // this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.打开主界面ToolStripMenuItem, this.checkUpdate, this.resetDriver, this.restartProcess, this.shutdownProcess}); this.contextMenuStrip.Name = "contextMenuStrip"; this.contextMenuStrip.Size = new System.Drawing.Size(137, 114); // // 打开主界面ToolStripMenuItem // this.打开主界面ToolStripMenuItem.Name = "打开主界面ToolStripMenuItem"; this.打开主界面ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.打开主界面ToolStripMenuItem.Text = "打开主界面"; this.打开主界面ToolStripMenuItem.Click += new System.EventHandler(this.ShowMainForm); // // checkUpdate // this.checkUpdate.Name = "checkUpdate"; this.checkUpdate.Size = new System.Drawing.Size(136, 22); this.checkUpdate.Text = "检查更新"; this.checkUpdate.Click += new System.EventHandler(this.CheckUpdate); // // resetDriver // this.resetDriver.Name = "resetDriver"; this.resetDriver.Size = new System.Drawing.Size(136, 22); this.resetDriver.Text = "删除驱动"; this.resetDriver.Click += new System.EventHandler(this.ResetDriver); // // restartProcess // this.restartProcess.Name = "restartProcess"; this.restartProcess.Size = new System.Drawing.Size(136, 22); this.restartProcess.Text = "重启服务"; this.restartProcess.Click += new System.EventHandler(this.RestartProcess); // // shutdownProcess // this.shutdownProcess.Name = "shutdownProcess"; this.shutdownProcess.Size = new System.Drawing.Size(136, 22); this.shutdownProcess.Text = "关闭服务"; this.shutdownProcess.Click += new System.EventHandler(this.ShutdownProcess); // // header_panel // this.header_panel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(128)))), ((int)(((byte)(185))))); this.header_panel.Controls.Add(this.subtitle_label); this.header_panel.Controls.Add(this.title_label); this.header_panel.Dock = System.Windows.Forms.DockStyle.Top; this.header_panel.Location = new System.Drawing.Point(0, 0); this.header_panel.Name = "header_panel"; this.header_panel.Size = new System.Drawing.Size(1200, 70); this.header_panel.TabIndex = 28; // // title_label // this.title_label.AutoSize = true; this.title_label.Font = new System.Drawing.Font("Microsoft YaHei UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.title_label.ForeColor = System.Drawing.Color.White; this.title_label.Location = new System.Drawing.Point(20, 15); this.title_label.Name = "title_label"; this.title_label.Size = new System.Drawing.Size(88, 31); this.title_label.TabIndex = 0; this.title_label.Text = "江科HIS"; // // subtitle_label // this.subtitle_label.AutoSize = true; this.subtitle_label.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.subtitle_label.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(240)))), ((int)(((byte)(241))))); this.subtitle_label.Location = new System.Drawing.Point(120, 25); this.subtitle_label.Name = "subtitle_label"; this.subtitle_label.Size = new System.Drawing.Size(191, 20); this.subtitle_label.TabIndex = 1; this.subtitle_label.Text = "医疗信息系统 - 读卡服务模块"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(249)))), ((int)(((byte)(250))))); this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.sicard_test); this.panel1.Controls.Add(this.idcard_test); this.panel1.Controls.Add(this.qrcode_test); this.panel1.Controls.Add(this.face_test); this.panel1.Controls.Add(this.id_card_test2); this.panel1.Controls.Add(this.qr_code_test2); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.label2); this.panel1.Location = new System.Drawing.Point(20, 85); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(580, 110); this.panel1.TabIndex = 29; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(249)))), ((int)(((byte)(250))))); this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.huashi_idcard_test); this.panel2.Controls.Add(this.jiangsu_sicard_test); this.panel2.Controls.Add(this.jiangsu_renshe_test); this.panel2.Controls.Add(this.jiangsu_face_test); this.panel2.Controls.Add(this.jiangsu_ec_decode_test); this.panel2.Controls.Add(this.label3); this.panel2.Location = new System.Drawing.Point(620, 85); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(560, 110); this.panel2.TabIndex = 30; // // sicard_test // this.sicard_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(152)))), ((int)(((byte)(219))))); this.sicard_test.FlatAppearance.BorderSize = 0; this.sicard_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.sicard_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.sicard_test.ForeColor = System.Drawing.Color.White; this.sicard_test.Location = new System.Drawing.Point(100, 15); this.sicard_test.Name = "sicard_test"; this.sicard_test.Size = new System.Drawing.Size(110, 35); this.sicard_test.TabIndex = 1; this.sicard_test.Text = "泰和社保卡"; this.sicard_test.UseVisualStyleBackColor = false; this.sicard_test.Click += new System.EventHandler(this.TestSiCard); // // idcard_test // this.idcard_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113))))); this.idcard_test.FlatAppearance.BorderSize = 0; this.idcard_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.idcard_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.idcard_test.ForeColor = System.Drawing.Color.White; this.idcard_test.Location = new System.Drawing.Point(220, 15); this.idcard_test.Name = "idcard_test"; this.idcard_test.Size = new System.Drawing.Size(110, 35); this.idcard_test.TabIndex = 2; this.idcard_test.Text = "泰和身份证"; this.idcard_test.UseVisualStyleBackColor = false; this.idcard_test.Click += new System.EventHandler(this.TestIdCard); // // qrcode_test // this.qrcode_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(126)))), ((int)(((byte)(34))))); this.qrcode_test.FlatAppearance.BorderSize = 0; this.qrcode_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.qrcode_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.qrcode_test.ForeColor = System.Drawing.Color.White; this.qrcode_test.Location = new System.Drawing.Point(340, 15); this.qrcode_test.Name = "qrcode_test"; this.qrcode_test.Size = new System.Drawing.Size(110, 35); this.qrcode_test.TabIndex = 3; this.qrcode_test.Text = "泰和电子凭证"; this.qrcode_test.UseVisualStyleBackColor = false; this.qrcode_test.Click += new System.EventHandler(this.TestQrCode); // // panel3 // this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(249)))), ((int)(((byte)(250))))); this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Controls.Add(this.result_text); this.panel3.Controls.Add(this.label4); this.panel3.Location = new System.Drawing.Point(20, 210); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(400, 380); this.panel3.TabIndex = 31; // // result_text // this.result_text.BackColor = System.Drawing.Color.White; this.result_text.BorderStyle = System.Windows.Forms.BorderStyle.None; this.result_text.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.result_text.ForeColor = System.Drawing.SystemColors.WindowText; this.result_text.Location = new System.Drawing.Point(15, 35); this.result_text.Multiline = true; this.result_text.Name = "result_text"; this.result_text.ReadOnly = true; this.result_text.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.result_text.Size = new System.Drawing.Size(370, 330); this.result_text.TabIndex = 4; // // face_test // this.face_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(89)))), ((int)(((byte)(182))))); this.face_test.FlatAppearance.BorderSize = 0; this.face_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.face_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.face_test.ForeColor = System.Drawing.Color.White; this.face_test.Location = new System.Drawing.Point(100, 60); this.face_test.Name = "face_test"; this.face_test.Size = new System.Drawing.Size(110, 35); this.face_test.TabIndex = 6; this.face_test.Text = "泰和刷脸"; this.face_test.UseVisualStyleBackColor = false; this.face_test.Click += new System.EventHandler(this.TestFace); // // id_card_test2 // this.id_card_test2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.id_card_test2.FlatAppearance.BorderSize = 0; this.id_card_test2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.id_card_test2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.id_card_test2.ForeColor = System.Drawing.Color.White; this.id_card_test2.Location = new System.Drawing.Point(220, 60); this.id_card_test2.Name = "id_card_test2"; this.id_card_test2.Size = new System.Drawing.Size(110, 35); this.id_card_test2.TabIndex = 8; this.id_card_test2.Text = "泰和身份证2"; this.id_card_test2.UseVisualStyleBackColor = false; this.id_card_test2.Click += new System.EventHandler(this.TestIdCard2); // // qr_code_test2 // this.qr_code_test2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(76)))), ((int)(((byte)(60))))); this.qr_code_test2.FlatAppearance.BorderSize = 0; this.qr_code_test2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.qr_code_test2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.qr_code_test2.ForeColor = System.Drawing.Color.White; this.qr_code_test2.Location = new System.Drawing.Point(340, 60); this.qr_code_test2.Name = "qr_code_test2"; this.qr_code_test2.Size = new System.Drawing.Size(110, 35); this.qr_code_test2.TabIndex = 9; this.qr_code_test2.Text = "泰和电子凭证2"; this.qr_code_test2.UseVisualStyleBackColor = false; this.qr_code_test2.Click += new System.EventHandler(this.TestQrCode2); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.label1.Location = new System.Drawing.Point(15, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(79, 19); this.label1.TabIndex = 11; this.label1.Text = "泰和扫码墩"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.label2.Location = new System.Drawing.Point(15, 68); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(79, 19); this.label2.TabIndex = 12; this.label2.Text = "泰和刷脸墩"; // // huashi_idcard_test // this.huashi_idcard_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.huashi_idcard_test.FlatAppearance.BorderSize = 0; this.huashi_idcard_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.huashi_idcard_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.huashi_idcard_test.ForeColor = System.Drawing.Color.White; this.huashi_idcard_test.Location = new System.Drawing.Point(140, 15); this.huashi_idcard_test.Name = "huashi_idcard_test"; this.huashi_idcard_test.Size = new System.Drawing.Size(110, 35); this.huashi_idcard_test.TabIndex = 13; this.huashi_idcard_test.Text = "华视身份证"; this.huashi_idcard_test.UseVisualStyleBackColor = false; this.huashi_idcard_test.Click += new System.EventHandler(this.TestHuaShiIdCard); // // jiangsu_sicard_test // this.jiangsu_sicard_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(160)))), ((int)(((byte)(133))))); this.jiangsu_sicard_test.FlatAppearance.BorderSize = 0; this.jiangsu_sicard_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.jiangsu_sicard_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.jiangsu_sicard_test.ForeColor = System.Drawing.Color.White; this.jiangsu_sicard_test.Location = new System.Drawing.Point(260, 15); this.jiangsu_sicard_test.Name = "jiangsu_sicard_test"; this.jiangsu_sicard_test.Size = new System.Drawing.Size(110, 35); this.jiangsu_sicard_test.TabIndex = 14; this.jiangsu_sicard_test.Text = "江苏医保卡"; this.jiangsu_sicard_test.UseVisualStyleBackColor = false; this.jiangsu_sicard_test.Click += new System.EventHandler(this.TestJiangSuSiCard); // // jiangsu_renshe_test // this.jiangsu_renshe_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96))))); this.jiangsu_renshe_test.FlatAppearance.BorderSize = 0; this.jiangsu_renshe_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.jiangsu_renshe_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.jiangsu_renshe_test.ForeColor = System.Drawing.Color.White; this.jiangsu_renshe_test.Location = new System.Drawing.Point(380, 15); this.jiangsu_renshe_test.Name = "jiangsu_renshe_test"; this.jiangsu_renshe_test.Size = new System.Drawing.Size(110, 35); this.jiangsu_renshe_test.TabIndex = 15; this.jiangsu_renshe_test.Text = "江苏人社卡"; this.jiangsu_renshe_test.UseVisualStyleBackColor = false; this.jiangsu_renshe_test.Click += new System.EventHandler(this.TestJiangSuRenSheCard); // // jiangsu_face_test // this.jiangsu_face_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(68)))), ((int)(((byte)(173))))); this.jiangsu_face_test.FlatAppearance.BorderSize = 0; this.jiangsu_face_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.jiangsu_face_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.jiangsu_face_test.ForeColor = System.Drawing.Color.White; this.jiangsu_face_test.Location = new System.Drawing.Point(140, 60); this.jiangsu_face_test.Name = "jiangsu_face_test"; this.jiangsu_face_test.Size = new System.Drawing.Size(110, 35); this.jiangsu_face_test.TabIndex = 18; this.jiangsu_face_test.Text = "江苏医保刷脸"; this.jiangsu_face_test.UseVisualStyleBackColor = false; this.jiangsu_face_test.Click += new System.EventHandler(this.TestJiangSuFace); // // jiangsu_ec_decode_test // this.jiangsu_ec_decode_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(57)))), ((int)(((byte)(43))))); this.jiangsu_ec_decode_test.FlatAppearance.BorderSize = 0; this.jiangsu_ec_decode_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.jiangsu_ec_decode_test.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.jiangsu_ec_decode_test.ForeColor = System.Drawing.Color.White; this.jiangsu_ec_decode_test.Location = new System.Drawing.Point(260, 60); this.jiangsu_ec_decode_test.Name = "jiangsu_ec_decode_test"; this.jiangsu_ec_decode_test.Size = new System.Drawing.Size(110, 35); this.jiangsu_ec_decode_test.TabIndex = 16; this.jiangsu_ec_decode_test.Text = "江苏电子凭证"; this.jiangsu_ec_decode_test.UseVisualStyleBackColor = false; this.jiangsu_ec_decode_test.Click += new System.EventHandler(this.TestJiangSuEcDecode); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.label3.Location = new System.Drawing.Point(15, 23); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(107, 19); this.label3.TabIndex = 17; this.label3.Text = "华视+江苏医保"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.label4.Location = new System.Drawing.Point(15, 10); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 19); this.label4.TabIndex = 18; this.label4.Text = "返回结果"; // // request_url_text // this.request_url_text.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(249)))), ((int)(((byte)(250))))); this.request_url_text.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.request_url_text.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.request_url_text.Location = new System.Drawing.Point(440, 210); this.request_url_text.Multiline = true; this.request_url_text.Name = "request_url_text"; this.request_url_text.ReadOnly = true; this.request_url_text.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.request_url_text.Size = new System.Drawing.Size(360, 65); this.request_url_text.TabIndex = 19; // // request_params_text // this.request_params_text.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(249)))), ((int)(((byte)(250))))); this.request_params_text.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.request_params_text.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.request_params_text.Location = new System.Drawing.Point(440, 300); this.request_params_text.Multiline = true; this.request_params_text.Name = "request_params_text"; this.request_params_text.ReadOnly = true; this.request_params_text.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.request_params_text.Size = new System.Drawing.Size(360, 100); this.request_params_text.TabIndex = 20; // // response_params_text // this.response_params_text.BackColor = System.Drawing.Color.White; this.response_params_text.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.response_params_text.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.response_params_text.Location = new System.Drawing.Point(440, 425); this.response_params_text.Multiline = true; this.response_params_text.Name = "response_params_text"; this.response_params_text.ReadOnly = true; this.response_params_text.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.response_params_text.Size = new System.Drawing.Size(360, 100); this.response_params_text.TabIndex = 21; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.label7.Location = new System.Drawing.Point(440, 190); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(56, 17); this.label7.TabIndex = 22; this.label7.Text = "请求网址"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.label5.Location = new System.Drawing.Point(440, 280); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(56, 17); this.label5.TabIndex = 23; this.label5.Text = "请求参数"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.label6.Location = new System.Drawing.Point(440, 405); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(56, 17); this.label6.TabIndex = 24; this.label6.Text = "响应参数"; // // dll_error_text // this.dll_error_text.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); this.dll_error_text.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.dll_error_text.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dll_error_text.ForeColor = System.Drawing.Color.DarkRed; this.dll_error_text.Location = new System.Drawing.Point(440, 550); this.dll_error_text.Multiline = true; this.dll_error_text.Name = "dll_error_text"; this.dll_error_text.ReadOnly = true; this.dll_error_text.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.dll_error_text.Size = new System.Drawing.Size(360, 40); this.dll_error_text.TabIndex = 25; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.label8.Location = new System.Drawing.Point(440, 530); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(98, 17); this.label8.TabIndex = 26; this.label8.Text = "DLL原始错误信息"; // // dll_raw_data_text // this.dll_raw_data_text.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(248)))), ((int)(((byte)(255))))); this.dll_raw_data_text.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.dll_raw_data_text.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dll_raw_data_text.ForeColor = System.Drawing.Color.DarkBlue; this.dll_raw_data_text.Location = new System.Drawing.Point(820, 210); this.dll_raw_data_text.Multiline = true; this.dll_raw_data_text.Name = "dll_raw_data_text"; this.dll_raw_data_text.ReadOnly = true; this.dll_raw_data_text.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.dll_raw_data_text.Size = new System.Drawing.Size(360, 380); this.dll_raw_data_text.TabIndex = 27; this.dll_raw_data_text.WordWrap = false; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.label9.Location = new System.Drawing.Point(820, 190); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(98, 17); this.label9.TabIndex = 28; this.label9.Text = "读卡DLL原始数据"; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1200, 600); this.Controls.Add(this.label9); this.Controls.Add(this.dll_raw_data_text); this.Controls.Add(this.label8); this.Controls.Add(this.dll_error_text); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label7); this.Controls.Add(this.response_params_text); this.Controls.Add(this.request_params_text); this.Controls.Add(this.request_url_text); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Controls.Add(this.header_panel); this.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(1200, 600); this.Name = "MainForm"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "江科HIS - 医疗信息系统"; this.Load += new System.EventHandler(this.MainForm_Load); this.contextMenuStrip.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.header_panel.ResumeLayout(false); this.header_panel.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.NotifyIcon ThCardReaderNotifyIcon; private System.Windows.Forms.ContextMenuStrip contextMenuStrip; private System.Windows.Forms.ToolStripMenuItem checkUpdate; private System.Windows.Forms.ToolStripMenuItem restartProcess; private System.Windows.Forms.ToolStripMenuItem shutdownProcess; private System.Windows.Forms.ToolStripMenuItem resetDriver; private System.Windows.Forms.Button sicard_test; private System.Windows.Forms.Button idcard_test; private System.Windows.Forms.Button qrcode_test; private System.Windows.Forms.TextBox result_text; private System.Windows.Forms.ToolStripMenuItem 打开主界面ToolStripMenuItem; private System.Windows.Forms.Button face_test; private System.Windows.Forms.Button id_card_test2; private System.Windows.Forms.Button qr_code_test2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button huashi_idcard_test; private System.Windows.Forms.Button jiangsu_sicard_test; private System.Windows.Forms.Button jiangsu_renshe_test; private System.Windows.Forms.Button jiangsu_face_test; private System.Windows.Forms.Button jiangsu_ec_decode_test; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox request_params_text; private System.Windows.Forms.TextBox response_params_text; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox request_url_text; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox dll_error_text; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox dll_raw_data_text; private System.Windows.Forms.Label label9; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Panel header_panel; private System.Windows.Forms.Label title_label; private System.Windows.Forms.Label subtitle_label; } }