123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- namespace PTMedicalInsurance.Forms
- {
- partial class ChooseCard
- {
- /// <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.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;
- }
- }
|