DressEnteredUpdateSmallForm.Designer.cs 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896
  1. namespace LYFZ.Software.UI.Dresses.SetSmallForm
  2. {
  3. partial class DressEnteredUpdateSmallForm
  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(DressEnteredUpdateSmallForm));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
  31. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.txtDressSize = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.txtDressBrand = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.txtDressName = new LYFZ.ComponentLibrary.TextBoxEx();
  37. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.dtpDressBuyDate = new LYFZ.ComponentLibrary.DateTimePickerEx();
  39. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.chkDownRack = new LYFZ.ComponentLibrary.CheckBoxEx();
  41. this.chkUpperRack = new LYFZ.ComponentLibrary.CheckBoxEx();
  42. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.txtDressQuantity = new LYFZ.ComponentLibrary.TextBoxEx();
  44. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.btnRegionSet = new LYFZ.ComponentLibrary.ButtonForm();
  46. this.cmbtreevDressPlacedRegion = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  47. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.txtDressRentPrice = new LYFZ.ComponentLibrary.TextBoxEx();
  49. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.txtDressSalePrice = new LYFZ.ComponentLibrary.TextBoxEx();
  51. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.txtDressCostPrice = new LYFZ.ComponentLibrary.TextBoxEx();
  53. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.btnCategorySet = new LYFZ.ComponentLibrary.ButtonForm();
  55. this.cmbtreevDressCategory = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  56. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.txtDressNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  58. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.lblStyle = new LYFZ.ComponentLibrary.LabelEx();
  61. this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
  62. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  63. this.btnDeleteVicePage = new LYFZ.ComponentLibrary.ButtonForm();
  64. this.btnBrowseVicePage = new LYFZ.ComponentLibrary.ButtonForm();
  65. this.btnDeleteCoverPage = new LYFZ.ComponentLibrary.ButtonForm();
  66. this.btnBrowseCoverPage = new LYFZ.ComponentLibrary.ButtonForm();
  67. this.listVicePage = new LYFZ.ComponentLibrary.ListViewEx();
  68. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  69. this.lblCoverPage = new LYFZ.ComponentLibrary.LabelEx();
  70. this.pictCoverPage = new LYFZ.ComponentLibrary.PictureBoxEx();
  71. this.btnUpdateLoad = new LYFZ.ComponentLibrary.ButtonForm();
  72. this.plExMainContainer.SuspendLayout();
  73. this.plFormMainContent.SuspendLayout();
  74. this.panelEx1.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.pictCoverPage)).BeginInit();
  76. this.SuspendLayout();
  77. //
  78. // plExMainContainer
  79. //
  80. this.plExMainContainer.Controls.Add(this.panelEx1);
  81. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  82. //
  83. // btnAppFormExit
  84. //
  85. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  86. //
  87. // btnAppFormMinimize
  88. //
  89. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  90. //
  91. // panelEx1
  92. //
  93. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  94. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  95. this.panelEx1.BorderWidth = 1;
  96. this.panelEx1.Controls.Add(this.txtRemark);
  97. this.panelEx1.Controls.Add(this.labelEx12);
  98. this.panelEx1.Controls.Add(this.txtDressSize);
  99. this.panelEx1.Controls.Add(this.labelEx5);
  100. this.panelEx1.Controls.Add(this.txtDressBrand);
  101. this.panelEx1.Controls.Add(this.labelEx4);
  102. this.panelEx1.Controls.Add(this.txtDressName);
  103. this.panelEx1.Controls.Add(this.labelEx3);
  104. this.panelEx1.Controls.Add(this.dtpDressBuyDate);
  105. this.panelEx1.Controls.Add(this.labelEx11);
  106. this.panelEx1.Controls.Add(this.chkDownRack);
  107. this.panelEx1.Controls.Add(this.chkUpperRack);
  108. this.panelEx1.Controls.Add(this.labelEx10);
  109. this.panelEx1.Controls.Add(this.txtDressQuantity);
  110. this.panelEx1.Controls.Add(this.labelEx6);
  111. this.panelEx1.Controls.Add(this.btnRegionSet);
  112. this.panelEx1.Controls.Add(this.cmbtreevDressPlacedRegion);
  113. this.panelEx1.Controls.Add(this.labelEx2);
  114. this.panelEx1.Controls.Add(this.txtDressRentPrice);
  115. this.panelEx1.Controls.Add(this.labelEx8);
  116. this.panelEx1.Controls.Add(this.txtDressSalePrice);
  117. this.panelEx1.Controls.Add(this.labelEx9);
  118. this.panelEx1.Controls.Add(this.txtDressCostPrice);
  119. this.panelEx1.Controls.Add(this.labelEx7);
  120. this.panelEx1.Controls.Add(this.btnCategorySet);
  121. this.panelEx1.Controls.Add(this.cmbtreevDressCategory);
  122. this.panelEx1.Controls.Add(this.labelEx1);
  123. this.panelEx1.Controls.Add(this.txtDressNumber);
  124. this.panelEx1.Controls.Add(this.labelEx15);
  125. this.panelEx1.Controls.Add(this.labelEx13);
  126. this.panelEx1.Controls.Add(this.lblStyle);
  127. this.panelEx1.Controls.Add(this.btnSaveed);
  128. this.panelEx1.Controls.Add(this.btnCancel);
  129. this.panelEx1.Controls.Add(this.btnDeleteVicePage);
  130. this.panelEx1.Controls.Add(this.btnUpdateLoad);
  131. this.panelEx1.Controls.Add(this.btnBrowseVicePage);
  132. this.panelEx1.Controls.Add(this.btnDeleteCoverPage);
  133. this.panelEx1.Controls.Add(this.btnBrowseCoverPage);
  134. this.panelEx1.Controls.Add(this.listVicePage);
  135. this.panelEx1.Controls.Add(this.labelEx14);
  136. this.panelEx1.Controls.Add(this.lblCoverPage);
  137. this.panelEx1.Controls.Add(this.pictCoverPage);
  138. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  139. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  140. this.panelEx1.Name = "panelEx1";
  141. this.panelEx1.Size = new System.Drawing.Size(900, 535);
  142. this.panelEx1.TabIndex = 1;
  143. //
  144. // txtRemark
  145. //
  146. this.txtRemark.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  147. | System.Windows.Forms.AnchorStyles.Right)));
  148. this.txtRemark.BackColor = System.Drawing.Color.Transparent;
  149. this.txtRemark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  150. this.txtRemark.Icon = null;
  151. this.txtRemark.IconIsButton = false;
  152. this.txtRemark.IsPasswordChat = '\0';
  153. this.txtRemark.IsSystemPasswordChar = false;
  154. this.txtRemark.Lines = new string[0];
  155. this.txtRemark.Location = new System.Drawing.Point(84, 176);
  156. this.txtRemark.Margin = new System.Windows.Forms.Padding(0);
  157. this.txtRemark.MaxLength = 32767;
  158. this.txtRemark.MinimumSize = new System.Drawing.Size(0, 24);
  159. this.txtRemark.MouseBack = null;
  160. this.txtRemark.Multiline = true;
  161. this.txtRemark.Name = "txtRemark";
  162. this.txtRemark.NormlBack = null;
  163. this.txtRemark.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  164. this.txtRemark.ReadOnly = false;
  165. this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
  166. this.txtRemark.Size = new System.Drawing.Size(806, 60);
  167. this.txtRemark.TabIndex = 16388;
  168. this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  169. this.txtRemark.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  170. this.txtRemark.WaterText = "";
  171. this.txtRemark.WordWrap = true;
  172. //
  173. // labelEx12
  174. //
  175. this.labelEx12.AutoSize = true;
  176. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  177. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  178. this.labelEx12.Location = new System.Drawing.Point(19, 180);
  179. this.labelEx12.Name = "labelEx12";
  180. this.labelEx12.Size = new System.Drawing.Size(68, 17);
  181. this.labelEx12.TabIndex = 16387;
  182. this.labelEx12.Text = "礼服备注:";
  183. //
  184. // txtDressSize
  185. //
  186. this.txtDressSize.BackColor = System.Drawing.Color.Transparent;
  187. this.txtDressSize.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  188. this.txtDressSize.Icon = null;
  189. this.txtDressSize.IconIsButton = false;
  190. this.txtDressSize.IsPasswordChat = '\0';
  191. this.txtDressSize.IsSystemPasswordChar = false;
  192. this.txtDressSize.Lines = new string[0];
  193. this.txtDressSize.Location = new System.Drawing.Point(686, 141);
  194. this.txtDressSize.Margin = new System.Windows.Forms.Padding(0);
  195. this.txtDressSize.MaxLength = 32767;
  196. this.txtDressSize.MinimumSize = new System.Drawing.Size(0, 24);
  197. this.txtDressSize.MouseBack = null;
  198. this.txtDressSize.Multiline = false;
  199. this.txtDressSize.Name = "txtDressSize";
  200. this.txtDressSize.NormlBack = null;
  201. this.txtDressSize.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  202. this.txtDressSize.ReadOnly = false;
  203. this.txtDressSize.ScrollBars = System.Windows.Forms.ScrollBars.None;
  204. this.txtDressSize.Size = new System.Drawing.Size(204, 25);
  205. this.txtDressSize.TabIndex = 16386;
  206. this.txtDressSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  207. this.txtDressSize.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  208. this.txtDressSize.WaterText = "";
  209. this.txtDressSize.WordWrap = true;
  210. //
  211. // labelEx5
  212. //
  213. this.labelEx5.AutoSize = true;
  214. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  215. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  216. this.labelEx5.Location = new System.Drawing.Point(621, 145);
  217. this.labelEx5.Name = "labelEx5";
  218. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  219. this.labelEx5.TabIndex = 16385;
  220. this.labelEx5.Text = "礼服尺寸:";
  221. //
  222. // txtDressBrand
  223. //
  224. this.txtDressBrand.BackColor = System.Drawing.Color.Transparent;
  225. this.txtDressBrand.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  226. this.txtDressBrand.Icon = null;
  227. this.txtDressBrand.IconIsButton = false;
  228. this.txtDressBrand.IsPasswordChat = '\0';
  229. this.txtDressBrand.IsSystemPasswordChar = false;
  230. this.txtDressBrand.Lines = new string[0];
  231. this.txtDressBrand.Location = new System.Drawing.Point(398, 141);
  232. this.txtDressBrand.Margin = new System.Windows.Forms.Padding(0);
  233. this.txtDressBrand.MaxLength = 32767;
  234. this.txtDressBrand.MinimumSize = new System.Drawing.Size(0, 24);
  235. this.txtDressBrand.MouseBack = null;
  236. this.txtDressBrand.Multiline = false;
  237. this.txtDressBrand.Name = "txtDressBrand";
  238. this.txtDressBrand.NormlBack = null;
  239. this.txtDressBrand.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  240. this.txtDressBrand.ReadOnly = false;
  241. this.txtDressBrand.ScrollBars = System.Windows.Forms.ScrollBars.None;
  242. this.txtDressBrand.Size = new System.Drawing.Size(195, 25);
  243. this.txtDressBrand.TabIndex = 16384;
  244. this.txtDressBrand.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  245. this.txtDressBrand.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  246. this.txtDressBrand.WaterText = "";
  247. this.txtDressBrand.WordWrap = true;
  248. //
  249. // labelEx4
  250. //
  251. this.labelEx4.AutoSize = true;
  252. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  253. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  254. this.labelEx4.Location = new System.Drawing.Point(333, 145);
  255. this.labelEx4.Name = "labelEx4";
  256. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  257. this.labelEx4.TabIndex = 16383;
  258. this.labelEx4.Text = "礼服品牌:";
  259. //
  260. // txtDressName
  261. //
  262. this.txtDressName.BackColor = System.Drawing.Color.Transparent;
  263. this.txtDressName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  264. this.txtDressName.Icon = null;
  265. this.txtDressName.IconIsButton = false;
  266. this.txtDressName.IsPasswordChat = '\0';
  267. this.txtDressName.IsSystemPasswordChar = false;
  268. this.txtDressName.Lines = new string[0];
  269. this.txtDressName.Location = new System.Drawing.Point(84, 141);
  270. this.txtDressName.Margin = new System.Windows.Forms.Padding(0);
  271. this.txtDressName.MaxLength = 32767;
  272. this.txtDressName.MinimumSize = new System.Drawing.Size(0, 24);
  273. this.txtDressName.MouseBack = null;
  274. this.txtDressName.Multiline = false;
  275. this.txtDressName.Name = "txtDressName";
  276. this.txtDressName.NormlBack = null;
  277. this.txtDressName.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  278. this.txtDressName.ReadOnly = false;
  279. this.txtDressName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  280. this.txtDressName.Size = new System.Drawing.Size(220, 25);
  281. this.txtDressName.TabIndex = 16382;
  282. this.txtDressName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  283. this.txtDressName.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  284. this.txtDressName.WaterText = "";
  285. this.txtDressName.WordWrap = true;
  286. //
  287. // labelEx3
  288. //
  289. this.labelEx3.AutoSize = true;
  290. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  291. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  292. this.labelEx3.Location = new System.Drawing.Point(10, 145);
  293. this.labelEx3.Name = "labelEx3";
  294. this.labelEx3.Size = new System.Drawing.Size(77, 17);
  295. this.labelEx3.TabIndex = 16381;
  296. this.labelEx3.Text = "* 礼服名称:";
  297. //
  298. // dtpDressBuyDate
  299. //
  300. this.dtpDressBuyDate.CustomFormat = " ";
  301. this.dtpDressBuyDate.DateValue = "";
  302. this.dtpDressBuyDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  303. this.dtpDressBuyDate.IsShowTime = false;
  304. this.dtpDressBuyDate.Location = new System.Drawing.Point(790, 109);
  305. this.dtpDressBuyDate.Name = "dtpDressBuyDate";
  306. this.dtpDressBuyDate.Size = new System.Drawing.Size(100, 21);
  307. this.dtpDressBuyDate.TabIndex = 16380;
  308. //
  309. // labelEx11
  310. //
  311. this.labelEx11.AutoSize = true;
  312. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  313. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  314. this.labelEx11.Location = new System.Drawing.Point(725, 111);
  315. this.labelEx11.Name = "labelEx11";
  316. this.labelEx11.Size = new System.Drawing.Size(68, 17);
  317. this.labelEx11.TabIndex = 16379;
  318. this.labelEx11.Text = "购买日期:";
  319. //
  320. // chkDownRack
  321. //
  322. this.chkDownRack.AutoSize = true;
  323. this.chkDownRack.BackColor = System.Drawing.Color.Transparent;
  324. this.chkDownRack.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  325. this.chkDownRack.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  326. this.chkDownRack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  327. this.chkDownRack.Fourstates = false;
  328. this.chkDownRack.IsGreenTick = false;
  329. this.chkDownRack.Location = new System.Drawing.Point(647, 109);
  330. this.chkDownRack.Name = "chkDownRack";
  331. this.chkDownRack.Size = new System.Drawing.Size(51, 21);
  332. this.chkDownRack.TabIndex = 16378;
  333. this.chkDownRack.Text = "下架";
  334. this.chkDownRack.UseVisualStyleBackColor = false;
  335. //
  336. // chkUpperRack
  337. //
  338. this.chkUpperRack.AutoSize = true;
  339. this.chkUpperRack.BackColor = System.Drawing.Color.Transparent;
  340. this.chkUpperRack.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  341. this.chkUpperRack.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  342. this.chkUpperRack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  343. this.chkUpperRack.Fourstates = false;
  344. this.chkUpperRack.IsGreenTick = false;
  345. this.chkUpperRack.Location = new System.Drawing.Point(592, 109);
  346. this.chkUpperRack.Name = "chkUpperRack";
  347. this.chkUpperRack.Size = new System.Drawing.Size(51, 21);
  348. this.chkUpperRack.TabIndex = 16377;
  349. this.chkUpperRack.Text = "上架";
  350. this.chkUpperRack.UseVisualStyleBackColor = false;
  351. //
  352. // labelEx10
  353. //
  354. this.labelEx10.AutoSize = true;
  355. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  356. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  357. this.labelEx10.Location = new System.Drawing.Point(518, 111);
  358. this.labelEx10.Name = "labelEx10";
  359. this.labelEx10.Size = new System.Drawing.Size(77, 17);
  360. this.labelEx10.TabIndex = 16376;
  361. this.labelEx10.Text = "* 礼服状态:";
  362. //
  363. // txtDressQuantity
  364. //
  365. this.txtDressQuantity.BackColor = System.Drawing.Color.Transparent;
  366. this.txtDressQuantity.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  367. this.txtDressQuantity.Icon = null;
  368. this.txtDressQuantity.IconIsButton = false;
  369. this.txtDressQuantity.IsPasswordChat = '\0';
  370. this.txtDressQuantity.IsSystemPasswordChar = false;
  371. this.txtDressQuantity.Lines = new string[0];
  372. this.txtDressQuantity.Location = new System.Drawing.Point(398, 107);
  373. this.txtDressQuantity.Margin = new System.Windows.Forms.Padding(0);
  374. this.txtDressQuantity.MaxLength = 32767;
  375. this.txtDressQuantity.MinimumSize = new System.Drawing.Size(0, 24);
  376. this.txtDressQuantity.MouseBack = null;
  377. this.txtDressQuantity.Multiline = false;
  378. this.txtDressQuantity.Name = "txtDressQuantity";
  379. this.txtDressQuantity.NormlBack = null;
  380. this.txtDressQuantity.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  381. this.txtDressQuantity.ReadOnly = true;
  382. this.txtDressQuantity.ScrollBars = System.Windows.Forms.ScrollBars.None;
  383. this.txtDressQuantity.Size = new System.Drawing.Size(100, 25);
  384. this.txtDressQuantity.TabIndex = 16375;
  385. this.txtDressQuantity.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  386. this.txtDressQuantity.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  387. this.txtDressQuantity.WaterText = "";
  388. this.txtDressQuantity.WordWrap = true;
  389. //
  390. // labelEx6
  391. //
  392. this.labelEx6.AutoSize = true;
  393. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  394. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  395. this.labelEx6.Location = new System.Drawing.Point(324, 111);
  396. this.labelEx6.Name = "labelEx6";
  397. this.labelEx6.Size = new System.Drawing.Size(77, 17);
  398. this.labelEx6.TabIndex = 16374;
  399. this.labelEx6.Text = "* 礼服数量:";
  400. //
  401. // btnRegionSet
  402. //
  403. this.btnRegionSet.BackColor = System.Drawing.Color.Transparent;
  404. this.btnRegionSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRegionSet.BackImg")));
  405. this.btnRegionSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  406. this.btnRegionSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  407. this.btnRegionSet.ForeColor = System.Drawing.Color.White;
  408. this.btnRegionSet.IsCustomBackImg = false;
  409. this.btnRegionSet.IsShowText = true;
  410. this.btnRegionSet.Location = new System.Drawing.Point(249, 108);
  411. this.btnRegionSet.Name = "btnRegionSet";
  412. this.btnRegionSet.Size = new System.Drawing.Size(55, 23);
  413. this.btnRegionSet.TabIndex = 16373;
  414. this.btnRegionSet.Text = " 设置";
  415. this.btnRegionSet.UseVisualStyleBackColor = false;
  416. //
  417. // cmbtreevDressPlacedRegion
  418. //
  419. this.cmbtreevDressPlacedRegion.AfterSelectLevelFirstNode = true;
  420. this.cmbtreevDressPlacedRegion.DropDownHeight = 220;
  421. this.cmbtreevDressPlacedRegion.DropDownShow = false;
  422. this.cmbtreevDressPlacedRegion.FormattingEnabled = true;
  423. this.cmbtreevDressPlacedRegion.IntegralHeight = false;
  424. this.cmbtreevDressPlacedRegion.IsNodeMouseClick = true;
  425. this.cmbtreevDressPlacedRegion.IsSelectParentNode = false;
  426. this.cmbtreevDressPlacedRegion.Location = new System.Drawing.Point(84, 109);
  427. this.cmbtreevDressPlacedRegion.Name = "cmbtreevDressPlacedRegion";
  428. this.cmbtreevDressPlacedRegion.ReadOnly = true;
  429. this.cmbtreevDressPlacedRegion.SelectedNode = null;
  430. this.cmbtreevDressPlacedRegion.Size = new System.Drawing.Size(160, 20);
  431. this.cmbtreevDressPlacedRegion.StrGetName = "";
  432. this.cmbtreevDressPlacedRegion.StrGetTagName = "";
  433. this.cmbtreevDressPlacedRegion.StrKey = null;
  434. this.cmbtreevDressPlacedRegion.TabIndex = 16372;
  435. //
  436. // labelEx2
  437. //
  438. this.labelEx2.AutoSize = true;
  439. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  440. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  441. this.labelEx2.Location = new System.Drawing.Point(10, 111);
  442. this.labelEx2.Name = "labelEx2";
  443. this.labelEx2.Size = new System.Drawing.Size(77, 17);
  444. this.labelEx2.TabIndex = 16371;
  445. this.labelEx2.Text = "* 摆放区域:";
  446. //
  447. // txtDressRentPrice
  448. //
  449. this.txtDressRentPrice.BackColor = System.Drawing.Color.Transparent;
  450. this.txtDressRentPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  451. this.txtDressRentPrice.Icon = null;
  452. this.txtDressRentPrice.IconIsButton = false;
  453. this.txtDressRentPrice.IsPasswordChat = '\0';
  454. this.txtDressRentPrice.IsSystemPasswordChar = false;
  455. this.txtDressRentPrice.Lines = new string[0];
  456. this.txtDressRentPrice.Location = new System.Drawing.Point(790, 73);
  457. this.txtDressRentPrice.Margin = new System.Windows.Forms.Padding(0);
  458. this.txtDressRentPrice.MaxLength = 32767;
  459. this.txtDressRentPrice.MinimumSize = new System.Drawing.Size(0, 24);
  460. this.txtDressRentPrice.MouseBack = null;
  461. this.txtDressRentPrice.Multiline = false;
  462. this.txtDressRentPrice.Name = "txtDressRentPrice";
  463. this.txtDressRentPrice.NormlBack = null;
  464. this.txtDressRentPrice.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  465. this.txtDressRentPrice.ReadOnly = false;
  466. this.txtDressRentPrice.ScrollBars = System.Windows.Forms.ScrollBars.None;
  467. this.txtDressRentPrice.Size = new System.Drawing.Size(100, 25);
  468. this.txtDressRentPrice.TabIndex = 16370;
  469. this.txtDressRentPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  470. this.txtDressRentPrice.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  471. this.txtDressRentPrice.WaterText = "";
  472. this.txtDressRentPrice.WordWrap = true;
  473. //
  474. // labelEx8
  475. //
  476. this.labelEx8.AutoSize = true;
  477. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  478. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  479. this.labelEx8.Location = new System.Drawing.Point(716, 77);
  480. this.labelEx8.Name = "labelEx8";
  481. this.labelEx8.Size = new System.Drawing.Size(77, 17);
  482. this.labelEx8.TabIndex = 16369;
  483. this.labelEx8.Text = "* 出租价格:";
  484. //
  485. // txtDressSalePrice
  486. //
  487. this.txtDressSalePrice.BackColor = System.Drawing.Color.Transparent;
  488. this.txtDressSalePrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  489. this.txtDressSalePrice.Icon = null;
  490. this.txtDressSalePrice.IconIsButton = false;
  491. this.txtDressSalePrice.IsPasswordChat = '\0';
  492. this.txtDressSalePrice.IsSystemPasswordChar = false;
  493. this.txtDressSalePrice.Lines = new string[0];
  494. this.txtDressSalePrice.Location = new System.Drawing.Point(592, 73);
  495. this.txtDressSalePrice.Margin = new System.Windows.Forms.Padding(0);
  496. this.txtDressSalePrice.MaxLength = 32767;
  497. this.txtDressSalePrice.MinimumSize = new System.Drawing.Size(0, 24);
  498. this.txtDressSalePrice.MouseBack = null;
  499. this.txtDressSalePrice.Multiline = false;
  500. this.txtDressSalePrice.Name = "txtDressSalePrice";
  501. this.txtDressSalePrice.NormlBack = null;
  502. this.txtDressSalePrice.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  503. this.txtDressSalePrice.ReadOnly = false;
  504. this.txtDressSalePrice.ScrollBars = System.Windows.Forms.ScrollBars.None;
  505. this.txtDressSalePrice.Size = new System.Drawing.Size(100, 25);
  506. this.txtDressSalePrice.TabIndex = 16368;
  507. this.txtDressSalePrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  508. this.txtDressSalePrice.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  509. this.txtDressSalePrice.WaterText = "";
  510. this.txtDressSalePrice.WordWrap = true;
  511. //
  512. // labelEx9
  513. //
  514. this.labelEx9.AutoSize = true;
  515. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  516. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  517. this.labelEx9.Location = new System.Drawing.Point(518, 77);
  518. this.labelEx9.Name = "labelEx9";
  519. this.labelEx9.Size = new System.Drawing.Size(77, 17);
  520. this.labelEx9.TabIndex = 16367;
  521. this.labelEx9.Text = "* 出售价格:";
  522. //
  523. // txtDressCostPrice
  524. //
  525. this.txtDressCostPrice.BackColor = System.Drawing.Color.Transparent;
  526. this.txtDressCostPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  527. this.txtDressCostPrice.Icon = null;
  528. this.txtDressCostPrice.IconIsButton = false;
  529. this.txtDressCostPrice.IsPasswordChat = '\0';
  530. this.txtDressCostPrice.IsSystemPasswordChar = false;
  531. this.txtDressCostPrice.Lines = new string[0];
  532. this.txtDressCostPrice.Location = new System.Drawing.Point(398, 73);
  533. this.txtDressCostPrice.Margin = new System.Windows.Forms.Padding(0);
  534. this.txtDressCostPrice.MaxLength = 32767;
  535. this.txtDressCostPrice.MinimumSize = new System.Drawing.Size(0, 24);
  536. this.txtDressCostPrice.MouseBack = null;
  537. this.txtDressCostPrice.Multiline = false;
  538. this.txtDressCostPrice.Name = "txtDressCostPrice";
  539. this.txtDressCostPrice.NormlBack = null;
  540. this.txtDressCostPrice.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  541. this.txtDressCostPrice.ReadOnly = false;
  542. this.txtDressCostPrice.ScrollBars = System.Windows.Forms.ScrollBars.None;
  543. this.txtDressCostPrice.Size = new System.Drawing.Size(100, 25);
  544. this.txtDressCostPrice.TabIndex = 16366;
  545. this.txtDressCostPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  546. this.txtDressCostPrice.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  547. this.txtDressCostPrice.WaterText = "";
  548. this.txtDressCostPrice.WordWrap = true;
  549. //
  550. // labelEx7
  551. //
  552. this.labelEx7.AutoSize = true;
  553. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  554. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  555. this.labelEx7.Location = new System.Drawing.Point(324, 77);
  556. this.labelEx7.Name = "labelEx7";
  557. this.labelEx7.Size = new System.Drawing.Size(77, 17);
  558. this.labelEx7.TabIndex = 16365;
  559. this.labelEx7.Text = "* 成本价格:";
  560. //
  561. // btnCategorySet
  562. //
  563. this.btnCategorySet.BackColor = System.Drawing.Color.Transparent;
  564. this.btnCategorySet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCategorySet.BackImg")));
  565. this.btnCategorySet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  566. this.btnCategorySet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  567. this.btnCategorySet.ForeColor = System.Drawing.Color.White;
  568. this.btnCategorySet.IsCustomBackImg = false;
  569. this.btnCategorySet.IsShowText = true;
  570. this.btnCategorySet.Location = new System.Drawing.Point(249, 74);
  571. this.btnCategorySet.Name = "btnCategorySet";
  572. this.btnCategorySet.Size = new System.Drawing.Size(55, 23);
  573. this.btnCategorySet.TabIndex = 16364;
  574. this.btnCategorySet.Text = " 设置";
  575. this.btnCategorySet.UseVisualStyleBackColor = false;
  576. //
  577. // cmbtreevDressCategory
  578. //
  579. this.cmbtreevDressCategory.AfterSelectLevelFirstNode = true;
  580. this.cmbtreevDressCategory.DropDownHeight = 220;
  581. this.cmbtreevDressCategory.DropDownShow = false;
  582. this.cmbtreevDressCategory.FormattingEnabled = true;
  583. this.cmbtreevDressCategory.IntegralHeight = false;
  584. this.cmbtreevDressCategory.IsNodeMouseClick = true;
  585. this.cmbtreevDressCategory.IsSelectParentNode = false;
  586. this.cmbtreevDressCategory.Location = new System.Drawing.Point(84, 75);
  587. this.cmbtreevDressCategory.Name = "cmbtreevDressCategory";
  588. this.cmbtreevDressCategory.ReadOnly = true;
  589. this.cmbtreevDressCategory.SelectedNode = null;
  590. this.cmbtreevDressCategory.Size = new System.Drawing.Size(160, 20);
  591. this.cmbtreevDressCategory.StrGetName = "";
  592. this.cmbtreevDressCategory.StrGetTagName = "";
  593. this.cmbtreevDressCategory.StrKey = null;
  594. this.cmbtreevDressCategory.TabIndex = 16363;
  595. //
  596. // labelEx1
  597. //
  598. this.labelEx1.AutoSize = true;
  599. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  600. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  601. this.labelEx1.Location = new System.Drawing.Point(10, 77);
  602. this.labelEx1.Name = "labelEx1";
  603. this.labelEx1.Size = new System.Drawing.Size(77, 17);
  604. this.labelEx1.TabIndex = 16362;
  605. this.labelEx1.Text = "* 礼服类别:";
  606. //
  607. // txtDressNumber
  608. //
  609. this.txtDressNumber.BackColor = System.Drawing.Color.Transparent;
  610. this.txtDressNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  611. this.txtDressNumber.Icon = null;
  612. this.txtDressNumber.IconIsButton = false;
  613. this.txtDressNumber.IsPasswordChat = '\0';
  614. this.txtDressNumber.IsSystemPasswordChar = false;
  615. this.txtDressNumber.Lines = new string[0];
  616. this.txtDressNumber.Location = new System.Drawing.Point(84, 39);
  617. this.txtDressNumber.Margin = new System.Windows.Forms.Padding(0);
  618. this.txtDressNumber.MaxLength = 32767;
  619. this.txtDressNumber.MinimumSize = new System.Drawing.Size(0, 24);
  620. this.txtDressNumber.MouseBack = null;
  621. this.txtDressNumber.Multiline = false;
  622. this.txtDressNumber.Name = "txtDressNumber";
  623. this.txtDressNumber.NormlBack = null;
  624. this.txtDressNumber.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  625. this.txtDressNumber.ReadOnly = false;
  626. this.txtDressNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
  627. this.txtDressNumber.Size = new System.Drawing.Size(220, 25);
  628. this.txtDressNumber.TabIndex = 16360;
  629. this.txtDressNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  630. this.txtDressNumber.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  631. this.txtDressNumber.WaterText = "";
  632. this.txtDressNumber.WordWrap = true;
  633. //
  634. // labelEx15
  635. //
  636. this.labelEx15.AutoSize = true;
  637. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  638. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  639. this.labelEx15.Location = new System.Drawing.Point(10, 43);
  640. this.labelEx15.Name = "labelEx15";
  641. this.labelEx15.Size = new System.Drawing.Size(77, 17);
  642. this.labelEx15.TabIndex = 16361;
  643. this.labelEx15.Text = "* 礼服编号:";
  644. //
  645. // labelEx13
  646. //
  647. this.labelEx13.AutoSize = true;
  648. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  649. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  650. this.labelEx13.Location = new System.Drawing.Point(7, 248);
  651. this.labelEx13.Name = "labelEx13";
  652. this.labelEx13.Size = new System.Drawing.Size(56, 17);
  653. this.labelEx13.TabIndex = 2325;
  654. this.labelEx13.Text = "礼服图片";
  655. //
  656. // lblStyle
  657. //
  658. this.lblStyle.AutoSize = true;
  659. this.lblStyle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  660. this.lblStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  661. this.lblStyle.Location = new System.Drawing.Point(7, 11);
  662. this.lblStyle.Name = "lblStyle";
  663. this.lblStyle.Size = new System.Drawing.Size(56, 17);
  664. this.lblStyle.TabIndex = 2324;
  665. this.lblStyle.Text = "礼服资料";
  666. //
  667. // btnSaveed
  668. //
  669. this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
  670. this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
  671. this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  672. this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  673. this.btnSaveed.ForeColor = System.Drawing.Color.White;
  674. this.btnSaveed.IsCustomBackImg = false;
  675. this.btnSaveed.IsShowText = true;
  676. this.btnSaveed.Location = new System.Drawing.Point(349, 496);
  677. this.btnSaveed.Name = "btnSaveed";
  678. this.btnSaveed.Size = new System.Drawing.Size(85, 28);
  679. this.btnSaveed.TabIndex = 2323;
  680. this.btnSaveed.Text = " 保 存";
  681. this.btnSaveed.UseVisualStyleBackColor = false;
  682. //
  683. // btnCancel
  684. //
  685. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  686. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  687. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  688. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  689. this.btnCancel.ForeColor = System.Drawing.Color.White;
  690. this.btnCancel.IsCustomBackImg = false;
  691. this.btnCancel.IsShowText = true;
  692. this.btnCancel.Location = new System.Drawing.Point(499, 496);
  693. this.btnCancel.Name = "btnCancel";
  694. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  695. this.btnCancel.TabIndex = 2322;
  696. this.btnCancel.Text = " 取 消";
  697. this.btnCancel.UseVisualStyleBackColor = false;
  698. //
  699. // btnDeleteVicePage
  700. //
  701. this.btnDeleteVicePage.BackColor = System.Drawing.Color.Transparent;
  702. this.btnDeleteVicePage.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDeleteVicePage.BackImg")));
  703. this.btnDeleteVicePage.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  704. this.btnDeleteVicePage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  705. this.btnDeleteVicePage.ForeColor = System.Drawing.Color.White;
  706. this.btnDeleteVicePage.IsCustomBackImg = false;
  707. this.btnDeleteVicePage.IsShowText = true;
  708. this.btnDeleteVicePage.Location = new System.Drawing.Point(683, 269);
  709. this.btnDeleteVicePage.Name = "btnDeleteVicePage";
  710. this.btnDeleteVicePage.Size = new System.Drawing.Size(65, 23);
  711. this.btnDeleteVicePage.TabIndex = 2321;
  712. this.btnDeleteVicePage.Text = " 删除";
  713. this.btnDeleteVicePage.UseVisualStyleBackColor = false;
  714. //
  715. // btnBrowseVicePage
  716. //
  717. this.btnBrowseVicePage.BackColor = System.Drawing.Color.Transparent;
  718. this.btnBrowseVicePage.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnBrowseVicePage.BackImg")));
  719. this.btnBrowseVicePage.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  720. this.btnBrowseVicePage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  721. this.btnBrowseVicePage.ForeColor = System.Drawing.Color.White;
  722. this.btnBrowseVicePage.IsCustomBackImg = false;
  723. this.btnBrowseVicePage.IsShowText = true;
  724. this.btnBrowseVicePage.Location = new System.Drawing.Point(754, 269);
  725. this.btnBrowseVicePage.Name = "btnBrowseVicePage";
  726. this.btnBrowseVicePage.Size = new System.Drawing.Size(65, 23);
  727. this.btnBrowseVicePage.TabIndex = 2320;
  728. this.btnBrowseVicePage.Text = " 浏览";
  729. this.btnBrowseVicePage.UseVisualStyleBackColor = false;
  730. //
  731. // btnDeleteCoverPage
  732. //
  733. this.btnDeleteCoverPage.BackColor = System.Drawing.Color.Transparent;
  734. this.btnDeleteCoverPage.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDeleteCoverPage.BackImg")));
  735. this.btnDeleteCoverPage.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  736. this.btnDeleteCoverPage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  737. this.btnDeleteCoverPage.ForeColor = System.Drawing.Color.White;
  738. this.btnDeleteCoverPage.IsCustomBackImg = false;
  739. this.btnDeleteCoverPage.IsShowText = true;
  740. this.btnDeleteCoverPage.Location = new System.Drawing.Point(101, 269);
  741. this.btnDeleteCoverPage.Name = "btnDeleteCoverPage";
  742. this.btnDeleteCoverPage.Size = new System.Drawing.Size(55, 23);
  743. this.btnDeleteCoverPage.TabIndex = 2319;
  744. this.btnDeleteCoverPage.Text = " 删除";
  745. this.btnDeleteCoverPage.UseVisualStyleBackColor = false;
  746. //
  747. // btnBrowseCoverPage
  748. //
  749. this.btnBrowseCoverPage.BackColor = System.Drawing.Color.Transparent;
  750. this.btnBrowseCoverPage.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnBrowseCoverPage.BackImg")));
  751. this.btnBrowseCoverPage.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  752. this.btnBrowseCoverPage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  753. this.btnBrowseCoverPage.ForeColor = System.Drawing.Color.White;
  754. this.btnBrowseCoverPage.IsCustomBackImg = false;
  755. this.btnBrowseCoverPage.IsShowText = true;
  756. this.btnBrowseCoverPage.Location = new System.Drawing.Point(162, 269);
  757. this.btnBrowseCoverPage.Name = "btnBrowseCoverPage";
  758. this.btnBrowseCoverPage.Size = new System.Drawing.Size(55, 23);
  759. this.btnBrowseCoverPage.TabIndex = 2318;
  760. this.btnBrowseCoverPage.Text = " 浏览";
  761. this.btnBrowseCoverPage.UseVisualStyleBackColor = false;
  762. //
  763. // listVicePage
  764. //
  765. this.listVicePage.FullRowSelect = true;
  766. this.listVicePage.IsDefaultShowGroups = false;
  767. this.listVicePage.Location = new System.Drawing.Point(240, 294);
  768. this.listVicePage.Name = "listVicePage";
  769. this.listVicePage.Size = new System.Drawing.Size(650, 189);
  770. this.listVicePage.TabIndex = 2317;
  771. this.listVicePage.UseCompatibleStateImageBehavior = false;
  772. //
  773. // labelEx14
  774. //
  775. this.labelEx14.AutoSize = true;
  776. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  777. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  778. this.labelEx14.Location = new System.Drawing.Point(237, 276);
  779. this.labelEx14.Name = "labelEx14";
  780. this.labelEx14.Size = new System.Drawing.Size(56, 17);
  781. this.labelEx14.TabIndex = 2316;
  782. this.labelEx14.Text = "礼服页图";
  783. //
  784. // lblCoverPage
  785. //
  786. this.lblCoverPage.AutoSize = true;
  787. this.lblCoverPage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  788. this.lblCoverPage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  789. this.lblCoverPage.Location = new System.Drawing.Point(14, 276);
  790. this.lblCoverPage.Name = "lblCoverPage";
  791. this.lblCoverPage.Size = new System.Drawing.Size(56, 17);
  792. this.lblCoverPage.TabIndex = 2315;
  793. this.lblCoverPage.Text = "礼服封面";
  794. //
  795. // pictCoverPage
  796. //
  797. this.pictCoverPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  798. this.pictCoverPage.Cursor = System.Windows.Forms.Cursors.Hand;
  799. this.pictCoverPage.Location = new System.Drawing.Point(17, 294);
  800. this.pictCoverPage.Name = "pictCoverPage";
  801. this.pictCoverPage.Size = new System.Drawing.Size(200, 189);
  802. this.pictCoverPage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  803. this.pictCoverPage.TabIndex = 2314;
  804. this.pictCoverPage.TabStop = false;
  805. //
  806. // btnUpdateLoad
  807. //
  808. this.btnUpdateLoad.BackColor = System.Drawing.Color.Transparent;
  809. this.btnUpdateLoad.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdateLoad.BackImg")));
  810. this.btnUpdateLoad.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  811. this.btnUpdateLoad.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  812. this.btnUpdateLoad.ForeColor = System.Drawing.Color.White;
  813. this.btnUpdateLoad.IsCustomBackImg = false;
  814. this.btnUpdateLoad.IsShowText = true;
  815. this.btnUpdateLoad.Location = new System.Drawing.Point(825, 269);
  816. this.btnUpdateLoad.Name = "btnUpdateLoad";
  817. this.btnUpdateLoad.Size = new System.Drawing.Size(65, 23);
  818. this.btnUpdateLoad.TabIndex = 2320;
  819. this.btnUpdateLoad.Text = " 上传";
  820. this.btnUpdateLoad.UseVisualStyleBackColor = false;
  821. //
  822. // DressEnteredUpdateSmallForm
  823. //
  824. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  825. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  826. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  827. this.ClientSize = new System.Drawing.Size(910, 610);
  828. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  829. this.Name = "DressEnteredUpdateSmallForm";
  830. this.Text = "礼服编辑";
  831. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  832. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  833. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  834. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  835. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  836. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  837. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  838. this.plExMainContainer.ResumeLayout(false);
  839. this.plFormMainContent.ResumeLayout(false);
  840. this.panelEx1.ResumeLayout(false);
  841. this.panelEx1.PerformLayout();
  842. ((System.ComponentModel.ISupportInitialize)(this.pictCoverPage)).EndInit();
  843. this.ResumeLayout(false);
  844. }
  845. #endregion
  846. private ComponentLibrary.PanelEx panelEx1;
  847. protected internal ComponentLibrary.TextBoxEx txtRemark;
  848. private ComponentLibrary.LabelEx labelEx12;
  849. protected internal ComponentLibrary.TextBoxEx txtDressSize;
  850. private ComponentLibrary.LabelEx labelEx5;
  851. protected internal ComponentLibrary.TextBoxEx txtDressBrand;
  852. private ComponentLibrary.LabelEx labelEx4;
  853. protected internal ComponentLibrary.TextBoxEx txtDressName;
  854. private ComponentLibrary.LabelEx labelEx3;
  855. protected internal ComponentLibrary.DateTimePickerEx dtpDressBuyDate;
  856. private ComponentLibrary.LabelEx labelEx11;
  857. protected internal ComponentLibrary.CheckBoxEx chkDownRack;
  858. protected internal ComponentLibrary.CheckBoxEx chkUpperRack;
  859. private ComponentLibrary.LabelEx labelEx10;
  860. protected internal ComponentLibrary.TextBoxEx txtDressQuantity;
  861. private ComponentLibrary.LabelEx labelEx6;
  862. protected internal ComponentLibrary.ButtonForm btnRegionSet;
  863. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevDressPlacedRegion;
  864. private ComponentLibrary.LabelEx labelEx2;
  865. protected internal ComponentLibrary.TextBoxEx txtDressRentPrice;
  866. private ComponentLibrary.LabelEx labelEx8;
  867. protected internal ComponentLibrary.TextBoxEx txtDressSalePrice;
  868. private ComponentLibrary.LabelEx labelEx9;
  869. protected internal ComponentLibrary.TextBoxEx txtDressCostPrice;
  870. private ComponentLibrary.LabelEx labelEx7;
  871. protected internal ComponentLibrary.ButtonForm btnCategorySet;
  872. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevDressCategory;
  873. private ComponentLibrary.LabelEx labelEx1;
  874. protected internal ComponentLibrary.TextBoxEx txtDressNumber;
  875. private ComponentLibrary.LabelEx labelEx15;
  876. protected ComponentLibrary.LabelEx labelEx13;
  877. protected ComponentLibrary.LabelEx lblStyle;
  878. protected internal ComponentLibrary.ButtonEx btnSaveed;
  879. protected internal ComponentLibrary.ButtonEx btnCancel;
  880. protected internal ComponentLibrary.ButtonForm btnDeleteVicePage;
  881. protected internal ComponentLibrary.ButtonForm btnBrowseVicePage;
  882. protected internal ComponentLibrary.ButtonForm btnDeleteCoverPage;
  883. protected internal ComponentLibrary.ButtonForm btnBrowseCoverPage;
  884. protected internal ComponentLibrary.ListViewEx listVicePage;
  885. private ComponentLibrary.LabelEx labelEx14;
  886. protected internal ComponentLibrary.LabelEx lblCoverPage;
  887. protected internal ComponentLibrary.PictureBoxEx pictCoverPage;
  888. protected internal ComponentLibrary.ButtonForm btnUpdateLoad;
  889. }
  890. }