123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- namespace LYFZ.Software.UI.MembershipManage.SetSmallForm
- {
- partial class MemberImportRepeat
- {
- /// <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(MemberImportRepeat));
- this.textBoxEx1 = new LYFZ.ComponentLibrary.TextBoxEx();
- this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnYes = new LYFZ.ComponentLibrary.ButtonEx();
- this.textBoxEx2 = new LYFZ.ComponentLibrary.TextBoxEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.textBoxEx2);
- this.plExMainContainer.Controls.Add(this.btnYes);
- this.plExMainContainer.Controls.Add(this.btnCancel);
- this.plExMainContainer.Controls.Add(this.textBoxEx1);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
- this.plExMainContainer.Size = new System.Drawing.Size(467, 545);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(467, 545);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(408, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(435, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(381, 0);
- //
- // textBoxEx1
- //
- this.textBoxEx1.BackColor = System.Drawing.Color.Transparent;
- this.textBoxEx1.Icon = null;
- this.textBoxEx1.IconIsButton = false;
- this.textBoxEx1.IsPasswordChat = '\0';
- this.textBoxEx1.IsSystemPasswordChar = false;
- this.textBoxEx1.Lines = new string[0];
- this.textBoxEx1.Location = new System.Drawing.Point(10, 59);
- this.textBoxEx1.Margin = new System.Windows.Forms.Padding(0);
- this.textBoxEx1.MaxLength = 32767;
- this.textBoxEx1.MinimumSize = new System.Drawing.Size(0, 26);
- this.textBoxEx1.MouseBack = null;
- this.textBoxEx1.Multiline = true;
- this.textBoxEx1.Name = "textBoxEx1";
- this.textBoxEx1.NormlBack = null;
- this.textBoxEx1.Padding = new System.Windows.Forms.Padding(5);
- this.textBoxEx1.ReadOnly = false;
- this.textBoxEx1.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.textBoxEx1.Size = new System.Drawing.Size(447, 450);
- this.textBoxEx1.TabIndex = 0;
- this.textBoxEx1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.textBoxEx1.WaterColor = System.Drawing.Color.DarkGray;
- this.textBoxEx1.WaterText = "";
- this.textBoxEx1.WordWrap = true;
- //
- // btnCancel
- //
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
- this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.IsCustomBackImg = false;
- this.btnCancel.IsShowText = true;
- this.btnCancel.Location = new System.Drawing.Point(258, 514);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 26);
- this.btnCancel.TabIndex = 1;
- this.btnCancel.Text = " 取消导入";
- this.btnCancel.UseVisualStyleBackColor = false;
- //
- // btnYes
- //
- this.btnYes.BackColor = System.Drawing.Color.Transparent;
- this.btnYes.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnYes.BackImg")));
- this.btnYes.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnYes.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnYes.ForeColor = System.Drawing.Color.White;
- this.btnYes.IsCustomBackImg = false;
- this.btnYes.IsShowText = true;
- this.btnYes.Location = new System.Drawing.Point(132, 514);
- this.btnYes.Name = "btnYes";
- this.btnYes.Size = new System.Drawing.Size(85, 26);
- this.btnYes.TabIndex = 2;
- this.btnYes.Text = " 继续导入";
- this.btnYes.UseVisualStyleBackColor = false;
- //
- // textBoxEx2
- //
- this.textBoxEx2.BackColor = System.Drawing.Color.Transparent;
- this.textBoxEx2.Icon = null;
- this.textBoxEx2.IconIsButton = false;
- this.textBoxEx2.IsPasswordChat = '\0';
- this.textBoxEx2.IsSystemPasswordChar = false;
- this.textBoxEx2.Lines = new string[0];
- this.textBoxEx2.Location = new System.Drawing.Point(10, 14);
- this.textBoxEx2.Margin = new System.Windows.Forms.Padding(0);
- this.textBoxEx2.MaxLength = 32767;
- this.textBoxEx2.MinimumSize = new System.Drawing.Size(0, 26);
- this.textBoxEx2.MouseBack = null;
- this.textBoxEx2.Multiline = true;
- this.textBoxEx2.Name = "textBoxEx2";
- this.textBoxEx2.NormlBack = null;
- this.textBoxEx2.Padding = new System.Windows.Forms.Padding(5);
- this.textBoxEx2.ReadOnly = false;
- this.textBoxEx2.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.textBoxEx2.Size = new System.Drawing.Size(447, 45);
- this.textBoxEx2.TabIndex = 3;
- this.textBoxEx2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.textBoxEx2.WaterColor = System.Drawing.Color.DarkGray;
- this.textBoxEx2.WaterText = "";
- this.textBoxEx2.WordWrap = true;
- //
- // MemberImportRepeat
- //
- 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(467, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Name = "MemberImportRepeat";
- this.Text = "重复的手机号码";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- protected internal ComponentLibrary.ButtonEx btnYes;
- protected internal ComponentLibrary.ButtonEx btnCancel;
- protected internal ComponentLibrary.TextBoxEx textBoxEx1;
- protected internal ComponentLibrary.TextBoxEx textBoxEx2;
- }
- }
|