123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- namespace LYFZ.Software.UI.SMSManagement.ShortSmsMessage
- {
- partial class FrmImportNumbers
- {
- /// <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(FrmImportNumbers));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.txtProd_SalesPrice = new System.Windows.Forms.TextBox();
- this.btnCanle = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnOk = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
- this.plExMainContainer.Size = new System.Drawing.Size(644, 296);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(644, 296);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(563, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(612, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(585, 0);
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.txtProd_SalesPrice);
- this.panelEx1.Controls.Add(this.btnCanle);
- this.panelEx1.Controls.Add(this.btnOk);
- this.panelEx1.Controls.Add(this.labelEx2);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(5, 5);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(634, 286);
- this.panelEx1.TabIndex = 1;
- //
- // txtProd_SalesPrice
- //
- this.txtProd_SalesPrice.Location = new System.Drawing.Point(7, 29);
- this.txtProd_SalesPrice.MaxLength = 88888888;
- this.txtProd_SalesPrice.Multiline = true;
- this.txtProd_SalesPrice.Name = "txtProd_SalesPrice";
- this.txtProd_SalesPrice.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.txtProd_SalesPrice.Size = new System.Drawing.Size(527, 243);
- this.txtProd_SalesPrice.TabIndex = 200;
- //
- // btnCanle
- //
- this.btnCanle.BackColor = System.Drawing.Color.Transparent;
- this.btnCanle.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCanle.BackImg")));
- this.btnCanle.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCanle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCanle.ForeColor = System.Drawing.Color.White;
- this.btnCanle.IsCustomBackImg = false;
- this.btnCanle.IsShowText = true;
- this.btnCanle.Location = new System.Drawing.Point(540, 80);
- this.btnCanle.Name = "btnCanle";
- this.btnCanle.Size = new System.Drawing.Size(87, 26);
- this.btnCanle.TabIndex = 199;
- this.btnCanle.Text = "取消";
- this.btnCanle.UseVisualStyleBackColor = false;
- //
- // 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(540, 29);
- this.btnOk.Name = "btnOk";
- this.btnOk.Size = new System.Drawing.Size(87, 45);
- this.btnOk.TabIndex = 198;
- this.btnOk.Text = "确定";
- this.btnOk.UseVisualStyleBackColor = false;
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(242)))), ((int)(((byte)(248)))));
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.Red;
- this.labelEx2.Location = new System.Drawing.Point(13, 9);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(308, 17);
- this.labelEx2.TabIndex = 197;
- this.labelEx2.Text = "请用半角逗号,分割多个号码,重复号码系统会自动筛选";
- //
- // FrmImportNumbers
- //
- 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(644, 361);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.ImeMode = System.Windows.Forms.ImeMode.On;
- this.IsUserControlsSize = false;
- this.MaximizeBox = false;
- this.Name = "FrmImportNumbers";
- this.Text = "导入号码";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- protected System.Windows.Forms.TextBox txtProd_SalesPrice;
- protected ComponentLibrary.ButtonEx btnCanle;
- protected ComponentLibrary.ButtonEx btnOk;
- private ComponentLibrary.LabelEx labelEx2;
- }
- }
|