frmAccountInformation.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822
  1. namespace LYFZ.WinicSmsInterface
  2. {
  3. partial class frmAccountInformation
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAccountInformation));
  30. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  31. this.skinButtom1 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  32. this.skinTextBoxPassword = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  33. this.skinButtomQuery = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  34. this.skinTextBox2 = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  35. this.skinTextBox1 = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  36. this.skinTextBoxAccount = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  37. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.lab所属经营商 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.lb彩信单价 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.lb传真单价 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.lb语音单价 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.lb短信签名 = new LYFZ.ComponentLibrary.LabelEx();
  56. this.lb短信字符数 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.lb单价 = new LYFZ.ComponentLibrary.LabelEx();
  58. this.lab查询结果 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.lb余额 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.lb用户名 = new LYFZ.ComponentLibrary.LabelEx();
  61. this.skinButtomSendSms = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  62. this.skinTextBoxPhoneNumber = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  63. this.labelEx发送结果 = new LYFZ.ComponentLibrary.LabelEx();
  64. this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
  65. this.skinTextBoxSmsInfo = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  66. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  67. this.labelEx24 = new LYFZ.ComponentLibrary.LabelEx();
  68. this.labelEx23 = new LYFZ.ComponentLibrary.LabelEx();
  69. this.groupBoxEx3 = new LYFZ.ComponentLibrary.GroupBoxEx();
  70. this.nudCount = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  71. this.rdobtnBulk = new LYFZ.ComponentLibrary.RadioButtonEx();
  72. this.rdobtnSingleShot = new LYFZ.ComponentLibrary.RadioButtonEx();
  73. this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
  74. this.chkOpen = new LYFZ.ComponentLibrary.CheckBoxEx();
  75. this.plExMainContainer.SuspendLayout();
  76. this.plFormMainContent.SuspendLayout();
  77. this.groupBoxEx1.SuspendLayout();
  78. this.groupBoxEx2.SuspendLayout();
  79. this.groupBoxEx3.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.nudCount)).BeginInit();
  81. this.SuspendLayout();
  82. //
  83. // plExMainContainer
  84. //
  85. this.plExMainContainer.Controls.Add(this.groupBoxEx3);
  86. this.plExMainContainer.Controls.Add(this.groupBoxEx2);
  87. this.plExMainContainer.Controls.Add(this.groupBoxEx1);
  88. this.plExMainContainer.Size = new System.Drawing.Size(600, 565);
  89. //
  90. // plFormMainContent
  91. //
  92. this.plFormMainContent.Size = new System.Drawing.Size(600, 565);
  93. //
  94. // btnAppFormMaximize
  95. //
  96. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  97. this.btnAppFormMaximize.Location = new System.Drawing.Point(541, 0);
  98. //
  99. // btnAppFormExit
  100. //
  101. this.btnAppFormExit.Location = new System.Drawing.Point(568, 0);
  102. //
  103. // btnAppFormMinimize
  104. //
  105. this.btnAppFormMinimize.Location = new System.Drawing.Point(514, 0);
  106. //
  107. // groupBoxEx1
  108. //
  109. this.groupBoxEx1.BackColor = System.Drawing.Color.Transparent;
  110. this.groupBoxEx1.Controls.Add(this.chkOpen);
  111. this.groupBoxEx1.Controls.Add(this.skinButtom1);
  112. this.groupBoxEx1.Controls.Add(this.skinTextBoxPassword);
  113. this.groupBoxEx1.Controls.Add(this.skinButtomQuery);
  114. this.groupBoxEx1.Controls.Add(this.skinTextBox2);
  115. this.groupBoxEx1.Controls.Add(this.skinTextBox1);
  116. this.groupBoxEx1.Controls.Add(this.skinTextBoxAccount);
  117. this.groupBoxEx1.Controls.Add(this.labelEx15);
  118. this.groupBoxEx1.Controls.Add(this.labelEx13);
  119. this.groupBoxEx1.Controls.Add(this.labelEx10);
  120. this.groupBoxEx1.Controls.Add(this.labelEx9);
  121. this.groupBoxEx1.Controls.Add(this.labelEx8);
  122. this.groupBoxEx1.Controls.Add(this.labelEx7);
  123. this.groupBoxEx1.Controls.Add(this.labelEx6);
  124. this.groupBoxEx1.Controls.Add(this.labelEx5);
  125. this.groupBoxEx1.Controls.Add(this.labelEx4);
  126. this.groupBoxEx1.Controls.Add(this.labelEx3);
  127. this.groupBoxEx1.Controls.Add(this.labelEx12);
  128. this.groupBoxEx1.Controls.Add(this.labelEx14);
  129. this.groupBoxEx1.Controls.Add(this.labelEx2);
  130. this.groupBoxEx1.Controls.Add(this.labelEx11);
  131. this.groupBoxEx1.Controls.Add(this.lab所属经营商);
  132. this.groupBoxEx1.Controls.Add(this.lb彩信单价);
  133. this.groupBoxEx1.Controls.Add(this.lb传真单价);
  134. this.groupBoxEx1.Controls.Add(this.lb语音单价);
  135. this.groupBoxEx1.Controls.Add(this.lb短信签名);
  136. this.groupBoxEx1.Controls.Add(this.lb短信字符数);
  137. this.groupBoxEx1.Controls.Add(this.lb单价);
  138. this.groupBoxEx1.Controls.Add(this.lab查询结果);
  139. this.groupBoxEx1.Controls.Add(this.lb余额);
  140. this.groupBoxEx1.Controls.Add(this.lb用户名);
  141. this.groupBoxEx1.Location = new System.Drawing.Point(12, 70);
  142. this.groupBoxEx1.Name = "groupBoxEx1";
  143. this.groupBoxEx1.Size = new System.Drawing.Size(280, 479);
  144. this.groupBoxEx1.TabIndex = 0;
  145. this.groupBoxEx1.TabStop = false;
  146. this.groupBoxEx1.Text = "帐号查询";
  147. //
  148. // skinButtom1
  149. //
  150. this.skinButtom1.BackColor = System.Drawing.Color.Transparent;
  151. this.skinButtom1.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  152. this.skinButtom1.DownBack = null;
  153. this.skinButtom1.Location = new System.Drawing.Point(219, 441);
  154. this.skinButtom1.MouseBack = null;
  155. this.skinButtom1.Name = "skinButtom1";
  156. this.skinButtom1.NormlBack = null;
  157. this.skinButtom1.Size = new System.Drawing.Size(55, 29);
  158. this.skinButtom1.TabIndex = 1;
  159. this.skinButtom1.Text = "保 存";
  160. this.skinButtom1.UseVisualStyleBackColor = false;
  161. this.skinButtom1.Click += new System.EventHandler(this.skinButtom1_Click);
  162. //
  163. // skinTextBoxPassword
  164. //
  165. this.skinTextBoxPassword.BackColor = System.Drawing.Color.Transparent;
  166. this.skinTextBoxPassword.Icon = null;
  167. this.skinTextBoxPassword.IconIsButton = false;
  168. this.skinTextBoxPassword.IsPasswordChat = '*';
  169. this.skinTextBoxPassword.IsSystemPasswordChar = false;
  170. this.skinTextBoxPassword.Lines = new string[] {
  171. "lyfz123456"};
  172. this.skinTextBoxPassword.Location = new System.Drawing.Point(46, 83);
  173. this.skinTextBoxPassword.Margin = new System.Windows.Forms.Padding(0);
  174. this.skinTextBoxPassword.MaxLength = 32767;
  175. this.skinTextBoxPassword.MinimumSize = new System.Drawing.Size(0, 28);
  176. this.skinTextBoxPassword.MouseBack = null;
  177. this.skinTextBoxPassword.Multiline = false;
  178. this.skinTextBoxPassword.Name = "skinTextBoxPassword";
  179. this.skinTextBoxPassword.NormlBack = null;
  180. this.skinTextBoxPassword.Padding = new System.Windows.Forms.Padding(5);
  181. this.skinTextBoxPassword.ReadOnly = false;
  182. this.skinTextBoxPassword.ScrollBars = System.Windows.Forms.ScrollBars.None;
  183. this.skinTextBoxPassword.Size = new System.Drawing.Size(130, 28);
  184. this.skinTextBoxPassword.TabIndex = 2;
  185. this.skinTextBoxPassword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  186. this.skinTextBoxPassword.WaterColor = System.Drawing.Color.DarkGray;
  187. this.skinTextBoxPassword.WaterText = "请输入密码";
  188. this.skinTextBoxPassword.WordWrap = true;
  189. //
  190. // skinButtomQuery
  191. //
  192. this.skinButtomQuery.BackColor = System.Drawing.Color.Transparent;
  193. this.skinButtomQuery.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  194. this.skinButtomQuery.DownBack = null;
  195. this.skinButtomQuery.Location = new System.Drawing.Point(180, 50);
  196. this.skinButtomQuery.MouseBack = null;
  197. this.skinButtomQuery.Name = "skinButtomQuery";
  198. this.skinButtomQuery.NormlBack = null;
  199. this.skinButtomQuery.Size = new System.Drawing.Size(94, 61);
  200. this.skinButtomQuery.TabIndex = 1;
  201. this.skinButtomQuery.Text = "查 询";
  202. this.skinButtomQuery.UseVisualStyleBackColor = false;
  203. this.skinButtomQuery.Click += new System.EventHandler(this.skinButtomQuery_Click);
  204. //
  205. // skinTextBox2
  206. //
  207. this.skinTextBox2.BackColor = System.Drawing.Color.Transparent;
  208. this.skinTextBox2.Icon = null;
  209. this.skinTextBox2.IconIsButton = false;
  210. this.skinTextBox2.IsPasswordChat = '\0';
  211. this.skinTextBox2.IsSystemPasswordChar = false;
  212. this.skinTextBox2.Lines = new string[] {
  213. ","};
  214. this.skinTextBox2.Location = new System.Drawing.Point(8, 441);
  215. this.skinTextBox2.Margin = new System.Windows.Forms.Padding(0);
  216. this.skinTextBox2.MaxLength = 32767;
  217. this.skinTextBox2.MinimumSize = new System.Drawing.Size(0, 28);
  218. this.skinTextBox2.MouseBack = null;
  219. this.skinTextBox2.Multiline = false;
  220. this.skinTextBox2.Name = "skinTextBox2";
  221. this.skinTextBox2.NormlBack = null;
  222. this.skinTextBox2.Padding = new System.Windows.Forms.Padding(5);
  223. this.skinTextBox2.ReadOnly = false;
  224. this.skinTextBox2.ScrollBars = System.Windows.Forms.ScrollBars.None;
  225. this.skinTextBox2.Size = new System.Drawing.Size(208, 28);
  226. this.skinTextBox2.TabIndex = 2;
  227. this.skinTextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  228. this.skinTextBox2.WaterColor = System.Drawing.Color.DarkGray;
  229. this.skinTextBox2.WaterText = "请输入手机号,多个用\",\"号分隔";
  230. this.skinTextBox2.WordWrap = true;
  231. //
  232. // skinTextBox1
  233. //
  234. this.skinTextBox1.BackColor = System.Drawing.Color.Transparent;
  235. this.skinTextBox1.Icon = null;
  236. this.skinTextBox1.IconIsButton = false;
  237. this.skinTextBox1.IsPasswordChat = '\0';
  238. this.skinTextBox1.IsSystemPasswordChar = false;
  239. this.skinTextBox1.Lines = new string[] {
  240. "0"};
  241. this.skinTextBox1.Location = new System.Drawing.Point(91, 412);
  242. this.skinTextBox1.Margin = new System.Windows.Forms.Padding(0);
  243. this.skinTextBox1.MaxLength = 32767;
  244. this.skinTextBox1.MinimumSize = new System.Drawing.Size(0, 28);
  245. this.skinTextBox1.MouseBack = null;
  246. this.skinTextBox1.Multiline = false;
  247. this.skinTextBox1.Name = "skinTextBox1";
  248. this.skinTextBox1.NormlBack = null;
  249. this.skinTextBox1.Padding = new System.Windows.Forms.Padding(5);
  250. this.skinTextBox1.ReadOnly = false;
  251. this.skinTextBox1.ScrollBars = System.Windows.Forms.ScrollBars.None;
  252. this.skinTextBox1.Size = new System.Drawing.Size(56, 28);
  253. this.skinTextBox1.TabIndex = 2;
  254. this.skinTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  255. this.skinTextBox1.WaterColor = System.Drawing.Color.DarkGray;
  256. this.skinTextBox1.WaterText = "请输入帐号";
  257. this.skinTextBox1.WordWrap = true;
  258. //
  259. // skinTextBoxAccount
  260. //
  261. this.skinTextBoxAccount.BackColor = System.Drawing.Color.Transparent;
  262. this.skinTextBoxAccount.Icon = null;
  263. this.skinTextBoxAccount.IconIsButton = false;
  264. this.skinTextBoxAccount.IsPasswordChat = '\0';
  265. this.skinTextBoxAccount.IsSystemPasswordChar = false;
  266. this.skinTextBoxAccount.Lines = new string[] {
  267. "lyfz"};
  268. this.skinTextBoxAccount.Location = new System.Drawing.Point(47, 49);
  269. this.skinTextBoxAccount.Margin = new System.Windows.Forms.Padding(0);
  270. this.skinTextBoxAccount.MaxLength = 32767;
  271. this.skinTextBoxAccount.MinimumSize = new System.Drawing.Size(0, 28);
  272. this.skinTextBoxAccount.MouseBack = null;
  273. this.skinTextBoxAccount.Multiline = false;
  274. this.skinTextBoxAccount.Name = "skinTextBoxAccount";
  275. this.skinTextBoxAccount.NormlBack = null;
  276. this.skinTextBoxAccount.Padding = new System.Windows.Forms.Padding(5);
  277. this.skinTextBoxAccount.ReadOnly = false;
  278. this.skinTextBoxAccount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  279. this.skinTextBoxAccount.Size = new System.Drawing.Size(130, 28);
  280. this.skinTextBoxAccount.TabIndex = 2;
  281. this.skinTextBoxAccount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  282. this.skinTextBoxAccount.WaterColor = System.Drawing.Color.DarkGray;
  283. this.skinTextBoxAccount.WaterText = "请输入帐号";
  284. this.skinTextBoxAccount.WordWrap = true;
  285. //
  286. // labelEx15
  287. //
  288. this.labelEx15.AutoSize = true;
  289. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.labelEx15.Location = new System.Drawing.Point(148, 417);
  291. this.labelEx15.Name = "labelEx15";
  292. this.labelEx15.Size = new System.Drawing.Size(116, 17);
  293. this.labelEx15.TabIndex = 0;
  294. this.labelEx15.Text = "发送充值提醒短信到";
  295. //
  296. // labelEx13
  297. //
  298. this.labelEx13.AutoSize = true;
  299. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. this.labelEx13.Location = new System.Drawing.Point(8, 417);
  301. this.labelEx13.Name = "labelEx13";
  302. this.labelEx13.Size = new System.Drawing.Size(81, 17);
  303. this.labelEx13.TabIndex = 0;
  304. this.labelEx13.Text = "余额小于(元):";
  305. //
  306. // labelEx10
  307. //
  308. this.labelEx10.AutoSize = true;
  309. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.labelEx10.Location = new System.Drawing.Point(60, 390);
  311. this.labelEx10.Name = "labelEx10";
  312. this.labelEx10.Size = new System.Drawing.Size(71, 17);
  313. this.labelEx10.TabIndex = 0;
  314. this.labelEx10.Text = "所属经营商:";
  315. //
  316. // labelEx9
  317. //
  318. this.labelEx9.AutoSize = true;
  319. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.labelEx9.Location = new System.Drawing.Point(30, 360);
  321. this.labelEx9.Name = "labelEx9";
  322. this.labelEx9.Size = new System.Drawing.Size(99, 17);
  323. this.labelEx9.TabIndex = 0;
  324. this.labelEx9.Text = "彩信单价(元/条):";
  325. //
  326. // labelEx8
  327. //
  328. this.labelEx8.AutoSize = true;
  329. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. this.labelEx8.Location = new System.Drawing.Point(6, 330);
  331. this.labelEx8.Name = "labelEx8";
  332. this.labelEx8.Size = new System.Drawing.Size(123, 17);
  333. this.labelEx8.TabIndex = 0;
  334. this.labelEx8.Text = "传真短信单价(元/条):";
  335. //
  336. // labelEx7
  337. //
  338. this.labelEx7.AutoSize = true;
  339. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.labelEx7.Location = new System.Drawing.Point(6, 300);
  341. this.labelEx7.Name = "labelEx7";
  342. this.labelEx7.Size = new System.Drawing.Size(123, 17);
  343. this.labelEx7.TabIndex = 0;
  344. this.labelEx7.Text = "语音短信单价(元/条):";
  345. //
  346. // labelEx6
  347. //
  348. this.labelEx6.AutoSize = true;
  349. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.labelEx6.Location = new System.Drawing.Point(72, 270);
  351. this.labelEx6.Name = "labelEx6";
  352. this.labelEx6.Size = new System.Drawing.Size(59, 17);
  353. this.labelEx6.TabIndex = 0;
  354. this.labelEx6.Text = "短信签名:";
  355. //
  356. // labelEx5
  357. //
  358. this.labelEx5.AutoSize = true;
  359. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.labelEx5.Location = new System.Drawing.Point(36, 240);
  361. this.labelEx5.Name = "labelEx5";
  362. this.labelEx5.Size = new System.Drawing.Size(95, 17);
  363. this.labelEx5.TabIndex = 0;
  364. this.labelEx5.Text = "每条短信字符数:";
  365. //
  366. // labelEx4
  367. //
  368. this.labelEx4.AutoSize = true;
  369. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.labelEx4.Location = new System.Drawing.Point(54, 210);
  371. this.labelEx4.Name = "labelEx4";
  372. this.labelEx4.Size = new System.Drawing.Size(75, 17);
  373. this.labelEx4.TabIndex = 0;
  374. this.labelEx4.Text = "单价(元/条):";
  375. //
  376. // labelEx3
  377. //
  378. this.labelEx3.AutoSize = true;
  379. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.labelEx3.Location = new System.Drawing.Point(72, 180);
  381. this.labelEx3.Name = "labelEx3";
  382. this.labelEx3.Size = new System.Drawing.Size(57, 17);
  383. this.labelEx3.TabIndex = 0;
  384. this.labelEx3.Text = "余额(元):";
  385. //
  386. // labelEx12
  387. //
  388. this.labelEx12.AutoSize = true;
  389. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  390. this.labelEx12.Location = new System.Drawing.Point(9, 89);
  391. this.labelEx12.Name = "labelEx12";
  392. this.labelEx12.Size = new System.Drawing.Size(35, 17);
  393. this.labelEx12.TabIndex = 0;
  394. this.labelEx12.Text = "密码:";
  395. //
  396. // labelEx14
  397. //
  398. this.labelEx14.AutoSize = true;
  399. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.labelEx14.Location = new System.Drawing.Point(72, 124);
  401. this.labelEx14.Name = "labelEx14";
  402. this.labelEx14.Size = new System.Drawing.Size(59, 17);
  403. this.labelEx14.TabIndex = 0;
  404. this.labelEx14.Text = "查询结果:";
  405. //
  406. // labelEx2
  407. //
  408. this.labelEx2.AutoSize = true;
  409. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. this.labelEx2.Location = new System.Drawing.Point(84, 150);
  411. this.labelEx2.Name = "labelEx2";
  412. this.labelEx2.Size = new System.Drawing.Size(47, 17);
  413. this.labelEx2.TabIndex = 0;
  414. this.labelEx2.Text = "用户名:";
  415. //
  416. // labelEx11
  417. //
  418. this.labelEx11.AutoSize = true;
  419. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  420. this.labelEx11.Location = new System.Drawing.Point(9, 55);
  421. this.labelEx11.Name = "labelEx11";
  422. this.labelEx11.Size = new System.Drawing.Size(35, 17);
  423. this.labelEx11.TabIndex = 0;
  424. this.labelEx11.Text = "帐号:";
  425. //
  426. // lab所属经营商
  427. //
  428. this.lab所属经营商.AutoSize = true;
  429. this.lab所属经营商.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. this.lab所属经营商.ForeColor = System.Drawing.Color.Green;
  431. this.lab所属经营商.Location = new System.Drawing.Point(138, 391);
  432. this.lab所属经营商.Name = "lab所属经营商";
  433. this.lab所属经营商.Size = new System.Drawing.Size(68, 17);
  434. this.lab所属经营商.TabIndex = 0;
  435. this.lab所属经营商.Text = "深圳吉信通";
  436. //
  437. // lb彩信单价
  438. //
  439. this.lb彩信单价.AutoSize = true;
  440. this.lb彩信单价.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  441. this.lb彩信单价.ForeColor = System.Drawing.Color.Green;
  442. this.lb彩信单价.Location = new System.Drawing.Point(138, 361);
  443. this.lb彩信单价.Name = "lb彩信单价";
  444. this.lb彩信单价.Size = new System.Drawing.Size(13, 17);
  445. this.lb彩信单价.TabIndex = 0;
  446. this.lb彩信单价.Text = "-";
  447. //
  448. // lb传真单价
  449. //
  450. this.lb传真单价.AutoSize = true;
  451. this.lb传真单价.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  452. this.lb传真单价.ForeColor = System.Drawing.Color.Green;
  453. this.lb传真单价.Location = new System.Drawing.Point(138, 331);
  454. this.lb传真单价.Name = "lb传真单价";
  455. this.lb传真单价.Size = new System.Drawing.Size(13, 17);
  456. this.lb传真单价.TabIndex = 0;
  457. this.lb传真单价.Text = "-";
  458. //
  459. // lb语音单价
  460. //
  461. this.lb语音单价.AutoSize = true;
  462. this.lb语音单价.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  463. this.lb语音单价.ForeColor = System.Drawing.Color.Green;
  464. this.lb语音单价.Location = new System.Drawing.Point(138, 301);
  465. this.lb语音单价.Name = "lb语音单价";
  466. this.lb语音单价.Size = new System.Drawing.Size(13, 17);
  467. this.lb语音单价.TabIndex = 0;
  468. this.lb语音单价.Text = "-";
  469. //
  470. // lb短信签名
  471. //
  472. this.lb短信签名.AutoSize = true;
  473. this.lb短信签名.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  474. this.lb短信签名.ForeColor = System.Drawing.Color.Green;
  475. this.lb短信签名.Location = new System.Drawing.Point(138, 271);
  476. this.lb短信签名.Name = "lb短信签名";
  477. this.lb短信签名.Size = new System.Drawing.Size(13, 17);
  478. this.lb短信签名.TabIndex = 0;
  479. this.lb短信签名.Text = "-";
  480. //
  481. // lb短信字符数
  482. //
  483. this.lb短信字符数.AutoSize = true;
  484. this.lb短信字符数.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  485. this.lb短信字符数.ForeColor = System.Drawing.Color.Green;
  486. this.lb短信字符数.Location = new System.Drawing.Point(138, 241);
  487. this.lb短信字符数.Name = "lb短信字符数";
  488. this.lb短信字符数.Size = new System.Drawing.Size(13, 17);
  489. this.lb短信字符数.TabIndex = 0;
  490. this.lb短信字符数.Text = "-";
  491. //
  492. // lb单价
  493. //
  494. this.lb单价.AutoSize = true;
  495. this.lb单价.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  496. this.lb单价.ForeColor = System.Drawing.Color.Green;
  497. this.lb单价.Location = new System.Drawing.Point(138, 211);
  498. this.lb单价.Name = "lb单价";
  499. this.lb单价.Size = new System.Drawing.Size(13, 17);
  500. this.lb单价.TabIndex = 0;
  501. this.lb单价.Text = "-";
  502. //
  503. // lab查询结果
  504. //
  505. this.lab查询结果.AutoSize = true;
  506. this.lab查询结果.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  507. this.lab查询结果.ForeColor = System.Drawing.Color.Green;
  508. this.lab查询结果.Location = new System.Drawing.Point(138, 125);
  509. this.lab查询结果.Name = "lab查询结果";
  510. this.lab查询结果.Size = new System.Drawing.Size(13, 17);
  511. this.lab查询结果.TabIndex = 0;
  512. this.lab查询结果.Text = "-";
  513. //
  514. // lb余额
  515. //
  516. this.lb余额.AutoSize = true;
  517. this.lb余额.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  518. this.lb余额.ForeColor = System.Drawing.Color.Green;
  519. this.lb余额.Location = new System.Drawing.Point(138, 181);
  520. this.lb余额.Name = "lb余额";
  521. this.lb余额.Size = new System.Drawing.Size(13, 17);
  522. this.lb余额.TabIndex = 0;
  523. this.lb余额.Text = "-";
  524. //
  525. // lb用户名
  526. //
  527. this.lb用户名.AutoSize = true;
  528. this.lb用户名.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  529. this.lb用户名.ForeColor = System.Drawing.Color.Green;
  530. this.lb用户名.Location = new System.Drawing.Point(138, 151);
  531. this.lb用户名.Name = "lb用户名";
  532. this.lb用户名.Size = new System.Drawing.Size(13, 17);
  533. this.lb用户名.TabIndex = 0;
  534. this.lb用户名.Text = "-";
  535. //
  536. // skinButtomSendSms
  537. //
  538. this.skinButtomSendSms.BackColor = System.Drawing.Color.Transparent;
  539. this.skinButtomSendSms.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  540. this.skinButtomSendSms.DownBack = null;
  541. this.skinButtomSendSms.Location = new System.Drawing.Point(197, 275);
  542. this.skinButtomSendSms.MouseBack = null;
  543. this.skinButtomSendSms.Name = "skinButtomSendSms";
  544. this.skinButtomSendSms.NormlBack = null;
  545. this.skinButtomSendSms.Size = new System.Drawing.Size(75, 29);
  546. this.skinButtomSendSms.TabIndex = 1;
  547. this.skinButtomSendSms.Text = "发送短信";
  548. this.skinButtomSendSms.UseVisualStyleBackColor = false;
  549. this.skinButtomSendSms.Click += new System.EventHandler(this.skinButtomSendSms_Click);
  550. //
  551. // skinTextBoxPhoneNumber
  552. //
  553. this.skinTextBoxPhoneNumber.BackColor = System.Drawing.Color.Transparent;
  554. this.skinTextBoxPhoneNumber.Icon = null;
  555. this.skinTextBoxPhoneNumber.IconIsButton = false;
  556. this.skinTextBoxPhoneNumber.IsPasswordChat = '\0';
  557. this.skinTextBoxPhoneNumber.IsSystemPasswordChar = false;
  558. this.skinTextBoxPhoneNumber.Lines = new string[0];
  559. this.skinTextBoxPhoneNumber.Location = new System.Drawing.Point(10, 39);
  560. this.skinTextBoxPhoneNumber.Margin = new System.Windows.Forms.Padding(0);
  561. this.skinTextBoxPhoneNumber.MaxLength = 32767;
  562. this.skinTextBoxPhoneNumber.MinimumSize = new System.Drawing.Size(0, 28);
  563. this.skinTextBoxPhoneNumber.MouseBack = null;
  564. this.skinTextBoxPhoneNumber.Multiline = true;
  565. this.skinTextBoxPhoneNumber.Name = "skinTextBoxPhoneNumber";
  566. this.skinTextBoxPhoneNumber.NormlBack = null;
  567. this.skinTextBoxPhoneNumber.Padding = new System.Windows.Forms.Padding(5);
  568. this.skinTextBoxPhoneNumber.ReadOnly = false;
  569. this.skinTextBoxPhoneNumber.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  570. this.skinTextBoxPhoneNumber.Size = new System.Drawing.Size(264, 73);
  571. this.skinTextBoxPhoneNumber.TabIndex = 2;
  572. this.skinTextBoxPhoneNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  573. this.skinTextBoxPhoneNumber.WaterColor = System.Drawing.Color.DarkGray;
  574. this.skinTextBoxPhoneNumber.WaterText = "请输入对方手机号";
  575. this.skinTextBoxPhoneNumber.WordWrap = true;
  576. //
  577. // labelEx发送结果
  578. //
  579. this.labelEx发送结果.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  580. this.labelEx发送结果.ForeColor = System.Drawing.Color.Red;
  581. this.labelEx发送结果.Location = new System.Drawing.Point(12, 319);
  582. this.labelEx发送结果.Name = "labelEx发送结果";
  583. this.labelEx发送结果.Size = new System.Drawing.Size(262, 101);
  584. this.labelEx发送结果.TabIndex = 0;
  585. this.labelEx发送结果.Text = "-";
  586. //
  587. // groupBoxEx2
  588. //
  589. this.groupBoxEx2.BackColor = System.Drawing.Color.Transparent;
  590. this.groupBoxEx2.Controls.Add(this.skinButtomSendSms);
  591. this.groupBoxEx2.Controls.Add(this.skinTextBoxSmsInfo);
  592. this.groupBoxEx2.Controls.Add(this.skinTextBoxPhoneNumber);
  593. this.groupBoxEx2.Controls.Add(this.labelEx1);
  594. this.groupBoxEx2.Controls.Add(this.labelEx24);
  595. this.groupBoxEx2.Controls.Add(this.labelEx23);
  596. this.groupBoxEx2.Controls.Add(this.labelEx发送结果);
  597. this.groupBoxEx2.Location = new System.Drawing.Point(304, 70);
  598. this.groupBoxEx2.Name = "groupBoxEx2";
  599. this.groupBoxEx2.Size = new System.Drawing.Size(280, 479);
  600. this.groupBoxEx2.TabIndex = 3;
  601. this.groupBoxEx2.TabStop = false;
  602. this.groupBoxEx2.Text = "短信发送";
  603. //
  604. // skinTextBoxSmsInfo
  605. //
  606. this.skinTextBoxSmsInfo.BackColor = System.Drawing.Color.Transparent;
  607. this.skinTextBoxSmsInfo.Icon = null;
  608. this.skinTextBoxSmsInfo.IconIsButton = false;
  609. this.skinTextBoxSmsInfo.IsPasswordChat = '\0';
  610. this.skinTextBoxSmsInfo.IsSystemPasswordChar = false;
  611. this.skinTextBoxSmsInfo.Lines = new string[0];
  612. this.skinTextBoxSmsInfo.Location = new System.Drawing.Point(10, 136);
  613. this.skinTextBoxSmsInfo.Margin = new System.Windows.Forms.Padding(0);
  614. this.skinTextBoxSmsInfo.MaxLength = 32767;
  615. this.skinTextBoxSmsInfo.MinimumSize = new System.Drawing.Size(0, 28);
  616. this.skinTextBoxSmsInfo.MouseBack = null;
  617. this.skinTextBoxSmsInfo.Multiline = true;
  618. this.skinTextBoxSmsInfo.Name = "skinTextBoxSmsInfo";
  619. this.skinTextBoxSmsInfo.NormlBack = null;
  620. this.skinTextBoxSmsInfo.Padding = new System.Windows.Forms.Padding(5);
  621. this.skinTextBoxSmsInfo.ReadOnly = false;
  622. this.skinTextBoxSmsInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  623. this.skinTextBoxSmsInfo.Size = new System.Drawing.Size(264, 135);
  624. this.skinTextBoxSmsInfo.TabIndex = 2;
  625. this.skinTextBoxSmsInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  626. this.skinTextBoxSmsInfo.WaterColor = System.Drawing.Color.DarkGray;
  627. this.skinTextBoxSmsInfo.WaterText = "请输入对方手机号";
  628. this.skinTextBoxSmsInfo.WordWrap = true;
  629. //
  630. // labelEx1
  631. //
  632. this.labelEx1.AutoSize = true;
  633. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  634. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  635. this.labelEx1.Location = new System.Drawing.Point(12, 298);
  636. this.labelEx1.Name = "labelEx1";
  637. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  638. this.labelEx1.TabIndex = 0;
  639. this.labelEx1.Text = "发送结果:";
  640. //
  641. // labelEx24
  642. //
  643. this.labelEx24.AutoSize = true;
  644. this.labelEx24.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  645. this.labelEx24.Location = new System.Drawing.Point(12, 116);
  646. this.labelEx24.Name = "labelEx24";
  647. this.labelEx24.Size = new System.Drawing.Size(59, 17);
  648. this.labelEx24.TabIndex = 0;
  649. this.labelEx24.Text = "短信内容:";
  650. //
  651. // labelEx23
  652. //
  653. this.labelEx23.AutoSize = true;
  654. this.labelEx23.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  655. this.labelEx23.Location = new System.Drawing.Point(12, 20);
  656. this.labelEx23.Name = "labelEx23";
  657. this.labelEx23.Size = new System.Drawing.Size(189, 17);
  658. this.labelEx23.TabIndex = 0;
  659. this.labelEx23.Text = "对方手机号(多个用“,”号分隔):";
  660. //
  661. // groupBoxEx3
  662. //
  663. this.groupBoxEx3.BackColor = System.Drawing.Color.Transparent;
  664. this.groupBoxEx3.Controls.Add(this.nudCount);
  665. this.groupBoxEx3.Controls.Add(this.rdobtnBulk);
  666. this.groupBoxEx3.Controls.Add(this.rdobtnSingleShot);
  667. this.groupBoxEx3.Controls.Add(this.labelEx16);
  668. this.groupBoxEx3.Location = new System.Drawing.Point(12, 11);
  669. this.groupBoxEx3.Name = "groupBoxEx3";
  670. this.groupBoxEx3.Size = new System.Drawing.Size(572, 53);
  671. this.groupBoxEx3.TabIndex = 4;
  672. this.groupBoxEx3.TabStop = false;
  673. this.groupBoxEx3.Text = "通道选择";
  674. //
  675. // nudCount
  676. //
  677. this.nudCount.Location = new System.Drawing.Point(420, 20);
  678. this.nudCount.Maximum = new decimal(new int[] {
  679. 10000,
  680. 0,
  681. 0,
  682. 0});
  683. this.nudCount.Minimum = new decimal(new int[] {
  684. 1,
  685. 0,
  686. 0,
  687. 0});
  688. this.nudCount.Name = "nudCount";
  689. this.nudCount.Size = new System.Drawing.Size(58, 21);
  690. this.nudCount.TabIndex = 1;
  691. this.nudCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  692. this.nudCount.Value = new decimal(new int[] {
  693. 1,
  694. 0,
  695. 0,
  696. 0});
  697. //
  698. // rdobtnBulk
  699. //
  700. this.rdobtnBulk.AutoSize = true;
  701. this.rdobtnBulk.BackColor = System.Drawing.Color.Transparent;
  702. this.rdobtnBulk.Font = new System.Drawing.Font("微软雅黑", 9F);
  703. this.rdobtnBulk.Location = new System.Drawing.Point(127, 20);
  704. this.rdobtnBulk.Name = "rdobtnBulk";
  705. this.rdobtnBulk.Size = new System.Drawing.Size(118, 21);
  706. this.rdobtnBulk.TabIndex = 0;
  707. this.rdobtnBulk.Text = "群发通道(营销类)";
  708. this.rdobtnBulk.UseVisualStyleBackColor = false;
  709. this.rdobtnBulk.Click += new System.EventHandler(this.rdobtnBulk_Click);
  710. //
  711. // rdobtnSingleShot
  712. //
  713. this.rdobtnSingleShot.AutoSize = true;
  714. this.rdobtnSingleShot.BackColor = System.Drawing.Color.Transparent;
  715. this.rdobtnSingleShot.Checked = true;
  716. this.rdobtnSingleShot.Font = new System.Drawing.Font("微软雅黑", 9F);
  717. this.rdobtnSingleShot.Location = new System.Drawing.Point(9, 20);
  718. this.rdobtnSingleShot.Name = "rdobtnSingleShot";
  719. this.rdobtnSingleShot.Size = new System.Drawing.Size(118, 21);
  720. this.rdobtnSingleShot.TabIndex = 0;
  721. this.rdobtnSingleShot.TabStop = true;
  722. this.rdobtnSingleShot.Text = "单发通道(通知类)";
  723. this.rdobtnSingleShot.UseVisualStyleBackColor = false;
  724. this.rdobtnSingleShot.Click += new System.EventHandler(this.rdobtnSingleShot_Click);
  725. //
  726. // labelEx16
  727. //
  728. this.labelEx16.AutoSize = true;
  729. this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  730. this.labelEx16.Location = new System.Drawing.Point(256, 22);
  731. this.labelEx16.Name = "labelEx16";
  732. this.labelEx16.Size = new System.Drawing.Size(306, 17);
  733. this.labelEx16.TabIndex = 0;
  734. this.labelEx16.Text = "单发/群发通道切换条件 大于 条为群发通道";
  735. //
  736. // chkOpen
  737. //
  738. this.chkOpen.AutoSize = true;
  739. this.chkOpen.BackColor = System.Drawing.Color.Transparent;
  740. this.chkOpen.Font = new System.Drawing.Font("微软雅黑", 9F);
  741. this.chkOpen.Location = new System.Drawing.Point(47, 21);
  742. this.chkOpen.Name = "chkOpen";
  743. this.chkOpen.Size = new System.Drawing.Size(75, 21);
  744. this.chkOpen.TabIndex = 4;
  745. this.chkOpen.Text = "启用通道";
  746. this.chkOpen.UseVisualStyleBackColor = false;
  747. //
  748. // frmAccountInformation
  749. //
  750. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  751. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  752. this.ClientSize = new System.Drawing.Size(600, 630);
  753. this.IsMaximized = false;
  754. this.IsUserControlsSize = false;
  755. this.Name = "frmAccountInformation";
  756. this.Text = "吉信通短信接口V3.0—帐号信息";
  757. this.plExMainContainer.ResumeLayout(false);
  758. this.plFormMainContent.ResumeLayout(false);
  759. this.groupBoxEx1.ResumeLayout(false);
  760. this.groupBoxEx1.PerformLayout();
  761. this.groupBoxEx2.ResumeLayout(false);
  762. this.groupBoxEx2.PerformLayout();
  763. this.groupBoxEx3.ResumeLayout(false);
  764. this.groupBoxEx3.PerformLayout();
  765. ((System.ComponentModel.ISupportInitialize)(this.nudCount)).EndInit();
  766. this.ResumeLayout(false);
  767. }
  768. #endregion
  769. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  770. private OtherExpansion.SkinControl.SkinButtom skinButtomSendSms;
  771. private ComponentLibrary.LabelEx labelEx10;
  772. private ComponentLibrary.LabelEx labelEx9;
  773. private ComponentLibrary.LabelEx labelEx8;
  774. private ComponentLibrary.LabelEx labelEx7;
  775. private ComponentLibrary.LabelEx labelEx6;
  776. private ComponentLibrary.LabelEx labelEx5;
  777. private ComponentLibrary.LabelEx labelEx4;
  778. private ComponentLibrary.LabelEx labelEx3;
  779. private ComponentLibrary.LabelEx labelEx2;
  780. private OtherExpansion.SkinControl.SkinTextBox skinTextBoxPhoneNumber;
  781. private OtherExpansion.SkinControl.SkinTextBox skinTextBoxPassword;
  782. private OtherExpansion.SkinControl.SkinTextBox skinTextBoxAccount;
  783. private ComponentLibrary.LabelEx labelEx12;
  784. private ComponentLibrary.LabelEx labelEx11;
  785. private OtherExpansion.SkinControl.SkinButtom skinButtomQuery;
  786. private ComponentLibrary.LabelEx lab所属经营商;
  787. private ComponentLibrary.LabelEx lb彩信单价;
  788. private ComponentLibrary.LabelEx lb传真单价;
  789. private ComponentLibrary.LabelEx lb语音单价;
  790. private ComponentLibrary.LabelEx lb短信签名;
  791. private ComponentLibrary.LabelEx lb短信字符数;
  792. private ComponentLibrary.LabelEx lb单价;
  793. private ComponentLibrary.LabelEx lb余额;
  794. private ComponentLibrary.LabelEx lb用户名;
  795. private ComponentLibrary.LabelEx labelEx发送结果;
  796. private ComponentLibrary.GroupBoxEx groupBoxEx2;
  797. private OtherExpansion.SkinControl.SkinTextBox skinTextBoxSmsInfo;
  798. private ComponentLibrary.LabelEx labelEx24;
  799. private ComponentLibrary.LabelEx labelEx23;
  800. private ComponentLibrary.LabelEx labelEx1;
  801. private ComponentLibrary.LabelEx labelEx14;
  802. private ComponentLibrary.LabelEx lab查询结果;
  803. private OtherExpansion.SkinControl.SkinTextBox skinTextBox2;
  804. private OtherExpansion.SkinControl.SkinTextBox skinTextBox1;
  805. private ComponentLibrary.LabelEx labelEx15;
  806. private ComponentLibrary.LabelEx labelEx13;
  807. private OtherExpansion.SkinControl.SkinButtom skinButtom1;
  808. private ComponentLibrary.GroupBoxEx groupBoxEx3;
  809. private ComponentLibrary.NumericUpDownEx nudCount;
  810. private ComponentLibrary.RadioButtonEx rdobtnBulk;
  811. private ComponentLibrary.RadioButtonEx rdobtnSingleShot;
  812. private ComponentLibrary.LabelEx labelEx16;
  813. private ComponentLibrary.CheckBoxEx chkOpen;
  814. }
  815. }