namespace PTMedicalInsurance.Forms { partial class MutualAidChooser { /// /// 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.cbxInterface = new Sunny.UI.UIComboBox(); this.uiLabel4 = new Sunny.UI.UILabel(); this.tbMutualAidPay = new Sunny.UI.UITextBox(); this.uiLabel3 = new Sunny.UI.UILabel(); this.uiPanel2 = new Sunny.UI.UIPanel(); this.btNO = new Sunny.UI.UIButton(); this.btYes = new Sunny.UI.UIButton(); this.uiPanel1.SuspendLayout(); this.uiPanel2.SuspendLayout(); this.SuspendLayout(); // // uiPanel1 // this.uiPanel1.Controls.Add(this.uiLabel1); this.uiPanel1.Controls.Add(this.cbxInterface); this.uiPanel1.Controls.Add(this.uiLabel4); this.uiPanel1.Controls.Add(this.tbMutualAidPay); this.uiPanel1.Controls.Add(this.uiLabel3); 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(332, 191); 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.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel1.Location = new System.Drawing.Point(20, 88); this.uiLabel1.Name = "uiLabel1"; this.uiLabel1.Size = new System.Drawing.Size(295, 53); this.uiLabel1.TabIndex = 14; this.uiLabel1.Text = "注意:该窗体选择账户代支授权人的医保归属类别和授权人账户代支金额"; this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // cbxInterface // this.cbxInterface.DataSource = null; this.cbxInterface.FillColor = System.Drawing.Color.White; this.cbxInterface.FilterMaxCount = 50; this.cbxInterface.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbxInterface.ItemHeight = 20; this.cbxInterface.Items.AddRange(new object[] { "1", "2"}); this.cbxInterface.Location = new System.Drawing.Point(109, 14); this.cbxInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cbxInterface.MinimumSize = new System.Drawing.Size(63, 0); this.cbxInterface.Name = "cbxInterface"; this.cbxInterface.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.cbxInterface.Size = new System.Drawing.Size(206, 25); this.cbxInterface.TabIndex = 13; this.cbxInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.cbxInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel4 // this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel4.Location = new System.Drawing.Point(16, 14); this.uiLabel4.Name = "uiLabel4"; this.uiLabel4.Size = new System.Drawing.Size(86, 23); this.uiLabel4.TabIndex = 12; this.uiLabel4.Text = "接口目录"; this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // tbMutualAidPay // this.tbMutualAidPay.Cursor = System.Windows.Forms.Cursors.IBeam; this.tbMutualAidPay.DoubleValue = 16D; this.tbMutualAidPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbMutualAidPay.IntValue = 16; this.tbMutualAidPay.Location = new System.Drawing.Point(109, 53); this.tbMutualAidPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tbMutualAidPay.MinimumSize = new System.Drawing.Size(1, 16); this.tbMutualAidPay.Name = "tbMutualAidPay"; this.tbMutualAidPay.ShowText = false; this.tbMutualAidPay.Size = new System.Drawing.Size(206, 25); this.tbMutualAidPay.TabIndex = 6; this.tbMutualAidPay.Text = "16"; this.tbMutualAidPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.tbMutualAidPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel3 // this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel3.Location = new System.Drawing.Point(16, 54); this.uiLabel3.Name = "uiLabel3"; this.uiLabel3.Size = new System.Drawing.Size(86, 23); this.uiLabel3.TabIndex = 5; this.uiLabel3.Text = "代支金额"; this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiPanel2 // this.uiPanel2.Controls.Add(this.btNO); this.uiPanel2.Controls.Add(this.btYes); 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, 146); 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(332, 45); 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); // // btNO // this.btNO.Cursor = System.Windows.Forms.Cursors.Hand; this.btNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btNO.Location = new System.Drawing.Point(237, 6); this.btNO.MinimumSize = new System.Drawing.Size(1, 1); this.btNO.Name = "btNO"; this.btNO.Size = new System.Drawing.Size(78, 33); this.btNO.TabIndex = 4; this.btNO.Text = "放弃"; this.btNO.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.btNO.Click += new System.EventHandler(this.btNO_Click); // // btYes // this.btYes.Cursor = System.Windows.Forms.Cursors.Hand; this.btYes.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btYes.Location = new System.Drawing.Point(142, 6); this.btYes.MinimumSize = new System.Drawing.Size(1, 1); this.btYes.Name = "btYes"; this.btYes.Size = new System.Drawing.Size(82, 33); this.btYes.TabIndex = 3; this.btYes.Text = "确定"; this.btYes.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btYes.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.btYes.Click += new System.EventHandler(this.btYes_Click); // // MutualAidChooser // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(332, 191); this.Controls.Add(this.uiPanel2); this.Controls.Add(this.uiPanel1); this.Name = "MutualAidChooser"; this.Text = "账户代支授权人读卡选择"; this.TopMost = true; this.uiPanel1.ResumeLayout(false); this.uiPanel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Sunny.UI.UIPanel uiPanel1; private Sunny.UI.UIPanel uiPanel2; private Sunny.UI.UITextBox tbMutualAidPay; private Sunny.UI.UILabel uiLabel3; private Sunny.UI.UIButton btYes; private Sunny.UI.UIButton btNO; public Sunny.UI.UIComboBox cbxInterface; private Sunny.UI.UILabel uiLabel4; private Sunny.UI.UILabel uiLabel1; } }