frmSubmitDataToService.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmSubmitDataToService
  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(frmSubmitDataToService));
  29. this.skinLabel1 = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  30. this.skinLabel2 = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  31. this.skinLabel3 = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  32. this.skinLabel4 = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  33. this.skinLabel5 = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  34. this.skinLabel6 = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  35. this.skinLabel7 = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  36. this.skinLabel8 = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  37. this.skinLabel9 = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  38. this.skinLabel10 = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  39. this.skinLabel11 = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  40. this.skinLabel12 = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  41. this.skinLabel13 = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  42. this.skinLabel14 = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  43. this.stb_Title = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  44. this.stb_Type = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  45. this.skinLabel15 = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  46. this.stb_PQuantity = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  47. this.stb_SellValue = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  48. this.btn_Cancel = new LYFZ.ComponentLibrary.ButtonEx();
  49. this.btn_Upload = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.skinLabel16 = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  51. this.skinLabel17 = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  52. this.skinLabel18 = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  53. this.cbox_Temple = new LYFZ.ComponentLibrary.ComboBoxEx();
  54. this.he_Content = new LiveSwitch.TextControl.Editor();
  55. this.plExMainContainer.SuspendLayout();
  56. this.plFormMainContent.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // plExMainContainer
  60. //
  61. this.plExMainContainer.Controls.Add(this.he_Content);
  62. this.plExMainContainer.Controls.Add(this.cbox_Temple);
  63. this.plExMainContainer.Controls.Add(this.btn_Upload);
  64. this.plExMainContainer.Controls.Add(this.btn_Cancel);
  65. this.plExMainContainer.Controls.Add(this.stb_SellValue);
  66. this.plExMainContainer.Controls.Add(this.skinLabel18);
  67. this.plExMainContainer.Controls.Add(this.stb_PQuantity);
  68. this.plExMainContainer.Controls.Add(this.skinLabel15);
  69. this.plExMainContainer.Controls.Add(this.stb_Type);
  70. this.plExMainContainer.Controls.Add(this.stb_Title);
  71. this.plExMainContainer.Controls.Add(this.skinLabel14);
  72. this.plExMainContainer.Controls.Add(this.skinLabel13);
  73. this.plExMainContainer.Controls.Add(this.skinLabel12);
  74. this.plExMainContainer.Controls.Add(this.skinLabel11);
  75. this.plExMainContainer.Controls.Add(this.skinLabel17);
  76. this.plExMainContainer.Controls.Add(this.skinLabel10);
  77. this.plExMainContainer.Controls.Add(this.skinLabel9);
  78. this.plExMainContainer.Controls.Add(this.skinLabel8);
  79. this.plExMainContainer.Controls.Add(this.skinLabel7);
  80. this.plExMainContainer.Controls.Add(this.skinLabel6);
  81. this.plExMainContainer.Controls.Add(this.skinLabel16);
  82. this.plExMainContainer.Controls.Add(this.skinLabel5);
  83. this.plExMainContainer.Controls.Add(this.skinLabel4);
  84. this.plExMainContainer.Controls.Add(this.skinLabel3);
  85. this.plExMainContainer.Controls.Add(this.skinLabel2);
  86. this.plExMainContainer.Controls.Add(this.skinLabel1);
  87. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  88. this.plExMainContainer.Size = new System.Drawing.Size(803, 732);
  89. //
  90. // plFormMainContent
  91. //
  92. this.plFormMainContent.Size = new System.Drawing.Size(803, 732);
  93. //
  94. // btnAppFormMaximize
  95. //
  96. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  97. this.btnAppFormMaximize.Location = new System.Drawing.Point(478, 0);
  98. //
  99. // btnAppFormExit
  100. //
  101. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  102. this.btnAppFormExit.Location = new System.Drawing.Point(771, 0);
  103. //
  104. // btnAppFormMinimize
  105. //
  106. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  107. this.btnAppFormMinimize.Location = new System.Drawing.Point(478, 0);
  108. //
  109. // skinLabel1
  110. //
  111. this.skinLabel1.AutoSize = true;
  112. this.skinLabel1.BackColor = System.Drawing.Color.Transparent;
  113. this.skinLabel1.BorderColor = System.Drawing.Color.White;
  114. this.skinLabel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.skinLabel1.Location = new System.Drawing.Point(30, 24);
  116. this.skinLabel1.Name = "skinLabel1";
  117. this.skinLabel1.Size = new System.Drawing.Size(32, 17);
  118. this.skinLabel1.TabIndex = 0;
  119. this.skinLabel1.Text = "标题";
  120. //
  121. // skinLabel2
  122. //
  123. this.skinLabel2.AutoSize = true;
  124. this.skinLabel2.BackColor = System.Drawing.Color.Transparent;
  125. this.skinLabel2.BorderColor = System.Drawing.Color.White;
  126. this.skinLabel2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.skinLabel2.Location = new System.Drawing.Point(30, 62);
  128. this.skinLabel2.Name = "skinLabel2";
  129. this.skinLabel2.Size = new System.Drawing.Size(32, 17);
  130. this.skinLabel2.TabIndex = 0;
  131. this.skinLabel2.Text = "分类";
  132. //
  133. // skinLabel3
  134. //
  135. this.skinLabel3.AutoSize = true;
  136. this.skinLabel3.BackColor = System.Drawing.Color.Transparent;
  137. this.skinLabel3.BorderColor = System.Drawing.Color.White;
  138. this.skinLabel3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.skinLabel3.Location = new System.Drawing.Point(292, 100);
  140. this.skinLabel3.Name = "skinLabel3";
  141. this.skinLabel3.Size = new System.Drawing.Size(32, 17);
  142. this.skinLabel3.TabIndex = 0;
  143. this.skinLabel3.Text = "售价";
  144. this.skinLabel3.Visible = false;
  145. //
  146. // skinLabel4
  147. //
  148. this.skinLabel4.AutoSize = true;
  149. this.skinLabel4.BackColor = System.Drawing.Color.Transparent;
  150. this.skinLabel4.BorderColor = System.Drawing.Color.White;
  151. this.skinLabel4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.skinLabel4.Location = new System.Drawing.Point(553, 100);
  153. this.skinLabel4.Name = "skinLabel4";
  154. this.skinLabel4.Size = new System.Drawing.Size(27, 17);
  155. this.skinLabel4.TabIndex = 0;
  156. this.skinLabel4.Text = "P数";
  157. this.skinLabel4.Visible = false;
  158. //
  159. // skinLabel5
  160. //
  161. this.skinLabel5.AutoSize = true;
  162. this.skinLabel5.BackColor = System.Drawing.Color.Transparent;
  163. this.skinLabel5.BorderColor = System.Drawing.Color.White;
  164. this.skinLabel5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.skinLabel5.Location = new System.Drawing.Point(30, 138);
  166. this.skinLabel5.Name = "skinLabel5";
  167. this.skinLabel5.Size = new System.Drawing.Size(32, 17);
  168. this.skinLabel5.TabIndex = 0;
  169. this.skinLabel5.Text = "内容";
  170. //
  171. // skinLabel6
  172. //
  173. this.skinLabel6.BackColor = System.Drawing.Color.SlateGray;
  174. this.skinLabel6.BorderColor = System.Drawing.Color.Coral;
  175. this.skinLabel6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.skinLabel6.Location = new System.Drawing.Point(14, 51);
  177. this.skinLabel6.Name = "skinLabel6";
  178. this.skinLabel6.Size = new System.Drawing.Size(774, 1);
  179. this.skinLabel6.TabIndex = 1;
  180. //
  181. // skinLabel7
  182. //
  183. this.skinLabel7.BackColor = System.Drawing.Color.SlateGray;
  184. this.skinLabel7.BorderColor = System.Drawing.Color.Coral;
  185. this.skinLabel7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.skinLabel7.Location = new System.Drawing.Point(14, 89);
  187. this.skinLabel7.Name = "skinLabel7";
  188. this.skinLabel7.Size = new System.Drawing.Size(774, 1);
  189. this.skinLabel7.TabIndex = 1;
  190. //
  191. // skinLabel8
  192. //
  193. this.skinLabel8.BackColor = System.Drawing.Color.SlateGray;
  194. this.skinLabel8.BorderColor = System.Drawing.Color.Coral;
  195. this.skinLabel8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.skinLabel8.Location = new System.Drawing.Point(14, 127);
  197. this.skinLabel8.Name = "skinLabel8";
  198. this.skinLabel8.Size = new System.Drawing.Size(774, 1);
  199. this.skinLabel8.TabIndex = 1;
  200. //
  201. // skinLabel9
  202. //
  203. this.skinLabel9.BackColor = System.Drawing.Color.SlateGray;
  204. this.skinLabel9.BorderColor = System.Drawing.Color.Coral;
  205. this.skinLabel9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.skinLabel9.Location = new System.Drawing.Point(538, 89);
  207. this.skinLabel9.Name = "skinLabel9";
  208. this.skinLabel9.Size = new System.Drawing.Size(1, 39);
  209. this.skinLabel9.TabIndex = 1;
  210. this.skinLabel9.Visible = false;
  211. //
  212. // skinLabel10
  213. //
  214. this.skinLabel10.BackColor = System.Drawing.Color.SlateGray;
  215. this.skinLabel10.BorderColor = System.Drawing.Color.Coral;
  216. this.skinLabel10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.skinLabel10.Location = new System.Drawing.Point(15, 687);
  218. this.skinLabel10.Name = "skinLabel10";
  219. this.skinLabel10.Size = new System.Drawing.Size(774, 1);
  220. this.skinLabel10.TabIndex = 2;
  221. //
  222. // skinLabel11
  223. //
  224. this.skinLabel11.BackColor = System.Drawing.Color.SlateGray;
  225. this.skinLabel11.BorderColor = System.Drawing.Color.Coral;
  226. this.skinLabel11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.skinLabel11.Location = new System.Drawing.Point(14, 13);
  228. this.skinLabel11.Name = "skinLabel11";
  229. this.skinLabel11.Size = new System.Drawing.Size(1, 675);
  230. this.skinLabel11.TabIndex = 3;
  231. //
  232. // skinLabel12
  233. //
  234. this.skinLabel12.BackColor = System.Drawing.Color.SlateGray;
  235. this.skinLabel12.BorderColor = System.Drawing.Color.Coral;
  236. this.skinLabel12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.skinLabel12.Location = new System.Drawing.Point(15, 13);
  238. this.skinLabel12.Name = "skinLabel12";
  239. this.skinLabel12.Size = new System.Drawing.Size(774, 1);
  240. this.skinLabel12.TabIndex = 4;
  241. //
  242. // skinLabel13
  243. //
  244. this.skinLabel13.BackColor = System.Drawing.Color.SlateGray;
  245. this.skinLabel13.BorderColor = System.Drawing.Color.Coral;
  246. this.skinLabel13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.skinLabel13.Location = new System.Drawing.Point(76, 14);
  248. this.skinLabel13.Name = "skinLabel13";
  249. this.skinLabel13.Size = new System.Drawing.Size(1, 674);
  250. this.skinLabel13.TabIndex = 5;
  251. //
  252. // skinLabel14
  253. //
  254. this.skinLabel14.BackColor = System.Drawing.Color.SlateGray;
  255. this.skinLabel14.BorderColor = System.Drawing.Color.Coral;
  256. this.skinLabel14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.skinLabel14.Location = new System.Drawing.Point(788, 14);
  258. this.skinLabel14.Name = "skinLabel14";
  259. this.skinLabel14.Size = new System.Drawing.Size(1, 674);
  260. this.skinLabel14.TabIndex = 6;
  261. //
  262. // stb_Title
  263. //
  264. this.stb_Title.BackColor = System.Drawing.Color.Transparent;
  265. this.stb_Title.Enabled = false;
  266. this.stb_Title.Icon = null;
  267. this.stb_Title.IconIsButton = false;
  268. this.stb_Title.IsPasswordChat = '\0';
  269. this.stb_Title.IsSystemPasswordChar = false;
  270. this.stb_Title.Lines = new string[0];
  271. this.stb_Title.Location = new System.Drawing.Point(88, 19);
  272. this.stb_Title.Margin = new System.Windows.Forms.Padding(0);
  273. this.stb_Title.MaxLength = 32767;
  274. this.stb_Title.MinimumSize = new System.Drawing.Size(0, 26);
  275. this.stb_Title.MouseBack = null;
  276. this.stb_Title.Multiline = false;
  277. this.stb_Title.Name = "stb_Title";
  278. this.stb_Title.NormlBack = null;
  279. this.stb_Title.Padding = new System.Windows.Forms.Padding(5);
  280. this.stb_Title.ReadOnly = false;
  281. this.stb_Title.ScrollBars = System.Windows.Forms.ScrollBars.None;
  282. this.stb_Title.Size = new System.Drawing.Size(688, 26);
  283. this.stb_Title.TabIndex = 8;
  284. this.stb_Title.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  285. this.stb_Title.WaterColor = System.Drawing.Color.DarkGray;
  286. this.stb_Title.WaterText = "";
  287. this.stb_Title.WordWrap = true;
  288. //
  289. // stb_Type
  290. //
  291. this.stb_Type.BackColor = System.Drawing.Color.Transparent;
  292. this.stb_Type.Enabled = false;
  293. this.stb_Type.Icon = null;
  294. this.stb_Type.IconIsButton = false;
  295. this.stb_Type.IsPasswordChat = '\0';
  296. this.stb_Type.IsSystemPasswordChar = false;
  297. this.stb_Type.Lines = new string[0];
  298. this.stb_Type.Location = new System.Drawing.Point(87, 57);
  299. this.stb_Type.Margin = new System.Windows.Forms.Padding(0);
  300. this.stb_Type.MaxLength = 32767;
  301. this.stb_Type.MinimumSize = new System.Drawing.Size(0, 26);
  302. this.stb_Type.MouseBack = null;
  303. this.stb_Type.Multiline = false;
  304. this.stb_Type.Name = "stb_Type";
  305. this.stb_Type.NormlBack = null;
  306. this.stb_Type.Padding = new System.Windows.Forms.Padding(5);
  307. this.stb_Type.ReadOnly = false;
  308. this.stb_Type.ScrollBars = System.Windows.Forms.ScrollBars.None;
  309. this.stb_Type.Size = new System.Drawing.Size(689, 26);
  310. this.stb_Type.TabIndex = 8;
  311. this.stb_Type.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  312. this.stb_Type.WaterColor = System.Drawing.Color.DarkGray;
  313. this.stb_Type.WaterText = "";
  314. this.stb_Type.WordWrap = true;
  315. //
  316. // skinLabel15
  317. //
  318. this.skinLabel15.BackColor = System.Drawing.Color.SlateGray;
  319. this.skinLabel15.BorderColor = System.Drawing.Color.Coral;
  320. this.skinLabel15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  321. this.skinLabel15.Location = new System.Drawing.Point(591, 89);
  322. this.skinLabel15.Name = "skinLabel15";
  323. this.skinLabel15.Size = new System.Drawing.Size(1, 39);
  324. this.skinLabel15.TabIndex = 9;
  325. this.skinLabel15.Visible = false;
  326. //
  327. // stb_PQuantity
  328. //
  329. this.stb_PQuantity.BackColor = System.Drawing.Color.Transparent;
  330. this.stb_PQuantity.Icon = null;
  331. this.stb_PQuantity.IconIsButton = false;
  332. this.stb_PQuantity.IsPasswordChat = '\0';
  333. this.stb_PQuantity.IsSystemPasswordChar = false;
  334. this.stb_PQuantity.Lines = new string[0];
  335. this.stb_PQuantity.Location = new System.Drawing.Point(604, 96);
  336. this.stb_PQuantity.Margin = new System.Windows.Forms.Padding(0);
  337. this.stb_PQuantity.MaxLength = 32767;
  338. this.stb_PQuantity.MinimumSize = new System.Drawing.Size(0, 26);
  339. this.stb_PQuantity.MouseBack = null;
  340. this.stb_PQuantity.Multiline = false;
  341. this.stb_PQuantity.Name = "stb_PQuantity";
  342. this.stb_PQuantity.NormlBack = null;
  343. this.stb_PQuantity.Padding = new System.Windows.Forms.Padding(5);
  344. this.stb_PQuantity.ReadOnly = false;
  345. this.stb_PQuantity.ScrollBars = System.Windows.Forms.ScrollBars.None;
  346. this.stb_PQuantity.Size = new System.Drawing.Size(107, 26);
  347. this.stb_PQuantity.TabIndex = 10;
  348. this.stb_PQuantity.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  349. this.stb_PQuantity.Visible = false;
  350. this.stb_PQuantity.WaterColor = System.Drawing.Color.DarkGray;
  351. this.stb_PQuantity.WaterText = "";
  352. this.stb_PQuantity.WordWrap = true;
  353. //
  354. // stb_SellValue
  355. //
  356. this.stb_SellValue.BackColor = System.Drawing.Color.Transparent;
  357. this.stb_SellValue.Icon = null;
  358. this.stb_SellValue.IconIsButton = false;
  359. this.stb_SellValue.IsPasswordChat = '\0';
  360. this.stb_SellValue.IsSystemPasswordChar = false;
  361. this.stb_SellValue.Lines = new string[0];
  362. this.stb_SellValue.Location = new System.Drawing.Point(343, 96);
  363. this.stb_SellValue.Margin = new System.Windows.Forms.Padding(0);
  364. this.stb_SellValue.MaxLength = 32767;
  365. this.stb_SellValue.MinimumSize = new System.Drawing.Size(0, 26);
  366. this.stb_SellValue.MouseBack = null;
  367. this.stb_SellValue.Multiline = false;
  368. this.stb_SellValue.Name = "stb_SellValue";
  369. this.stb_SellValue.NormlBack = null;
  370. this.stb_SellValue.Padding = new System.Windows.Forms.Padding(5);
  371. this.stb_SellValue.ReadOnly = false;
  372. this.stb_SellValue.ScrollBars = System.Windows.Forms.ScrollBars.None;
  373. this.stb_SellValue.Size = new System.Drawing.Size(107, 26);
  374. this.stb_SellValue.TabIndex = 10;
  375. this.stb_SellValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  376. this.stb_SellValue.Visible = false;
  377. this.stb_SellValue.WaterColor = System.Drawing.Color.DarkGray;
  378. this.stb_SellValue.WaterText = "";
  379. this.stb_SellValue.WordWrap = true;
  380. //
  381. // btn_Cancel
  382. //
  383. this.btn_Cancel.BackColor = System.Drawing.Color.Transparent;
  384. this.btn_Cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Cancel.BackImg")));
  385. this.btn_Cancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  386. this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  387. this.btn_Cancel.ForeColor = System.Drawing.Color.White;
  388. this.btn_Cancel.IsCustomBackImg = false;
  389. this.btn_Cancel.IsShowText = true;
  390. this.btn_Cancel.Location = new System.Drawing.Point(704, 695);
  391. this.btn_Cancel.Name = "btn_Cancel";
  392. this.btn_Cancel.Size = new System.Drawing.Size(85, 28);
  393. this.btn_Cancel.TabIndex = 12;
  394. this.btn_Cancel.Text = " 取消";
  395. this.btn_Cancel.UseVisualStyleBackColor = false;
  396. //
  397. // btn_Upload
  398. //
  399. this.btn_Upload.BackColor = System.Drawing.Color.Transparent;
  400. this.btn_Upload.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Upload.BackImg")));
  401. this.btn_Upload.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  402. this.btn_Upload.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  403. this.btn_Upload.ForeColor = System.Drawing.Color.White;
  404. this.btn_Upload.IsCustomBackImg = false;
  405. this.btn_Upload.IsShowText = true;
  406. this.btn_Upload.Location = new System.Drawing.Point(604, 695);
  407. this.btn_Upload.Name = "btn_Upload";
  408. this.btn_Upload.Size = new System.Drawing.Size(85, 28);
  409. this.btn_Upload.TabIndex = 12;
  410. this.btn_Upload.Text = " 上传";
  411. this.btn_Upload.UseVisualStyleBackColor = false;
  412. //
  413. // skinLabel16
  414. //
  415. this.skinLabel16.AutoSize = true;
  416. this.skinLabel16.BackColor = System.Drawing.Color.Transparent;
  417. this.skinLabel16.BorderColor = System.Drawing.Color.White;
  418. this.skinLabel16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  419. this.skinLabel16.Location = new System.Drawing.Point(30, 100);
  420. this.skinLabel16.Name = "skinLabel16";
  421. this.skinLabel16.Size = new System.Drawing.Size(32, 17);
  422. this.skinLabel16.TabIndex = 0;
  423. this.skinLabel16.Text = "模板";
  424. //
  425. // skinLabel17
  426. //
  427. this.skinLabel17.BackColor = System.Drawing.Color.SlateGray;
  428. this.skinLabel17.BorderColor = System.Drawing.Color.Coral;
  429. this.skinLabel17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. this.skinLabel17.Location = new System.Drawing.Point(277, 89);
  431. this.skinLabel17.Name = "skinLabel17";
  432. this.skinLabel17.Size = new System.Drawing.Size(1, 39);
  433. this.skinLabel17.TabIndex = 1;
  434. this.skinLabel17.Visible = false;
  435. //
  436. // skinLabel18
  437. //
  438. this.skinLabel18.BackColor = System.Drawing.Color.SlateGray;
  439. this.skinLabel18.BorderColor = System.Drawing.Color.Coral;
  440. this.skinLabel18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  441. this.skinLabel18.Location = new System.Drawing.Point(330, 89);
  442. this.skinLabel18.Name = "skinLabel18";
  443. this.skinLabel18.Size = new System.Drawing.Size(1, 39);
  444. this.skinLabel18.TabIndex = 9;
  445. this.skinLabel18.Visible = false;
  446. //
  447. // cbox_Temple
  448. //
  449. this.cbox_Temple.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  450. this.cbox_Temple.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  451. this.cbox_Temple.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  452. this.cbox_Temple.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  453. this.cbox_Temple.Font = new System.Drawing.Font("宋体", 10.5F);
  454. this.cbox_Temple.FormattingEnabled = true;
  455. this.cbox_Temple.IsCustomColor = false;
  456. this.cbox_Temple.Location = new System.Drawing.Point(88, 98);
  457. this.cbox_Temple.Name = "cbox_Temple";
  458. this.cbox_Temple.ReadOnly = false;
  459. this.cbox_Temple.Size = new System.Drawing.Size(121, 22);
  460. this.cbox_Temple.TabIndex = 13;
  461. //
  462. // he_Content
  463. //
  464. this.he_Content.BodyBackgroundColor = System.Drawing.Color.White;
  465. this.he_Content.BodyHtml = null;
  466. this.he_Content.BodyText = null;
  467. this.he_Content.DocumentText = "<html><body></body></html>";
  468. this.he_Content.EditorBackColor = System.Drawing.Color.White;
  469. this.he_Content.EditorForeColor = System.Drawing.Color.Black;
  470. this.he_Content.FontName = null;
  471. this.he_Content.FontSize = LiveSwitch.TextControl.FontSize.NA;
  472. this.he_Content.Html = null;
  473. this.he_Content.Location = new System.Drawing.Point(88, 138);
  474. this.he_Content.Name = "he_Content";
  475. this.he_Content.Size = new System.Drawing.Size(688, 535);
  476. this.he_Content.TabIndex = 14;
  477. //
  478. // frmSubmitDataToService
  479. //
  480. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  481. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  482. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  483. this.ClientSize = new System.Drawing.Size(803, 797);
  484. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  485. this.MaximizeBox = false;
  486. this.MinimizeBox = false;
  487. this.Name = "frmSubmitDataToService";
  488. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  489. this.Text = "数据提交到服务器";
  490. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  491. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  492. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  493. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  494. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  495. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  496. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  497. this.plExMainContainer.ResumeLayout(false);
  498. this.plExMainContainer.PerformLayout();
  499. this.plFormMainContent.ResumeLayout(false);
  500. this.ResumeLayout(false);
  501. }
  502. #endregion
  503. private OtherExpansion.SkinControl.SkinLabel skinLabel5;
  504. private OtherExpansion.SkinControl.SkinLabel skinLabel3;
  505. private OtherExpansion.SkinControl.SkinLabel skinLabel2;
  506. private OtherExpansion.SkinControl.SkinLabel skinLabel1;
  507. private OtherExpansion.SkinControl.SkinLabel skinLabel8;
  508. private OtherExpansion.SkinControl.SkinLabel skinLabel7;
  509. private OtherExpansion.SkinControl.SkinLabel skinLabel6;
  510. private OtherExpansion.SkinControl.SkinLabel skinLabel11;
  511. private OtherExpansion.SkinControl.SkinLabel skinLabel10;
  512. private OtherExpansion.SkinControl.SkinLabel skinLabel14;
  513. private OtherExpansion.SkinControl.SkinLabel skinLabel13;
  514. private OtherExpansion.SkinControl.SkinLabel skinLabel12;
  515. protected internal OtherExpansion.SkinControl.SkinTextBox stb_SellValue;
  516. protected internal OtherExpansion.SkinControl.SkinTextBox stb_PQuantity;
  517. protected internal OtherExpansion.SkinControl.SkinTextBox stb_Type;
  518. protected internal OtherExpansion.SkinControl.SkinTextBox stb_Title;
  519. protected internal ComponentLibrary.ButtonEx btn_Upload;
  520. protected internal ComponentLibrary.ButtonEx btn_Cancel;
  521. protected internal OtherExpansion.SkinControl.SkinLabel skinLabel4;
  522. protected internal OtherExpansion.SkinControl.SkinLabel skinLabel9;
  523. protected internal OtherExpansion.SkinControl.SkinLabel skinLabel15;
  524. protected internal OtherExpansion.SkinControl.SkinLabel skinLabel18;
  525. protected internal OtherExpansion.SkinControl.SkinLabel skinLabel17;
  526. protected internal OtherExpansion.SkinControl.SkinLabel skinLabel16;
  527. protected internal ComponentLibrary.ComboBoxEx cbox_Temple;
  528. protected internal LiveSwitch.TextControl.Editor he_Content;
  529. }
  530. }