123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470 |
-
- namespace BJShouXinYB_Demo
- {
- partial class MainForm
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.uiTabControl1 = new Sunny.UI.UITabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.uiButton3 = new Sunny.UI.UIButton();
- this.btnPresUpload = new Sunny.UI.UIButton();
- this.uiButton1 = new Sunny.UI.UIButton();
- this.btn_Exit = new Sunny.UI.UIButton();
- this.btn_GetPersonInfo = new Sunny.UI.UIButton();
- this.btn_Close = new Sunny.UI.UIButton();
- this.btn_Open = new Sunny.UI.UIButton();
- this.sOutPut = new Sunny.UI.UIRichTextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.sInput = new Sunny.UI.UIRichTextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.uiButton2 = new Sunny.UI.UIButton();
- this.rbg_Type = new Sunny.UI.UIRadioButtonGroup();
- this.tbPsnNo = new Sunny.UI.UITextBox();
- this.weqwe = new Sunny.UI.UILabel();
- this.btnGetClinicHistoryTrade = new Sunny.UI.UIButton();
- this.btnConnectServer = new Sunny.UI.UIButton();
- this.sOutparam = new Sunny.UI.UIRichTextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.sInparam = new Sunny.UI.UIRichTextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.uiButton4 = new Sunny.UI.UIButton();
- this.uiTabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.SuspendLayout();
- //
- // uiTabControl1
- //
- this.uiTabControl1.Controls.Add(this.tabPage1);
- this.uiTabControl1.Controls.Add(this.tabPage2);
- this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
- this.uiTabControl1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTabControl1.ItemSize = new System.Drawing.Size(150, 40);
- this.uiTabControl1.Location = new System.Drawing.Point(0, 0);
- this.uiTabControl1.MainPage = "";
- this.uiTabControl1.Name = "uiTabControl1";
- this.uiTabControl1.SelectedIndex = 0;
- this.uiTabControl1.Size = new System.Drawing.Size(1242, 765);
- this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.uiTabControl1.TabIndex = 0;
- this.uiTabControl1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.uiButton4);
- this.tabPage1.Controls.Add(this.uiButton3);
- this.tabPage1.Controls.Add(this.btnPresUpload);
- this.tabPage1.Controls.Add(this.uiButton1);
- this.tabPage1.Controls.Add(this.btn_Exit);
- this.tabPage1.Controls.Add(this.btn_GetPersonInfo);
- this.tabPage1.Controls.Add(this.btn_Close);
- this.tabPage1.Controls.Add(this.btn_Open);
- this.tabPage1.Controls.Add(this.sOutPut);
- this.tabPage1.Controls.Add(this.label2);
- this.tabPage1.Controls.Add(this.sInput);
- this.tabPage1.Controls.Add(this.label1);
- this.tabPage1.Location = new System.Drawing.Point(0, 40);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Size = new System.Drawing.Size(1242, 725);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "医保结算业务";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // uiButton3
- //
- this.uiButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiButton3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton3.Location = new System.Drawing.Point(1075, 455);
- this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiButton3.Name = "uiButton3";
- this.uiButton3.Size = new System.Drawing.Size(155, 49);
- this.uiButton3.TabIndex = 21;
- this.uiButton3.Text = "XML转换JSON";
- this.uiButton3.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton3.Click += new System.EventHandler(this.uiButton3_Click);
- //
- // btnPresUpload
- //
- this.btnPresUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnPresUpload.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnPresUpload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnPresUpload.Location = new System.Drawing.Point(914, 400);
- this.btnPresUpload.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnPresUpload.Name = "btnPresUpload";
- this.btnPresUpload.Size = new System.Drawing.Size(155, 49);
- this.btnPresUpload.TabIndex = 20;
- this.btnPresUpload.Text = "外配处方信息上传";
- this.btnPresUpload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnPresUpload.Click += new System.EventHandler(this.btnPresUpload_Click);
- //
- // uiButton1
- //
- this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiButton1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton1.Location = new System.Drawing.Point(1075, 400);
- this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiButton1.Name = "uiButton1";
- this.uiButton1.Size = new System.Drawing.Size(155, 49);
- this.uiButton1.TabIndex = 19;
- this.uiButton1.Text = "医保费用解析";
- this.uiButton1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
- //
- // btn_Exit
- //
- this.btn_Exit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btn_Exit.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btn_Exit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_Exit.Location = new System.Drawing.Point(1075, 664);
- this.btn_Exit.MinimumSize = new System.Drawing.Size(1, 1);
- this.btn_Exit.Name = "btn_Exit";
- this.btn_Exit.Size = new System.Drawing.Size(155, 49);
- this.btn_Exit.TabIndex = 18;
- this.btn_Exit.Text = "退 出";
- this.btn_Exit.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_Exit.Click += new System.EventHandler(this.btn_Exit_Click);
- //
- // btn_GetPersonInfo
- //
- this.btn_GetPersonInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btn_GetPersonInfo.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btn_GetPersonInfo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_GetPersonInfo.Location = new System.Drawing.Point(753, 400);
- this.btn_GetPersonInfo.MinimumSize = new System.Drawing.Size(1, 1);
- this.btn_GetPersonInfo.Name = "btn_GetPersonInfo";
- this.btn_GetPersonInfo.Size = new System.Drawing.Size(155, 49);
- this.btn_GetPersonInfo.TabIndex = 17;
- this.btn_GetPersonInfo.Text = "读 卡";
- this.btn_GetPersonInfo.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_GetPersonInfo.Click += new System.EventHandler(this.btn_GetPersonInfo_Click);
- //
- // btn_Close
- //
- this.btn_Close.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btn_Close.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_Close.Location = new System.Drawing.Point(12, 455);
- this.btn_Close.MinimumSize = new System.Drawing.Size(1, 1);
- this.btn_Close.Name = "btn_Close";
- this.btn_Close.Size = new System.Drawing.Size(137, 49);
- this.btn_Close.TabIndex = 16;
- this.btn_Close.Text = "Close";
- this.btn_Close.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
- //
- // btn_Open
- //
- this.btn_Open.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btn_Open.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_Open.Location = new System.Drawing.Point(12, 400);
- this.btn_Open.MinimumSize = new System.Drawing.Size(1, 1);
- this.btn_Open.Name = "btn_Open";
- this.btn_Open.Size = new System.Drawing.Size(137, 49);
- this.btn_Open.TabIndex = 15;
- this.btn_Open.Text = "Open";
- this.btn_Open.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_Open.Click += new System.EventHandler(this.btn_Open_Click);
- //
- // sOutPut
- //
- this.sOutPut.Dock = System.Windows.Forms.DockStyle.Top;
- this.sOutPut.FillColor = System.Drawing.Color.White;
- this.sOutPut.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sOutPut.Location = new System.Drawing.Point(0, 212);
- this.sOutPut.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.sOutPut.MinimumSize = new System.Drawing.Size(1, 1);
- this.sOutPut.Name = "sOutPut";
- this.sOutPut.Padding = new System.Windows.Forms.Padding(2);
- this.sOutPut.ScrollBarStyleInherited = false;
- this.sOutPut.ShowText = false;
- this.sOutPut.Size = new System.Drawing.Size(1242, 180);
- this.sOutPut.TabIndex = 14;
- this.sOutPut.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Dock = System.Windows.Forms.DockStyle.Top;
- this.label2.Location = new System.Drawing.Point(0, 196);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(72, 16);
- this.label2.TabIndex = 13;
- this.label2.Text = "返回值:";
- //
- // sInput
- //
- this.sInput.Dock = System.Windows.Forms.DockStyle.Top;
- this.sInput.FillColor = System.Drawing.Color.White;
- this.sInput.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sInput.Location = new System.Drawing.Point(0, 16);
- this.sInput.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.sInput.MinimumSize = new System.Drawing.Size(1, 1);
- this.sInput.Name = "sInput";
- this.sInput.Padding = new System.Windows.Forms.Padding(2);
- this.sInput.ScrollBarStyleInherited = false;
- this.sInput.ShowText = false;
- this.sInput.Size = new System.Drawing.Size(1242, 180);
- this.sInput.TabIndex = 12;
- this.sInput.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Dock = System.Windows.Forms.DockStyle.Top;
- this.label1.Location = new System.Drawing.Point(0, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(88, 16);
- this.label1.TabIndex = 11;
- this.label1.Text = "入 参:";
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.uiButton2);
- this.tabPage2.Controls.Add(this.rbg_Type);
- this.tabPage2.Controls.Add(this.tbPsnNo);
- this.tabPage2.Controls.Add(this.weqwe);
- this.tabPage2.Controls.Add(this.btnGetClinicHistoryTrade);
- this.tabPage2.Controls.Add(this.btnConnectServer);
- this.tabPage2.Controls.Add(this.sOutparam);
- this.tabPage2.Controls.Add(this.label3);
- this.tabPage2.Controls.Add(this.sInparam);
- this.tabPage2.Controls.Add(this.label4);
- this.tabPage2.Location = new System.Drawing.Point(0, 40);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Size = new System.Drawing.Size(1242, 725);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "医保医嘱共享业务";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // uiButton2
- //
- this.uiButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiButton2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton2.Location = new System.Drawing.Point(-8108, -4656);
- this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiButton2.Name = "uiButton2";
- this.uiButton2.Size = new System.Drawing.Size(122, 49);
- this.uiButton2.TabIndex = 24;
- this.uiButton2.Text = "退 出";
- this.uiButton2.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton2.Click += new System.EventHandler(this.btn_Exit_Click);
- //
- // rbg_Type
- //
- this.rbg_Type.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.rbg_Type.ColumnCount = 2;
- this.rbg_Type.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbg_Type.Items.AddRange(new object[] {
- "00:查询门诊历史交易",
- "01:参保人照片"});
- this.rbg_Type.ItemSize = new System.Drawing.Size(200, 50);
- this.rbg_Type.Location = new System.Drawing.Point(19, -4834);
- this.rbg_Type.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.rbg_Type.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbg_Type.Name = "rbg_Type";
- this.rbg_Type.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.rbg_Type.Size = new System.Drawing.Size(424, 88);
- this.rbg_Type.TabIndex = 23;
- this.rbg_Type.Text = "查询信息类型";
- this.rbg_Type.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // tbPsnNo
- //
- this.tbPsnNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.tbPsnNo.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbPsnNo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbPsnNo.Location = new System.Drawing.Point(106, -4736);
- this.tbPsnNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbPsnNo.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbPsnNo.Name = "tbPsnNo";
- this.tbPsnNo.Padding = new System.Windows.Forms.Padding(5);
- this.tbPsnNo.ShowText = false;
- this.tbPsnNo.Size = new System.Drawing.Size(337, 29);
- this.tbPsnNo.TabIndex = 22;
- this.tbPsnNo.Text = "00000620603S";
- this.tbPsnNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbPsnNo.Watermark = "";
- //
- // weqwe
- //
- this.weqwe.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.weqwe.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.weqwe.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.weqwe.Location = new System.Drawing.Point(19, -4736);
- this.weqwe.Name = "weqwe";
- this.weqwe.Size = new System.Drawing.Size(77, 29);
- this.weqwe.TabIndex = 21;
- this.weqwe.Text = "医保编码";
- this.weqwe.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // btnGetClinicHistoryTrade
- //
- this.btnGetClinicHistoryTrade.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnGetClinicHistoryTrade.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnGetClinicHistoryTrade.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnGetClinicHistoryTrade.Location = new System.Drawing.Point(-8156, -4756);
- this.btnGetClinicHistoryTrade.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnGetClinicHistoryTrade.Name = "btnGetClinicHistoryTrade";
- this.btnGetClinicHistoryTrade.Size = new System.Drawing.Size(170, 49);
- this.btnGetClinicHistoryTrade.TabIndex = 20;
- this.btnGetClinicHistoryTrade.Text = "获取参保人就诊历史";
- this.btnGetClinicHistoryTrade.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnGetClinicHistoryTrade.Click += new System.EventHandler(this.btnGetClinicHistoryTrade_Click);
- //
- // btnConnectServer
- //
- this.btnConnectServer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnConnectServer.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnConnectServer.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnConnectServer.Location = new System.Drawing.Point(-8156, -4818);
- this.btnConnectServer.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnConnectServer.Name = "btnConnectServer";
- this.btnConnectServer.Size = new System.Drawing.Size(170, 49);
- this.btnConnectServer.TabIndex = 19;
- this.btnConnectServer.Text = "初始化信息共享组件";
- this.btnConnectServer.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnConnectServer.Click += new System.EventHandler(this.btnConnectServer_Click);
- //
- // sOutparam
- //
- this.sOutparam.Dock = System.Windows.Forms.DockStyle.Top;
- this.sOutparam.FillColor = System.Drawing.Color.White;
- this.sOutparam.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sOutparam.Location = new System.Drawing.Point(0, 88);
- this.sOutparam.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.sOutparam.MinimumSize = new System.Drawing.Size(1, 1);
- this.sOutparam.Name = "sOutparam";
- this.sOutparam.Padding = new System.Windows.Forms.Padding(2);
- this.sOutparam.ScrollBarStyleInherited = false;
- this.sOutparam.ShowText = false;
- this.sOutparam.Size = new System.Drawing.Size(1242, 388);
- this.sOutparam.TabIndex = 18;
- this.sOutparam.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Dock = System.Windows.Forms.DockStyle.Top;
- this.label3.Location = new System.Drawing.Point(0, 72);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(72, 16);
- this.label3.TabIndex = 17;
- this.label3.Text = "返回值:";
- //
- // sInparam
- //
- this.sInparam.Dock = System.Windows.Forms.DockStyle.Top;
- this.sInparam.FillColor = System.Drawing.Color.White;
- this.sInparam.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sInparam.Location = new System.Drawing.Point(0, 16);
- this.sInparam.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.sInparam.MinimumSize = new System.Drawing.Size(1, 1);
- this.sInparam.Name = "sInparam";
- this.sInparam.Padding = new System.Windows.Forms.Padding(2);
- this.sInparam.ScrollBarStyleInherited = false;
- this.sInparam.ShowText = false;
- this.sInparam.Size = new System.Drawing.Size(1242, 56);
- this.sInparam.TabIndex = 16;
- this.sInparam.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Dock = System.Windows.Forms.DockStyle.Top;
- this.label4.Location = new System.Drawing.Point(0, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(88, 16);
- this.label4.TabIndex = 15;
- this.label4.Text = "入 参:";
- //
- // uiButton4
- //
- this.uiButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.uiButton4.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiButton4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton4.Location = new System.Drawing.Point(753, 455);
- this.uiButton4.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiButton4.Name = "uiButton4";
- this.uiButton4.Size = new System.Drawing.Size(155, 49);
- this.uiButton4.TabIndex = 22;
- this.uiButton4.Text = "获取人员类别信息";
- this.uiButton4.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton4.Click += new System.EventHandler(this.uiButton4_Click);
- //
- // MainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1242, 765);
- this.Controls.Add(this.uiTabControl1);
- this.Name = "MainForm";
- this.Text = "Form1";
- this.Load += new System.EventHandler(this.MainForm_Load);
- this.uiTabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- this.tabPage2.ResumeLayout(false);
- this.tabPage2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UITabControl uiTabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private Sunny.UI.UIButton uiButton1;
- private Sunny.UI.UIButton btn_Exit;
- private Sunny.UI.UIButton btn_GetPersonInfo;
- private Sunny.UI.UIButton btn_Close;
- private Sunny.UI.UIButton btn_Open;
- private Sunny.UI.UIRichTextBox sOutPut;
- private System.Windows.Forms.Label label2;
- private Sunny.UI.UIRichTextBox sInput;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TabPage tabPage2;
- private Sunny.UI.UIRichTextBox sOutparam;
- private System.Windows.Forms.Label label3;
- private Sunny.UI.UIRichTextBox sInparam;
- private System.Windows.Forms.Label label4;
- private Sunny.UI.UIButton btnGetClinicHistoryTrade;
- private Sunny.UI.UIButton btnConnectServer;
- private Sunny.UI.UITextBox tbPsnNo;
- private Sunny.UI.UILabel weqwe;
- private Sunny.UI.UIRadioButtonGroup rbg_Type;
- private Sunny.UI.UIButton uiButton2;
- private Sunny.UI.UIButton btnPresUpload;
- private Sunny.UI.UIButton uiButton3;
- private Sunny.UI.UIButton uiButton4;
- }
- }
|