123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
-
- namespace PTMedicalInsurance.Forms
- {
- partial class frmRxCheck
- {
- /// <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.uiPanel2 = new Sunny.UI.UIPanel();
- this.btn_CanCel = new Sunny.UI.UIButton();
- this.btn_Ok = new Sunny.UI.UIButton();
- this.rbg_rxChkStasCodg = new Sunny.UI.UIRadioButtonGroup();
- this.uiPanel1 = new Sunny.UI.UIPanel();
- this.cbx_DocInfo = new PTControl.DBLookupCombox();
- this.label4 = new System.Windows.Forms.Label();
- this.uiTitlePanel1 = new Sunny.UI.UITitlePanel();
- this.rtb_RxCheckAdvice = new Sunny.UI.UIRichTextBox();
- this.uiPanel2.SuspendLayout();
- this.uiPanel1.SuspendLayout();
- this.uiTitlePanel1.SuspendLayout();
- this.SuspendLayout();
- //
- // uiPanel2
- //
- this.uiPanel2.Controls.Add(this.btn_CanCel);
- this.uiPanel2.Controls.Add(this.btn_Ok);
- this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- 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(0, 353);
- 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(407, 68);
- this.uiPanel2.TabIndex = 1;
- this.uiPanel2.Text = null;
- this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btn_CanCel
- //
- this.btn_CanCel.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btn_CanCel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_CanCel.Location = new System.Drawing.Point(301, 12);
- this.btn_CanCel.MinimumSize = new System.Drawing.Size(1, 1);
- this.btn_CanCel.Name = "btn_CanCel";
- this.btn_CanCel.Size = new System.Drawing.Size(100, 44);
- this.btn_CanCel.TabIndex = 1;
- this.btn_CanCel.Text = "放 弃";
- this.btn_CanCel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_CanCel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btn_CanCel.Click += new System.EventHandler(this.btn_CanCel_Click);
- //
- // btn_Ok
- //
- this.btn_Ok.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btn_Ok.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_Ok.Location = new System.Drawing.Point(197, 12);
- this.btn_Ok.MinimumSize = new System.Drawing.Size(1, 1);
- this.btn_Ok.Name = "btn_Ok";
- this.btn_Ok.Size = new System.Drawing.Size(100, 44);
- this.btn_Ok.TabIndex = 0;
- this.btn_Ok.Text = "确 定";
- this.btn_Ok.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_Ok.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
- //
- // rbg_rxChkStasCodg
- //
- this.rbg_rxChkStasCodg.ColumnCount = 3;
- this.rbg_rxChkStasCodg.Dock = System.Windows.Forms.DockStyle.Top;
- this.rbg_rxChkStasCodg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbg_rxChkStasCodg.Items.AddRange(new object[] {
- "0-待审核\t",
- "1-审核通过",
- "2-审核不通过\t\t"});
- this.rbg_rxChkStasCodg.ItemSize = new System.Drawing.Size(128, 45);
- this.rbg_rxChkStasCodg.Location = new System.Drawing.Point(0, 0);
- this.rbg_rxChkStasCodg.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.rbg_rxChkStasCodg.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbg_rxChkStasCodg.Name = "rbg_rxChkStasCodg";
- this.rbg_rxChkStasCodg.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.rbg_rxChkStasCodg.Size = new System.Drawing.Size(407, 80);
- this.rbg_rxChkStasCodg.TabIndex = 52;
- this.rbg_rxChkStasCodg.Text = "医保电子处方审核状态";
- this.rbg_rxChkStasCodg.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.rbg_rxChkStasCodg.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiPanel1
- //
- this.uiPanel1.Controls.Add(this.cbx_DocInfo);
- this.uiPanel1.Controls.Add(this.label4);
- this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- 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, 80);
- 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(407, 71);
- this.uiPanel1.TabIndex = 53;
- this.uiPanel1.Text = null;
- this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // cbx_DocInfo
- //
- this.cbx_DocInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.cbx_DocInfo.FormattingEnabled = true;
- this.cbx_DocInfo.Location = new System.Drawing.Point(120, 23);
- this.cbx_DocInfo.Name = "cbx_DocInfo";
- this.cbx_DocInfo.NullValue = "";
- this.cbx_DocInfo.PopupGridAutoSize = false;
- this.cbx_DocInfo.RowFilterVisible = false;
- this.cbx_DocInfo.sDisplayField = "";
- this.cbx_DocInfo.sDisplayMember = "";
- this.cbx_DocInfo.SeparatorChar = "|";
- this.cbx_DocInfo.Size = new System.Drawing.Size(230, 29);
- this.cbx_DocInfo.sKeyWords = "";
- this.cbx_DocInfo.sValueMember = "";
- this.cbx_DocInfo.TabIndex = 45;
- this.cbx_DocInfo.Value = "";
- this.cbx_DocInfo.AfterSelector += new PTControl.AfterSelectorEventHandler(this.cbx_DocInfo_AfterSelector);
- //
- // label4
- //
- this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.label4.AutoSize = true;
- this.label4.ForeColor = System.Drawing.SystemColors.InfoText;
- this.label4.Location = new System.Drawing.Point(23, 26);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(90, 21);
- this.label4.TabIndex = 44;
- this.label4.Text = "审方医师:";
- //
- // uiTitlePanel1
- //
- this.uiTitlePanel1.Controls.Add(this.rtb_RxCheckAdvice);
- this.uiTitlePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiTitlePanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTitlePanel1.Location = new System.Drawing.Point(0, 151);
- this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiTitlePanel1.Name = "uiTitlePanel1";
- this.uiTitlePanel1.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
- this.uiTitlePanel1.ShowText = false;
- this.uiTitlePanel1.Size = new System.Drawing.Size(407, 202);
- this.uiTitlePanel1.TabIndex = 54;
- this.uiTitlePanel1.Text = "处方审核意见";
- this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiTitlePanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rtb_RxCheckAdvice
- //
- this.rtb_RxCheckAdvice.Dock = System.Windows.Forms.DockStyle.Fill;
- this.rtb_RxCheckAdvice.FillColor = System.Drawing.Color.White;
- this.rtb_RxCheckAdvice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rtb_RxCheckAdvice.Location = new System.Drawing.Point(0, 35);
- this.rtb_RxCheckAdvice.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.rtb_RxCheckAdvice.MinimumSize = new System.Drawing.Size(1, 1);
- this.rtb_RxCheckAdvice.Name = "rtb_RxCheckAdvice";
- this.rtb_RxCheckAdvice.Padding = new System.Windows.Forms.Padding(2);
- this.rtb_RxCheckAdvice.ShowText = false;
- this.rtb_RxCheckAdvice.Size = new System.Drawing.Size(407, 167);
- this.rtb_RxCheckAdvice.TabIndex = 0;
- this.rtb_RxCheckAdvice.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.rtb_RxCheckAdvice.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // frmRxCheck
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(407, 421);
- this.Controls.Add(this.uiTitlePanel1);
- this.Controls.Add(this.uiPanel1);
- this.Controls.Add(this.rbg_rxChkStasCodg);
- this.Controls.Add(this.uiPanel2);
- this.Name = "frmRxCheck";
- this.Text = "电子处方医保医师审方";
- this.Shown += new System.EventHandler(this.frmRxCheck_Shown);
- this.uiPanel2.ResumeLayout(false);
- this.uiPanel1.ResumeLayout(false);
- this.uiPanel1.PerformLayout();
- this.uiTitlePanel1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UIPanel uiPanel2;
- private Sunny.UI.UIButton btn_CanCel;
- private Sunny.UI.UIButton btn_Ok;
- private Sunny.UI.UIRadioButtonGroup rbg_rxChkStasCodg;
- private Sunny.UI.UIPanel uiPanel1;
- public PTControl.DBLookupCombox cbx_DocInfo;
- private System.Windows.Forms.Label label4;
- private Sunny.UI.UITitlePanel uiTitlePanel1;
- private Sunny.UI.UIRichTextBox rtb_RxCheckAdvice;
- }
- }
|