frmAddCommonSMS.Designer.cs 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. namespace LYFZ.Software.UI.SMSManagement
  2. {
  3. partial class frmAddCommonSMS
  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(frmAddCommonSMS));
  29. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  30. this.cboxSmsClass = new LYFZ.ComponentLibrary.ComboBoxEx();
  31. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.txtSmsInfo = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.plExMainContainer.SuspendLayout();
  35. this.plFormMainContent.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // plExMainContainer
  39. //
  40. this.plExMainContainer.Controls.Add(this.btnSave);
  41. this.plExMainContainer.Controls.Add(this.txtSmsInfo);
  42. this.plExMainContainer.Controls.Add(this.cboxSmsClass);
  43. this.plExMainContainer.Controls.Add(this.labelEx2);
  44. this.plExMainContainer.Controls.Add(this.labelEx1);
  45. this.plExMainContainer.Size = new System.Drawing.Size(550, 255);
  46. //
  47. // plFormMainContent
  48. //
  49. this.plFormMainContent.Size = new System.Drawing.Size(550, 255);
  50. //
  51. // btnAppFormExit
  52. //
  53. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  54. this.btnAppFormExit.Location = new System.Drawing.Point(518, 0);
  55. //
  56. // btnAppFormMinimize
  57. //
  58. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  59. this.btnAppFormMinimize.Location = new System.Drawing.Point(491, 0);
  60. //
  61. // labelEx1
  62. //
  63. this.labelEx1.AutoSize = true;
  64. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  65. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  66. this.labelEx1.Location = new System.Drawing.Point(11, 19);
  67. this.labelEx1.Name = "labelEx1";
  68. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  69. this.labelEx1.TabIndex = 0;
  70. this.labelEx1.Text = "信息类别";
  71. //
  72. // cboxSmsClass
  73. //
  74. this.cboxSmsClass.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  75. this.cboxSmsClass.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  76. this.cboxSmsClass.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  77. this.cboxSmsClass.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.cboxSmsClass.FormattingEnabled = true;
  79. this.cboxSmsClass.IsCustomColor = false;
  80. this.cboxSmsClass.Location = new System.Drawing.Point(73, 13);
  81. this.cboxSmsClass.Name = "cboxSmsClass";
  82. this.cboxSmsClass.ReadOnly = false;
  83. this.cboxSmsClass.Size = new System.Drawing.Size(203, 28);
  84. this.cboxSmsClass.TabIndex = 1;
  85. //
  86. // labelEx2
  87. //
  88. this.labelEx2.AutoSize = true;
  89. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  90. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  91. this.labelEx2.Location = new System.Drawing.Point(11, 47);
  92. this.labelEx2.Name = "labelEx2";
  93. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  94. this.labelEx2.TabIndex = 0;
  95. this.labelEx2.Text = "信息内容";
  96. //
  97. // txtSmsInfo
  98. //
  99. this.txtSmsInfo.BackColor = System.Drawing.Color.Transparent;
  100. this.txtSmsInfo.Icon = null;
  101. this.txtSmsInfo.IconIsButton = false;
  102. this.txtSmsInfo.IsPasswordChat = '\0';
  103. this.txtSmsInfo.IsSystemPasswordChar = false;
  104. this.txtSmsInfo.Lines = new string[0];
  105. this.txtSmsInfo.Location = new System.Drawing.Point(73, 47);
  106. this.txtSmsInfo.Margin = new System.Windows.Forms.Padding(0);
  107. this.txtSmsInfo.MaxLength = 32767;
  108. this.txtSmsInfo.MinimumSize = new System.Drawing.Size(0, 26);
  109. this.txtSmsInfo.MouseBack = null;
  110. this.txtSmsInfo.Multiline = true;
  111. this.txtSmsInfo.Name = "txtSmsInfo";
  112. this.txtSmsInfo.NormlBack = null;
  113. this.txtSmsInfo.Padding = new System.Windows.Forms.Padding(5);
  114. this.txtSmsInfo.ReadOnly = false;
  115. this.txtSmsInfo.ScrollBars = System.Windows.Forms.ScrollBars.None;
  116. this.txtSmsInfo.Size = new System.Drawing.Size(445, 152);
  117. this.txtSmsInfo.TabIndex = 2;
  118. this.txtSmsInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  119. this.txtSmsInfo.WaterColor = System.Drawing.Color.DarkGray;
  120. this.txtSmsInfo.WaterText = "";
  121. this.txtSmsInfo.WordWrap = true;
  122. //
  123. // btnSave
  124. //
  125. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  126. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  127. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  128. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  129. this.btnSave.ForeColor = System.Drawing.Color.White;
  130. this.btnSave.IsCustomBackImg = false;
  131. this.btnSave.IsShowText = true;
  132. this.btnSave.Location = new System.Drawing.Point(73, 207);
  133. this.btnSave.Name = "btnSave";
  134. this.btnSave.Size = new System.Drawing.Size(85, 28);
  135. this.btnSave.TabIndex = 3;
  136. this.btnSave.Text = "保 存";
  137. this.btnSave.UseVisualStyleBackColor = false;
  138. //
  139. // frmAddCommonSMS
  140. //
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  143. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  144. this.ClientSize = new System.Drawing.Size(550, 320);
  145. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  146. this.IsMaximized = false;
  147. this.IsUserControlsSize = false;
  148. this.MaximizeBox = false;
  149. this.Name = "frmAddCommonSMS";
  150. this.Text = "添加常用信息";
  151. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  152. this.plExMainContainer.ResumeLayout(false);
  153. this.plExMainContainer.PerformLayout();
  154. this.plFormMainContent.ResumeLayout(false);
  155. this.ResumeLayout(false);
  156. }
  157. #endregion
  158. private ComponentLibrary.LabelEx labelEx1;
  159. private ComponentLibrary.LabelEx labelEx2;
  160. protected internal ComponentLibrary.ButtonEx btnSave;
  161. protected internal ComponentLibrary.TextBoxEx txtSmsInfo;
  162. protected internal ComponentLibrary.ComboBoxEx cboxSmsClass;
  163. }
  164. }