namespace PTMedicalInsurance.Forms { partial class ChooseCard { /// /// 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.btCancle = new Sunny.UI.UIButton(); this.btOk = new Sunny.UI.UIButton(); this.uiPanel2 = new Sunny.UI.UIPanel(); this.cbCardType = new Sunny.UI.UIComboBox(); this.uiLabel5 = new Sunny.UI.UILabel(); this.rbGuiYang = new System.Windows.Forms.RadioButton(); this.rbGuiZhou = new System.Windows.Forms.RadioButton(); this.rbGongShang = new System.Windows.Forms.RadioButton(); this.uiPanel1.SuspendLayout(); this.uiPanel2.SuspendLayout(); this.SuspendLayout(); // // uiPanel1 // this.uiPanel1.Controls.Add(this.btCancle); this.uiPanel1.Controls.Add(this.btOk); this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; 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, 115); this.uiPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel1.Name = "uiPanel1"; this.uiPanel1.Size = new System.Drawing.Size(508, 69); this.uiPanel1.TabIndex = 1; this.uiPanel1.Text = null; this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // btCancle // this.btCancle.Cursor = System.Windows.Forms.Cursors.Hand; this.btCancle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btCancle.Location = new System.Drawing.Point(382, 22); this.btCancle.MinimumSize = new System.Drawing.Size(1, 1); this.btCancle.Name = "btCancle"; this.btCancle.Size = new System.Drawing.Size(100, 35); this.btCancle.TabIndex = 1; this.btCancle.Text = "放弃"; this.btCancle.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btCancle.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.btCancle.Click += new System.EventHandler(this.btCancle_Click); // // btOk // this.btOk.Cursor = System.Windows.Forms.Cursors.Hand; this.btOk.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btOk.Location = new System.Drawing.Point(244, 22); this.btOk.MinimumSize = new System.Drawing.Size(1, 1); this.btOk.Name = "btOk"; this.btOk.Size = new System.Drawing.Size(100, 35); this.btOk.TabIndex = 0; this.btOk.Text = "确定"; this.btOk.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btOk.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.btOk.Click += new System.EventHandler(this.btOk_Click); // // uiPanel2 // this.uiPanel2.Controls.Add(this.rbGongShang); this.uiPanel2.Controls.Add(this.rbGuiZhou); this.uiPanel2.Controls.Add(this.rbGuiYang); this.uiPanel2.Controls.Add(this.cbCardType); this.uiPanel2.Controls.Add(this.uiLabel5); this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill; 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, 0); this.uiPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel2.Name = "uiPanel2"; this.uiPanel2.Size = new System.Drawing.Size(508, 115); this.uiPanel2.TabIndex = 2; this.uiPanel2.Text = null; this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // cbCardType // this.cbCardType.DataSource = null; this.cbCardType.FillColor = System.Drawing.Color.White; this.cbCardType.FilterMaxCount = 50; this.cbCardType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbCardType.Items.AddRange(new object[] { "01.药店结算", "02.门诊结算", "03.住院结算", "04.身份识别", "05.结算回退"}); this.cbCardType.Location = new System.Drawing.Point(153, 22); this.cbCardType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cbCardType.MinimumSize = new System.Drawing.Size(63, 0); this.cbCardType.Name = "cbCardType"; this.cbCardType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.cbCardType.Size = new System.Drawing.Size(319, 29); this.cbCardType.TabIndex = 9; this.cbCardType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.cbCardType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel5 // this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel5.Location = new System.Drawing.Point(31, 22); this.uiLabel5.Name = "uiLabel5"; this.uiLabel5.Size = new System.Drawing.Size(140, 23); this.uiLabel5.TabIndex = 8; this.uiLabel5.Text = "支付操作类别"; this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // rbGuiYang // this.rbGuiYang.AutoSize = true; this.rbGuiYang.Location = new System.Drawing.Point(35, 73); this.rbGuiYang.Name = "rbGuiYang"; this.rbGuiYang.Size = new System.Drawing.Size(76, 25); this.rbGuiYang.TabIndex = 10; this.rbGuiYang.TabStop = true; this.rbGuiYang.Text = "市本级"; this.rbGuiYang.UseVisualStyleBackColor = true; // // rbGuiZhou // this.rbGuiZhou.AutoSize = true; this.rbGuiZhou.Location = new System.Drawing.Point(184, 73); this.rbGuiZhou.Name = "rbGuiZhou"; this.rbGuiZhou.Size = new System.Drawing.Size(76, 25); this.rbGuiZhou.TabIndex = 11; this.rbGuiZhou.TabStop = true; this.rbGuiZhou.Text = "省本级"; this.rbGuiZhou.UseVisualStyleBackColor = true; // // rbGongShang // this.rbGongShang.AutoSize = true; this.rbGongShang.Location = new System.Drawing.Point(344, 73); this.rbGongShang.Name = "rbGongShang"; this.rbGongShang.Size = new System.Drawing.Size(60, 25); this.rbGongShang.TabIndex = 12; this.rbGongShang.TabStop = true; this.rbGongShang.Text = "工伤"; this.rbGongShang.UseVisualStyleBackColor = true; // // ChooseCard // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(508, 184); this.Controls.Add(this.uiPanel2); this.Controls.Add(this.uiPanel1); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "ChooseCard"; this.Text = "读卡"; this.uiPanel1.ResumeLayout(false); this.uiPanel2.ResumeLayout(false); this.uiPanel2.PerformLayout(); this.ResumeLayout(false); } #endregion private Sunny.UI.UIPanel uiPanel1; private Sunny.UI.UIPanel uiPanel2; private Sunny.UI.UIButton btCancle; private Sunny.UI.UIButton btOk; public Sunny.UI.UIComboBox cbCardType; private Sunny.UI.UILabel uiLabel5; private System.Windows.Forms.RadioButton rbGongShang; private System.Windows.Forms.RadioButton rbGuiZhou; private System.Windows.Forms.RadioButton rbGuiYang; } }