123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227 |
- 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.btnUpdatePassWord = new Sunny.UI.UIButton();
- 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.rbWorkerInsu = new Sunny.UI.UIRadioButton();
- this.rbBaseInsu = new Sunny.UI.UIRadioButton();
- this.uiPanel1.SuspendLayout();
- this.uiPanel2.SuspendLayout();
- this.SuspendLayout();
- //
- // uiPanel1
- //
- this.uiPanel1.Controls.Add(this.btnUpdatePassWord);
- 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, 102);
- 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(538, 62);
- 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);
- //
- // btnUpdatePassWord
- //
- this.btnUpdatePassWord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.btnUpdatePassWord.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnUpdatePassWord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnUpdatePassWord.Location = new System.Drawing.Point(10, 9);
- this.btnUpdatePassWord.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnUpdatePassWord.Name = "btnUpdatePassWord";
- this.btnUpdatePassWord.Size = new System.Drawing.Size(158, 41);
- this.btnUpdatePassWord.TabIndex = 2;
- this.btnUpdatePassWord.Text = "修改社保卡密码";
- this.btnUpdatePassWord.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnUpdatePassWord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnUpdatePassWord.Click += new System.EventHandler(this.uiButton1_Click);
- //
- // btCancle
- //
- this.btCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- 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(388, 9);
- this.btCancle.MinimumSize = new System.Drawing.Size(1, 1);
- this.btCancle.Name = "btCancle";
- this.btCancle.Size = new System.Drawing.Size(109, 41);
- 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- 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(270, 9);
- this.btOk.MinimumSize = new System.Drawing.Size(1, 1);
- this.btOk.Name = "btOk";
- this.btOk.Size = new System.Drawing.Size(109, 41);
- 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.rbBaseInsu);
- this.uiPanel2.Controls.Add(this.rbWorkerInsu);
- this.uiPanel2.Controls.Add(this.cbBusinessType);
- this.uiPanel2.Controls.Add(this.uiLabel3);
- 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(538, 102);
- 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);
- //
- // cbBusinessType
- //
- this.cbBusinessType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.cbBusinessType.DataSource = null;
- 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(197, 24);
- 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(300, 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.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- 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(33, 24);
- 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);
- //
- // rbWorkerInsu
- //
- this.rbWorkerInsu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.rbWorkerInsu.Cursor = System.Windows.Forms.Cursors.Hand;
- this.rbWorkerInsu.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbWorkerInsu.Location = new System.Drawing.Point(197, 62);
- this.rbWorkerInsu.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbWorkerInsu.Name = "rbWorkerInsu";
- this.rbWorkerInsu.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.rbWorkerInsu.Size = new System.Drawing.Size(150, 29);
- this.rbWorkerInsu.TabIndex = 6;
- this.rbWorkerInsu.Text = "工伤";
- this.rbWorkerInsu.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rbBaseInsu
- //
- this.rbBaseInsu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.rbBaseInsu.Cursor = System.Windows.Forms.Cursors.Hand;
- this.rbBaseInsu.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbBaseInsu.Location = new System.Drawing.Point(37, 61);
- this.rbBaseInsu.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbBaseInsu.Name = "rbBaseInsu";
- this.rbBaseInsu.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.rbBaseInsu.Size = new System.Drawing.Size(150, 29);
- this.rbBaseInsu.TabIndex = 7;
- this.rbBaseInsu.Text = "医保";
- this.rbBaseInsu.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(538, 164);
- this.Controls.Add(this.uiPanel2);
- this.Controls.Add(this.uiPanel1);
- 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.UIPanel uiPanel1;
- private Sunny.UI.UIPanel uiPanel2;
- private Sunny.UI.UIButton btCancle;
- private Sunny.UI.UIButton btOk;
- private Sunny.UI.UILabel uiLabel3;
- private Sunny.UI.UIButton btnUpdatePassWord;
- private Sunny.UI.UIComboBox cbBusinessType;
- private Sunny.UI.UIRadioButton rbBaseInsu;
- private Sunny.UI.UIRadioButton rbWorkerInsu;
- }
- }
|