FrmSendSms.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. namespace LYFZ.Software.UI.SMSManagement.SmsSend
  2. {
  3. partial class FrmSendSms
  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(FrmSendSms));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  31. this.richNr = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  32. this.richTelPhone = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  33. this.radM = new System.Windows.Forms.RadioButton();
  34. this.radN = new System.Windows.Forms.RadioButton();
  35. this.radN_M = new System.Windows.Forms.RadioButton();
  36. this.btnSendSMS = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.btnContentSelection = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.lblName = new LYFZ.ComponentLibrary.LabelEx();
  39. this.txtPhoneCount = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  40. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.plExMainContainer.SuspendLayout();
  43. this.plFormMainContent.SuspendLayout();
  44. this.panelEx1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // plExMainContainer
  48. //
  49. this.plExMainContainer.Controls.Add(this.panelEx1);
  50. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
  51. this.plExMainContainer.Size = new System.Drawing.Size(730, 464);
  52. //
  53. // plFormMainContent
  54. //
  55. this.plFormMainContent.Size = new System.Drawing.Size(730, 464);
  56. //
  57. // btnAppFormExit
  58. //
  59. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  60. this.btnAppFormExit.Location = new System.Drawing.Point(698, 0);
  61. //
  62. // btnAppFormMinimize
  63. //
  64. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  65. this.btnAppFormMinimize.Location = new System.Drawing.Point(671, 0);
  66. //
  67. // panelEx1
  68. //
  69. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  70. this.panelEx1.BorderWidth = 1;
  71. this.panelEx1.Controls.Add(this.labelEx1);
  72. this.panelEx1.Controls.Add(this.richNr);
  73. this.panelEx1.Controls.Add(this.richTelPhone);
  74. this.panelEx1.Controls.Add(this.radM);
  75. this.panelEx1.Controls.Add(this.radN);
  76. this.panelEx1.Controls.Add(this.radN_M);
  77. this.panelEx1.Controls.Add(this.btnSendSMS);
  78. this.panelEx1.Controls.Add(this.btnContentSelection);
  79. this.panelEx1.Controls.Add(this.lblName);
  80. this.panelEx1.Controls.Add(this.txtPhoneCount);
  81. this.panelEx1.Controls.Add(this.labelEx3);
  82. this.panelEx1.Controls.Add(this.labelEx10);
  83. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.panelEx1.Location = new System.Drawing.Point(3, 3);
  85. this.panelEx1.Name = "panelEx1";
  86. this.panelEx1.Size = new System.Drawing.Size(724, 458);
  87. this.panelEx1.TabIndex = 1;
  88. //
  89. // labelEx1
  90. //
  91. this.labelEx1.AutoSize = true;
  92. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  93. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  94. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  95. this.labelEx1.Location = new System.Drawing.Point(22, 9);
  96. this.labelEx1.Name = "labelEx1";
  97. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  98. this.labelEx1.TabIndex = 91;
  99. this.labelEx1.Text = "信息发送";
  100. //
  101. // richNr
  102. //
  103. this.richNr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  104. this.richNr.EmptyTextTip = null;
  105. this.richNr.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  106. this.richNr.Font = new System.Drawing.Font("微软雅黑", 9F);
  107. this.richNr.Location = new System.Drawing.Point(13, 223);
  108. this.richNr.Multiline = true;
  109. this.richNr.Name = "richNr";
  110. this.richNr.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  111. this.richNr.Size = new System.Drawing.Size(694, 223);
  112. this.richNr.TabIndex = 90;
  113. //
  114. // richTelPhone
  115. //
  116. this.richTelPhone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  117. this.richTelPhone.EmptyTextTip = null;
  118. this.richTelPhone.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  119. this.richTelPhone.Font = new System.Drawing.Font("微软雅黑", 9F);
  120. this.richTelPhone.Location = new System.Drawing.Point(13, 54);
  121. this.richTelPhone.Multiline = true;
  122. this.richTelPhone.Name = "richTelPhone";
  123. this.richTelPhone.ReadOnly = true;
  124. this.richTelPhone.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  125. this.richTelPhone.Size = new System.Drawing.Size(694, 127);
  126. this.richTelPhone.TabIndex = 89;
  127. //
  128. // radM
  129. //
  130. this.radM.AutoSize = true;
  131. this.radM.Location = new System.Drawing.Point(420, 29);
  132. this.radM.Name = "radM";
  133. this.radM.Size = new System.Drawing.Size(35, 16);
  134. this.radM.TabIndex = 88;
  135. this.radM.TabStop = true;
  136. this.radM.Text = "女";
  137. this.radM.UseVisualStyleBackColor = true;
  138. this.radM.Visible = false;
  139. //
  140. // radN
  141. //
  142. this.radN.AutoSize = true;
  143. this.radN.Location = new System.Drawing.Point(356, 29);
  144. this.radN.Name = "radN";
  145. this.radN.Size = new System.Drawing.Size(35, 16);
  146. this.radN.TabIndex = 87;
  147. this.radN.TabStop = true;
  148. this.radN.Text = "男";
  149. this.radN.UseVisualStyleBackColor = true;
  150. this.radN.Visible = false;
  151. //
  152. // radN_M
  153. //
  154. this.radN_M.AutoSize = true;
  155. this.radN_M.Location = new System.Drawing.Point(279, 29);
  156. this.radN_M.Name = "radN_M";
  157. this.radN_M.Size = new System.Drawing.Size(53, 16);
  158. this.radN_M.TabIndex = 86;
  159. this.radN_M.TabStop = true;
  160. this.radN_M.Text = "男+女";
  161. this.radN_M.UseVisualStyleBackColor = true;
  162. this.radN_M.Visible = false;
  163. //
  164. // btnSendSMS
  165. //
  166. this.btnSendSMS.BackColor = System.Drawing.Color.Transparent;
  167. this.btnSendSMS.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSendSMS.BackImg")));
  168. this.btnSendSMS.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  169. this.btnSendSMS.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  170. this.btnSendSMS.ForeColor = System.Drawing.Color.White;
  171. this.btnSendSMS.IsCustomBackImg = false;
  172. this.btnSendSMS.IsShowText = true;
  173. this.btnSendSMS.Location = new System.Drawing.Point(590, 189);
  174. this.btnSendSMS.Name = "btnSendSMS";
  175. this.btnSendSMS.Size = new System.Drawing.Size(87, 26);
  176. this.btnSendSMS.TabIndex = 85;
  177. this.btnSendSMS.Text = "发送信息";
  178. this.btnSendSMS.UseVisualStyleBackColor = false;
  179. //
  180. // btnContentSelection
  181. //
  182. this.btnContentSelection.BackColor = System.Drawing.Color.Transparent;
  183. this.btnContentSelection.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnContentSelection.BackImg")));
  184. this.btnContentSelection.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  185. this.btnContentSelection.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  186. this.btnContentSelection.ForeColor = System.Drawing.Color.White;
  187. this.btnContentSelection.IsCustomBackImg = false;
  188. this.btnContentSelection.IsShowText = true;
  189. this.btnContentSelection.Location = new System.Drawing.Point(490, 190);
  190. this.btnContentSelection.Name = "btnContentSelection";
  191. this.btnContentSelection.Size = new System.Drawing.Size(87, 26);
  192. this.btnContentSelection.TabIndex = 83;
  193. this.btnContentSelection.Text = "选择";
  194. this.btnContentSelection.UseVisualStyleBackColor = false;
  195. //
  196. // lblName
  197. //
  198. this.lblName.AutoSize = true;
  199. this.lblName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  200. this.lblName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  201. this.lblName.Location = new System.Drawing.Point(17, 196);
  202. this.lblName.Name = "lblName";
  203. this.lblName.Size = new System.Drawing.Size(57, 17);
  204. this.lblName.TabIndex = 84;
  205. this.lblName.Text = "lblName";
  206. //
  207. // txtPhoneCount
  208. //
  209. this.txtPhoneCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  210. this.txtPhoneCount.EmptyTextTip = null;
  211. this.txtPhoneCount.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  212. this.txtPhoneCount.Enabled = false;
  213. this.txtPhoneCount.Font = new System.Drawing.Font("微软雅黑", 9F);
  214. this.txtPhoneCount.Location = new System.Drawing.Point(584, 26);
  215. this.txtPhoneCount.Name = "txtPhoneCount";
  216. this.txtPhoneCount.Size = new System.Drawing.Size(106, 23);
  217. this.txtPhoneCount.TabIndex = 82;
  218. //
  219. // labelEx3
  220. //
  221. this.labelEx3.AutoSize = true;
  222. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  223. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  224. this.labelEx3.Location = new System.Drawing.Point(510, 30);
  225. this.labelEx3.Name = "labelEx3";
  226. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  227. this.labelEx3.TabIndex = 81;
  228. this.labelEx3.Text = "手机个数:";
  229. //
  230. // labelEx10
  231. //
  232. this.labelEx10.AutoSize = true;
  233. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  234. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  235. this.labelEx10.Location = new System.Drawing.Point(17, 29);
  236. this.labelEx10.Name = "labelEx10";
  237. this.labelEx10.Size = new System.Drawing.Size(212, 17);
  238. this.labelEx10.TabIndex = 80;
  239. this.labelEx10.Text = "手机号码 (提示:双击可以修改手机号)";
  240. //
  241. // FrmSendSms
  242. //
  243. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  244. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  245. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  246. this.ClientSize = new System.Drawing.Size(730, 529);
  247. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  248. this.MaximizeBox = false;
  249. this.Name = "FrmSendSms";
  250. this.Text = "短信发送";
  251. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  252. this.plExMainContainer.ResumeLayout(false);
  253. this.plFormMainContent.ResumeLayout(false);
  254. this.panelEx1.ResumeLayout(false);
  255. this.panelEx1.PerformLayout();
  256. this.ResumeLayout(false);
  257. }
  258. #endregion
  259. private ComponentLibrary.PanelEx panelEx1;
  260. protected ComponentLibrary.TextBoxBasicEx richNr;
  261. protected ComponentLibrary.TextBoxBasicEx richTelPhone;
  262. protected System.Windows.Forms.RadioButton radM;
  263. protected System.Windows.Forms.RadioButton radN;
  264. protected System.Windows.Forms.RadioButton radN_M;
  265. protected ComponentLibrary.ButtonEx btnSendSMS;
  266. protected ComponentLibrary.ButtonEx btnContentSelection;
  267. protected ComponentLibrary.LabelEx lblName;
  268. protected ComponentLibrary.TextBoxBasicEx txtPhoneCount;
  269. private ComponentLibrary.LabelEx labelEx3;
  270. private ComponentLibrary.LabelEx labelEx10;
  271. private ComponentLibrary.LabelEx labelEx1;
  272. }
  273. }