namespace PTMedicalInsurance.Forms { partial class frmPrescQrCode { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.uiPanel1 = new Sunny.UI.UIPanel(); this.uiLabel1 = new Sunny.UI.UILabel(); this.btn_Cancel = new Sunny.UI.UIButton(); this.btn_Ok = new Sunny.UI.UIButton(); this.tb_QrCode = new Sunny.UI.UITextBox(); this.uiPanel1.SuspendLayout(); this.SuspendLayout(); // // uiPanel1 // this.uiPanel1.Controls.Add(this.uiLabel1); this.uiPanel1.Controls.Add(this.btn_Cancel); this.uiPanel1.Controls.Add(this.btn_Ok); this.uiPanel1.Controls.Add(this.tb_QrCode); 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(529, 156); this.uiPanel1.TabIndex = 0; this.uiPanel1.Text = null; this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel1 // this.uiLabel1.Anchor = System.Windows.Forms.AnchorStyles.Left; this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel1.Location = new System.Drawing.Point(13, 15); this.uiLabel1.Name = "uiLabel1"; this.uiLabel1.Size = new System.Drawing.Size(239, 23); this.uiLabel1.TabIndex = 3; this.uiLabel1.Text = "请使用电子处方二维码扫码:"; this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // btn_Cancel // this.btn_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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(407, 102); this.btn_Cancel.MinimumSize = new System.Drawing.Size(1, 1); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(107, 42); this.btn_Cancel.TabIndex = 2; 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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(285, 102); this.btn_Ok.MinimumSize = new System.Drawing.Size(1, 1); this.btn_Ok.Name = "btn_Ok"; this.btn_Ok.Size = new System.Drawing.Size(107, 42); this.btn_Ok.TabIndex = 1; 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); // // tb_QrCode // this.tb_QrCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.tb_QrCode.Cursor = System.Windows.Forms.Cursors.IBeam; this.tb_QrCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tb_QrCode.Location = new System.Drawing.Point(13, 55); this.tb_QrCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tb_QrCode.MinimumSize = new System.Drawing.Size(1, 16); this.tb_QrCode.Name = "tb_QrCode"; this.tb_QrCode.ShowText = false; this.tb_QrCode.Size = new System.Drawing.Size(503, 29); this.tb_QrCode.TabIndex = 0; this.tb_QrCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.tb_QrCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.tb_QrCode.TextChanged += new System.EventHandler(this.tb_QrCode_TextChanged); // // frmPrescQrCode // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(529, 156); this.Controls.Add(this.uiPanel1); this.Name = "frmPrescQrCode"; this.Text = "电子处方二维码扫码"; this.Shown += new System.EventHandler(this.frmPrescQrCode_Shown); this.uiPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Sunny.UI.UIPanel uiPanel1; private Sunny.UI.UILabel uiLabel1; private Sunny.UI.UIButton btn_Cancel; private Sunny.UI.UIButton btn_Ok; public Sunny.UI.UITextBox tb_QrCode; } }