123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267 |
-
- namespace PTMedicalInsurance.Forms
- {
- partial class Frm_DRG
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.uiPanel1 = new Sunny.UI.UIPanel();
- this.tbBusinessNO = new Sunny.UI.UITextBox();
- this.rtb_InPutPar = new Sunny.UI.UIRichTextBox();
- this.tb_JYM = new Sunny.UI.UITextBox();
- this.uiHorScrollBar1 = new Sunny.UI.UIHorScrollBar();
- this.rtb_OutPar = new Sunny.UI.UIRichTextBox();
- this.uiPanel2 = new Sunny.UI.UIPanel();
- this.btnChange = new Sunny.UI.UIButton();
- this.btnExit = new Sunny.UI.UIButton();
- this.btnSign = new Sunny.UI.UIButton();
- this.btnBussines = new Sunny.UI.UIButton();
- this.btnInit = new Sunny.UI.UIButton();
- this.uiPanel1.SuspendLayout();
- this.uiPanel2.SuspendLayout();
- this.SuspendLayout();
- //
- // uiPanel1
- //
- this.uiPanel1.Controls.Add(this.tbBusinessNO);
- this.uiPanel1.Controls.Add(this.rtb_InPutPar);
- this.uiPanel1.Controls.Add(this.tb_JYM);
- this.uiPanel1.Controls.Add(this.uiHorScrollBar1);
- this.uiPanel1.Controls.Add(this.rtb_OutPar);
- this.uiPanel1.Controls.Add(this.uiPanel2);
- this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiPanel1.Location = new System.Drawing.Point(0, 0);
- this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiPanel1.Name = "uiPanel1";
- this.uiPanel1.Size = new System.Drawing.Size(800, 450);
- this.uiPanel1.TabIndex = 3;
- this.uiPanel1.Text = null;
- this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbBusinessNO
- //
- this.tbBusinessNO.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbBusinessNO.Dock = System.Windows.Forms.DockStyle.Top;
- this.tbBusinessNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbBusinessNO.Location = new System.Drawing.Point(0, 29);
- this.tbBusinessNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbBusinessNO.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbBusinessNO.Name = "tbBusinessNO";
- this.tbBusinessNO.ShowText = false;
- this.tbBusinessNO.Size = new System.Drawing.Size(647, 29);
- this.tbBusinessNO.TabIndex = 14;
- this.tbBusinessNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbBusinessNO.Watermark = "请输入业务周期号(调用签到成功后返回):";
- this.tbBusinessNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rtb_InPutPar
- //
- this.rtb_InPutPar.Dock = System.Windows.Forms.DockStyle.Fill;
- this.rtb_InPutPar.FillColor = System.Drawing.Color.White;
- this.rtb_InPutPar.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rtb_InPutPar.Location = new System.Drawing.Point(0, 29);
- this.rtb_InPutPar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.rtb_InPutPar.MinimumSize = new System.Drawing.Size(1, 1);
- this.rtb_InPutPar.Name = "rtb_InPutPar";
- this.rtb_InPutPar.Padding = new System.Windows.Forms.Padding(2);
- this.rtb_InPutPar.ShowText = false;
- this.rtb_InPutPar.Size = new System.Drawing.Size(647, 234);
- this.rtb_InPutPar.TabIndex = 13;
- this.rtb_InPutPar.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.rtb_InPutPar.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tb_JYM
- //
- this.tb_JYM.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tb_JYM.Dock = System.Windows.Forms.DockStyle.Top;
- this.tb_JYM.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tb_JYM.Location = new System.Drawing.Point(0, 0);
- this.tb_JYM.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tb_JYM.MinimumSize = new System.Drawing.Size(1, 16);
- this.tb_JYM.Name = "tb_JYM";
- this.tb_JYM.ShowText = false;
- this.tb_JYM.Size = new System.Drawing.Size(647, 29);
- this.tb_JYM.TabIndex = 12;
- this.tb_JYM.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tb_JYM.Watermark = "请输入交易编码:";
- this.tb_JYM.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiHorScrollBar1
- //
- this.uiHorScrollBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.uiHorScrollBar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiHorScrollBar1.Location = new System.Drawing.Point(0, 263);
- this.uiHorScrollBar1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiHorScrollBar1.Name = "uiHorScrollBar1";
- this.uiHorScrollBar1.Size = new System.Drawing.Size(647, 11);
- this.uiHorScrollBar1.TabIndex = 9;
- this.uiHorScrollBar1.Text = "uiHorScrollBar1";
- this.uiHorScrollBar1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rtb_OutPar
- //
- this.rtb_OutPar.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.rtb_OutPar.FillColor = System.Drawing.Color.White;
- this.rtb_OutPar.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rtb_OutPar.Location = new System.Drawing.Point(0, 274);
- this.rtb_OutPar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.rtb_OutPar.MinimumSize = new System.Drawing.Size(1, 1);
- this.rtb_OutPar.Name = "rtb_OutPar";
- this.rtb_OutPar.Padding = new System.Windows.Forms.Padding(2);
- this.rtb_OutPar.ShowText = false;
- this.rtb_OutPar.Size = new System.Drawing.Size(647, 176);
- this.rtb_OutPar.TabIndex = 8;
- this.rtb_OutPar.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.rtb_OutPar.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiPanel2
- //
- this.uiPanel2.Controls.Add(this.btnChange);
- this.uiPanel2.Controls.Add(this.btnExit);
- this.uiPanel2.Controls.Add(this.btnSign);
- this.uiPanel2.Controls.Add(this.btnBussines);
- this.uiPanel2.Controls.Add(this.btnInit);
- this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Right;
- this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiPanel2.Location = new System.Drawing.Point(647, 0);
- this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiPanel2.Name = "uiPanel2";
- this.uiPanel2.Size = new System.Drawing.Size(153, 450);
- this.uiPanel2.TabIndex = 6;
- this.uiPanel2.Text = null;
- this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btnChange
- //
- this.btnChange.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnChange.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnChange.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnChange.Location = new System.Drawing.Point(26, 144);
- this.btnChange.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnChange.Name = "btnChange";
- this.btnChange.Size = new System.Drawing.Size(100, 35);
- this.btnChange.TabIndex = 10;
- this.btnChange.Text = "转 换";
- this.btnChange.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnChange.Visible = false;
- this.btnChange.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btnExit
- //
- this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnExit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnExit.Location = new System.Drawing.Point(26, 403);
- this.btnExit.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnExit.Name = "btnExit";
- this.btnExit.Size = new System.Drawing.Size(100, 35);
- this.btnExit.TabIndex = 9;
- this.btnExit.Text = "退 出";
- this.btnExit.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnExit.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
- //
- // btnSign
- //
- this.btnSign.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSign.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnSign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSign.Location = new System.Drawing.Point(26, 56);
- this.btnSign.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnSign.Name = "btnSign";
- this.btnSign.Size = new System.Drawing.Size(100, 35);
- this.btnSign.TabIndex = 8;
- this.btnSign.Text = "签到";
- this.btnSign.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSign.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnSign.Click += new System.EventHandler(this.btnSign_Click);
- //
- // btnBussines
- //
- this.btnBussines.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnBussines.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnBussines.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnBussines.Location = new System.Drawing.Point(26, 100);
- this.btnBussines.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnBussines.Name = "btnBussines";
- this.btnBussines.Size = new System.Drawing.Size(100, 35);
- this.btnBussines.TabIndex = 7;
- this.btnBussines.Text = "业务调用";
- this.btnBussines.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnBussines.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnBussines.Click += new System.EventHandler(this.btnBussines_Click);
- //
- // btnInit
- //
- this.btnInit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnInit.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnInit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnInit.Location = new System.Drawing.Point(26, 12);
- this.btnInit.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnInit.Name = "btnInit";
- this.btnInit.Size = new System.Drawing.Size(100, 35);
- this.btnInit.TabIndex = 6;
- this.btnInit.Text = "初始化";
- this.btnInit.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnInit.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnInit.Click += new System.EventHandler(this.btnInit_Click);
- //
- // Frm_DRG
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 450);
- this.Controls.Add(this.uiPanel1);
- this.Name = "Frm_DRG";
- this.Text = "长春市DRG付费管理";
- this.uiPanel1.ResumeLayout(false);
- this.uiPanel2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UIPanel uiPanel1;
- private Sunny.UI.UIHorScrollBar uiHorScrollBar1;
- private Sunny.UI.UIRichTextBox rtb_OutPar;
- private Sunny.UI.UIPanel uiPanel2;
- private Sunny.UI.UIButton btnExit;
- private Sunny.UI.UIButton btnSign;
- private Sunny.UI.UIButton btnBussines;
- private Sunny.UI.UIButton btnInit;
- private Sunny.UI.UIButton btnChange;
- private Sunny.UI.UIRichTextBox rtb_InPutPar;
- private Sunny.UI.UITextBox tb_JYM;
- private Sunny.UI.UITextBox tbBusinessNO;
- }
- }
|