frmPackagesUpload.Designer.cs 62 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085
  1. namespace LYFZ.Software.MicroApplet
  2. {
  3. partial class frmPackagesUpload
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPackagesUpload));
  30. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  31. this.rdoHungSha = new LYFZ.ComponentLibrary.RadioButtonEx();
  32. this.rdoPuTong = new LYFZ.ComponentLibrary.RadioButtonEx();
  33. this.rdoErTong = new LYFZ.ComponentLibrary.RadioButtonEx();
  34. this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.lblSalePrice = new LYFZ.ComponentLibrary.LabelEx();
  36. this.btnCloseed = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.lblCostPrice = new LYFZ.ComponentLibrary.LabelEx();
  38. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  39. this.splitContainerEx1 = new LYFZ.ComponentLibrary.SplitContainerEx();
  40. this.TabControl = new LYFZ.ComponentLibrary.TabControlEx();
  41. this.tabPage1 = new System.Windows.Forms.TabPage();
  42. this.listViewData_Sights = new LYFZ.ComponentLibrary.ListViewEx();
  43. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  44. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.txtIntoBottom = new LYFZ.ComponentLibrary.TextBoxEx();
  46. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.txtIntoRegister = new LYFZ.ComponentLibrary.TextBoxEx();
  48. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.tabPage2 = new System.Windows.Forms.TabPage();
  50. this.listViewData_Stages = new LYFZ.ComponentLibrary.ListViewEx();
  51. this.panel2 = new System.Windows.Forms.Panel();
  52. this.listViewData_Service = new LYFZ.ComponentLibrary.ListViewEx();
  53. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.panel1 = new System.Windows.Forms.Panel();
  55. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  56. this.listViewData_Product = new LYFZ.ComponentLibrary.ListViewEx();
  57. this.txtText = new LYFZ.ComponentLibrary.TextBoxEx();
  58. this.panel4 = new System.Windows.Forms.Panel();
  59. this.listImageList = new LYFZ.ComponentLibrary.ListBoxEx();
  60. this.btnListImgSelect = new LYFZ.ComponentLibrary.ButtonForm();
  61. this.btnPicSelect = new LYFZ.ComponentLibrary.ButtonForm();
  62. this.txtPicImage = new LYFZ.ComponentLibrary.TextBoxEx();
  63. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  64. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  65. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  66. this.panel3 = new System.Windows.Forms.Panel();
  67. this.cbxFengLie = new LYFZ.ComponentLibrary.ComboBoxEx();
  68. this.nuDingJing = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  69. this.txtGouMaiXuZhi = new LYFZ.ComponentLibrary.TextBoxEx();
  70. this.txtXieYi = new LYFZ.ComponentLibrary.TextBoxEx();
  71. this.txtFuWuShiChang = new LYFZ.ComponentLibrary.TextBoxEx();
  72. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  73. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  74. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  75. this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
  76. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  77. this.cmbtreev_PackageName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  78. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  79. this.lblPakUnitPrice = new LYFZ.ComponentLibrary.LabelEx();
  80. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  81. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  82. this.labelEx17 = new LYFZ.ComponentLibrary.LabelEx();
  83. this.txtVideo_url = new LYFZ.ComponentLibrary.TextBoxEx();
  84. this.btnSelectVideo_url = new LYFZ.ComponentLibrary.ButtonForm();
  85. this.plExMainContainer.SuspendLayout();
  86. this.plFormMainContent.SuspendLayout();
  87. this.panelEx2.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.splitContainerEx1)).BeginInit();
  89. this.splitContainerEx1.Panel1.SuspendLayout();
  90. this.splitContainerEx1.Panel2.SuspendLayout();
  91. this.splitContainerEx1.SuspendLayout();
  92. this.TabControl.SuspendLayout();
  93. this.tabPage1.SuspendLayout();
  94. this.panelEx3.SuspendLayout();
  95. this.tabPage2.SuspendLayout();
  96. this.panel2.SuspendLayout();
  97. this.panel1.SuspendLayout();
  98. this.panel4.SuspendLayout();
  99. this.panel3.SuspendLayout();
  100. ((System.ComponentModel.ISupportInitialize)(this.nuDingJing)).BeginInit();
  101. this.SuspendLayout();
  102. //
  103. // plExMainContainer
  104. //
  105. this.plExMainContainer.Controls.Add(this.panelEx2);
  106. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  107. this.plExMainContainer.Size = new System.Drawing.Size(1000, 703);
  108. //
  109. // plFormMainContent
  110. //
  111. this.plFormMainContent.Size = new System.Drawing.Size(1000, 703);
  112. //
  113. // btnAppFormMaximize
  114. //
  115. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  116. this.btnAppFormMaximize.Location = new System.Drawing.Point(941, 0);
  117. //
  118. // btnAppFormExit
  119. //
  120. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  121. this.btnAppFormExit.Location = new System.Drawing.Point(968, 0);
  122. //
  123. // btnAppFormMinimize
  124. //
  125. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  126. this.btnAppFormMinimize.Location = new System.Drawing.Point(914, 0);
  127. //
  128. // panelEx2
  129. //
  130. this.panelEx2.BorderColor = System.Drawing.Color.Black;
  131. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  132. this.panelEx2.BorderWidth = 1;
  133. this.panelEx2.Controls.Add(this.rdoHungSha);
  134. this.panelEx2.Controls.Add(this.rdoPuTong);
  135. this.panelEx2.Controls.Add(this.rdoErTong);
  136. this.panelEx2.Controls.Add(this.btnSaveed);
  137. this.panelEx2.Controls.Add(this.lblSalePrice);
  138. this.panelEx2.Controls.Add(this.btnCloseed);
  139. this.panelEx2.Controls.Add(this.lblCostPrice);
  140. this.panelEx2.Controls.Add(this.panelEx1);
  141. this.panelEx2.Controls.Add(this.splitContainerEx1);
  142. this.panelEx2.Controls.Add(this.cmbtreev_PackageName);
  143. this.panelEx2.Controls.Add(this.labelEx1);
  144. this.panelEx2.Controls.Add(this.lblPakUnitPrice);
  145. this.panelEx2.Controls.Add(this.labelEx5);
  146. this.panelEx2.Controls.Add(this.labelEx7);
  147. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Left;
  148. this.panelEx2.Location = new System.Drawing.Point(5, 5);
  149. this.panelEx2.Name = "panelEx2";
  150. this.panelEx2.Size = new System.Drawing.Size(990, 693);
  151. this.panelEx2.TabIndex = 43;
  152. //
  153. // rdoHungSha
  154. //
  155. this.rdoHungSha.AutoSize = true;
  156. this.rdoHungSha.BackColor = System.Drawing.Color.Transparent;
  157. this.rdoHungSha.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  158. this.rdoHungSha.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  159. this.rdoHungSha.Location = new System.Drawing.Point(691, 15);
  160. this.rdoHungSha.Name = "rdoHungSha";
  161. this.rdoHungSha.Size = new System.Drawing.Size(74, 21);
  162. this.rdoHungSha.TabIndex = 2296;
  163. this.rdoHungSha.Tag = "1";
  164. this.rdoHungSha.Text = "婚纱套系";
  165. this.rdoHungSha.UseVisualStyleBackColor = false;
  166. //
  167. // rdoPuTong
  168. //
  169. this.rdoPuTong.AutoSize = true;
  170. this.rdoPuTong.BackColor = System.Drawing.Color.Transparent;
  171. this.rdoPuTong.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  172. this.rdoPuTong.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  173. this.rdoPuTong.Location = new System.Drawing.Point(611, 15);
  174. this.rdoPuTong.Name = "rdoPuTong";
  175. this.rdoPuTong.Size = new System.Drawing.Size(74, 21);
  176. this.rdoPuTong.TabIndex = 2296;
  177. this.rdoPuTong.Tag = "3";
  178. this.rdoPuTong.Text = "写真套系";
  179. this.rdoPuTong.UseVisualStyleBackColor = false;
  180. //
  181. // rdoErTong
  182. //
  183. this.rdoErTong.AutoSize = true;
  184. this.rdoErTong.BackColor = System.Drawing.Color.Transparent;
  185. this.rdoErTong.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  186. this.rdoErTong.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  187. this.rdoErTong.Location = new System.Drawing.Point(771, 15);
  188. this.rdoErTong.Name = "rdoErTong";
  189. this.rdoErTong.Size = new System.Drawing.Size(74, 21);
  190. this.rdoErTong.TabIndex = 2296;
  191. this.rdoErTong.Tag = "2";
  192. this.rdoErTong.Text = "儿童套系";
  193. this.rdoErTong.UseVisualStyleBackColor = false;
  194. //
  195. // btnSaveed
  196. //
  197. this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
  198. this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
  199. this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  200. this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  201. this.btnSaveed.ForeColor = System.Drawing.Color.White;
  202. this.btnSaveed.IsCustomBackImg = false;
  203. this.btnSaveed.IsShowText = true;
  204. this.btnSaveed.Location = new System.Drawing.Point(847, 11);
  205. this.btnSaveed.Name = "btnSaveed";
  206. this.btnSaveed.Size = new System.Drawing.Size(75, 28);
  207. this.btnSaveed.TabIndex = 195;
  208. this.btnSaveed.Tag = "000";
  209. this.btnSaveed.Text = "上传套系";
  210. this.btnSaveed.UseVisualStyleBackColor = false;
  211. //
  212. // lblSalePrice
  213. //
  214. this.lblSalePrice.AutoSize = true;
  215. this.lblSalePrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  216. this.lblSalePrice.ForeColor = System.Drawing.Color.Red;
  217. this.lblSalePrice.Location = new System.Drawing.Point(523, 17);
  218. this.lblSalePrice.Name = "lblSalePrice";
  219. this.lblSalePrice.Size = new System.Drawing.Size(15, 17);
  220. this.lblSalePrice.TabIndex = 16;
  221. this.lblSalePrice.Text = "0";
  222. //
  223. // btnCloseed
  224. //
  225. this.btnCloseed.BackColor = System.Drawing.Color.Transparent;
  226. this.btnCloseed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCloseed.BackImg")));
  227. this.btnCloseed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  228. this.btnCloseed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  229. this.btnCloseed.ForeColor = System.Drawing.Color.White;
  230. this.btnCloseed.IsCustomBackImg = false;
  231. this.btnCloseed.IsShowText = true;
  232. this.btnCloseed.Location = new System.Drawing.Point(928, 11);
  233. this.btnCloseed.Name = "btnCloseed";
  234. this.btnCloseed.Size = new System.Drawing.Size(56, 28);
  235. this.btnCloseed.TabIndex = 2294;
  236. this.btnCloseed.Tag = "000";
  237. this.btnCloseed.Text = "关 闭";
  238. this.btnCloseed.UseVisualStyleBackColor = false;
  239. //
  240. // lblCostPrice
  241. //
  242. this.lblCostPrice.AutoSize = true;
  243. this.lblCostPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  244. this.lblCostPrice.ForeColor = System.Drawing.Color.Red;
  245. this.lblCostPrice.Location = new System.Drawing.Point(394, 17);
  246. this.lblCostPrice.Name = "lblCostPrice";
  247. this.lblCostPrice.Size = new System.Drawing.Size(15, 17);
  248. this.lblCostPrice.TabIndex = 14;
  249. this.lblCostPrice.Text = "0";
  250. //
  251. // panelEx1
  252. //
  253. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  254. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  255. this.panelEx1.BorderWidth = 1;
  256. this.panelEx1.Location = new System.Drawing.Point(10, 42);
  257. this.panelEx1.Name = "panelEx1";
  258. this.panelEx1.Size = new System.Drawing.Size(970, 1);
  259. this.panelEx1.TabIndex = 196;
  260. //
  261. // splitContainerEx1
  262. //
  263. this.splitContainerEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  264. | System.Windows.Forms.AnchorStyles.Left)));
  265. this.splitContainerEx1.Location = new System.Drawing.Point(0, 49);
  266. this.splitContainerEx1.Name = "splitContainerEx1";
  267. //
  268. // splitContainerEx1.Panel1
  269. //
  270. this.splitContainerEx1.Panel1.Controls.Add(this.TabControl);
  271. this.splitContainerEx1.Panel1.Controls.Add(this.panel2);
  272. this.splitContainerEx1.Panel1.Controls.Add(this.panel1);
  273. this.splitContainerEx1.Panel1.Controls.Add(this.txtText);
  274. //
  275. // splitContainerEx1.Panel2
  276. //
  277. this.splitContainerEx1.Panel2.Controls.Add(this.panel4);
  278. this.splitContainerEx1.Panel2.Controls.Add(this.panel3);
  279. this.splitContainerEx1.Size = new System.Drawing.Size(990, 643);
  280. this.splitContainerEx1.SplitterDistance = 493;
  281. this.splitContainerEx1.TabIndex = 194;
  282. //
  283. // TabControl
  284. //
  285. this.TabControl.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
  286. this.TabControl.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  287. this.TabControl.Controls.Add(this.tabPage1);
  288. this.TabControl.Controls.Add(this.tabPage2);
  289. this.TabControl.Dock = System.Windows.Forms.DockStyle.Fill;
  290. this.TabControl.ItemSize = new System.Drawing.Size(100, 30);
  291. this.TabControl.Location = new System.Drawing.Point(0, 460);
  292. this.TabControl.Name = "TabControl";
  293. this.TabControl.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  294. this.TabControl.SelectedIndex = 0;
  295. this.TabControl.Size = new System.Drawing.Size(493, 183);
  296. this.TabControl.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  297. this.TabControl.TabIndex = 2297;
  298. //
  299. // tabPage1
  300. //
  301. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  302. this.tabPage1.Controls.Add(this.listViewData_Sights);
  303. this.tabPage1.Controls.Add(this.panelEx3);
  304. this.tabPage1.Location = new System.Drawing.Point(4, 34);
  305. this.tabPage1.Margin = new System.Windows.Forms.Padding(0);
  306. this.tabPage1.Name = "tabPage1";
  307. this.tabPage1.Size = new System.Drawing.Size(485, 145);
  308. this.tabPage1.TabIndex = 0;
  309. this.tabPage1.Text = "婚纱/写真(景点)";
  310. //
  311. // listViewData_Sights
  312. //
  313. this.listViewData_Sights.AllowDrop = true;
  314. this.listViewData_Sights.Dock = System.Windows.Forms.DockStyle.Fill;
  315. this.listViewData_Sights.FullRowSelect = true;
  316. this.listViewData_Sights.IsDefaultShowGroups = false;
  317. this.listViewData_Sights.Location = new System.Drawing.Point(0, 0);
  318. this.listViewData_Sights.Name = "listViewData_Sights";
  319. this.listViewData_Sights.Size = new System.Drawing.Size(485, 116);
  320. this.listViewData_Sights.TabIndex = 2296;
  321. this.listViewData_Sights.UseCompatibleStateImageBehavior = false;
  322. //
  323. // panelEx3
  324. //
  325. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  326. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  327. this.panelEx3.BorderWidth = 1;
  328. this.panelEx3.Controls.Add(this.labelEx4);
  329. this.panelEx3.Controls.Add(this.txtIntoBottom);
  330. this.panelEx3.Controls.Add(this.labelEx3);
  331. this.panelEx3.Controls.Add(this.txtIntoRegister);
  332. this.panelEx3.Controls.Add(this.labelEx2);
  333. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Bottom;
  334. this.panelEx3.Location = new System.Drawing.Point(0, 116);
  335. this.panelEx3.Name = "panelEx3";
  336. this.panelEx3.Size = new System.Drawing.Size(485, 29);
  337. this.panelEx3.TabIndex = 2297;
  338. //
  339. // labelEx4
  340. //
  341. this.labelEx4.AutoSize = true;
  342. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  343. this.labelEx4.ForeColor = System.Drawing.Color.Red;
  344. this.labelEx4.Location = new System.Drawing.Point(298, 5);
  345. this.labelEx4.Name = "labelEx4";
  346. this.labelEx4.Size = new System.Drawing.Size(176, 17);
  347. this.labelEx4.TabIndex = 2297;
  348. this.labelEx4.Text = "温馨提示:入底-1表示底片全送";
  349. //
  350. // txtIntoBottom
  351. //
  352. this.txtIntoBottom.BackColor = System.Drawing.Color.Transparent;
  353. this.txtIntoBottom.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  354. this.txtIntoBottom.Icon = null;
  355. this.txtIntoBottom.IconIsButton = false;
  356. this.txtIntoBottom.IsPasswordChat = '\0';
  357. this.txtIntoBottom.IsSystemPasswordChar = false;
  358. this.txtIntoBottom.Lines = new string[] {
  359. "0"};
  360. this.txtIntoBottom.Location = new System.Drawing.Point(195, 3);
  361. this.txtIntoBottom.Margin = new System.Windows.Forms.Padding(0);
  362. this.txtIntoBottom.MaxLength = 3;
  363. this.txtIntoBottom.MinimumSize = new System.Drawing.Size(0, 24);
  364. this.txtIntoBottom.MouseBack = null;
  365. this.txtIntoBottom.Multiline = false;
  366. this.txtIntoBottom.Name = "txtIntoBottom";
  367. this.txtIntoBottom.NormlBack = null;
  368. this.txtIntoBottom.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  369. this.txtIntoBottom.ReadOnly = true;
  370. this.txtIntoBottom.ScrollBars = System.Windows.Forms.ScrollBars.None;
  371. this.txtIntoBottom.Size = new System.Drawing.Size(87, 25);
  372. this.txtIntoBottom.TabIndex = 2296;
  373. this.txtIntoBottom.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  374. this.txtIntoBottom.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  375. this.txtIntoBottom.WaterText = "";
  376. this.txtIntoBottom.WordWrap = true;
  377. //
  378. // labelEx3
  379. //
  380. this.labelEx3.AutoSize = true;
  381. this.labelEx3.BackColor = System.Drawing.Color.Transparent;
  382. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  383. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  384. this.labelEx3.Location = new System.Drawing.Point(152, 7);
  385. this.labelEx3.Name = "labelEx3";
  386. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  387. this.labelEx3.TabIndex = 2295;
  388. this.labelEx3.Text = "入底:";
  389. //
  390. // txtIntoRegister
  391. //
  392. this.txtIntoRegister.BackColor = System.Drawing.Color.Transparent;
  393. this.txtIntoRegister.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  394. this.txtIntoRegister.Icon = null;
  395. this.txtIntoRegister.IconIsButton = false;
  396. this.txtIntoRegister.IsPasswordChat = '\0';
  397. this.txtIntoRegister.IsSystemPasswordChar = false;
  398. this.txtIntoRegister.Lines = new string[] {
  399. "0"};
  400. this.txtIntoRegister.Location = new System.Drawing.Point(52, 3);
  401. this.txtIntoRegister.Margin = new System.Windows.Forms.Padding(0);
  402. this.txtIntoRegister.MaxLength = 3;
  403. this.txtIntoRegister.MinimumSize = new System.Drawing.Size(0, 24);
  404. this.txtIntoRegister.MouseBack = null;
  405. this.txtIntoRegister.Multiline = false;
  406. this.txtIntoRegister.Name = "txtIntoRegister";
  407. this.txtIntoRegister.NormlBack = null;
  408. this.txtIntoRegister.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  409. this.txtIntoRegister.ReadOnly = true;
  410. this.txtIntoRegister.ScrollBars = System.Windows.Forms.ScrollBars.None;
  411. this.txtIntoRegister.Size = new System.Drawing.Size(87, 25);
  412. this.txtIntoRegister.TabIndex = 2294;
  413. this.txtIntoRegister.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  414. this.txtIntoRegister.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  415. this.txtIntoRegister.WaterText = "";
  416. this.txtIntoRegister.WordWrap = true;
  417. //
  418. // labelEx2
  419. //
  420. this.labelEx2.AutoSize = true;
  421. this.labelEx2.BackColor = System.Drawing.Color.Transparent;
  422. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  423. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  424. this.labelEx2.Location = new System.Drawing.Point(9, 7);
  425. this.labelEx2.Name = "labelEx2";
  426. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  427. this.labelEx2.TabIndex = 14;
  428. this.labelEx2.Text = "入册:";
  429. //
  430. // tabPage2
  431. //
  432. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  433. this.tabPage2.Controls.Add(this.listViewData_Stages);
  434. this.tabPage2.Location = new System.Drawing.Point(4, 34);
  435. this.tabPage2.Margin = new System.Windows.Forms.Padding(0);
  436. this.tabPage2.Name = "tabPage2";
  437. this.tabPage2.Size = new System.Drawing.Size(485, 0);
  438. this.tabPage2.TabIndex = 1;
  439. this.tabPage2.Text = "儿童(次数)";
  440. //
  441. // listViewData_Stages
  442. //
  443. this.listViewData_Stages.AllowDrop = true;
  444. this.listViewData_Stages.Dock = System.Windows.Forms.DockStyle.Fill;
  445. this.listViewData_Stages.FullRowSelect = true;
  446. this.listViewData_Stages.IsDefaultShowGroups = false;
  447. this.listViewData_Stages.Location = new System.Drawing.Point(0, 0);
  448. this.listViewData_Stages.Name = "listViewData_Stages";
  449. this.listViewData_Stages.Size = new System.Drawing.Size(485, 0);
  450. this.listViewData_Stages.TabIndex = 2297;
  451. this.listViewData_Stages.UseCompatibleStateImageBehavior = false;
  452. //
  453. // panel2
  454. //
  455. this.panel2.Controls.Add(this.listViewData_Service);
  456. this.panel2.Controls.Add(this.labelEx8);
  457. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  458. this.panel2.Location = new System.Drawing.Point(0, 260);
  459. this.panel2.Name = "panel2";
  460. this.panel2.Size = new System.Drawing.Size(493, 200);
  461. this.panel2.TabIndex = 2296;
  462. //
  463. // listViewData_Service
  464. //
  465. this.listViewData_Service.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  466. | System.Windows.Forms.AnchorStyles.Left)
  467. | System.Windows.Forms.AnchorStyles.Right)));
  468. this.listViewData_Service.FullRowSelect = true;
  469. this.listViewData_Service.IsDefaultShowGroups = false;
  470. this.listViewData_Service.Location = new System.Drawing.Point(4, 24);
  471. this.listViewData_Service.MultiSelect = false;
  472. this.listViewData_Service.Name = "listViewData_Service";
  473. this.listViewData_Service.Size = new System.Drawing.Size(480, 172);
  474. this.listViewData_Service.TabIndex = 2295;
  475. this.listViewData_Service.UseCompatibleStateImageBehavior = false;
  476. //
  477. // labelEx8
  478. //
  479. this.labelEx8.AutoSize = true;
  480. this.labelEx8.BackColor = System.Drawing.Color.Transparent;
  481. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  482. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  483. this.labelEx8.Location = new System.Drawing.Point(5, 4);
  484. this.labelEx8.Name = "labelEx8";
  485. this.labelEx8.Size = new System.Drawing.Size(80, 17);
  486. this.labelEx8.TabIndex = 56;
  487. this.labelEx8.Text = "套系赠送服务";
  488. //
  489. // panel1
  490. //
  491. this.panel1.Controls.Add(this.labelEx6);
  492. this.panel1.Controls.Add(this.listViewData_Product);
  493. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  494. this.panel1.Location = new System.Drawing.Point(0, 0);
  495. this.panel1.Name = "panel1";
  496. this.panel1.Size = new System.Drawing.Size(493, 260);
  497. this.panel1.TabIndex = 2296;
  498. //
  499. // labelEx6
  500. //
  501. this.labelEx6.AutoSize = true;
  502. this.labelEx6.BackColor = System.Drawing.Color.Transparent;
  503. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  504. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  505. this.labelEx6.Location = new System.Drawing.Point(3, 5);
  506. this.labelEx6.Name = "labelEx6";
  507. this.labelEx6.Size = new System.Drawing.Size(80, 17);
  508. this.labelEx6.TabIndex = 49;
  509. this.labelEx6.Text = "套系赠送商品";
  510. //
  511. // listViewData_Product
  512. //
  513. this.listViewData_Product.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  514. | System.Windows.Forms.AnchorStyles.Left)
  515. | System.Windows.Forms.AnchorStyles.Right)));
  516. this.listViewData_Product.FullRowSelect = true;
  517. this.listViewData_Product.IsDefaultShowGroups = false;
  518. this.listViewData_Product.Location = new System.Drawing.Point(4, 25);
  519. this.listViewData_Product.MultiSelect = false;
  520. this.listViewData_Product.Name = "listViewData_Product";
  521. this.listViewData_Product.Size = new System.Drawing.Size(480, 229);
  522. this.listViewData_Product.TabIndex = 2292;
  523. this.listViewData_Product.UseCompatibleStateImageBehavior = false;
  524. //
  525. // txtText
  526. //
  527. this.txtText.BackColor = System.Drawing.Color.Transparent;
  528. this.txtText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  529. this.txtText.Icon = null;
  530. this.txtText.IconIsButton = false;
  531. this.txtText.IsPasswordChat = '\0';
  532. this.txtText.IsSystemPasswordChar = false;
  533. this.txtText.Lines = new string[0];
  534. this.txtText.Location = new System.Drawing.Point(285, 4);
  535. this.txtText.Margin = new System.Windows.Forms.Padding(0);
  536. this.txtText.MaxLength = 32767;
  537. this.txtText.MinimumSize = new System.Drawing.Size(0, 24);
  538. this.txtText.MouseBack = null;
  539. this.txtText.Multiline = false;
  540. this.txtText.Name = "txtText";
  541. this.txtText.NormlBack = null;
  542. this.txtText.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  543. this.txtText.ReadOnly = false;
  544. this.txtText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  545. this.txtText.Size = new System.Drawing.Size(150, 25);
  546. this.txtText.TabIndex = 2293;
  547. this.txtText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  548. this.txtText.Visible = false;
  549. this.txtText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  550. this.txtText.WaterText = "";
  551. this.txtText.WordWrap = true;
  552. //
  553. // panel4
  554. //
  555. this.panel4.Controls.Add(this.listImageList);
  556. this.panel4.Controls.Add(this.btnListImgSelect);
  557. this.panel4.Controls.Add(this.btnSelectVideo_url);
  558. this.panel4.Controls.Add(this.btnPicSelect);
  559. this.panel4.Controls.Add(this.txtVideo_url);
  560. this.panel4.Controls.Add(this.txtPicImage);
  561. this.panel4.Controls.Add(this.labelEx17);
  562. this.panel4.Controls.Add(this.labelEx10);
  563. this.panel4.Controls.Add(this.labelEx9);
  564. this.panel4.Controls.Add(this.labelEx15);
  565. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  566. this.panel4.Location = new System.Drawing.Point(0, 343);
  567. this.panel4.Name = "panel4";
  568. this.panel4.Size = new System.Drawing.Size(493, 300);
  569. this.panel4.TabIndex = 0;
  570. //
  571. // listImageList
  572. //
  573. this.listImageList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  574. | System.Windows.Forms.AnchorStyles.Left)));
  575. this.listImageList.FormattingEnabled = true;
  576. this.listImageList.ItemHeight = 12;
  577. this.listImageList.Location = new System.Drawing.Point(78, 123);
  578. this.listImageList.Name = "listImageList";
  579. this.listImageList.Size = new System.Drawing.Size(337, 160);
  580. this.listImageList.TabIndex = 3;
  581. //
  582. // btnListImgSelect
  583. //
  584. this.btnListImgSelect.BackColor = System.Drawing.Color.Transparent;
  585. this.btnListImgSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnListImgSelect.BackImg")));
  586. this.btnListImgSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  587. this.btnListImgSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  588. this.btnListImgSelect.ForeColor = System.Drawing.Color.White;
  589. this.btnListImgSelect.IsCustomBackImg = false;
  590. this.btnListImgSelect.IsShowText = true;
  591. this.btnListImgSelect.Location = new System.Drawing.Point(418, 124);
  592. this.btnListImgSelect.Name = "btnListImgSelect";
  593. this.btnListImgSelect.Size = new System.Drawing.Size(65, 28);
  594. this.btnListImgSelect.TabIndex = 2;
  595. this.btnListImgSelect.Text = "浏览";
  596. this.btnListImgSelect.UseVisualStyleBackColor = false;
  597. //
  598. // btnPicSelect
  599. //
  600. this.btnPicSelect.BackColor = System.Drawing.Color.Transparent;
  601. this.btnPicSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPicSelect.BackImg")));
  602. this.btnPicSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  603. this.btnPicSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  604. this.btnPicSelect.ForeColor = System.Drawing.Color.White;
  605. this.btnPicSelect.IsCustomBackImg = false;
  606. this.btnPicSelect.IsShowText = true;
  607. this.btnPicSelect.Location = new System.Drawing.Point(418, 55);
  608. this.btnPicSelect.Name = "btnPicSelect";
  609. this.btnPicSelect.Size = new System.Drawing.Size(65, 28);
  610. this.btnPicSelect.TabIndex = 2;
  611. this.btnPicSelect.Text = "浏览";
  612. this.btnPicSelect.UseVisualStyleBackColor = false;
  613. //
  614. // txtPicImage
  615. //
  616. this.txtPicImage.BackColor = System.Drawing.Color.Transparent;
  617. this.txtPicImage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  618. this.txtPicImage.Icon = null;
  619. this.txtPicImage.IconIsButton = false;
  620. this.txtPicImage.IsPasswordChat = '\0';
  621. this.txtPicImage.IsSystemPasswordChar = false;
  622. this.txtPicImage.Lines = new string[0];
  623. this.txtPicImage.Location = new System.Drawing.Point(78, 56);
  624. this.txtPicImage.Margin = new System.Windows.Forms.Padding(0);
  625. this.txtPicImage.MaxLength = 32767;
  626. this.txtPicImage.MinimumSize = new System.Drawing.Size(0, 26);
  627. this.txtPicImage.MouseBack = null;
  628. this.txtPicImage.Multiline = false;
  629. this.txtPicImage.Name = "txtPicImage";
  630. this.txtPicImage.NormlBack = null;
  631. this.txtPicImage.Padding = new System.Windows.Forms.Padding(5);
  632. this.txtPicImage.ReadOnly = true;
  633. this.txtPicImage.ScrollBars = System.Windows.Forms.ScrollBars.None;
  634. this.txtPicImage.Size = new System.Drawing.Size(337, 28);
  635. this.txtPicImage.TabIndex = 1;
  636. this.txtPicImage.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  637. this.txtPicImage.WaterColor = System.Drawing.Color.DarkGray;
  638. this.txtPicImage.WaterText = "请浏览标题图片 750x750像素";
  639. this.txtPicImage.WordWrap = true;
  640. //
  641. // labelEx10
  642. //
  643. this.labelEx10.AutoSize = true;
  644. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  645. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  646. this.labelEx10.Location = new System.Drawing.Point(8, 103);
  647. this.labelEx10.Name = "labelEx10";
  648. this.labelEx10.Size = new System.Drawing.Size(254, 17);
  649. this.labelEx10.TabIndex = 0;
  650. this.labelEx10.Text = "客片展示:最多十张,建议尺寸宽750px 高随意";
  651. //
  652. // labelEx9
  653. //
  654. this.labelEx9.AutoSize = true;
  655. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  656. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  657. this.labelEx9.Location = new System.Drawing.Point(8, 60);
  658. this.labelEx9.Name = "labelEx9";
  659. this.labelEx9.Size = new System.Drawing.Size(68, 34);
  660. this.labelEx9.TabIndex = 0;
  661. this.labelEx9.Text = "标题图片:\r\n750x750";
  662. //
  663. // labelEx15
  664. //
  665. this.labelEx15.AutoSize = true;
  666. this.labelEx15.BackColor = System.Drawing.Color.Transparent;
  667. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  668. this.labelEx15.ForeColor = System.Drawing.Color.Red;
  669. this.labelEx15.Location = new System.Drawing.Point(274, 101);
  670. this.labelEx15.Name = "labelEx15";
  671. this.labelEx15.Size = new System.Drawing.Size(159, 17);
  672. this.labelEx15.TabIndex = 13;
  673. this.labelEx15.Text = "图片文件大小不能超过 1MB";
  674. //
  675. // panel3
  676. //
  677. this.panel3.Controls.Add(this.cbxFengLie);
  678. this.panel3.Controls.Add(this.nuDingJing);
  679. this.panel3.Controls.Add(this.txtGouMaiXuZhi);
  680. this.panel3.Controls.Add(this.txtXieYi);
  681. this.panel3.Controls.Add(this.txtFuWuShiChang);
  682. this.panel3.Controls.Add(this.labelEx14);
  683. this.panel3.Controls.Add(this.labelEx13);
  684. this.panel3.Controls.Add(this.labelEx12);
  685. this.panel3.Controls.Add(this.labelEx16);
  686. this.panel3.Controls.Add(this.labelEx11);
  687. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  688. this.panel3.Location = new System.Drawing.Point(0, 0);
  689. this.panel3.Name = "panel3";
  690. this.panel3.Size = new System.Drawing.Size(493, 343);
  691. this.panel3.TabIndex = 0;
  692. //
  693. // cbxFengLie
  694. //
  695. this.cbxFengLie.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  696. this.cbxFengLie.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  697. this.cbxFengLie.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  698. this.cbxFengLie.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  699. this.cbxFengLie.FormattingEnabled = true;
  700. this.cbxFengLie.IsCustomColor = false;
  701. this.cbxFengLie.Location = new System.Drawing.Point(78, 6);
  702. this.cbxFengLie.Name = "cbxFengLie";
  703. this.cbxFengLie.ReadOnly = true;
  704. this.cbxFengLie.Size = new System.Drawing.Size(181, 28);
  705. this.cbxFengLie.TabIndex = 4;
  706. //
  707. // nuDingJing
  708. //
  709. this.nuDingJing.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  710. this.nuDingJing.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  711. this.nuDingJing.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  712. this.nuDingJing.DecimalPlaces = 2;
  713. this.nuDingJing.IsCustomColor = false;
  714. this.nuDingJing.Location = new System.Drawing.Point(78, 46);
  715. this.nuDingJing.Maximum = new decimal(new int[] {
  716. 9000000,
  717. 0,
  718. 0,
  719. 0});
  720. this.nuDingJing.Name = "nuDingJing";
  721. this.nuDingJing.Size = new System.Drawing.Size(181, 21);
  722. this.nuDingJing.TabIndex = 2;
  723. //
  724. // txtGouMaiXuZhi
  725. //
  726. this.txtGouMaiXuZhi.BackColor = System.Drawing.Color.Transparent;
  727. this.txtGouMaiXuZhi.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  728. this.txtGouMaiXuZhi.Icon = null;
  729. this.txtGouMaiXuZhi.IconIsButton = false;
  730. this.txtGouMaiXuZhi.IsPasswordChat = '\0';
  731. this.txtGouMaiXuZhi.IsSystemPasswordChar = false;
  732. this.txtGouMaiXuZhi.Lines = new string[0];
  733. this.txtGouMaiXuZhi.Location = new System.Drawing.Point(78, 211);
  734. this.txtGouMaiXuZhi.Margin = new System.Windows.Forms.Padding(0);
  735. this.txtGouMaiXuZhi.MaxLength = 32767;
  736. this.txtGouMaiXuZhi.MinimumSize = new System.Drawing.Size(0, 26);
  737. this.txtGouMaiXuZhi.MouseBack = null;
  738. this.txtGouMaiXuZhi.Multiline = true;
  739. this.txtGouMaiXuZhi.Name = "txtGouMaiXuZhi";
  740. this.txtGouMaiXuZhi.NormlBack = null;
  741. this.txtGouMaiXuZhi.Padding = new System.Windows.Forms.Padding(5);
  742. this.txtGouMaiXuZhi.ReadOnly = false;
  743. this.txtGouMaiXuZhi.ScrollBars = System.Windows.Forms.ScrollBars.None;
  744. this.txtGouMaiXuZhi.Size = new System.Drawing.Size(405, 114);
  745. this.txtGouMaiXuZhi.TabIndex = 1;
  746. this.txtGouMaiXuZhi.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  747. this.txtGouMaiXuZhi.WaterColor = System.Drawing.Color.DarkGray;
  748. this.txtGouMaiXuZhi.WaterText = "";
  749. this.txtGouMaiXuZhi.WordWrap = true;
  750. //
  751. // txtXieYi
  752. //
  753. this.txtXieYi.BackColor = System.Drawing.Color.Transparent;
  754. this.txtXieYi.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  755. this.txtXieYi.Icon = null;
  756. this.txtXieYi.IconIsButton = false;
  757. this.txtXieYi.IsPasswordChat = '\0';
  758. this.txtXieYi.IsSystemPasswordChar = false;
  759. this.txtXieYi.Lines = new string[0];
  760. this.txtXieYi.Location = new System.Drawing.Point(78, 77);
  761. this.txtXieYi.Margin = new System.Windows.Forms.Padding(0);
  762. this.txtXieYi.MaxLength = 32767;
  763. this.txtXieYi.MinimumSize = new System.Drawing.Size(0, 26);
  764. this.txtXieYi.MouseBack = null;
  765. this.txtXieYi.Multiline = true;
  766. this.txtXieYi.Name = "txtXieYi";
  767. this.txtXieYi.NormlBack = null;
  768. this.txtXieYi.Padding = new System.Windows.Forms.Padding(5);
  769. this.txtXieYi.ReadOnly = false;
  770. this.txtXieYi.ScrollBars = System.Windows.Forms.ScrollBars.None;
  771. this.txtXieYi.Size = new System.Drawing.Size(405, 114);
  772. this.txtXieYi.TabIndex = 1;
  773. this.txtXieYi.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  774. this.txtXieYi.WaterColor = System.Drawing.Color.DarkGray;
  775. this.txtXieYi.WaterText = "";
  776. this.txtXieYi.WordWrap = true;
  777. //
  778. // txtFuWuShiChang
  779. //
  780. this.txtFuWuShiChang.BackColor = System.Drawing.Color.Transparent;
  781. this.txtFuWuShiChang.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  782. this.txtFuWuShiChang.Icon = null;
  783. this.txtFuWuShiChang.IconIsButton = false;
  784. this.txtFuWuShiChang.IsPasswordChat = '\0';
  785. this.txtFuWuShiChang.IsSystemPasswordChar = false;
  786. this.txtFuWuShiChang.Lines = new string[0];
  787. this.txtFuWuShiChang.Location = new System.Drawing.Point(336, 42);
  788. this.txtFuWuShiChang.Margin = new System.Windows.Forms.Padding(0);
  789. this.txtFuWuShiChang.MaxLength = 32767;
  790. this.txtFuWuShiChang.MinimumSize = new System.Drawing.Size(0, 26);
  791. this.txtFuWuShiChang.MouseBack = null;
  792. this.txtFuWuShiChang.Multiline = false;
  793. this.txtFuWuShiChang.Name = "txtFuWuShiChang";
  794. this.txtFuWuShiChang.NormlBack = null;
  795. this.txtFuWuShiChang.Padding = new System.Windows.Forms.Padding(5);
  796. this.txtFuWuShiChang.ReadOnly = false;
  797. this.txtFuWuShiChang.ScrollBars = System.Windows.Forms.ScrollBars.None;
  798. this.txtFuWuShiChang.Size = new System.Drawing.Size(144, 28);
  799. this.txtFuWuShiChang.TabIndex = 1;
  800. this.txtFuWuShiChang.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  801. this.txtFuWuShiChang.WaterColor = System.Drawing.Color.DarkGray;
  802. this.txtFuWuShiChang.WaterText = "";
  803. this.txtFuWuShiChang.WordWrap = true;
  804. //
  805. // labelEx14
  806. //
  807. this.labelEx14.AutoSize = true;
  808. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  809. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  810. this.labelEx14.Location = new System.Drawing.Point(8, 211);
  811. this.labelEx14.Name = "labelEx14";
  812. this.labelEx14.Size = new System.Drawing.Size(68, 17);
  813. this.labelEx14.TabIndex = 0;
  814. this.labelEx14.Text = "购买须知:";
  815. //
  816. // labelEx13
  817. //
  818. this.labelEx13.AutoSize = true;
  819. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  820. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  821. this.labelEx13.Location = new System.Drawing.Point(8, 77);
  822. this.labelEx13.Name = "labelEx13";
  823. this.labelEx13.Size = new System.Drawing.Size(68, 17);
  824. this.labelEx13.TabIndex = 0;
  825. this.labelEx13.Text = "服务协议:";
  826. //
  827. // labelEx12
  828. //
  829. this.labelEx12.AutoSize = true;
  830. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  831. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  832. this.labelEx12.Location = new System.Drawing.Point(265, 48);
  833. this.labelEx12.Name = "labelEx12";
  834. this.labelEx12.Size = new System.Drawing.Size(68, 17);
  835. this.labelEx12.TabIndex = 0;
  836. this.labelEx12.Text = "服务时长:";
  837. //
  838. // labelEx16
  839. //
  840. this.labelEx16.AutoSize = true;
  841. this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  842. this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  843. this.labelEx16.Location = new System.Drawing.Point(8, 12);
  844. this.labelEx16.Name = "labelEx16";
  845. this.labelEx16.Size = new System.Drawing.Size(68, 17);
  846. this.labelEx16.TabIndex = 0;
  847. this.labelEx16.Text = "套系分类:";
  848. //
  849. // labelEx11
  850. //
  851. this.labelEx11.AutoSize = true;
  852. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  853. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  854. this.labelEx11.Location = new System.Drawing.Point(32, 48);
  855. this.labelEx11.Name = "labelEx11";
  856. this.labelEx11.Size = new System.Drawing.Size(44, 17);
  857. this.labelEx11.TabIndex = 0;
  858. this.labelEx11.Text = "定金:";
  859. //
  860. // cmbtreev_PackageName
  861. //
  862. this.cmbtreev_PackageName.AfterSelectLevelFirstNode = false;
  863. this.cmbtreev_PackageName.DropDownHeight = 220;
  864. this.cmbtreev_PackageName.DropDownShow = false;
  865. this.cmbtreev_PackageName.FormattingEnabled = true;
  866. this.cmbtreev_PackageName.IntegralHeight = false;
  867. this.cmbtreev_PackageName.IsNodeMouseClick = true;
  868. this.cmbtreev_PackageName.IsSelectParentNode = false;
  869. this.cmbtreev_PackageName.Location = new System.Drawing.Point(36, 15);
  870. this.cmbtreev_PackageName.Name = "cmbtreev_PackageName";
  871. this.cmbtreev_PackageName.ReadOnly = true;
  872. this.cmbtreev_PackageName.SelectedNode = null;
  873. this.cmbtreev_PackageName.Size = new System.Drawing.Size(150, 20);
  874. this.cmbtreev_PackageName.StrGetName = "";
  875. this.cmbtreev_PackageName.StrGetTagName = "";
  876. this.cmbtreev_PackageName.StrKey = null;
  877. this.cmbtreev_PackageName.TabIndex = 192;
  878. //
  879. // labelEx1
  880. //
  881. this.labelEx1.AutoSize = true;
  882. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  883. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  884. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  885. this.labelEx1.Location = new System.Drawing.Point(3, 17);
  886. this.labelEx1.Name = "labelEx1";
  887. this.labelEx1.Size = new System.Drawing.Size(32, 17);
  888. this.labelEx1.TabIndex = 9;
  889. this.labelEx1.Text = "名称";
  890. //
  891. // lblPakUnitPrice
  892. //
  893. this.lblPakUnitPrice.AutoSize = true;
  894. this.lblPakUnitPrice.BackColor = System.Drawing.Color.Transparent;
  895. this.lblPakUnitPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  896. this.lblPakUnitPrice.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  897. this.lblPakUnitPrice.Location = new System.Drawing.Point(190, 17);
  898. this.lblPakUnitPrice.Name = "lblPakUnitPrice";
  899. this.lblPakUnitPrice.Size = new System.Drawing.Size(75, 17);
  900. this.lblPakUnitPrice.TabIndex = 13;
  901. this.lblPakUnitPrice.Text = "套系价格:0";
  902. //
  903. // labelEx5
  904. //
  905. this.labelEx5.AutoSize = true;
  906. this.labelEx5.BackColor = System.Drawing.Color.Transparent;
  907. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  908. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  909. this.labelEx5.Location = new System.Drawing.Point(339, 17);
  910. this.labelEx5.Name = "labelEx5";
  911. this.labelEx5.Size = new System.Drawing.Size(56, 17);
  912. this.labelEx5.TabIndex = 13;
  913. this.labelEx5.Text = "成本价:";
  914. //
  915. // labelEx7
  916. //
  917. this.labelEx7.AutoSize = true;
  918. this.labelEx7.BackColor = System.Drawing.Color.Transparent;
  919. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  920. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  921. this.labelEx7.Location = new System.Drawing.Point(478, 17);
  922. this.labelEx7.Name = "labelEx7";
  923. this.labelEx7.Size = new System.Drawing.Size(44, 17);
  924. this.labelEx7.TabIndex = 15;
  925. this.labelEx7.Text = "卖价:";
  926. //
  927. // labelEx17
  928. //
  929. this.labelEx17.AutoSize = true;
  930. this.labelEx17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  931. this.labelEx17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  932. this.labelEx17.Location = new System.Drawing.Point(32, 17);
  933. this.labelEx17.Name = "labelEx17";
  934. this.labelEx17.Size = new System.Drawing.Size(44, 17);
  935. this.labelEx17.TabIndex = 0;
  936. this.labelEx17.Text = "视频:";
  937. //
  938. // txtVideo_url
  939. //
  940. this.txtVideo_url.BackColor = System.Drawing.Color.Transparent;
  941. this.txtVideo_url.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  942. this.txtVideo_url.Icon = null;
  943. this.txtVideo_url.IconIsButton = false;
  944. this.txtVideo_url.IsPasswordChat = '\0';
  945. this.txtVideo_url.IsSystemPasswordChar = false;
  946. this.txtVideo_url.Lines = new string[0];
  947. this.txtVideo_url.Location = new System.Drawing.Point(78, 13);
  948. this.txtVideo_url.Margin = new System.Windows.Forms.Padding(0);
  949. this.txtVideo_url.MaxLength = 32767;
  950. this.txtVideo_url.MinimumSize = new System.Drawing.Size(0, 26);
  951. this.txtVideo_url.MouseBack = null;
  952. this.txtVideo_url.Multiline = false;
  953. this.txtVideo_url.Name = "txtVideo_url";
  954. this.txtVideo_url.NormlBack = null;
  955. this.txtVideo_url.Padding = new System.Windows.Forms.Padding(5);
  956. this.txtVideo_url.ReadOnly = true;
  957. this.txtVideo_url.ScrollBars = System.Windows.Forms.ScrollBars.None;
  958. this.txtVideo_url.Size = new System.Drawing.Size(337, 28);
  959. this.txtVideo_url.TabIndex = 1;
  960. this.txtVideo_url.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  961. this.txtVideo_url.WaterColor = System.Drawing.Color.DarkGray;
  962. this.txtVideo_url.WaterText = "请浏览要上传的视频";
  963. this.txtVideo_url.WordWrap = true;
  964. //
  965. // btnSelectVideo_url
  966. //
  967. this.btnSelectVideo_url.BackColor = System.Drawing.Color.Transparent;
  968. this.btnSelectVideo_url.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelectVideo_url.BackImg")));
  969. this.btnSelectVideo_url.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  970. this.btnSelectVideo_url.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  971. this.btnSelectVideo_url.ForeColor = System.Drawing.Color.White;
  972. this.btnSelectVideo_url.IsCustomBackImg = false;
  973. this.btnSelectVideo_url.IsShowText = true;
  974. this.btnSelectVideo_url.Location = new System.Drawing.Point(418, 12);
  975. this.btnSelectVideo_url.Name = "btnSelectVideo_url";
  976. this.btnSelectVideo_url.Size = new System.Drawing.Size(65, 28);
  977. this.btnSelectVideo_url.TabIndex = 2;
  978. this.btnSelectVideo_url.Text = "浏览";
  979. this.btnSelectVideo_url.UseVisualStyleBackColor = false;
  980. //
  981. // frmPackagesUpload
  982. //
  983. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  984. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  985. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  986. this.ClientSize = new System.Drawing.Size(1000, 768);
  987. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  988. this.IsUserControlsSize = false;
  989. this.Name = "frmPackagesUpload";
  990. this.Text = "套系商品";
  991. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  992. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  993. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  994. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  995. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  996. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  997. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  998. this.plExMainContainer.ResumeLayout(false);
  999. this.plFormMainContent.ResumeLayout(false);
  1000. this.panelEx2.ResumeLayout(false);
  1001. this.panelEx2.PerformLayout();
  1002. this.splitContainerEx1.Panel1.ResumeLayout(false);
  1003. this.splitContainerEx1.Panel2.ResumeLayout(false);
  1004. ((System.ComponentModel.ISupportInitialize)(this.splitContainerEx1)).EndInit();
  1005. this.splitContainerEx1.ResumeLayout(false);
  1006. this.TabControl.ResumeLayout(false);
  1007. this.tabPage1.ResumeLayout(false);
  1008. this.panelEx3.ResumeLayout(false);
  1009. this.panelEx3.PerformLayout();
  1010. this.tabPage2.ResumeLayout(false);
  1011. this.panel2.ResumeLayout(false);
  1012. this.panel2.PerformLayout();
  1013. this.panel1.ResumeLayout(false);
  1014. this.panel1.PerformLayout();
  1015. this.panel4.ResumeLayout(false);
  1016. this.panel4.PerformLayout();
  1017. this.panel3.ResumeLayout(false);
  1018. this.panel3.PerformLayout();
  1019. ((System.ComponentModel.ISupportInitialize)(this.nuDingJing)).EndInit();
  1020. this.ResumeLayout(false);
  1021. }
  1022. #endregion
  1023. protected ComponentLibrary.PanelEx panelEx2;
  1024. private ComponentLibrary.PanelEx panelEx1;
  1025. private ComponentLibrary.LabelEx labelEx1;
  1026. private ComponentLibrary.LabelEx labelEx5;
  1027. private ComponentLibrary.LabelEx labelEx7;
  1028. protected internal ComponentLibrary.ListViewEx listViewData_Product;
  1029. protected internal ComponentLibrary.ListViewEx listViewData_Service;
  1030. protected internal ComponentLibrary.ButtonEx btnSaveed;
  1031. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreev_PackageName;
  1032. protected internal ComponentLibrary.LabelEx lblPakUnitPrice;
  1033. protected internal ComponentLibrary.LabelEx lblCostPrice;
  1034. protected internal ComponentLibrary.LabelEx lblSalePrice;
  1035. protected internal ComponentLibrary.SplitContainerEx splitContainerEx1;
  1036. protected internal ComponentLibrary.TextBoxEx txtText;
  1037. protected internal ComponentLibrary.ButtonEx btnCloseed;
  1038. protected internal ComponentLibrary.LabelEx labelEx6;
  1039. protected internal ComponentLibrary.LabelEx labelEx8;
  1040. private System.Windows.Forms.Panel panel2;
  1041. private System.Windows.Forms.Panel panel1;
  1042. private System.Windows.Forms.Panel panel4;
  1043. private System.Windows.Forms.Panel panel3;
  1044. public ComponentLibrary.RadioButtonEx rdoPuTong;
  1045. public ComponentLibrary.RadioButtonEx rdoErTong;
  1046. private ComponentLibrary.LabelEx labelEx9;
  1047. private ComponentLibrary.LabelEx labelEx10;
  1048. protected internal ComponentLibrary.TabControlEx TabControl;
  1049. protected System.Windows.Forms.TabPage tabPage1;
  1050. protected internal ComponentLibrary.ListViewEx listViewData_Sights;
  1051. private ComponentLibrary.PanelEx panelEx3;
  1052. private ComponentLibrary.LabelEx labelEx4;
  1053. protected internal ComponentLibrary.TextBoxEx txtIntoBottom;
  1054. private ComponentLibrary.LabelEx labelEx3;
  1055. protected internal ComponentLibrary.TextBoxEx txtIntoRegister;
  1056. private ComponentLibrary.LabelEx labelEx2;
  1057. protected System.Windows.Forms.TabPage tabPage2;
  1058. protected internal ComponentLibrary.ListViewEx listViewData_Stages;
  1059. private ComponentLibrary.LabelEx labelEx14;
  1060. private ComponentLibrary.LabelEx labelEx13;
  1061. private ComponentLibrary.LabelEx labelEx12;
  1062. private ComponentLibrary.LabelEx labelEx11;
  1063. public ComponentLibrary.ButtonForm btnPicSelect;
  1064. public ComponentLibrary.TextBoxEx txtPicImage;
  1065. public ComponentLibrary.ListBoxEx listImageList;
  1066. public ComponentLibrary.ButtonForm btnListImgSelect;
  1067. public ComponentLibrary.NumericUpDownEx nuDingJing;
  1068. public ComponentLibrary.TextBoxEx txtGouMaiXuZhi;
  1069. public ComponentLibrary.TextBoxEx txtXieYi;
  1070. public ComponentLibrary.TextBoxEx txtFuWuShiChang;
  1071. protected internal ComponentLibrary.LabelEx labelEx15;
  1072. public ComponentLibrary.RadioButtonEx rdoHungSha;
  1073. private ComponentLibrary.LabelEx labelEx16;
  1074. public ComponentLibrary.ComboBoxEx cbxFengLie;
  1075. public ComponentLibrary.ButtonForm btnSelectVideo_url;
  1076. public ComponentLibrary.TextBoxEx txtVideo_url;
  1077. private ComponentLibrary.LabelEx labelEx17;
  1078. }
  1079. }