frmAddTeletextNews.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. namespace LYFZ.Software.UI.OAShopManagement
  2. {
  3. partial class frmAddTeletextNews
  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(frmAddTeletextNews));
  29. this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
  30. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.txtTitle = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  32. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  34. this.trwTextList = new System.Windows.Forms.TreeView();
  35. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.btnAdd = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.btndel = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.txtDesc = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  40. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.txtPicUrl = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  42. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.txtSrcUrl = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  44. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.plExMainContainer.SuspendLayout();
  50. this.plFormMainContent.SuspendLayout();
  51. this.groupBoxEx2.SuspendLayout();
  52. this.groupBoxEx1.SuspendLayout();
  53. this.panelEx1.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // plExMainContainer
  57. //
  58. this.plExMainContainer.Controls.Add(this.groupBoxEx2);
  59. this.plExMainContainer.Controls.Add(this.groupBoxEx1);
  60. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  61. this.plExMainContainer.Size = new System.Drawing.Size(810, 445);
  62. //
  63. // plFormMainContent
  64. //
  65. this.plFormMainContent.Size = new System.Drawing.Size(810, 445);
  66. //
  67. // btnAppFormExit
  68. //
  69. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  70. this.btnAppFormExit.Location = new System.Drawing.Point(778, 0);
  71. //
  72. // btnAppFormMinimize
  73. //
  74. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  75. //
  76. // groupBoxEx2
  77. //
  78. this.groupBoxEx2.Controls.Add(this.btnClose);
  79. this.groupBoxEx2.Controls.Add(this.btnSave);
  80. this.groupBoxEx2.Controls.Add(this.txtDesc);
  81. this.groupBoxEx2.Controls.Add(this.txtSrcUrl);
  82. this.groupBoxEx2.Controls.Add(this.txtPicUrl);
  83. this.groupBoxEx2.Controls.Add(this.txtTitle);
  84. this.groupBoxEx2.Controls.Add(this.labelEx3);
  85. this.groupBoxEx2.Controls.Add(this.labelEx6);
  86. this.groupBoxEx2.Controls.Add(this.labelEx8);
  87. this.groupBoxEx2.Controls.Add(this.labelEx7);
  88. this.groupBoxEx2.Controls.Add(this.labelEx2);
  89. this.groupBoxEx2.Controls.Add(this.labelEx1);
  90. this.groupBoxEx2.Controls.Add(this.labelEx5);
  91. this.groupBoxEx2.Controls.Add(this.labelEx4);
  92. this.groupBoxEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.groupBoxEx2.Location = new System.Drawing.Point(240, 10);
  94. this.groupBoxEx2.Name = "groupBoxEx2";
  95. this.groupBoxEx2.Size = new System.Drawing.Size(560, 425);
  96. this.groupBoxEx2.TabIndex = 1;
  97. this.groupBoxEx2.TabStop = false;
  98. this.groupBoxEx2.Text = "图文内容";
  99. //
  100. // btnSave
  101. //
  102. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  103. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  104. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  105. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.btnSave.ForeColor = System.Drawing.Color.White;
  107. this.btnSave.IsCustomBackImg = false;
  108. this.btnSave.IsShowText = true;
  109. this.btnSave.Location = new System.Drawing.Point(293, 345);
  110. this.btnSave.Name = "btnSave";
  111. this.btnSave.Size = new System.Drawing.Size(114, 42);
  112. this.btnSave.TabIndex = 0;
  113. this.btnSave.Text = "保 存";
  114. this.btnSave.UseVisualStyleBackColor = false;
  115. //
  116. // txtTitle
  117. //
  118. this.txtTitle.BackColor = System.Drawing.Color.Transparent;
  119. this.txtTitle.Icon = null;
  120. this.txtTitle.IconIsButton = false;
  121. this.txtTitle.IsPasswordChat = '\0';
  122. this.txtTitle.IsSystemPasswordChar = false;
  123. this.txtTitle.Lines = new string[0];
  124. this.txtTitle.Location = new System.Drawing.Point(118, 29);
  125. this.txtTitle.Margin = new System.Windows.Forms.Padding(0);
  126. this.txtTitle.MaxLength = 32767;
  127. this.txtTitle.MinimumSize = new System.Drawing.Size(0, 26);
  128. this.txtTitle.MouseBack = null;
  129. this.txtTitle.Multiline = false;
  130. this.txtTitle.Name = "txtTitle";
  131. this.txtTitle.NormlBack = null;
  132. this.txtTitle.Padding = new System.Windows.Forms.Padding(5);
  133. this.txtTitle.ReadOnly = false;
  134. this.txtTitle.ScrollBars = System.Windows.Forms.ScrollBars.None;
  135. this.txtTitle.Size = new System.Drawing.Size(409, 26);
  136. this.txtTitle.TabIndex = 4;
  137. this.txtTitle.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  138. this.txtTitle.WaterColor = System.Drawing.Color.DarkGray;
  139. this.txtTitle.WaterText = "标题最多64个字";
  140. this.txtTitle.WordWrap = true;
  141. //
  142. // labelEx4
  143. //
  144. this.labelEx4.AutoSize = true;
  145. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  146. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  147. this.labelEx4.Location = new System.Drawing.Point(67, 34);
  148. this.labelEx4.Name = "labelEx4";
  149. this.labelEx4.Size = new System.Drawing.Size(44, 17);
  150. this.labelEx4.TabIndex = 1;
  151. this.labelEx4.Text = "标题:";
  152. //
  153. // groupBoxEx1
  154. //
  155. this.groupBoxEx1.Controls.Add(this.trwTextList);
  156. this.groupBoxEx1.Controls.Add(this.panelEx1);
  157. this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Left;
  158. this.groupBoxEx1.Location = new System.Drawing.Point(10, 10);
  159. this.groupBoxEx1.Name = "groupBoxEx1";
  160. this.groupBoxEx1.Size = new System.Drawing.Size(230, 425);
  161. this.groupBoxEx1.TabIndex = 2;
  162. this.groupBoxEx1.TabStop = false;
  163. this.groupBoxEx1.Text = "图文列表";
  164. //
  165. // trwTextList
  166. //
  167. this.trwTextList.Dock = System.Windows.Forms.DockStyle.Fill;
  168. this.trwTextList.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.trwTextList.Indent = 10;
  170. this.trwTextList.ItemHeight = 22;
  171. this.trwTextList.Location = new System.Drawing.Point(3, 64);
  172. this.trwTextList.Name = "trwTextList";
  173. this.trwTextList.Size = new System.Drawing.Size(224, 358);
  174. this.trwTextList.TabIndex = 4;
  175. //
  176. // panelEx1
  177. //
  178. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  179. this.panelEx1.BorderWidth = 1;
  180. this.panelEx1.Controls.Add(this.btnAdd);
  181. this.panelEx1.Controls.Add(this.btndel);
  182. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  183. this.panelEx1.Location = new System.Drawing.Point(3, 17);
  184. this.panelEx1.Name = "panelEx1";
  185. this.panelEx1.Size = new System.Drawing.Size(224, 47);
  186. this.panelEx1.TabIndex = 1;
  187. //
  188. // btnAdd
  189. //
  190. this.btnAdd.BackColor = System.Drawing.Color.Transparent;
  191. this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg")));
  192. this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  193. this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  194. this.btnAdd.ForeColor = System.Drawing.Color.White;
  195. this.btnAdd.IsCustomBackImg = false;
  196. this.btnAdd.IsShowText = true;
  197. this.btnAdd.Location = new System.Drawing.Point(4, 10);
  198. this.btnAdd.Name = "btnAdd";
  199. this.btnAdd.Size = new System.Drawing.Size(85, 28);
  200. this.btnAdd.TabIndex = 0;
  201. this.btnAdd.Text = "添加图文";
  202. this.btnAdd.UseVisualStyleBackColor = false;
  203. //
  204. // btndel
  205. //
  206. this.btndel.BackColor = System.Drawing.Color.Transparent;
  207. this.btndel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btndel.BackImg")));
  208. this.btndel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  209. this.btndel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  210. this.btndel.ForeColor = System.Drawing.Color.White;
  211. this.btndel.IsCustomBackImg = false;
  212. this.btndel.IsShowText = true;
  213. this.btndel.Location = new System.Drawing.Point(136, 10);
  214. this.btndel.Name = "btndel";
  215. this.btndel.Size = new System.Drawing.Size(85, 28);
  216. this.btndel.TabIndex = 0;
  217. this.btndel.Text = "删除图文";
  218. this.btndel.UseVisualStyleBackColor = false;
  219. //
  220. // labelEx3
  221. //
  222. this.labelEx3.AutoSize = true;
  223. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  224. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  225. this.labelEx3.Location = new System.Drawing.Point(67, 92);
  226. this.labelEx3.Name = "labelEx3";
  227. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  228. this.labelEx3.TabIndex = 1;
  229. this.labelEx3.Text = "描述:";
  230. //
  231. // txtDesc
  232. //
  233. this.txtDesc.BackColor = System.Drawing.Color.Transparent;
  234. this.txtDesc.Icon = null;
  235. this.txtDesc.IconIsButton = false;
  236. this.txtDesc.IsPasswordChat = '\0';
  237. this.txtDesc.IsSystemPasswordChar = false;
  238. this.txtDesc.Lines = new string[0];
  239. this.txtDesc.Location = new System.Drawing.Point(118, 92);
  240. this.txtDesc.Margin = new System.Windows.Forms.Padding(0);
  241. this.txtDesc.MaxLength = 32767;
  242. this.txtDesc.MinimumSize = new System.Drawing.Size(0, 26);
  243. this.txtDesc.MouseBack = null;
  244. this.txtDesc.Multiline = true;
  245. this.txtDesc.Name = "txtDesc";
  246. this.txtDesc.NormlBack = null;
  247. this.txtDesc.Padding = new System.Windows.Forms.Padding(5);
  248. this.txtDesc.ReadOnly = false;
  249. this.txtDesc.ScrollBars = System.Windows.Forms.ScrollBars.None;
  250. this.txtDesc.Size = new System.Drawing.Size(409, 107);
  251. this.txtDesc.TabIndex = 4;
  252. this.txtDesc.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  253. this.txtDesc.WaterColor = System.Drawing.Color.DarkGray;
  254. this.txtDesc.WaterText = "描述最多120个字";
  255. this.txtDesc.WordWrap = true;
  256. //
  257. // labelEx5
  258. //
  259. this.labelEx5.AutoSize = true;
  260. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  261. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  262. this.labelEx5.Location = new System.Drawing.Point(20, 294);
  263. this.labelEx5.Name = "labelEx5";
  264. this.labelEx5.Size = new System.Drawing.Size(91, 17);
  265. this.labelEx5.TabIndex = 1;
  266. this.labelEx5.Text = "封面图片URL:";
  267. //
  268. // txtPicUrl
  269. //
  270. this.txtPicUrl.BackColor = System.Drawing.Color.Transparent;
  271. this.txtPicUrl.Icon = null;
  272. this.txtPicUrl.IconIsButton = false;
  273. this.txtPicUrl.IsPasswordChat = '\0';
  274. this.txtPicUrl.IsSystemPasswordChar = false;
  275. this.txtPicUrl.Lines = new string[0];
  276. this.txtPicUrl.Location = new System.Drawing.Point(118, 289);
  277. this.txtPicUrl.Margin = new System.Windows.Forms.Padding(0);
  278. this.txtPicUrl.MaxLength = 32767;
  279. this.txtPicUrl.MinimumSize = new System.Drawing.Size(0, 26);
  280. this.txtPicUrl.MouseBack = null;
  281. this.txtPicUrl.Multiline = false;
  282. this.txtPicUrl.Name = "txtPicUrl";
  283. this.txtPicUrl.NormlBack = null;
  284. this.txtPicUrl.Padding = new System.Windows.Forms.Padding(5);
  285. this.txtPicUrl.ReadOnly = false;
  286. this.txtPicUrl.ScrollBars = System.Windows.Forms.ScrollBars.None;
  287. this.txtPicUrl.Size = new System.Drawing.Size(409, 26);
  288. this.txtPicUrl.TabIndex = 4;
  289. this.txtPicUrl.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  290. this.txtPicUrl.WaterColor = System.Drawing.Color.DarkGray;
  291. this.txtPicUrl.WaterText = "最多4000个字符长度";
  292. this.txtPicUrl.WordWrap = true;
  293. //
  294. // labelEx6
  295. //
  296. this.labelEx6.AutoSize = true;
  297. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  298. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  299. this.labelEx6.Location = new System.Drawing.Point(20, 234);
  300. this.labelEx6.Name = "labelEx6";
  301. this.labelEx6.Size = new System.Drawing.Size(91, 17);
  302. this.labelEx6.TabIndex = 1;
  303. this.labelEx6.Text = "原文链接URL:";
  304. //
  305. // txtSrcUrl
  306. //
  307. this.txtSrcUrl.BackColor = System.Drawing.Color.Transparent;
  308. this.txtSrcUrl.Icon = null;
  309. this.txtSrcUrl.IconIsButton = false;
  310. this.txtSrcUrl.IsPasswordChat = '\0';
  311. this.txtSrcUrl.IsSystemPasswordChar = false;
  312. this.txtSrcUrl.Lines = new string[0];
  313. this.txtSrcUrl.Location = new System.Drawing.Point(118, 229);
  314. this.txtSrcUrl.Margin = new System.Windows.Forms.Padding(0);
  315. this.txtSrcUrl.MaxLength = 32767;
  316. this.txtSrcUrl.MinimumSize = new System.Drawing.Size(0, 26);
  317. this.txtSrcUrl.MouseBack = null;
  318. this.txtSrcUrl.Multiline = false;
  319. this.txtSrcUrl.Name = "txtSrcUrl";
  320. this.txtSrcUrl.NormlBack = null;
  321. this.txtSrcUrl.Padding = new System.Windows.Forms.Padding(5);
  322. this.txtSrcUrl.ReadOnly = false;
  323. this.txtSrcUrl.ScrollBars = System.Windows.Forms.ScrollBars.None;
  324. this.txtSrcUrl.Size = new System.Drawing.Size(409, 26);
  325. this.txtSrcUrl.TabIndex = 4;
  326. this.txtSrcUrl.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  327. this.txtSrcUrl.WaterColor = System.Drawing.Color.DarkGray;
  328. this.txtSrcUrl.WaterText = "最多4000个字符长度";
  329. this.txtSrcUrl.WordWrap = true;
  330. //
  331. // btnClose
  332. //
  333. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  334. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  335. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  336. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.btnClose.ForeColor = System.Drawing.Color.White;
  338. this.btnClose.IsCustomBackImg = false;
  339. this.btnClose.IsShowText = true;
  340. this.btnClose.Location = new System.Drawing.Point(413, 345);
  341. this.btnClose.Name = "btnClose";
  342. this.btnClose.Size = new System.Drawing.Size(114, 42);
  343. this.btnClose.TabIndex = 0;
  344. this.btnClose.Text = "关 闭";
  345. this.btnClose.UseVisualStyleBackColor = false;
  346. //
  347. // labelEx1
  348. //
  349. this.labelEx1.AutoSize = true;
  350. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  351. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  352. this.labelEx1.Location = new System.Drawing.Point(120, 64);
  353. this.labelEx1.Name = "labelEx1";
  354. this.labelEx1.Size = new System.Drawing.Size(94, 17);
  355. this.labelEx1.TabIndex = 1;
  356. this.labelEx1.Text = "标题最多64个字";
  357. //
  358. // labelEx2
  359. //
  360. this.labelEx2.AutoSize = true;
  361. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  362. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  363. this.labelEx2.Location = new System.Drawing.Point(120, 201);
  364. this.labelEx2.Name = "labelEx2";
  365. this.labelEx2.Size = new System.Drawing.Size(101, 17);
  366. this.labelEx2.TabIndex = 1;
  367. this.labelEx2.Text = "描述最多120个字";
  368. //
  369. // labelEx7
  370. //
  371. this.labelEx7.AutoSize = true;
  372. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  373. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  374. this.labelEx7.Location = new System.Drawing.Point(120, 317);
  375. this.labelEx7.Name = "labelEx7";
  376. this.labelEx7.Size = new System.Drawing.Size(120, 17);
  377. this.labelEx7.TabIndex = 1;
  378. this.labelEx7.Text = "最多4000个字符长度";
  379. //
  380. // labelEx8
  381. //
  382. this.labelEx8.AutoSize = true;
  383. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  384. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  385. this.labelEx8.Location = new System.Drawing.Point(120, 259);
  386. this.labelEx8.Name = "labelEx8";
  387. this.labelEx8.Size = new System.Drawing.Size(120, 17);
  388. this.labelEx8.TabIndex = 1;
  389. this.labelEx8.Text = "最多4000个字符长度";
  390. //
  391. // frmAddTeletextNews
  392. //
  393. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  394. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  395. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  396. this.ClientSize = new System.Drawing.Size(810, 510);
  397. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  398. this.IsMaximized = false;
  399. this.IsUserControlsSize = false;
  400. this.MinimizeBox = false;
  401. this.Name = "frmAddTeletextNews";
  402. this.Text = "添加图文消息";
  403. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  404. this.plExMainContainer.ResumeLayout(false);
  405. this.plFormMainContent.ResumeLayout(false);
  406. this.groupBoxEx2.ResumeLayout(false);
  407. this.groupBoxEx2.PerformLayout();
  408. this.groupBoxEx1.ResumeLayout(false);
  409. this.panelEx1.ResumeLayout(false);
  410. this.ResumeLayout(false);
  411. }
  412. #endregion
  413. private ComponentLibrary.GroupBoxEx groupBoxEx2;
  414. private ComponentLibrary.LabelEx labelEx4;
  415. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  416. private ComponentLibrary.PanelEx panelEx1;
  417. private ComponentLibrary.LabelEx labelEx3;
  418. private ComponentLibrary.LabelEx labelEx6;
  419. private ComponentLibrary.LabelEx labelEx5;
  420. private ComponentLibrary.LabelEx labelEx8;
  421. private ComponentLibrary.LabelEx labelEx7;
  422. private ComponentLibrary.LabelEx labelEx2;
  423. private ComponentLibrary.LabelEx labelEx1;
  424. public ComponentLibrary.ButtonEx btnSave;
  425. public OtherExpansion.SkinControl.SkinTextBox txtTitle;
  426. public System.Windows.Forms.TreeView trwTextList;
  427. public ComponentLibrary.ButtonEx btnAdd;
  428. public ComponentLibrary.ButtonEx btndel;
  429. public OtherExpansion.SkinControl.SkinTextBox txtDesc;
  430. public OtherExpansion.SkinControl.SkinTextBox txtSrcUrl;
  431. public OtherExpansion.SkinControl.SkinTextBox txtPicUrl;
  432. public ComponentLibrary.ButtonEx btnClose;
  433. }
  434. }