123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265 |
- namespace MedicalInsurance.Forms
- {
- partial class MutualAidChooser
- {
- /// <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.cbxInterface = new Sunny.UI.UIComboBox();
- this.uiLabel4 = new Sunny.UI.UILabel();
- this.tbMutualAidPay = new Sunny.UI.UITextBox();
- this.uiLabel3 = new Sunny.UI.UILabel();
- this.uiLabel2 = new Sunny.UI.UILabel();
- this.cbSettlFlag = new Sunny.UI.UIComboBox();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.cbRelation = new Sunny.UI.UIComboBox();
- 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.cbxInterface);
- this.uiPanel1.Controls.Add(this.uiLabel4);
- this.uiPanel1.Controls.Add(this.tbMutualAidPay);
- this.uiPanel1.Controls.Add(this.uiLabel3);
- this.uiPanel1.Controls.Add(this.uiLabel2);
- this.uiPanel1.Controls.Add(this.cbSettlFlag);
- this.uiPanel1.Controls.Add(this.uiLabel1);
- this.uiPanel1.Controls.Add(this.cbRelation);
- 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, 279);
- 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);
- //
- // 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, 24);
- 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(12, 26);
- 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.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbMutualAidPay.Location = new System.Drawing.Point(109, 181);
- 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.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(12, 180);
- 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);
- //
- // 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, 134);
- this.uiLabel2.Name = "uiLabel2";
- this.uiLabel2.Size = new System.Drawing.Size(86, 23);
- this.uiLabel2.TabIndex = 3;
- this.uiLabel2.Text = "结算类型";
- this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // cbSettlFlag
- //
- this.cbSettlFlag.DataSource = null;
- this.cbSettlFlag.FillColor = System.Drawing.Color.White;
- this.cbSettlFlag.FilterMaxCount = 50;
- this.cbSettlFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbSettlFlag.Items.AddRange(new object[] {
- "00.预结算",
- "11.结算"});
- this.cbSettlFlag.Location = new System.Drawing.Point(109, 129);
- this.cbSettlFlag.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.cbSettlFlag.MinimumSize = new System.Drawing.Size(63, 0);
- this.cbSettlFlag.Name = "cbSettlFlag";
- this.cbSettlFlag.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.cbSettlFlag.Size = new System.Drawing.Size(206, 25);
- this.cbSettlFlag.TabIndex = 2;
- this.cbSettlFlag.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.cbSettlFlag.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, 82);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(86, 23);
- this.uiLabel1.TabIndex = 1;
- this.uiLabel1.Text = "亲属关系";
- this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // cbRelation
- //
- this.cbRelation.DataSource = null;
- this.cbRelation.FillColor = System.Drawing.Color.White;
- this.cbRelation.FilterMaxCount = 50;
- this.cbRelation.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbRelation.Items.AddRange(new object[] {
- "1.父母",
- "2.配偶",
- "3.子女",
- "4.兄弟姐妹",
- "5.祖父母",
- "6.外祖父母",
- "7.孙子女",
- "8.外孙子女"});
- this.cbRelation.Location = new System.Drawing.Point(109, 77);
- this.cbRelation.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.cbRelation.MinimumSize = new System.Drawing.Size(63, 0);
- this.cbRelation.Name = "cbRelation";
- this.cbRelation.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.cbRelation.Size = new System.Drawing.Size(206, 25);
- this.cbRelation.TabIndex = 0;
- this.cbRelation.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.cbRelation.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, 217);
- 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, 62);
- 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, 17);
- 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(127, 17);
- 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, 279);
- this.Controls.Add(this.uiPanel2);
- this.Controls.Add(this.uiPanel1);
- this.Name = "MutualAidChooser";
- this.Text = "共济结算选择框";
- this.uiPanel1.ResumeLayout(false);
- this.uiPanel2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UIPanel uiPanel1;
- private Sunny.UI.UILabel uiLabel1;
- private Sunny.UI.UIComboBox cbRelation;
- private Sunny.UI.UIPanel uiPanel2;
- private Sunny.UI.UITextBox tbMutualAidPay;
- private Sunny.UI.UILabel uiLabel3;
- private Sunny.UI.UILabel uiLabel2;
- private Sunny.UI.UIComboBox cbSettlFlag;
- private Sunny.UI.UIButton btYes;
- private Sunny.UI.UIButton btNO;
- public Sunny.UI.UIComboBox cbxInterface;
- private Sunny.UI.UILabel uiLabel4;
- }
- }
|