123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- namespace LYFZ.Software.UI.SMSManagement.SendRecords
- {
- partial class FrmSMSContent
- {
- /// <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(FrmSMSContent));
- this.txtConetent = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.txtConetent);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
- this.plExMainContainer.Size = new System.Drawing.Size(498, 195);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(498, 195);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(466, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.Location = new System.Drawing.Point(439, 0);
- //
- // txtConetent
- //
- this.txtConetent.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtConetent.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtConetent.EmptyTextTip = null;
- this.txtConetent.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtConetent.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtConetent.Location = new System.Drawing.Point(10, 10);
- this.txtConetent.Multiline = true;
- this.txtConetent.Name = "txtConetent";
- this.txtConetent.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.txtConetent.Size = new System.Drawing.Size(478, 175);
- this.txtConetent.TabIndex = 76;
- //
- // FrmSMSContent
- //
- 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(498, 260);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FrmSMSContent";
- 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
- protected ComponentLibrary.TextBoxBasicEx txtConetent;
- }
- }
|