123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284 |
- 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.rbgCardType = new Sunny.UI.UIRadioButtonGroup();
- 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.cbBusinessType = new Sunny.UI.UIComboBox();
- this.uiLabel3 = new Sunny.UI.UILabel();
- this.cbCBD = new Sunny.UI.UIComboBox();
- this.uiLabel2 = new Sunny.UI.UILabel();
- this.tbID = new Sunny.UI.UITextBox();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.rbgOtherProv = new Sunny.UI.UIRadioButtonGroup();
- this.uiPanel1.SuspendLayout();
- this.uiPanel2.SuspendLayout();
- this.SuspendLayout();
- //
- // rbgCardType
- //
- this.rbgCardType.ColumnCount = 3;
- this.rbgCardType.Dock = System.Windows.Forms.DockStyle.Top;
- this.rbgCardType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbgCardType.Items.AddRange(new object[] {
- "电子凭证",
- "身份证",
- "社保卡"});
- this.rbgCardType.ItemSize = new System.Drawing.Size(180, 35);
- this.rbgCardType.Location = new System.Drawing.Point(0, 0);
- this.rbgCardType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.rbgCardType.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbgCardType.Name = "rbgCardType";
- this.rbgCardType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.rbgCardType.Size = new System.Drawing.Size(524, 61);
- this.rbgCardType.TabIndex = 0;
- this.rbgCardType.Text = "卡类型";
- this.rbgCardType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.rbgCardType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.rbgCardType.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.rbgCardType_ValueChanged);
- //
- // 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, 348);
- 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(524, 90);
- 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(378, 46);
- 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(241, 46);
- 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.cbBusinessType);
- this.uiPanel2.Controls.Add(this.uiLabel3);
- this.uiPanel2.Controls.Add(this.cbCBD);
- this.uiPanel2.Controls.Add(this.uiLabel2);
- this.uiPanel2.Controls.Add(this.tbID);
- this.uiPanel2.Controls.Add(this.uiLabel1);
- 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, 61);
- 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(524, 287);
- 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);
- this.uiPanel2.Click += new System.EventHandler(this.uiPanel2_Click);
- //
- // cbBusinessType
- //
- this.cbBusinessType.DataSource = null;
- this.cbBusinessType.Enabled = false;
- this.cbBusinessType.FillColor = System.Drawing.Color.White;
- this.cbBusinessType.FilterMaxCount = 50;
- this.cbBusinessType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbBusinessType.Items.AddRange(new object[] {
- "101 挂号 ",
- "102 住院建档 ",
- "103 入院登记 ",
- "104 缴纳预缴金 ",
- "201 问诊 ",
- "202 预约检查",
- "203 检查 ",
- "204 治疗 ",
- "301 结算 ",
- "302 取药 ",
- "303 取报告",
- "304 打印票据和清单",
- "305 病历材料复印"});
- this.cbBusinessType.Location = new System.Drawing.Point(159, 184);
- this.cbBusinessType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.cbBusinessType.MinimumSize = new System.Drawing.Size(63, 0);
- this.cbBusinessType.Name = "cbBusinessType";
- this.cbBusinessType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.cbBusinessType.Size = new System.Drawing.Size(319, 29);
- this.cbBusinessType.TabIndex = 5;
- this.cbBusinessType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.cbBusinessType.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(12, 186);
- this.uiLabel3.Name = "uiLabel3";
- this.uiLabel3.Size = new System.Drawing.Size(140, 23);
- this.uiLabel3.TabIndex = 4;
- this.uiLabel3.Text = "用码业务类型";
- this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // cbCBD
- //
- this.cbCBD.DataSource = null;
- this.cbCBD.FillColor = System.Drawing.Color.White;
- this.cbCBD.FilterMaxCount = 50;
- this.cbCBD.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbCBD.Location = new System.Drawing.Point(159, 92);
- this.cbCBD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.cbCBD.MinimumSize = new System.Drawing.Size(63, 0);
- this.cbCBD.Name = "cbCBD";
- this.cbCBD.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.cbCBD.Size = new System.Drawing.Size(319, 29);
- this.cbCBD.TabIndex = 3;
- this.cbCBD.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.cbCBD.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel2
- //
- this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel2.Location = new System.Drawing.Point(12, 92);
- this.uiLabel2.Name = "uiLabel2";
- this.uiLabel2.Size = new System.Drawing.Size(140, 23);
- this.uiLabel2.TabIndex = 2;
- this.uiLabel2.Text = "参保地";
- this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbID
- //
- this.tbID.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbID.Location = new System.Drawing.Point(159, 138);
- this.tbID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbID.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbID.Name = "tbID";
- this.tbID.ShowText = false;
- this.tbID.Size = new System.Drawing.Size(319, 29);
- this.tbID.TabIndex = 1;
- this.tbID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbID.Watermark = "手工输入";
- this.tbID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel1
- //
- 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(12, 139);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(140, 23);
- this.uiLabel1.TabIndex = 0;
- this.uiLabel1.Text = "身份证号";
- this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rbgOtherProv
- //
- this.rbgOtherProv.ColumnCount = 3;
- this.rbgOtherProv.Dock = System.Windows.Forms.DockStyle.Top;
- this.rbgOtherProv.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbgOtherProv.Items.AddRange(new object[] {
- "本地",
- "异地"});
- this.rbgOtherProv.ItemSize = new System.Drawing.Size(180, 35);
- this.rbgOtherProv.Location = new System.Drawing.Point(0, 61);
- this.rbgOtherProv.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.rbgOtherProv.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbgOtherProv.Name = "rbgOtherProv";
- this.rbgOtherProv.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.rbgOtherProv.Size = new System.Drawing.Size(524, 61);
- this.rbgOtherProv.TabIndex = 3;
- this.rbgOtherProv.Text = null;
- this.rbgOtherProv.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.rbgOtherProv.Visible = false;
- this.rbgOtherProv.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // ChooseCard
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(524, 438);
- this.Controls.Add(this.rbgOtherProv);
- this.Controls.Add(this.uiPanel2);
- this.Controls.Add(this.uiPanel1);
- this.Controls.Add(this.rbgCardType);
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "ChooseCard";
- this.Text = "读卡";
- this.Load += new System.EventHandler(this.ChooseCard_Load);
- this.uiPanel1.ResumeLayout(false);
- this.uiPanel2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UIRadioButtonGroup rbgCardType;
- private Sunny.UI.UIPanel uiPanel1;
- private Sunny.UI.UIPanel uiPanel2;
- private Sunny.UI.UIRadioButtonGroup rbgOtherProv;
- private Sunny.UI.UIComboBox cbCBD;
- private Sunny.UI.UILabel uiLabel2;
- private Sunny.UI.UITextBox tbID;
- private Sunny.UI.UILabel uiLabel1;
- private Sunny.UI.UIButton btCancle;
- private Sunny.UI.UIButton btOk;
- private Sunny.UI.UIComboBox cbBusinessType;
- private Sunny.UI.UILabel uiLabel3;
- }
- }
|