frmAddDress.Designer.cs 84 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454
  1. namespace LYFZ.Software.NewDressSystem
  2. {
  3. partial class frmAddDress
  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(frmAddDress));
  29. this.txtDressNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  30. this.lbDressNumber = new LYFZ.ComponentLibrary.LabelEx();
  31. this.groupLiFuInfo = new System.Windows.Forms.GroupBox();
  32. this.likNoAllSelect = new System.Windows.Forms.LinkLabel();
  33. this.plLiFuZhuangTai = new LYFZ.OtherExpansion.SkinControl.SkinPanel();
  34. this.rdoZhengChuang = new LYFZ.ComponentLibrary.RadioButtonEx();
  35. this.rdoYiChuShou = new LYFZ.ComponentLibrary.RadioButtonEx();
  36. this.rdoYiBaoFei = new LYFZ.ComponentLibrary.RadioButtonEx();
  37. this.linkDelImage = new System.Windows.Forms.LinkLabel();
  38. this.linkUploadImage = new System.Windows.Forms.LinkLabel();
  39. this.likAllSelect = new System.Windows.Forms.LinkLabel();
  40. this.plShuangJiaZhuangTai = new LYFZ.OtherExpansion.SkinControl.SkinPanel();
  41. this.rdoShuangJia = new LYFZ.ComponentLibrary.RadioButtonEx();
  42. this.rdoXiaJia = new LYFZ.ComponentLibrary.RadioButtonEx();
  43. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.listViewImage = new System.Windows.Forms.ListView();
  46. this.nudDingZhiJiage = new System.Windows.Forms.NumericUpDown();
  47. this.nudChuZhuJiage = new System.Windows.Forms.NumericUpDown();
  48. this.nudChuShouJiage = new System.Windows.Forms.NumericUpDown();
  49. this.nudChenBenJiaGe = new System.Windows.Forms.NumericUpDown();
  50. this.nudGuoMaiJiaGe = new System.Windows.Forms.NumericUpDown();
  51. this.txtLiFuMiaoShu = new LYFZ.ComponentLibrary.TextBoxEx();
  52. this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
  53. this.lbLiFuImageList = new LYFZ.ComponentLibrary.LabelEx();
  54. this.lbLiFuMiaoShu = new LYFZ.ComponentLibrary.LabelEx();
  55. this.lbRemark = new LYFZ.ComponentLibrary.LabelEx();
  56. this.lbShuangJiaZhuangTai = new LYFZ.ComponentLibrary.LabelEx();
  57. this.dtpDressChuShouDate = new LYFZ.ComponentLibrary.DateTimePickerEx();
  58. this.dtpDressBaoFeiDate = new LYFZ.ComponentLibrary.DateTimePickerEx();
  59. this.dtpDressBuyDate = new LYFZ.ComponentLibrary.DateTimePickerEx();
  60. this.lbDressChuShouDate = new LYFZ.ComponentLibrary.LabelEx();
  61. this.lbDressBaoFeiDate = new LYFZ.ComponentLibrary.LabelEx();
  62. this.lbDressBuyDate = new LYFZ.ComponentLibrary.LabelEx();
  63. this.lbDingZhiJiage = new LYFZ.ComponentLibrary.LabelEx();
  64. this.lbChuZhuJiage = new LYFZ.ComponentLibrary.LabelEx();
  65. this.lbChuShouJiage = new LYFZ.ComponentLibrary.LabelEx();
  66. this.lbGuoMaiJiaGe = new LYFZ.ComponentLibrary.LabelEx();
  67. this.lbChenBenJiaGe = new LYFZ.ComponentLibrary.LabelEx();
  68. this.txtDressName = new LYFZ.ComponentLibrary.TextBoxEx();
  69. this.lbDressName = new LYFZ.ComponentLibrary.LabelEx();
  70. this.btnSetBaiFangQuYu = new LYFZ.ComponentLibrary.ButtonForm();
  71. this.cbxBaiFangQuYu = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  72. this.lbBaiFangQuYu = new LYFZ.ComponentLibrary.LabelEx();
  73. this.btnSetQiTa = new LYFZ.ComponentLibrary.ButtonForm();
  74. this.btnSetXiuChuang = new LYFZ.ComponentLibrary.ButtonForm();
  75. this.btnSetYuanShe = new LYFZ.ComponentLibrary.ButtonForm();
  76. this.btnSetJingHuoChuangJia = new LYFZ.ComponentLibrary.ButtonForm();
  77. this.btnSetLiFuChiChun = new LYFZ.ComponentLibrary.ButtonForm();
  78. this.btnSetYuangShi = new LYFZ.ComponentLibrary.ButtonForm();
  79. this.btnSetQunChuang = new LYFZ.ComponentLibrary.ButtonForm();
  80. this.btnSetFengGe = new LYFZ.ComponentLibrary.ButtonForm();
  81. this.btnSetLiFuLeiBei = new LYFZ.ComponentLibrary.ButtonForm();
  82. this.cbxQiTa = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  83. this.cbxQunChuang = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  84. this.cbxLiFuChiChun = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  85. this.cbxXiuChuang = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  86. this.cbxYuangShi = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  87. this.cbxFengGe = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  88. this.cbxYuanShe = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  89. this.cbxJingHuoChuangJia = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  90. this.cbxLiFuLeiBei = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  91. this.lbQiTa = new LYFZ.ComponentLibrary.LabelEx();
  92. this.lbQunChuang = new LYFZ.ComponentLibrary.LabelEx();
  93. this.lbLiFuZhuangTai = new LYFZ.ComponentLibrary.LabelEx();
  94. this.lbLiFuChiChun = new LYFZ.ComponentLibrary.LabelEx();
  95. this.lbXiuChuang = new LYFZ.ComponentLibrary.LabelEx();
  96. this.lbYuangShi = new LYFZ.ComponentLibrary.LabelEx();
  97. this.lbFengGe = new LYFZ.ComponentLibrary.LabelEx();
  98. this.lbYuanShe = new LYFZ.ComponentLibrary.LabelEx();
  99. this.lbJingHuoChuangJia = new LYFZ.ComponentLibrary.LabelEx();
  100. this.lbLiFuLeiBei = new LYFZ.ComponentLibrary.LabelEx();
  101. this.lbLiFuCount = new LYFZ.ComponentLibrary.LabelEx();
  102. this.plExMainContainer.SuspendLayout();
  103. this.plFormMainContent.SuspendLayout();
  104. this.groupLiFuInfo.SuspendLayout();
  105. this.plLiFuZhuangTai.SuspendLayout();
  106. this.plShuangJiaZhuangTai.SuspendLayout();
  107. ((System.ComponentModel.ISupportInitialize)(this.nudDingZhiJiage)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.nudChuZhuJiage)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.nudChuShouJiage)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.nudChenBenJiaGe)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.nudGuoMaiJiaGe)).BeginInit();
  112. this.SuspendLayout();
  113. //
  114. // plExMainContainer
  115. //
  116. this.plExMainContainer.AutoScroll = true;
  117. this.plExMainContainer.BorderColor = System.Drawing.Color.BlanchedAlmond;
  118. this.plExMainContainer.Controls.Add(this.groupLiFuInfo);
  119. this.plExMainContainer.Controls.Add(this.txtDressNumber);
  120. this.plExMainContainer.Controls.Add(this.lbDressNumber);
  121. this.plExMainContainer.Controls.Add(this.lbLiFuCount);
  122. this.plExMainContainer.Size = new System.Drawing.Size(1010, 695);
  123. //
  124. // plFormMainContent
  125. //
  126. this.plFormMainContent.Size = new System.Drawing.Size(1010, 695);
  127. //
  128. // btnAppFormMaximize
  129. //
  130. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  131. this.btnAppFormMaximize.Location = new System.Drawing.Point(951, 0);
  132. //
  133. // btnAppFormExit
  134. //
  135. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  136. this.btnAppFormExit.Location = new System.Drawing.Point(978, 0);
  137. //
  138. // btnAppFormMinimize
  139. //
  140. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  141. this.btnAppFormMinimize.Location = new System.Drawing.Point(924, 0);
  142. //
  143. // txtDressNumber
  144. //
  145. this.txtDressNumber.BackColor = System.Drawing.Color.Transparent;
  146. this.txtDressNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  147. this.txtDressNumber.Icon = null;
  148. this.txtDressNumber.IconIsButton = false;
  149. this.txtDressNumber.IsPasswordChat = '\0';
  150. this.txtDressNumber.IsSystemPasswordChar = false;
  151. this.txtDressNumber.Lines = new string[0];
  152. this.txtDressNumber.Location = new System.Drawing.Point(94, 7);
  153. this.txtDressNumber.Margin = new System.Windows.Forms.Padding(0);
  154. this.txtDressNumber.MaxLength = 32767;
  155. this.txtDressNumber.MinimumSize = new System.Drawing.Size(0, 24);
  156. this.txtDressNumber.MouseBack = null;
  157. this.txtDressNumber.Multiline = true;
  158. this.txtDressNumber.Name = "txtDressNumber";
  159. this.txtDressNumber.NormlBack = null;
  160. this.txtDressNumber.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  161. this.txtDressNumber.ReadOnly = false;
  162. this.txtDressNumber.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  163. this.txtDressNumber.Size = new System.Drawing.Size(857, 41);
  164. this.txtDressNumber.TabIndex = 16358;
  165. this.txtDressNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  166. this.txtDressNumber.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  167. this.txtDressNumber.WaterText = "";
  168. this.txtDressNumber.WordWrap = true;
  169. //
  170. // lbDressNumber
  171. //
  172. this.lbDressNumber.AutoSize = true;
  173. this.lbDressNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  174. this.lbDressNumber.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  175. this.lbDressNumber.Location = new System.Drawing.Point(12, 17);
  176. this.lbDressNumber.Name = "lbDressNumber";
  177. this.lbDressNumber.Size = new System.Drawing.Size(77, 17);
  178. this.lbDressNumber.TabIndex = 16359;
  179. this.lbDressNumber.Text = "* 礼服编号:";
  180. //
  181. // groupLiFuInfo
  182. //
  183. this.groupLiFuInfo.Controls.Add(this.likNoAllSelect);
  184. this.groupLiFuInfo.Controls.Add(this.plLiFuZhuangTai);
  185. this.groupLiFuInfo.Controls.Add(this.linkDelImage);
  186. this.groupLiFuInfo.Controls.Add(this.linkUploadImage);
  187. this.groupLiFuInfo.Controls.Add(this.likAllSelect);
  188. this.groupLiFuInfo.Controls.Add(this.plShuangJiaZhuangTai);
  189. this.groupLiFuInfo.Controls.Add(this.btnSave);
  190. this.groupLiFuInfo.Controls.Add(this.btnClose);
  191. this.groupLiFuInfo.Controls.Add(this.listViewImage);
  192. this.groupLiFuInfo.Controls.Add(this.nudDingZhiJiage);
  193. this.groupLiFuInfo.Controls.Add(this.nudChuZhuJiage);
  194. this.groupLiFuInfo.Controls.Add(this.nudChuShouJiage);
  195. this.groupLiFuInfo.Controls.Add(this.nudChenBenJiaGe);
  196. this.groupLiFuInfo.Controls.Add(this.nudGuoMaiJiaGe);
  197. this.groupLiFuInfo.Controls.Add(this.txtLiFuMiaoShu);
  198. this.groupLiFuInfo.Controls.Add(this.txtRemark);
  199. this.groupLiFuInfo.Controls.Add(this.lbLiFuImageList);
  200. this.groupLiFuInfo.Controls.Add(this.lbLiFuMiaoShu);
  201. this.groupLiFuInfo.Controls.Add(this.lbRemark);
  202. this.groupLiFuInfo.Controls.Add(this.lbShuangJiaZhuangTai);
  203. this.groupLiFuInfo.Controls.Add(this.dtpDressChuShouDate);
  204. this.groupLiFuInfo.Controls.Add(this.dtpDressBaoFeiDate);
  205. this.groupLiFuInfo.Controls.Add(this.dtpDressBuyDate);
  206. this.groupLiFuInfo.Controls.Add(this.lbDressChuShouDate);
  207. this.groupLiFuInfo.Controls.Add(this.lbDressBaoFeiDate);
  208. this.groupLiFuInfo.Controls.Add(this.lbDressBuyDate);
  209. this.groupLiFuInfo.Controls.Add(this.lbDingZhiJiage);
  210. this.groupLiFuInfo.Controls.Add(this.lbChuZhuJiage);
  211. this.groupLiFuInfo.Controls.Add(this.lbChuShouJiage);
  212. this.groupLiFuInfo.Controls.Add(this.lbGuoMaiJiaGe);
  213. this.groupLiFuInfo.Controls.Add(this.lbChenBenJiaGe);
  214. this.groupLiFuInfo.Controls.Add(this.txtDressName);
  215. this.groupLiFuInfo.Controls.Add(this.lbDressName);
  216. this.groupLiFuInfo.Controls.Add(this.btnSetBaiFangQuYu);
  217. this.groupLiFuInfo.Controls.Add(this.cbxBaiFangQuYu);
  218. this.groupLiFuInfo.Controls.Add(this.lbBaiFangQuYu);
  219. this.groupLiFuInfo.Controls.Add(this.btnSetQiTa);
  220. this.groupLiFuInfo.Controls.Add(this.btnSetXiuChuang);
  221. this.groupLiFuInfo.Controls.Add(this.btnSetYuanShe);
  222. this.groupLiFuInfo.Controls.Add(this.btnSetJingHuoChuangJia);
  223. this.groupLiFuInfo.Controls.Add(this.btnSetLiFuChiChun);
  224. this.groupLiFuInfo.Controls.Add(this.btnSetYuangShi);
  225. this.groupLiFuInfo.Controls.Add(this.btnSetQunChuang);
  226. this.groupLiFuInfo.Controls.Add(this.btnSetFengGe);
  227. this.groupLiFuInfo.Controls.Add(this.btnSetLiFuLeiBei);
  228. this.groupLiFuInfo.Controls.Add(this.cbxQiTa);
  229. this.groupLiFuInfo.Controls.Add(this.cbxQunChuang);
  230. this.groupLiFuInfo.Controls.Add(this.cbxLiFuChiChun);
  231. this.groupLiFuInfo.Controls.Add(this.cbxXiuChuang);
  232. this.groupLiFuInfo.Controls.Add(this.cbxYuangShi);
  233. this.groupLiFuInfo.Controls.Add(this.cbxFengGe);
  234. this.groupLiFuInfo.Controls.Add(this.cbxYuanShe);
  235. this.groupLiFuInfo.Controls.Add(this.cbxJingHuoChuangJia);
  236. this.groupLiFuInfo.Controls.Add(this.cbxLiFuLeiBei);
  237. this.groupLiFuInfo.Controls.Add(this.lbQiTa);
  238. this.groupLiFuInfo.Controls.Add(this.lbQunChuang);
  239. this.groupLiFuInfo.Controls.Add(this.lbLiFuZhuangTai);
  240. this.groupLiFuInfo.Controls.Add(this.lbLiFuChiChun);
  241. this.groupLiFuInfo.Controls.Add(this.lbXiuChuang);
  242. this.groupLiFuInfo.Controls.Add(this.lbYuangShi);
  243. this.groupLiFuInfo.Controls.Add(this.lbFengGe);
  244. this.groupLiFuInfo.Controls.Add(this.lbYuanShe);
  245. this.groupLiFuInfo.Controls.Add(this.lbJingHuoChuangJia);
  246. this.groupLiFuInfo.Controls.Add(this.lbLiFuLeiBei);
  247. this.groupLiFuInfo.Location = new System.Drawing.Point(9, 51);
  248. this.groupLiFuInfo.Name = "groupLiFuInfo";
  249. this.groupLiFuInfo.Size = new System.Drawing.Size(980, 636);
  250. this.groupLiFuInfo.TabIndex = 16360;
  251. this.groupLiFuInfo.TabStop = false;
  252. this.groupLiFuInfo.Text = "礼服资料";
  253. //
  254. // likNoAllSelect
  255. //
  256. this.likNoAllSelect.ActiveLinkColor = System.Drawing.Color.CadetBlue;
  257. this.likNoAllSelect.AutoSize = true;
  258. this.likNoAllSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.likNoAllSelect.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
  260. this.likNoAllSelect.LinkColor = System.Drawing.Color.CadetBlue;
  261. this.likNoAllSelect.Location = new System.Drawing.Point(142, 1);
  262. this.likNoAllSelect.Name = "likNoAllSelect";
  263. this.likNoAllSelect.Size = new System.Drawing.Size(68, 17);
  264. this.likNoAllSelect.TabIndex = 16457;
  265. this.likNoAllSelect.TabStop = true;
  266. this.likNoAllSelect.Text = "取 消 全 选";
  267. this.likNoAllSelect.VisitedLinkColor = System.Drawing.Color.CadetBlue;
  268. //
  269. // plLiFuZhuangTai
  270. //
  271. this.plLiFuZhuangTai.BackColor = System.Drawing.Color.Transparent;
  272. this.plLiFuZhuangTai.Controls.Add(this.rdoZhengChuang);
  273. this.plLiFuZhuangTai.Controls.Add(this.rdoYiChuShou);
  274. this.plLiFuZhuangTai.Controls.Add(this.rdoYiBaoFei);
  275. this.plLiFuZhuangTai.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  276. this.plLiFuZhuangTai.DownBack = null;
  277. this.plLiFuZhuangTai.Location = new System.Drawing.Point(428, 232);
  278. this.plLiFuZhuangTai.MouseBack = null;
  279. this.plLiFuZhuangTai.Name = "plLiFuZhuangTai";
  280. this.plLiFuZhuangTai.NormlBack = null;
  281. this.plLiFuZhuangTai.Size = new System.Drawing.Size(220, 27);
  282. this.plLiFuZhuangTai.TabIndex = 16455;
  283. //
  284. // rdoZhengChuang
  285. //
  286. this.rdoZhengChuang.AutoSize = true;
  287. this.rdoZhengChuang.BackColor = System.Drawing.Color.Transparent;
  288. this.rdoZhengChuang.Checked = true;
  289. this.rdoZhengChuang.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  290. this.rdoZhengChuang.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  291. this.rdoZhengChuang.Location = new System.Drawing.Point(3, 3);
  292. this.rdoZhengChuang.Name = "rdoZhengChuang";
  293. this.rdoZhengChuang.Size = new System.Drawing.Size(50, 21);
  294. this.rdoZhengChuang.TabIndex = 16391;
  295. this.rdoZhengChuang.TabStop = true;
  296. this.rdoZhengChuang.Tag = "0";
  297. this.rdoZhengChuang.Text = "正常";
  298. this.rdoZhengChuang.UseVisualStyleBackColor = false;
  299. //
  300. // rdoYiChuShou
  301. //
  302. this.rdoYiChuShou.AutoSize = true;
  303. this.rdoYiChuShou.BackColor = System.Drawing.Color.Transparent;
  304. this.rdoYiChuShou.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  305. this.rdoYiChuShou.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  306. this.rdoYiChuShou.Location = new System.Drawing.Point(66, 3);
  307. this.rdoYiChuShou.Name = "rdoYiChuShou";
  308. this.rdoYiChuShou.Size = new System.Drawing.Size(62, 21);
  309. this.rdoYiChuShou.TabIndex = 16391;
  310. this.rdoYiChuShou.Tag = "1";
  311. this.rdoYiChuShou.Text = "已出售";
  312. this.rdoYiChuShou.UseVisualStyleBackColor = false;
  313. //
  314. // rdoYiBaoFei
  315. //
  316. this.rdoYiBaoFei.AutoSize = true;
  317. this.rdoYiBaoFei.BackColor = System.Drawing.Color.Transparent;
  318. this.rdoYiBaoFei.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  319. this.rdoYiBaoFei.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  320. this.rdoYiBaoFei.Location = new System.Drawing.Point(145, 3);
  321. this.rdoYiBaoFei.Name = "rdoYiBaoFei";
  322. this.rdoYiBaoFei.Size = new System.Drawing.Size(62, 21);
  323. this.rdoYiBaoFei.TabIndex = 16391;
  324. this.rdoYiBaoFei.Tag = "2";
  325. this.rdoYiBaoFei.Text = "已报废";
  326. this.rdoYiBaoFei.UseVisualStyleBackColor = false;
  327. //
  328. // linkDelImage
  329. //
  330. this.linkDelImage.ActiveLinkColor = System.Drawing.Color.CadetBlue;
  331. this.linkDelImage.AutoSize = true;
  332. this.linkDelImage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.linkDelImage.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
  334. this.linkDelImage.LinkColor = System.Drawing.Color.SlateBlue;
  335. this.linkDelImage.Location = new System.Drawing.Point(912, 397);
  336. this.linkDelImage.Name = "linkDelImage";
  337. this.linkDelImage.Size = new System.Drawing.Size(56, 17);
  338. this.linkDelImage.TabIndex = 16456;
  339. this.linkDelImage.TabStop = true;
  340. this.linkDelImage.Text = "删除图片";
  341. this.linkDelImage.VisitedLinkColor = System.Drawing.Color.CadetBlue;
  342. //
  343. // linkUploadImage
  344. //
  345. this.linkUploadImage.ActiveLinkColor = System.Drawing.Color.CadetBlue;
  346. this.linkUploadImage.AutoSize = true;
  347. this.linkUploadImage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.linkUploadImage.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
  349. this.linkUploadImage.LinkColor = System.Drawing.Color.SlateBlue;
  350. this.linkUploadImage.Location = new System.Drawing.Point(803, 397);
  351. this.linkUploadImage.Name = "linkUploadImage";
  352. this.linkUploadImage.Size = new System.Drawing.Size(56, 17);
  353. this.linkUploadImage.TabIndex = 16456;
  354. this.linkUploadImage.TabStop = true;
  355. this.linkUploadImage.Text = "上传图片";
  356. this.linkUploadImage.VisitedLinkColor = System.Drawing.Color.CadetBlue;
  357. //
  358. // likAllSelect
  359. //
  360. this.likAllSelect.ActiveLinkColor = System.Drawing.Color.CadetBlue;
  361. this.likAllSelect.AutoSize = true;
  362. this.likAllSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.likAllSelect.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
  364. this.likAllSelect.LinkColor = System.Drawing.Color.CadetBlue;
  365. this.likAllSelect.Location = new System.Drawing.Point(89, 1);
  366. this.likAllSelect.Name = "likAllSelect";
  367. this.likAllSelect.Size = new System.Drawing.Size(36, 17);
  368. this.likAllSelect.TabIndex = 16456;
  369. this.likAllSelect.TabStop = true;
  370. this.likAllSelect.Text = "全 选";
  371. this.likAllSelect.VisitedLinkColor = System.Drawing.Color.CadetBlue;
  372. //
  373. // plShuangJiaZhuangTai
  374. //
  375. this.plShuangJiaZhuangTai.BackColor = System.Drawing.Color.Transparent;
  376. this.plShuangJiaZhuangTai.Controls.Add(this.rdoShuangJia);
  377. this.plShuangJiaZhuangTai.Controls.Add(this.rdoXiaJia);
  378. this.plShuangJiaZhuangTai.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  379. this.plShuangJiaZhuangTai.DownBack = null;
  380. this.plShuangJiaZhuangTai.Location = new System.Drawing.Point(85, 232);
  381. this.plShuangJiaZhuangTai.MouseBack = null;
  382. this.plShuangJiaZhuangTai.Name = "plShuangJiaZhuangTai";
  383. this.plShuangJiaZhuangTai.NormlBack = null;
  384. this.plShuangJiaZhuangTai.Size = new System.Drawing.Size(220, 27);
  385. this.plShuangJiaZhuangTai.TabIndex = 16454;
  386. //
  387. // rdoShuangJia
  388. //
  389. this.rdoShuangJia.AutoSize = true;
  390. this.rdoShuangJia.BackColor = System.Drawing.Color.Transparent;
  391. this.rdoShuangJia.Checked = true;
  392. this.rdoShuangJia.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  393. this.rdoShuangJia.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  394. this.rdoShuangJia.Location = new System.Drawing.Point(3, 3);
  395. this.rdoShuangJia.Name = "rdoShuangJia";
  396. this.rdoShuangJia.Size = new System.Drawing.Size(50, 21);
  397. this.rdoShuangJia.TabIndex = 16391;
  398. this.rdoShuangJia.TabStop = true;
  399. this.rdoShuangJia.Text = "上架";
  400. this.rdoShuangJia.UseVisualStyleBackColor = false;
  401. //
  402. // rdoXiaJia
  403. //
  404. this.rdoXiaJia.AutoSize = true;
  405. this.rdoXiaJia.BackColor = System.Drawing.Color.Transparent;
  406. this.rdoXiaJia.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  407. this.rdoXiaJia.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  408. this.rdoXiaJia.Location = new System.Drawing.Point(113, 3);
  409. this.rdoXiaJia.Name = "rdoXiaJia";
  410. this.rdoXiaJia.Size = new System.Drawing.Size(50, 21);
  411. this.rdoXiaJia.TabIndex = 16391;
  412. this.rdoXiaJia.Text = "下架";
  413. this.rdoXiaJia.UseVisualStyleBackColor = false;
  414. //
  415. // btnSave
  416. //
  417. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  418. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  419. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  420. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  421. this.btnSave.ForeColor = System.Drawing.Color.White;
  422. this.btnSave.IsCustomBackImg = false;
  423. this.btnSave.IsShowText = true;
  424. this.btnSave.Location = new System.Drawing.Point(720, 228);
  425. this.btnSave.Name = "btnSave";
  426. this.btnSave.Size = new System.Drawing.Size(112, 34);
  427. this.btnSave.TabIndex = 16453;
  428. this.btnSave.Text = "保存礼服";
  429. this.btnSave.UseVisualStyleBackColor = false;
  430. //
  431. // btnClose
  432. //
  433. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  434. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  435. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  436. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  437. this.btnClose.ForeColor = System.Drawing.Color.White;
  438. this.btnClose.IsCustomBackImg = false;
  439. this.btnClose.IsShowText = true;
  440. this.btnClose.Location = new System.Drawing.Point(857, 228);
  441. this.btnClose.Name = "btnClose";
  442. this.btnClose.Size = new System.Drawing.Size(112, 34);
  443. this.btnClose.TabIndex = 16452;
  444. this.btnClose.Text = "关 闭";
  445. this.btnClose.UseVisualStyleBackColor = false;
  446. //
  447. // listViewImage
  448. //
  449. this.listViewImage.Location = new System.Drawing.Point(85, 418);
  450. this.listViewImage.Name = "listViewImage";
  451. this.listViewImage.Size = new System.Drawing.Size(889, 210);
  452. this.listViewImage.TabIndex = 16451;
  453. this.listViewImage.UseCompatibleStateImageBehavior = false;
  454. //
  455. // nudDingZhiJiage
  456. //
  457. this.nudDingZhiJiage.DecimalPlaces = 2;
  458. this.nudDingZhiJiage.Location = new System.Drawing.Point(862, 56);
  459. this.nudDingZhiJiage.Maximum = new decimal(new int[] {
  460. 1410065407,
  461. 2,
  462. 0,
  463. 0});
  464. this.nudDingZhiJiage.Minimum = new decimal(new int[] {
  465. 999999999,
  466. 0,
  467. 0,
  468. -2147483648});
  469. this.nudDingZhiJiage.Name = "nudDingZhiJiage";
  470. this.nudDingZhiJiage.Size = new System.Drawing.Size(109, 21);
  471. this.nudDingZhiJiage.TabIndex = 16450;
  472. this.nudDingZhiJiage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  473. //
  474. // nudChuZhuJiage
  475. //
  476. this.nudChuZhuJiage.DecimalPlaces = 2;
  477. this.nudChuZhuJiage.Location = new System.Drawing.Point(664, 56);
  478. this.nudChuZhuJiage.Maximum = new decimal(new int[] {
  479. 1410065407,
  480. 2,
  481. 0,
  482. 0});
  483. this.nudChuZhuJiage.Minimum = new decimal(new int[] {
  484. 999999999,
  485. 0,
  486. 0,
  487. -2147483648});
  488. this.nudChuZhuJiage.Name = "nudChuZhuJiage";
  489. this.nudChuZhuJiage.Size = new System.Drawing.Size(109, 21);
  490. this.nudChuZhuJiage.TabIndex = 16449;
  491. this.nudChuZhuJiage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  492. //
  493. // nudChuShouJiage
  494. //
  495. this.nudChuShouJiage.DecimalPlaces = 2;
  496. this.nudChuShouJiage.Location = new System.Drawing.Point(466, 56);
  497. this.nudChuShouJiage.Maximum = new decimal(new int[] {
  498. 1410065407,
  499. 2,
  500. 0,
  501. 0});
  502. this.nudChuShouJiage.Minimum = new decimal(new int[] {
  503. 999999999,
  504. 0,
  505. 0,
  506. -2147483648});
  507. this.nudChuShouJiage.Name = "nudChuShouJiage";
  508. this.nudChuShouJiage.Size = new System.Drawing.Size(109, 21);
  509. this.nudChuShouJiage.TabIndex = 16448;
  510. this.nudChuShouJiage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  511. //
  512. // nudChenBenJiaGe
  513. //
  514. this.nudChenBenJiaGe.DecimalPlaces = 2;
  515. this.nudChenBenJiaGe.Location = new System.Drawing.Point(278, 56);
  516. this.nudChenBenJiaGe.Maximum = new decimal(new int[] {
  517. 1410065407,
  518. 2,
  519. 0,
  520. 0});
  521. this.nudChenBenJiaGe.Minimum = new decimal(new int[] {
  522. 999999999,
  523. 0,
  524. 0,
  525. -2147483648});
  526. this.nudChenBenJiaGe.Name = "nudChenBenJiaGe";
  527. this.nudChenBenJiaGe.Size = new System.Drawing.Size(99, 21);
  528. this.nudChenBenJiaGe.TabIndex = 16447;
  529. this.nudChenBenJiaGe.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  530. //
  531. // nudGuoMaiJiaGe
  532. //
  533. this.nudGuoMaiJiaGe.DecimalPlaces = 2;
  534. this.nudGuoMaiJiaGe.Location = new System.Drawing.Point(85, 56);
  535. this.nudGuoMaiJiaGe.Maximum = new decimal(new int[] {
  536. 1410065407,
  537. 2,
  538. 0,
  539. 0});
  540. this.nudGuoMaiJiaGe.Minimum = new decimal(new int[] {
  541. 999999999,
  542. 0,
  543. 0,
  544. -2147483648});
  545. this.nudGuoMaiJiaGe.Name = "nudGuoMaiJiaGe";
  546. this.nudGuoMaiJiaGe.Size = new System.Drawing.Size(99, 21);
  547. this.nudGuoMaiJiaGe.TabIndex = 16446;
  548. this.nudGuoMaiJiaGe.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  549. //
  550. // txtLiFuMiaoShu
  551. //
  552. this.txtLiFuMiaoShu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  553. | System.Windows.Forms.AnchorStyles.Right)));
  554. this.txtLiFuMiaoShu.BackColor = System.Drawing.Color.Transparent;
  555. this.txtLiFuMiaoShu.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  556. this.txtLiFuMiaoShu.Icon = null;
  557. this.txtLiFuMiaoShu.IconIsButton = false;
  558. this.txtLiFuMiaoShu.IsPasswordChat = '\0';
  559. this.txtLiFuMiaoShu.IsSystemPasswordChar = false;
  560. this.txtLiFuMiaoShu.Lines = new string[0];
  561. this.txtLiFuMiaoShu.Location = new System.Drawing.Point(85, 306);
  562. this.txtLiFuMiaoShu.Margin = new System.Windows.Forms.Padding(0);
  563. this.txtLiFuMiaoShu.MaxLength = 32767;
  564. this.txtLiFuMiaoShu.MinimumSize = new System.Drawing.Size(0, 24);
  565. this.txtLiFuMiaoShu.MouseBack = null;
  566. this.txtLiFuMiaoShu.Multiline = true;
  567. this.txtLiFuMiaoShu.Name = "txtLiFuMiaoShu";
  568. this.txtLiFuMiaoShu.NormlBack = null;
  569. this.txtLiFuMiaoShu.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  570. this.txtLiFuMiaoShu.ReadOnly = false;
  571. this.txtLiFuMiaoShu.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  572. this.txtLiFuMiaoShu.Size = new System.Drawing.Size(886, 82);
  573. this.txtLiFuMiaoShu.TabIndex = 16405;
  574. this.txtLiFuMiaoShu.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  575. this.txtLiFuMiaoShu.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  576. this.txtLiFuMiaoShu.WaterText = "";
  577. this.txtLiFuMiaoShu.WordWrap = true;
  578. //
  579. // txtRemark
  580. //
  581. this.txtRemark.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  582. | System.Windows.Forms.AnchorStyles.Right)));
  583. this.txtRemark.BackColor = System.Drawing.Color.Transparent;
  584. this.txtRemark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  585. this.txtRemark.Icon = null;
  586. this.txtRemark.IconIsButton = false;
  587. this.txtRemark.IsPasswordChat = '\0';
  588. this.txtRemark.IsSystemPasswordChar = false;
  589. this.txtRemark.Lines = new string[0];
  590. this.txtRemark.Location = new System.Drawing.Point(85, 272);
  591. this.txtRemark.Margin = new System.Windows.Forms.Padding(0);
  592. this.txtRemark.MaxLength = 32767;
  593. this.txtRemark.MinimumSize = new System.Drawing.Size(0, 24);
  594. this.txtRemark.MouseBack = null;
  595. this.txtRemark.Multiline = false;
  596. this.txtRemark.Name = "txtRemark";
  597. this.txtRemark.NormlBack = null;
  598. this.txtRemark.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  599. this.txtRemark.ReadOnly = false;
  600. this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
  601. this.txtRemark.Size = new System.Drawing.Size(886, 27);
  602. this.txtRemark.TabIndex = 16406;
  603. this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  604. this.txtRemark.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  605. this.txtRemark.WaterText = "";
  606. this.txtRemark.WordWrap = true;
  607. //
  608. // lbLiFuImageList
  609. //
  610. this.lbLiFuImageList.AutoSize = true;
  611. this.lbLiFuImageList.Cursor = System.Windows.Forms.Cursors.Hand;
  612. this.lbLiFuImageList.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  613. this.lbLiFuImageList.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  614. this.lbLiFuImageList.Location = new System.Drawing.Point(11, 418);
  615. this.lbLiFuImageList.Name = "lbLiFuImageList";
  616. this.lbLiFuImageList.Size = new System.Drawing.Size(68, 17);
  617. this.lbLiFuImageList.TabIndex = 16443;
  618. this.lbLiFuImageList.Tag = "1";
  619. this.lbLiFuImageList.Text = "礼服图片:";
  620. //
  621. // lbLiFuMiaoShu
  622. //
  623. this.lbLiFuMiaoShu.AutoSize = true;
  624. this.lbLiFuMiaoShu.Cursor = System.Windows.Forms.Cursors.Hand;
  625. this.lbLiFuMiaoShu.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  626. this.lbLiFuMiaoShu.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  627. this.lbLiFuMiaoShu.Location = new System.Drawing.Point(11, 310);
  628. this.lbLiFuMiaoShu.Name = "lbLiFuMiaoShu";
  629. this.lbLiFuMiaoShu.Size = new System.Drawing.Size(68, 17);
  630. this.lbLiFuMiaoShu.TabIndex = 16445;
  631. this.lbLiFuMiaoShu.Tag = "1";
  632. this.lbLiFuMiaoShu.Text = "礼服描述:";
  633. //
  634. // lbRemark
  635. //
  636. this.lbRemark.AutoSize = true;
  637. this.lbRemark.Cursor = System.Windows.Forms.Cursors.Hand;
  638. this.lbRemark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  639. this.lbRemark.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  640. this.lbRemark.Location = new System.Drawing.Point(11, 275);
  641. this.lbRemark.Name = "lbRemark";
  642. this.lbRemark.Size = new System.Drawing.Size(68, 17);
  643. this.lbRemark.TabIndex = 16444;
  644. this.lbRemark.Tag = "1";
  645. this.lbRemark.Text = "礼服备注:";
  646. //
  647. // lbShuangJiaZhuangTai
  648. //
  649. this.lbShuangJiaZhuangTai.AutoSize = true;
  650. this.lbShuangJiaZhuangTai.Cursor = System.Windows.Forms.Cursors.Hand;
  651. this.lbShuangJiaZhuangTai.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  652. this.lbShuangJiaZhuangTai.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  653. this.lbShuangJiaZhuangTai.Location = new System.Drawing.Point(2, 237);
  654. this.lbShuangJiaZhuangTai.Name = "lbShuangJiaZhuangTai";
  655. this.lbShuangJiaZhuangTai.Size = new System.Drawing.Size(68, 17);
  656. this.lbShuangJiaZhuangTai.TabIndex = 16442;
  657. this.lbShuangJiaZhuangTai.Tag = "1";
  658. this.lbShuangJiaZhuangTai.Text = "上架状态:";
  659. //
  660. // dtpDressChuShouDate
  661. //
  662. this.dtpDressChuShouDate.CustomFormat = " ";
  663. this.dtpDressChuShouDate.DateValue = "";
  664. this.dtpDressChuShouDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  665. this.dtpDressChuShouDate.IsShowTime = false;
  666. this.dtpDressChuShouDate.Location = new System.Drawing.Point(862, 21);
  667. this.dtpDressChuShouDate.Name = "dtpDressChuShouDate";
  668. this.dtpDressChuShouDate.Size = new System.Drawing.Size(109, 21);
  669. this.dtpDressChuShouDate.TabIndex = 16419;
  670. //
  671. // dtpDressBaoFeiDate
  672. //
  673. this.dtpDressBaoFeiDate.CustomFormat = " ";
  674. this.dtpDressBaoFeiDate.DateValue = "";
  675. this.dtpDressBaoFeiDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  676. this.dtpDressBaoFeiDate.IsShowTime = false;
  677. this.dtpDressBaoFeiDate.Location = new System.Drawing.Point(664, 22);
  678. this.dtpDressBaoFeiDate.Name = "dtpDressBaoFeiDate";
  679. this.dtpDressBaoFeiDate.Size = new System.Drawing.Size(109, 21);
  680. this.dtpDressBaoFeiDate.TabIndex = 16418;
  681. //
  682. // dtpDressBuyDate
  683. //
  684. this.dtpDressBuyDate.CustomFormat = " ";
  685. this.dtpDressBuyDate.DateValue = "";
  686. this.dtpDressBuyDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  687. this.dtpDressBuyDate.IsShowTime = false;
  688. this.dtpDressBuyDate.Location = new System.Drawing.Point(466, 24);
  689. this.dtpDressBuyDate.Name = "dtpDressBuyDate";
  690. this.dtpDressBuyDate.Size = new System.Drawing.Size(109, 21);
  691. this.dtpDressBuyDate.TabIndex = 16420;
  692. //
  693. // lbDressChuShouDate
  694. //
  695. this.lbDressChuShouDate.AutoSize = true;
  696. this.lbDressChuShouDate.Cursor = System.Windows.Forms.Cursors.Hand;
  697. this.lbDressChuShouDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  698. this.lbDressChuShouDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  699. this.lbDressChuShouDate.Location = new System.Drawing.Point(790, 23);
  700. this.lbDressChuShouDate.Name = "lbDressChuShouDate";
  701. this.lbDressChuShouDate.Size = new System.Drawing.Size(68, 17);
  702. this.lbDressChuShouDate.TabIndex = 16441;
  703. this.lbDressChuShouDate.Tag = "1";
  704. this.lbDressChuShouDate.Text = "出售日期:";
  705. //
  706. // lbDressBaoFeiDate
  707. //
  708. this.lbDressBaoFeiDate.AutoSize = true;
  709. this.lbDressBaoFeiDate.Cursor = System.Windows.Forms.Cursors.Hand;
  710. this.lbDressBaoFeiDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  711. this.lbDressBaoFeiDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  712. this.lbDressBaoFeiDate.Location = new System.Drawing.Point(592, 24);
  713. this.lbDressBaoFeiDate.Name = "lbDressBaoFeiDate";
  714. this.lbDressBaoFeiDate.Size = new System.Drawing.Size(68, 17);
  715. this.lbDressBaoFeiDate.TabIndex = 16440;
  716. this.lbDressBaoFeiDate.Tag = "1";
  717. this.lbDressBaoFeiDate.Text = "报废日期:";
  718. //
  719. // lbDressBuyDate
  720. //
  721. this.lbDressBuyDate.AutoSize = true;
  722. this.lbDressBuyDate.Cursor = System.Windows.Forms.Cursors.Hand;
  723. this.lbDressBuyDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  724. this.lbDressBuyDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  725. this.lbDressBuyDate.Location = new System.Drawing.Point(385, 26);
  726. this.lbDressBuyDate.Name = "lbDressBuyDate";
  727. this.lbDressBuyDate.Size = new System.Drawing.Size(77, 17);
  728. this.lbDressBuyDate.TabIndex = 16439;
  729. this.lbDressBuyDate.Tag = "1";
  730. this.lbDressBuyDate.Text = "* 购买日期:";
  731. //
  732. // lbDingZhiJiage
  733. //
  734. this.lbDingZhiJiage.AutoSize = true;
  735. this.lbDingZhiJiage.Cursor = System.Windows.Forms.Cursors.Hand;
  736. this.lbDingZhiJiage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  737. this.lbDingZhiJiage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  738. this.lbDingZhiJiage.Location = new System.Drawing.Point(790, 58);
  739. this.lbDingZhiJiage.Name = "lbDingZhiJiage";
  740. this.lbDingZhiJiage.Size = new System.Drawing.Size(68, 17);
  741. this.lbDingZhiJiage.TabIndex = 16438;
  742. this.lbDingZhiJiage.Tag = "1";
  743. this.lbDingZhiJiage.Text = "订制价格:";
  744. //
  745. // lbChuZhuJiage
  746. //
  747. this.lbChuZhuJiage.AutoSize = true;
  748. this.lbChuZhuJiage.Cursor = System.Windows.Forms.Cursors.Hand;
  749. this.lbChuZhuJiage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  750. this.lbChuZhuJiage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  751. this.lbChuZhuJiage.Location = new System.Drawing.Point(592, 58);
  752. this.lbChuZhuJiage.Name = "lbChuZhuJiage";
  753. this.lbChuZhuJiage.Size = new System.Drawing.Size(68, 17);
  754. this.lbChuZhuJiage.TabIndex = 16437;
  755. this.lbChuZhuJiage.Tag = "1";
  756. this.lbChuZhuJiage.Text = "出租价格:";
  757. //
  758. // lbChuShouJiage
  759. //
  760. this.lbChuShouJiage.AutoSize = true;
  761. this.lbChuShouJiage.Cursor = System.Windows.Forms.Cursors.Hand;
  762. this.lbChuShouJiage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  763. this.lbChuShouJiage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  764. this.lbChuShouJiage.Location = new System.Drawing.Point(394, 58);
  765. this.lbChuShouJiage.Name = "lbChuShouJiage";
  766. this.lbChuShouJiage.Size = new System.Drawing.Size(68, 17);
  767. this.lbChuShouJiage.TabIndex = 16436;
  768. this.lbChuShouJiage.Tag = "1";
  769. this.lbChuShouJiage.Text = "出售价格:";
  770. //
  771. // lbGuoMaiJiaGe
  772. //
  773. this.lbGuoMaiJiaGe.AutoSize = true;
  774. this.lbGuoMaiJiaGe.Cursor = System.Windows.Forms.Cursors.Hand;
  775. this.lbGuoMaiJiaGe.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  776. this.lbGuoMaiJiaGe.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  777. this.lbGuoMaiJiaGe.Location = new System.Drawing.Point(11, 58);
  778. this.lbGuoMaiJiaGe.Name = "lbGuoMaiJiaGe";
  779. this.lbGuoMaiJiaGe.Size = new System.Drawing.Size(68, 17);
  780. this.lbGuoMaiJiaGe.TabIndex = 16435;
  781. this.lbGuoMaiJiaGe.Tag = "1";
  782. this.lbGuoMaiJiaGe.Text = "购买价格:";
  783. //
  784. // lbChenBenJiaGe
  785. //
  786. this.lbChenBenJiaGe.AutoSize = true;
  787. this.lbChenBenJiaGe.Cursor = System.Windows.Forms.Cursors.Hand;
  788. this.lbChenBenJiaGe.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  789. this.lbChenBenJiaGe.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  790. this.lbChenBenJiaGe.Location = new System.Drawing.Point(206, 58);
  791. this.lbChenBenJiaGe.Name = "lbChenBenJiaGe";
  792. this.lbChenBenJiaGe.Size = new System.Drawing.Size(68, 17);
  793. this.lbChenBenJiaGe.TabIndex = 16434;
  794. this.lbChenBenJiaGe.Tag = "1";
  795. this.lbChenBenJiaGe.Text = "成本价格:";
  796. //
  797. // txtDressName
  798. //
  799. this.txtDressName.BackColor = System.Drawing.Color.Transparent;
  800. this.txtDressName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  801. this.txtDressName.Icon = null;
  802. this.txtDressName.IconIsButton = false;
  803. this.txtDressName.IsPasswordChat = '\0';
  804. this.txtDressName.IsSystemPasswordChar = false;
  805. this.txtDressName.Lines = new string[0];
  806. this.txtDressName.Location = new System.Drawing.Point(85, 20);
  807. this.txtDressName.Margin = new System.Windows.Forms.Padding(0);
  808. this.txtDressName.MaxLength = 32767;
  809. this.txtDressName.MinimumSize = new System.Drawing.Size(0, 24);
  810. this.txtDressName.MouseBack = null;
  811. this.txtDressName.Multiline = false;
  812. this.txtDressName.Name = "txtDressName";
  813. this.txtDressName.NormlBack = null;
  814. this.txtDressName.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  815. this.txtDressName.ReadOnly = false;
  816. this.txtDressName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  817. this.txtDressName.Size = new System.Drawing.Size(292, 25);
  818. this.txtDressName.TabIndex = 16404;
  819. this.txtDressName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  820. this.txtDressName.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  821. this.txtDressName.WaterText = "";
  822. this.txtDressName.WordWrap = true;
  823. //
  824. // lbDressName
  825. //
  826. this.lbDressName.AutoSize = true;
  827. this.lbDressName.Cursor = System.Windows.Forms.Cursors.Hand;
  828. this.lbDressName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  829. this.lbDressName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  830. this.lbDressName.Location = new System.Drawing.Point(2, 24);
  831. this.lbDressName.Name = "lbDressName";
  832. this.lbDressName.Size = new System.Drawing.Size(77, 17);
  833. this.lbDressName.TabIndex = 16433;
  834. this.lbDressName.Tag = "1";
  835. this.lbDressName.Text = "* 礼服名称:";
  836. //
  837. // btnSetBaiFangQuYu
  838. //
  839. this.btnSetBaiFangQuYu.BackColor = System.Drawing.Color.Transparent;
  840. this.btnSetBaiFangQuYu.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetBaiFangQuYu.BackImg")));
  841. this.btnSetBaiFangQuYu.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  842. this.btnSetBaiFangQuYu.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  843. this.btnSetBaiFangQuYu.ForeColor = System.Drawing.Color.White;
  844. this.btnSetBaiFangQuYu.IsCustomBackImg = false;
  845. this.btnSetBaiFangQuYu.IsShowText = true;
  846. this.btnSetBaiFangQuYu.Location = new System.Drawing.Point(919, 96);
  847. this.btnSetBaiFangQuYu.Name = "btnSetBaiFangQuYu";
  848. this.btnSetBaiFangQuYu.Size = new System.Drawing.Size(55, 23);
  849. this.btnSetBaiFangQuYu.TabIndex = 16421;
  850. this.btnSetBaiFangQuYu.Text = " 设置";
  851. this.btnSetBaiFangQuYu.UseVisualStyleBackColor = false;
  852. //
  853. // cbxBaiFangQuYu
  854. //
  855. this.cbxBaiFangQuYu.AfterSelectLevelFirstNode = true;
  856. this.cbxBaiFangQuYu.DropDownHeight = 220;
  857. this.cbxBaiFangQuYu.DropDownShow = false;
  858. this.cbxBaiFangQuYu.FormattingEnabled = true;
  859. this.cbxBaiFangQuYu.IntegralHeight = false;
  860. this.cbxBaiFangQuYu.IsNodeMouseClick = true;
  861. this.cbxBaiFangQuYu.IsSelectParentNode = false;
  862. this.cbxBaiFangQuYu.Location = new System.Drawing.Point(751, 97);
  863. this.cbxBaiFangQuYu.Name = "cbxBaiFangQuYu";
  864. this.cbxBaiFangQuYu.ReadOnly = true;
  865. this.cbxBaiFangQuYu.SelectedNode = null;
  866. this.cbxBaiFangQuYu.Size = new System.Drawing.Size(160, 20);
  867. this.cbxBaiFangQuYu.StrGetName = "";
  868. this.cbxBaiFangQuYu.StrGetTagName = "";
  869. this.cbxBaiFangQuYu.StrKey = null;
  870. this.cbxBaiFangQuYu.TabIndex = 16403;
  871. //
  872. // lbBaiFangQuYu
  873. //
  874. this.lbBaiFangQuYu.AutoSize = true;
  875. this.lbBaiFangQuYu.Cursor = System.Windows.Forms.Cursors.Hand;
  876. this.lbBaiFangQuYu.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  877. this.lbBaiFangQuYu.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  878. this.lbBaiFangQuYu.Location = new System.Drawing.Point(670, 99);
  879. this.lbBaiFangQuYu.Name = "lbBaiFangQuYu";
  880. this.lbBaiFangQuYu.Size = new System.Drawing.Size(77, 17);
  881. this.lbBaiFangQuYu.TabIndex = 16432;
  882. this.lbBaiFangQuYu.Tag = "1";
  883. this.lbBaiFangQuYu.Text = "* 摆放区域:";
  884. //
  885. // btnSetQiTa
  886. //
  887. this.btnSetQiTa.BackColor = System.Drawing.Color.Transparent;
  888. this.btnSetQiTa.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetQiTa.BackImg")));
  889. this.btnSetQiTa.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  890. this.btnSetQiTa.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  891. this.btnSetQiTa.ForeColor = System.Drawing.Color.White;
  892. this.btnSetQiTa.IsCustomBackImg = false;
  893. this.btnSetQiTa.IsShowText = true;
  894. this.btnSetQiTa.Location = new System.Drawing.Point(250, 198);
  895. this.btnSetQiTa.Name = "btnSetQiTa";
  896. this.btnSetQiTa.Size = new System.Drawing.Size(55, 23);
  897. this.btnSetQiTa.TabIndex = 16411;
  898. this.btnSetQiTa.Text = " 设置";
  899. this.btnSetQiTa.UseVisualStyleBackColor = false;
  900. //
  901. // btnSetXiuChuang
  902. //
  903. this.btnSetXiuChuang.BackColor = System.Drawing.Color.Transparent;
  904. this.btnSetXiuChuang.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetXiuChuang.BackImg")));
  905. this.btnSetXiuChuang.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  906. this.btnSetXiuChuang.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  907. this.btnSetXiuChuang.ForeColor = System.Drawing.Color.White;
  908. this.btnSetXiuChuang.IsCustomBackImg = false;
  909. this.btnSetXiuChuang.IsShowText = true;
  910. this.btnSetXiuChuang.Location = new System.Drawing.Point(250, 165);
  911. this.btnSetXiuChuang.Name = "btnSetXiuChuang";
  912. this.btnSetXiuChuang.Size = new System.Drawing.Size(55, 23);
  913. this.btnSetXiuChuang.TabIndex = 16410;
  914. this.btnSetXiuChuang.Text = " 设置";
  915. this.btnSetXiuChuang.UseVisualStyleBackColor = false;
  916. //
  917. // btnSetYuanShe
  918. //
  919. this.btnSetYuanShe.BackColor = System.Drawing.Color.Transparent;
  920. this.btnSetYuanShe.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetYuanShe.BackImg")));
  921. this.btnSetYuanShe.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  922. this.btnSetYuanShe.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  923. this.btnSetYuanShe.ForeColor = System.Drawing.Color.White;
  924. this.btnSetYuanShe.IsCustomBackImg = false;
  925. this.btnSetYuanShe.IsShowText = true;
  926. this.btnSetYuanShe.Location = new System.Drawing.Point(250, 131);
  927. this.btnSetYuanShe.Name = "btnSetYuanShe";
  928. this.btnSetYuanShe.Size = new System.Drawing.Size(55, 23);
  929. this.btnSetYuanShe.TabIndex = 16409;
  930. this.btnSetYuanShe.Text = " 设置";
  931. this.btnSetYuanShe.UseVisualStyleBackColor = false;
  932. //
  933. // btnSetJingHuoChuangJia
  934. //
  935. this.btnSetJingHuoChuangJia.BackColor = System.Drawing.Color.Transparent;
  936. this.btnSetJingHuoChuangJia.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetJingHuoChuangJia.BackImg")));
  937. this.btnSetJingHuoChuangJia.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  938. this.btnSetJingHuoChuangJia.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  939. this.btnSetJingHuoChuangJia.ForeColor = System.Drawing.Color.White;
  940. this.btnSetJingHuoChuangJia.IsCustomBackImg = false;
  941. this.btnSetJingHuoChuangJia.IsShowText = true;
  942. this.btnSetJingHuoChuangJia.Location = new System.Drawing.Point(250, 96);
  943. this.btnSetJingHuoChuangJia.Name = "btnSetJingHuoChuangJia";
  944. this.btnSetJingHuoChuangJia.Size = new System.Drawing.Size(55, 23);
  945. this.btnSetJingHuoChuangJia.TabIndex = 16408;
  946. this.btnSetJingHuoChuangJia.Text = " 设置";
  947. this.btnSetJingHuoChuangJia.UseVisualStyleBackColor = false;
  948. //
  949. // btnSetLiFuChiChun
  950. //
  951. this.btnSetLiFuChiChun.BackColor = System.Drawing.Color.Transparent;
  952. this.btnSetLiFuChiChun.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetLiFuChiChun.BackImg")));
  953. this.btnSetLiFuChiChun.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  954. this.btnSetLiFuChiChun.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  955. this.btnSetLiFuChiChun.ForeColor = System.Drawing.Color.White;
  956. this.btnSetLiFuChiChun.IsCustomBackImg = false;
  957. this.btnSetLiFuChiChun.IsShowText = true;
  958. this.btnSetLiFuChiChun.Location = new System.Drawing.Point(919, 165);
  959. this.btnSetLiFuChiChun.Name = "btnSetLiFuChiChun";
  960. this.btnSetLiFuChiChun.Size = new System.Drawing.Size(55, 23);
  961. this.btnSetLiFuChiChun.TabIndex = 16415;
  962. this.btnSetLiFuChiChun.Text = " 设置";
  963. this.btnSetLiFuChiChun.UseVisualStyleBackColor = false;
  964. //
  965. // btnSetYuangShi
  966. //
  967. this.btnSetYuangShi.BackColor = System.Drawing.Color.Transparent;
  968. this.btnSetYuangShi.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetYuangShi.BackImg")));
  969. this.btnSetYuangShi.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  970. this.btnSetYuangShi.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  971. this.btnSetYuangShi.ForeColor = System.Drawing.Color.White;
  972. this.btnSetYuangShi.IsCustomBackImg = false;
  973. this.btnSetYuangShi.IsShowText = true;
  974. this.btnSetYuangShi.Location = new System.Drawing.Point(919, 131);
  975. this.btnSetYuangShi.Name = "btnSetYuangShi";
  976. this.btnSetYuangShi.Size = new System.Drawing.Size(55, 23);
  977. this.btnSetYuangShi.TabIndex = 16407;
  978. this.btnSetYuangShi.Text = " 设置";
  979. this.btnSetYuangShi.UseVisualStyleBackColor = false;
  980. //
  981. // btnSetQunChuang
  982. //
  983. this.btnSetQunChuang.BackColor = System.Drawing.Color.Transparent;
  984. this.btnSetQunChuang.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetQunChuang.BackImg")));
  985. this.btnSetQunChuang.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  986. this.btnSetQunChuang.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  987. this.btnSetQunChuang.ForeColor = System.Drawing.Color.White;
  988. this.btnSetQunChuang.IsCustomBackImg = false;
  989. this.btnSetQunChuang.IsShowText = true;
  990. this.btnSetQunChuang.Location = new System.Drawing.Point(593, 165);
  991. this.btnSetQunChuang.Name = "btnSetQunChuang";
  992. this.btnSetQunChuang.Size = new System.Drawing.Size(55, 23);
  993. this.btnSetQunChuang.TabIndex = 16412;
  994. this.btnSetQunChuang.Text = " 设置";
  995. this.btnSetQunChuang.UseVisualStyleBackColor = false;
  996. //
  997. // btnSetFengGe
  998. //
  999. this.btnSetFengGe.BackColor = System.Drawing.Color.Transparent;
  1000. this.btnSetFengGe.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetFengGe.BackImg")));
  1001. this.btnSetFengGe.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1002. this.btnSetFengGe.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1003. this.btnSetFengGe.ForeColor = System.Drawing.Color.White;
  1004. this.btnSetFengGe.IsCustomBackImg = false;
  1005. this.btnSetFengGe.IsShowText = true;
  1006. this.btnSetFengGe.Location = new System.Drawing.Point(593, 131);
  1007. this.btnSetFengGe.Name = "btnSetFengGe";
  1008. this.btnSetFengGe.Size = new System.Drawing.Size(55, 23);
  1009. this.btnSetFengGe.TabIndex = 16413;
  1010. this.btnSetFengGe.Text = " 设置";
  1011. this.btnSetFengGe.UseVisualStyleBackColor = false;
  1012. //
  1013. // btnSetLiFuLeiBei
  1014. //
  1015. this.btnSetLiFuLeiBei.BackColor = System.Drawing.Color.Transparent;
  1016. this.btnSetLiFuLeiBei.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetLiFuLeiBei.BackImg")));
  1017. this.btnSetLiFuLeiBei.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1018. this.btnSetLiFuLeiBei.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1019. this.btnSetLiFuLeiBei.ForeColor = System.Drawing.Color.White;
  1020. this.btnSetLiFuLeiBei.IsCustomBackImg = false;
  1021. this.btnSetLiFuLeiBei.IsShowText = true;
  1022. this.btnSetLiFuLeiBei.Location = new System.Drawing.Point(593, 96);
  1023. this.btnSetLiFuLeiBei.Name = "btnSetLiFuLeiBei";
  1024. this.btnSetLiFuLeiBei.Size = new System.Drawing.Size(55, 23);
  1025. this.btnSetLiFuLeiBei.TabIndex = 16414;
  1026. this.btnSetLiFuLeiBei.Text = " 设置";
  1027. this.btnSetLiFuLeiBei.UseVisualStyleBackColor = false;
  1028. //
  1029. // cbxQiTa
  1030. //
  1031. this.cbxQiTa.AfterSelectLevelFirstNode = true;
  1032. this.cbxQiTa.DropDownHeight = 220;
  1033. this.cbxQiTa.DropDownShow = false;
  1034. this.cbxQiTa.FormattingEnabled = true;
  1035. this.cbxQiTa.IntegralHeight = false;
  1036. this.cbxQiTa.IsNodeMouseClick = true;
  1037. this.cbxQiTa.IsSelectParentNode = false;
  1038. this.cbxQiTa.Location = new System.Drawing.Point(85, 199);
  1039. this.cbxQiTa.Name = "cbxQiTa";
  1040. this.cbxQiTa.ReadOnly = true;
  1041. this.cbxQiTa.SelectedNode = null;
  1042. this.cbxQiTa.Size = new System.Drawing.Size(160, 20);
  1043. this.cbxQiTa.StrGetName = "";
  1044. this.cbxQiTa.StrGetTagName = "";
  1045. this.cbxQiTa.StrKey = null;
  1046. this.cbxQiTa.TabIndex = 16399;
  1047. //
  1048. // cbxQunChuang
  1049. //
  1050. this.cbxQunChuang.AfterSelectLevelFirstNode = true;
  1051. this.cbxQunChuang.DropDownHeight = 220;
  1052. this.cbxQunChuang.DropDownShow = false;
  1053. this.cbxQunChuang.FormattingEnabled = true;
  1054. this.cbxQunChuang.IntegralHeight = false;
  1055. this.cbxQunChuang.IsNodeMouseClick = true;
  1056. this.cbxQunChuang.IsSelectParentNode = false;
  1057. this.cbxQunChuang.Location = new System.Drawing.Point(428, 166);
  1058. this.cbxQunChuang.Name = "cbxQunChuang";
  1059. this.cbxQunChuang.ReadOnly = true;
  1060. this.cbxQunChuang.SelectedNode = null;
  1061. this.cbxQunChuang.Size = new System.Drawing.Size(160, 20);
  1062. this.cbxQunChuang.StrGetName = "";
  1063. this.cbxQunChuang.StrGetTagName = "";
  1064. this.cbxQunChuang.StrKey = null;
  1065. this.cbxQunChuang.TabIndex = 16402;
  1066. //
  1067. // cbxLiFuChiChun
  1068. //
  1069. this.cbxLiFuChiChun.AfterSelectLevelFirstNode = true;
  1070. this.cbxLiFuChiChun.DropDownHeight = 220;
  1071. this.cbxLiFuChiChun.DropDownShow = false;
  1072. this.cbxLiFuChiChun.FormattingEnabled = true;
  1073. this.cbxLiFuChiChun.IntegralHeight = false;
  1074. this.cbxLiFuChiChun.IsNodeMouseClick = true;
  1075. this.cbxLiFuChiChun.IsSelectParentNode = false;
  1076. this.cbxLiFuChiChun.Location = new System.Drawing.Point(751, 166);
  1077. this.cbxLiFuChiChun.Name = "cbxLiFuChiChun";
  1078. this.cbxLiFuChiChun.ReadOnly = true;
  1079. this.cbxLiFuChiChun.SelectedNode = null;
  1080. this.cbxLiFuChiChun.Size = new System.Drawing.Size(160, 20);
  1081. this.cbxLiFuChiChun.StrGetName = "";
  1082. this.cbxLiFuChiChun.StrGetTagName = "";
  1083. this.cbxLiFuChiChun.StrKey = null;
  1084. this.cbxLiFuChiChun.TabIndex = 16394;
  1085. //
  1086. // cbxXiuChuang
  1087. //
  1088. this.cbxXiuChuang.AfterSelectLevelFirstNode = true;
  1089. this.cbxXiuChuang.DropDownHeight = 220;
  1090. this.cbxXiuChuang.DropDownShow = false;
  1091. this.cbxXiuChuang.FormattingEnabled = true;
  1092. this.cbxXiuChuang.IntegralHeight = false;
  1093. this.cbxXiuChuang.IsNodeMouseClick = true;
  1094. this.cbxXiuChuang.IsSelectParentNode = false;
  1095. this.cbxXiuChuang.Location = new System.Drawing.Point(85, 166);
  1096. this.cbxXiuChuang.Name = "cbxXiuChuang";
  1097. this.cbxXiuChuang.ReadOnly = true;
  1098. this.cbxXiuChuang.SelectedNode = null;
  1099. this.cbxXiuChuang.Size = new System.Drawing.Size(160, 20);
  1100. this.cbxXiuChuang.StrGetName = "";
  1101. this.cbxXiuChuang.StrGetTagName = "";
  1102. this.cbxXiuChuang.StrKey = null;
  1103. this.cbxXiuChuang.TabIndex = 16395;
  1104. //
  1105. // cbxYuangShi
  1106. //
  1107. this.cbxYuangShi.AfterSelectLevelFirstNode = true;
  1108. this.cbxYuangShi.DropDownHeight = 220;
  1109. this.cbxYuangShi.DropDownShow = false;
  1110. this.cbxYuangShi.FormattingEnabled = true;
  1111. this.cbxYuangShi.IntegralHeight = false;
  1112. this.cbxYuangShi.IsNodeMouseClick = true;
  1113. this.cbxYuangShi.IsSelectParentNode = false;
  1114. this.cbxYuangShi.Location = new System.Drawing.Point(751, 132);
  1115. this.cbxYuangShi.Name = "cbxYuangShi";
  1116. this.cbxYuangShi.ReadOnly = true;
  1117. this.cbxYuangShi.SelectedNode = null;
  1118. this.cbxYuangShi.Size = new System.Drawing.Size(160, 20);
  1119. this.cbxYuangShi.StrGetName = "";
  1120. this.cbxYuangShi.StrGetTagName = "";
  1121. this.cbxYuangShi.StrKey = null;
  1122. this.cbxYuangShi.TabIndex = 16396;
  1123. //
  1124. // cbxFengGe
  1125. //
  1126. this.cbxFengGe.AfterSelectLevelFirstNode = true;
  1127. this.cbxFengGe.DropDownHeight = 220;
  1128. this.cbxFengGe.DropDownShow = false;
  1129. this.cbxFengGe.FormattingEnabled = true;
  1130. this.cbxFengGe.IntegralHeight = false;
  1131. this.cbxFengGe.IsNodeMouseClick = true;
  1132. this.cbxFengGe.IsSelectParentNode = false;
  1133. this.cbxFengGe.Location = new System.Drawing.Point(428, 132);
  1134. this.cbxFengGe.Name = "cbxFengGe";
  1135. this.cbxFengGe.ReadOnly = true;
  1136. this.cbxFengGe.SelectedNode = null;
  1137. this.cbxFengGe.Size = new System.Drawing.Size(160, 20);
  1138. this.cbxFengGe.StrGetName = "";
  1139. this.cbxFengGe.StrGetTagName = "";
  1140. this.cbxFengGe.StrKey = null;
  1141. this.cbxFengGe.TabIndex = 16397;
  1142. //
  1143. // cbxYuanShe
  1144. //
  1145. this.cbxYuanShe.AfterSelectLevelFirstNode = true;
  1146. this.cbxYuanShe.DropDownHeight = 220;
  1147. this.cbxYuanShe.DropDownShow = false;
  1148. this.cbxYuanShe.FormattingEnabled = true;
  1149. this.cbxYuanShe.IntegralHeight = false;
  1150. this.cbxYuanShe.IsNodeMouseClick = true;
  1151. this.cbxYuanShe.IsSelectParentNode = false;
  1152. this.cbxYuanShe.Location = new System.Drawing.Point(85, 132);
  1153. this.cbxYuanShe.Name = "cbxYuanShe";
  1154. this.cbxYuanShe.ReadOnly = true;
  1155. this.cbxYuanShe.SelectedNode = null;
  1156. this.cbxYuanShe.Size = new System.Drawing.Size(160, 20);
  1157. this.cbxYuanShe.StrGetName = "";
  1158. this.cbxYuanShe.StrGetTagName = "";
  1159. this.cbxYuanShe.StrKey = null;
  1160. this.cbxYuanShe.TabIndex = 16398;
  1161. //
  1162. // cbxJingHuoChuangJia
  1163. //
  1164. this.cbxJingHuoChuangJia.AfterSelectLevelFirstNode = true;
  1165. this.cbxJingHuoChuangJia.DropDownHeight = 220;
  1166. this.cbxJingHuoChuangJia.DropDownShow = false;
  1167. this.cbxJingHuoChuangJia.FormattingEnabled = true;
  1168. this.cbxJingHuoChuangJia.IntegralHeight = false;
  1169. this.cbxJingHuoChuangJia.IsNodeMouseClick = true;
  1170. this.cbxJingHuoChuangJia.IsSelectParentNode = false;
  1171. this.cbxJingHuoChuangJia.Location = new System.Drawing.Point(85, 97);
  1172. this.cbxJingHuoChuangJia.Name = "cbxJingHuoChuangJia";
  1173. this.cbxJingHuoChuangJia.ReadOnly = true;
  1174. this.cbxJingHuoChuangJia.SelectedNode = null;
  1175. this.cbxJingHuoChuangJia.Size = new System.Drawing.Size(160, 20);
  1176. this.cbxJingHuoChuangJia.StrGetName = "";
  1177. this.cbxJingHuoChuangJia.StrGetTagName = "";
  1178. this.cbxJingHuoChuangJia.StrKey = null;
  1179. this.cbxJingHuoChuangJia.TabIndex = 16401;
  1180. //
  1181. // cbxLiFuLeiBei
  1182. //
  1183. this.cbxLiFuLeiBei.AfterSelectLevelFirstNode = true;
  1184. this.cbxLiFuLeiBei.DropDownHeight = 220;
  1185. this.cbxLiFuLeiBei.DropDownShow = false;
  1186. this.cbxLiFuLeiBei.FormattingEnabled = true;
  1187. this.cbxLiFuLeiBei.IntegralHeight = false;
  1188. this.cbxLiFuLeiBei.IsNodeMouseClick = true;
  1189. this.cbxLiFuLeiBei.IsSelectParentNode = false;
  1190. this.cbxLiFuLeiBei.Location = new System.Drawing.Point(428, 97);
  1191. this.cbxLiFuLeiBei.Name = "cbxLiFuLeiBei";
  1192. this.cbxLiFuLeiBei.ReadOnly = true;
  1193. this.cbxLiFuLeiBei.SelectedNode = null;
  1194. this.cbxLiFuLeiBei.Size = new System.Drawing.Size(160, 20);
  1195. this.cbxLiFuLeiBei.StrGetName = "";
  1196. this.cbxLiFuLeiBei.StrGetTagName = "";
  1197. this.cbxLiFuLeiBei.StrKey = null;
  1198. this.cbxLiFuLeiBei.TabIndex = 16400;
  1199. //
  1200. // lbQiTa
  1201. //
  1202. this.lbQiTa.AutoSize = true;
  1203. this.lbQiTa.Cursor = System.Windows.Forms.Cursors.Hand;
  1204. this.lbQiTa.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1205. this.lbQiTa.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1206. this.lbQiTa.Location = new System.Drawing.Point(35, 201);
  1207. this.lbQiTa.Name = "lbQiTa";
  1208. this.lbQiTa.Size = new System.Drawing.Size(44, 17);
  1209. this.lbQiTa.TabIndex = 16422;
  1210. this.lbQiTa.Tag = "1";
  1211. this.lbQiTa.Text = "其它:";
  1212. //
  1213. // lbQunChuang
  1214. //
  1215. this.lbQunChuang.AutoSize = true;
  1216. this.lbQunChuang.Cursor = System.Windows.Forms.Cursors.Hand;
  1217. this.lbQunChuang.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1218. this.lbQunChuang.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1219. this.lbQunChuang.Location = new System.Drawing.Point(378, 168);
  1220. this.lbQunChuang.Name = "lbQunChuang";
  1221. this.lbQunChuang.Size = new System.Drawing.Size(44, 17);
  1222. this.lbQunChuang.TabIndex = 16423;
  1223. this.lbQunChuang.Tag = "1";
  1224. this.lbQunChuang.Text = "裙长:";
  1225. //
  1226. // lbLiFuZhuangTai
  1227. //
  1228. this.lbLiFuZhuangTai.AutoSize = true;
  1229. this.lbLiFuZhuangTai.Cursor = System.Windows.Forms.Cursors.Hand;
  1230. this.lbLiFuZhuangTai.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1231. this.lbLiFuZhuangTai.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1232. this.lbLiFuZhuangTai.Location = new System.Drawing.Point(354, 237);
  1233. this.lbLiFuZhuangTai.Name = "lbLiFuZhuangTai";
  1234. this.lbLiFuZhuangTai.Size = new System.Drawing.Size(68, 17);
  1235. this.lbLiFuZhuangTai.TabIndex = 16424;
  1236. this.lbLiFuZhuangTai.Tag = "1";
  1237. this.lbLiFuZhuangTai.Text = "礼服状态:";
  1238. //
  1239. // lbLiFuChiChun
  1240. //
  1241. this.lbLiFuChiChun.AutoSize = true;
  1242. this.lbLiFuChiChun.Cursor = System.Windows.Forms.Cursors.Hand;
  1243. this.lbLiFuChiChun.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1244. this.lbLiFuChiChun.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1245. this.lbLiFuChiChun.Location = new System.Drawing.Point(679, 168);
  1246. this.lbLiFuChiChun.Name = "lbLiFuChiChun";
  1247. this.lbLiFuChiChun.Size = new System.Drawing.Size(68, 17);
  1248. this.lbLiFuChiChun.TabIndex = 16425;
  1249. this.lbLiFuChiChun.Tag = "1";
  1250. this.lbLiFuChiChun.Text = "礼服尺寸:";
  1251. //
  1252. // lbXiuChuang
  1253. //
  1254. this.lbXiuChuang.AutoSize = true;
  1255. this.lbXiuChuang.Cursor = System.Windows.Forms.Cursors.Hand;
  1256. this.lbXiuChuang.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1257. this.lbXiuChuang.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1258. this.lbXiuChuang.Location = new System.Drawing.Point(35, 168);
  1259. this.lbXiuChuang.Name = "lbXiuChuang";
  1260. this.lbXiuChuang.Size = new System.Drawing.Size(44, 17);
  1261. this.lbXiuChuang.TabIndex = 16426;
  1262. this.lbXiuChuang.Tag = "1";
  1263. this.lbXiuChuang.Text = "袖长:";
  1264. //
  1265. // lbYuangShi
  1266. //
  1267. this.lbYuangShi.AutoSize = true;
  1268. this.lbYuangShi.Cursor = System.Windows.Forms.Cursors.Hand;
  1269. this.lbYuangShi.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1270. this.lbYuangShi.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1271. this.lbYuangShi.Location = new System.Drawing.Point(703, 134);
  1272. this.lbYuangShi.Name = "lbYuangShi";
  1273. this.lbYuangShi.Size = new System.Drawing.Size(44, 17);
  1274. this.lbYuangShi.TabIndex = 16427;
  1275. this.lbYuangShi.Tag = "1";
  1276. this.lbYuangShi.Text = "样式:";
  1277. //
  1278. // lbFengGe
  1279. //
  1280. this.lbFengGe.AutoSize = true;
  1281. this.lbFengGe.Cursor = System.Windows.Forms.Cursors.Hand;
  1282. this.lbFengGe.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1283. this.lbFengGe.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1284. this.lbFengGe.Location = new System.Drawing.Point(378, 134);
  1285. this.lbFengGe.Name = "lbFengGe";
  1286. this.lbFengGe.Size = new System.Drawing.Size(44, 17);
  1287. this.lbFengGe.TabIndex = 16428;
  1288. this.lbFengGe.Tag = "1";
  1289. this.lbFengGe.Text = "风格:";
  1290. //
  1291. // lbYuanShe
  1292. //
  1293. this.lbYuanShe.AutoSize = true;
  1294. this.lbYuanShe.Cursor = System.Windows.Forms.Cursors.Hand;
  1295. this.lbYuanShe.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1296. this.lbYuanShe.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1297. this.lbYuanShe.Location = new System.Drawing.Point(35, 134);
  1298. this.lbYuanShe.Name = "lbYuanShe";
  1299. this.lbYuanShe.Size = new System.Drawing.Size(44, 17);
  1300. this.lbYuanShe.TabIndex = 16429;
  1301. this.lbYuanShe.Tag = "1";
  1302. this.lbYuanShe.Text = "颜色:";
  1303. //
  1304. // lbJingHuoChuangJia
  1305. //
  1306. this.lbJingHuoChuangJia.AutoSize = true;
  1307. this.lbJingHuoChuangJia.Cursor = System.Windows.Forms.Cursors.Hand;
  1308. this.lbJingHuoChuangJia.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1309. this.lbJingHuoChuangJia.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1310. this.lbJingHuoChuangJia.Location = new System.Drawing.Point(11, 99);
  1311. this.lbJingHuoChuangJia.Name = "lbJingHuoChuangJia";
  1312. this.lbJingHuoChuangJia.Size = new System.Drawing.Size(68, 17);
  1313. this.lbJingHuoChuangJia.TabIndex = 16431;
  1314. this.lbJingHuoChuangJia.Tag = "1";
  1315. this.lbJingHuoChuangJia.Text = "进货厂家:";
  1316. //
  1317. // lbLiFuLeiBei
  1318. //
  1319. this.lbLiFuLeiBei.AutoSize = true;
  1320. this.lbLiFuLeiBei.Cursor = System.Windows.Forms.Cursors.Hand;
  1321. this.lbLiFuLeiBei.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1322. this.lbLiFuLeiBei.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1323. this.lbLiFuLeiBei.Location = new System.Drawing.Point(345, 99);
  1324. this.lbLiFuLeiBei.Name = "lbLiFuLeiBei";
  1325. this.lbLiFuLeiBei.Size = new System.Drawing.Size(77, 17);
  1326. this.lbLiFuLeiBei.TabIndex = 16430;
  1327. this.lbLiFuLeiBei.Tag = "1";
  1328. this.lbLiFuLeiBei.Text = "* 礼服类别:";
  1329. //
  1330. // lbLiFuCount
  1331. //
  1332. this.lbLiFuCount.Cursor = System.Windows.Forms.Cursors.Hand;
  1333. this.lbLiFuCount.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1334. this.lbLiFuCount.ForeColor = System.Drawing.Color.SeaGreen;
  1335. this.lbLiFuCount.Location = new System.Drawing.Point(954, 17);
  1336. this.lbLiFuCount.Name = "lbLiFuCount";
  1337. this.lbLiFuCount.Size = new System.Drawing.Size(35, 17);
  1338. this.lbLiFuCount.TabIndex = 16428;
  1339. this.lbLiFuCount.Tag = "1";
  1340. this.lbLiFuCount.Text = "0";
  1341. //
  1342. // frmAddDress
  1343. //
  1344. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1345. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1346. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  1347. this.ClientSize = new System.Drawing.Size(1010, 760);
  1348. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  1349. this.Name = "frmAddDress";
  1350. this.Text = "编缉录入礼服";
  1351. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  1352. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  1353. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  1354. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  1355. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  1356. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  1357. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  1358. this.plExMainContainer.ResumeLayout(false);
  1359. this.plExMainContainer.PerformLayout();
  1360. this.plFormMainContent.ResumeLayout(false);
  1361. this.groupLiFuInfo.ResumeLayout(false);
  1362. this.groupLiFuInfo.PerformLayout();
  1363. this.plLiFuZhuangTai.ResumeLayout(false);
  1364. this.plLiFuZhuangTai.PerformLayout();
  1365. this.plShuangJiaZhuangTai.ResumeLayout(false);
  1366. this.plShuangJiaZhuangTai.PerformLayout();
  1367. ((System.ComponentModel.ISupportInitialize)(this.nudDingZhiJiage)).EndInit();
  1368. ((System.ComponentModel.ISupportInitialize)(this.nudChuZhuJiage)).EndInit();
  1369. ((System.ComponentModel.ISupportInitialize)(this.nudChuShouJiage)).EndInit();
  1370. ((System.ComponentModel.ISupportInitialize)(this.nudChenBenJiaGe)).EndInit();
  1371. ((System.ComponentModel.ISupportInitialize)(this.nudGuoMaiJiaGe)).EndInit();
  1372. this.ResumeLayout(false);
  1373. }
  1374. #endregion
  1375. public ComponentLibrary.TextBoxEx txtDressNumber;
  1376. public ComponentLibrary.LabelEx lbDressNumber;
  1377. public System.Windows.Forms.LinkLabel likNoAllSelect;
  1378. public OtherExpansion.SkinControl.SkinPanel plLiFuZhuangTai;
  1379. public ComponentLibrary.RadioButtonEx rdoZhengChuang;
  1380. public ComponentLibrary.RadioButtonEx rdoYiChuShou;
  1381. public ComponentLibrary.RadioButtonEx rdoYiBaoFei;
  1382. public System.Windows.Forms.LinkLabel likAllSelect;
  1383. public OtherExpansion.SkinControl.SkinPanel plShuangJiaZhuangTai;
  1384. public ComponentLibrary.RadioButtonEx rdoShuangJia;
  1385. public ComponentLibrary.RadioButtonEx rdoXiaJia;
  1386. public ComponentLibrary.ButtonEx btnSave;
  1387. public ComponentLibrary.ButtonEx btnClose;
  1388. public System.Windows.Forms.ListView listViewImage;
  1389. public System.Windows.Forms.NumericUpDown nudDingZhiJiage;
  1390. public System.Windows.Forms.NumericUpDown nudChuZhuJiage;
  1391. public System.Windows.Forms.NumericUpDown nudChuShouJiage;
  1392. public System.Windows.Forms.NumericUpDown nudChenBenJiaGe;
  1393. public System.Windows.Forms.NumericUpDown nudGuoMaiJiaGe;
  1394. public ComponentLibrary.TextBoxEx txtLiFuMiaoShu;
  1395. public ComponentLibrary.TextBoxEx txtRemark;
  1396. public ComponentLibrary.LabelEx lbLiFuImageList;
  1397. public ComponentLibrary.LabelEx lbLiFuMiaoShu;
  1398. public ComponentLibrary.LabelEx lbRemark;
  1399. public ComponentLibrary.LabelEx lbShuangJiaZhuangTai;
  1400. public ComponentLibrary.DateTimePickerEx dtpDressChuShouDate;
  1401. public ComponentLibrary.DateTimePickerEx dtpDressBaoFeiDate;
  1402. public ComponentLibrary.DateTimePickerEx dtpDressBuyDate;
  1403. public ComponentLibrary.LabelEx lbDressChuShouDate;
  1404. public ComponentLibrary.LabelEx lbDressBaoFeiDate;
  1405. public ComponentLibrary.LabelEx lbDressBuyDate;
  1406. public ComponentLibrary.LabelEx lbDingZhiJiage;
  1407. public ComponentLibrary.LabelEx lbChuZhuJiage;
  1408. public ComponentLibrary.LabelEx lbChuShouJiage;
  1409. public ComponentLibrary.LabelEx lbGuoMaiJiaGe;
  1410. public ComponentLibrary.LabelEx lbChenBenJiaGe;
  1411. public ComponentLibrary.TextBoxEx txtDressName;
  1412. public ComponentLibrary.LabelEx lbDressName;
  1413. public ComponentLibrary.ButtonForm btnSetBaiFangQuYu;
  1414. public ComponentLibrary.ComboBoxTreeViewEx cbxBaiFangQuYu;
  1415. public ComponentLibrary.LabelEx lbBaiFangQuYu;
  1416. public ComponentLibrary.ButtonForm btnSetQiTa;
  1417. public ComponentLibrary.ButtonForm btnSetXiuChuang;
  1418. public ComponentLibrary.ButtonForm btnSetYuanShe;
  1419. public ComponentLibrary.ButtonForm btnSetJingHuoChuangJia;
  1420. public ComponentLibrary.ButtonForm btnSetLiFuChiChun;
  1421. public ComponentLibrary.ButtonForm btnSetYuangShi;
  1422. public ComponentLibrary.ButtonForm btnSetQunChuang;
  1423. public ComponentLibrary.ButtonForm btnSetFengGe;
  1424. public ComponentLibrary.ButtonForm btnSetLiFuLeiBei;
  1425. public ComponentLibrary.ComboBoxTreeViewEx cbxQiTa;
  1426. public ComponentLibrary.ComboBoxTreeViewEx cbxQunChuang;
  1427. public ComponentLibrary.ComboBoxTreeViewEx cbxLiFuChiChun;
  1428. public ComponentLibrary.ComboBoxTreeViewEx cbxXiuChuang;
  1429. public ComponentLibrary.ComboBoxTreeViewEx cbxYuangShi;
  1430. public ComponentLibrary.ComboBoxTreeViewEx cbxFengGe;
  1431. public ComponentLibrary.ComboBoxTreeViewEx cbxYuanShe;
  1432. public ComponentLibrary.ComboBoxTreeViewEx cbxJingHuoChuangJia;
  1433. public ComponentLibrary.ComboBoxTreeViewEx cbxLiFuLeiBei;
  1434. public ComponentLibrary.LabelEx lbQiTa;
  1435. public ComponentLibrary.LabelEx lbQunChuang;
  1436. public ComponentLibrary.LabelEx lbLiFuZhuangTai;
  1437. public ComponentLibrary.LabelEx lbLiFuChiChun;
  1438. public ComponentLibrary.LabelEx lbXiuChuang;
  1439. public ComponentLibrary.LabelEx lbYuangShi;
  1440. public ComponentLibrary.LabelEx lbFengGe;
  1441. public ComponentLibrary.LabelEx lbYuanShe;
  1442. public ComponentLibrary.LabelEx lbJingHuoChuangJia;
  1443. public ComponentLibrary.LabelEx lbLiFuLeiBei;
  1444. public System.Windows.Forms.GroupBox groupLiFuInfo;
  1445. public System.Windows.Forms.LinkLabel linkDelImage;
  1446. public System.Windows.Forms.LinkLabel linkUploadImage;
  1447. public ComponentLibrary.LabelEx lbLiFuCount;
  1448. }
  1449. }