123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
- {
- partial class GoldCardViceCardNumberSmallForm
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GoldCardViceCardNumberSmallForm));
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtViceCardNumber = new LYFZ.ComponentLibrary.TextBoxEx();
- this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.btnClose);
- this.plExMainContainer.Controls.Add(this.btnOK);
- this.plExMainContainer.Controls.Add(this.txtViceCardNumber);
- this.plExMainContainer.Controls.Add(this.labelEx1);
- this.plExMainContainer.Size = new System.Drawing.Size(296, 192);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(296, 192);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(237, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(264, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(210, 0);
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(34, 70);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(44, 17);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.Text = "卡号:";
- //
- // txtViceCardNumber
- //
- this.txtViceCardNumber.BackColor = System.Drawing.Color.Transparent;
- this.txtViceCardNumber.BorderColor = System.Drawing.Color.Black;
- this.txtViceCardNumber.BorderWidth = 1;
- this.txtViceCardNumber.Ico = null;
- this.txtViceCardNumber.IcoPadding = new System.Windows.Forms.Padding(3, 3, 0, 0);
- this.txtViceCardNumber.Isico = false;
- this.txtViceCardNumber.IsPass = false;
- this.txtViceCardNumber.lines = new string[0];
- this.txtViceCardNumber.Location = new System.Drawing.Point(81, 68);
- this.txtViceCardNumber.MaxLength = 32767;
- this.txtViceCardNumber.Multiline = false;
- this.txtViceCardNumber.Name = "txtViceCardNumber";
- this.txtViceCardNumber.NewFont = new System.Drawing.Font("宋体", 10.5F);
- this.txtViceCardNumber.PassChar = '\0';
- this.txtViceCardNumber.ReadOnly = false;
- this.txtViceCardNumber.Size = new System.Drawing.Size(160, 22);
- this.txtViceCardNumber.TabIndex = 1;
- //
- // btnOK
- //
- this.btnOK.BackColor = System.Drawing.Color.Transparent;
- this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
- this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnOK.ForeColor = System.Drawing.Color.White;
- this.btnOK.IsCustomBackImg = false;
- this.btnOK.IsShowText = true;
- this.btnOK.Location = new System.Drawing.Point(37, 125);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(85, 28);
- this.btnOK.TabIndex = 2;
- this.btnOK.Text = " 确 定";
- this.btnOK.UseVisualStyleBackColor = false;
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
- this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.IsCustomBackImg = false;
- this.btnClose.IsShowText = true;
- this.btnClose.Location = new System.Drawing.Point(169, 125);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 28);
- this.btnClose.TabIndex = 3;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // GoldCardViceCardNumberSmallForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(296, 257);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Name = "GoldCardViceCardNumberSmallForm";
- this.Text = "输入要更换的卡号";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plExMainContainer.PerformLayout();
- this.plFormMainContent.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.LabelEx labelEx1;
- protected ComponentLibrary.ButtonEx btnClose;
- protected ComponentLibrary.ButtonEx btnOK;
- protected ComponentLibrary.TextBoxEx txtViceCardNumber;
- }
- }
|