FrmSMSContent.Designer.cs 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. namespace LYFZ.Software.UI.SMSManagement.SendRecords
  2. {
  3. partial class FrmSMSContent
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSMSContent));
  29. this.txtConetent = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  30. this.plExMainContainer.SuspendLayout();
  31. this.plFormMainContent.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // plExMainContainer
  35. //
  36. this.plExMainContainer.Controls.Add(this.txtConetent);
  37. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  38. this.plExMainContainer.Size = new System.Drawing.Size(498, 195);
  39. //
  40. // plFormMainContent
  41. //
  42. this.plFormMainContent.Size = new System.Drawing.Size(498, 195);
  43. //
  44. // btnAppFormExit
  45. //
  46. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  47. this.btnAppFormExit.Location = new System.Drawing.Point(466, 0);
  48. //
  49. // btnAppFormMinimize
  50. //
  51. this.btnAppFormMinimize.Location = new System.Drawing.Point(439, 0);
  52. //
  53. // txtConetent
  54. //
  55. this.txtConetent.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  56. this.txtConetent.Dock = System.Windows.Forms.DockStyle.Fill;
  57. this.txtConetent.EmptyTextTip = null;
  58. this.txtConetent.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  59. this.txtConetent.Font = new System.Drawing.Font("微软雅黑", 9F);
  60. this.txtConetent.Location = new System.Drawing.Point(10, 10);
  61. this.txtConetent.Multiline = true;
  62. this.txtConetent.Name = "txtConetent";
  63. this.txtConetent.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  64. this.txtConetent.Size = new System.Drawing.Size(478, 175);
  65. this.txtConetent.TabIndex = 76;
  66. //
  67. // FrmSMSContent
  68. //
  69. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  70. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  71. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  72. this.ClientSize = new System.Drawing.Size(498, 260);
  73. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  74. this.MaximizeBox = false;
  75. this.MinimizeBox = false;
  76. this.Name = "FrmSMSContent";
  77. this.Text = "短信内容";
  78. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  79. this.plExMainContainer.ResumeLayout(false);
  80. this.plExMainContainer.PerformLayout();
  81. this.plFormMainContent.ResumeLayout(false);
  82. this.ResumeLayout(false);
  83. }
  84. #endregion
  85. protected ComponentLibrary.TextBoxBasicEx txtConetent;
  86. }
  87. }