FrmEntry.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650
  1. namespace LYFZ.Software.UI.Dresses.DressEntry
  2. {
  3. partial class FrmEntry
  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(FrmEntry));
  29. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.btnRefresh = new LYFZ.ComponentLibrary.ButtonForm();
  31. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.txtDsfm_DressNumber = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  33. this.lblUpload = new LYFZ.ComponentLibrary.LabelEx();
  34. this.cmbDsfm_PlacedRegion = new LYFZ.ComponentLibrary.ComboBoxEx();
  35. this.btnDsfm_PlacedRegion = new LYFZ.ComponentLibrary.ButtonForm();
  36. this.btnDsfm_DressType = new LYFZ.ComponentLibrary.ButtonForm();
  37. this.btnUpload = new LYFZ.ComponentLibrary.ButtonForm();
  38. this.radDsfm_IsEnabled2 = new LYFZ.ComponentLibrary.RadioButtonEx();
  39. this.radDsfm_IsEnabled1 = new LYFZ.ComponentLibrary.RadioButtonEx();
  40. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.txtDsfm_CostPrice = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  43. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.txtDsfm_DressSize = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  45. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.txtDsfm_DressBrand = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  47. this.CtvDsfm_DressType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  48. this.btnClear = new LYFZ.ComponentLibrary.ButtonEx();
  49. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.txtDsfm_DressRemark = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  52. this.picDsfm_PicturePath = new LYFZ.ComponentLibrary.PictureBoxEx();
  53. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.txtDsfm_SalePrice = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  56. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.txtDsfm_RentPrice = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  58. this.labelEx19 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.txtDsfm_DressQuantity = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  61. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  62. this.txtDsfm_DressName = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  63. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  64. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  65. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  66. this.plExMainContainer.SuspendLayout();
  67. this.plFormMainContent.SuspendLayout();
  68. this.panelEx2.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.picDsfm_PicturePath)).BeginInit();
  70. this.SuspendLayout();
  71. //
  72. // plExMainContainer
  73. //
  74. this.plExMainContainer.Controls.Add(this.panelEx2);
  75. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  76. this.plExMainContainer.Size = new System.Drawing.Size(735, 545);
  77. //
  78. // plFormMainContent
  79. //
  80. this.plFormMainContent.Size = new System.Drawing.Size(735, 545);
  81. //
  82. // btnAppFormExit
  83. //
  84. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  85. this.btnAppFormExit.Location = new System.Drawing.Point(703, 0);
  86. //
  87. // btnAppFormMinimize
  88. //
  89. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  90. this.btnAppFormMinimize.Location = new System.Drawing.Point(866, 0);
  91. //
  92. // panelEx2
  93. //
  94. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  95. this.panelEx2.BorderWidth = 1;
  96. this.panelEx2.Controls.Add(this.btnRefresh);
  97. this.panelEx2.Controls.Add(this.labelEx6);
  98. this.panelEx2.Controls.Add(this.txtDsfm_DressNumber);
  99. this.panelEx2.Controls.Add(this.lblUpload);
  100. this.panelEx2.Controls.Add(this.cmbDsfm_PlacedRegion);
  101. this.panelEx2.Controls.Add(this.btnDsfm_PlacedRegion);
  102. this.panelEx2.Controls.Add(this.btnDsfm_DressType);
  103. this.panelEx2.Controls.Add(this.btnUpload);
  104. this.panelEx2.Controls.Add(this.radDsfm_IsEnabled2);
  105. this.panelEx2.Controls.Add(this.radDsfm_IsEnabled1);
  106. this.panelEx2.Controls.Add(this.labelEx13);
  107. this.panelEx2.Controls.Add(this.labelEx11);
  108. this.panelEx2.Controls.Add(this.txtDsfm_CostPrice);
  109. this.panelEx2.Controls.Add(this.labelEx10);
  110. this.panelEx2.Controls.Add(this.txtDsfm_DressSize);
  111. this.panelEx2.Controls.Add(this.labelEx3);
  112. this.panelEx2.Controls.Add(this.txtDsfm_DressBrand);
  113. this.panelEx2.Controls.Add(this.CtvDsfm_DressType);
  114. this.panelEx2.Controls.Add(this.btnClear);
  115. this.panelEx2.Controls.Add(this.btnClose);
  116. this.panelEx2.Controls.Add(this.btnSave);
  117. this.panelEx2.Controls.Add(this.txtDsfm_DressRemark);
  118. this.panelEx2.Controls.Add(this.picDsfm_PicturePath);
  119. this.panelEx2.Controls.Add(this.labelEx8);
  120. this.panelEx2.Controls.Add(this.labelEx14);
  121. this.panelEx2.Controls.Add(this.txtDsfm_SalePrice);
  122. this.panelEx2.Controls.Add(this.labelEx4);
  123. this.panelEx2.Controls.Add(this.txtDsfm_RentPrice);
  124. this.panelEx2.Controls.Add(this.labelEx19);
  125. this.panelEx2.Controls.Add(this.labelEx12);
  126. this.panelEx2.Controls.Add(this.txtDsfm_DressQuantity);
  127. this.panelEx2.Controls.Add(this.labelEx9);
  128. this.panelEx2.Controls.Add(this.txtDsfm_DressName);
  129. this.panelEx2.Controls.Add(this.labelEx1);
  130. this.panelEx2.Controls.Add(this.labelEx5);
  131. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  132. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  133. this.panelEx2.Name = "panelEx2";
  134. this.panelEx2.Size = new System.Drawing.Size(715, 525);
  135. this.panelEx2.TabIndex = 116;
  136. //
  137. // btnRefresh
  138. //
  139. this.btnRefresh.BackColor = System.Drawing.Color.Transparent;
  140. this.btnRefresh.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRefresh.BackImg")));
  141. this.btnRefresh.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  142. this.btnRefresh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  143. this.btnRefresh.ForeColor = System.Drawing.Color.White;
  144. this.btnRefresh.IsCustomBackImg = false;
  145. this.btnRefresh.IsShowText = true;
  146. this.btnRefresh.Location = new System.Drawing.Point(302, 25);
  147. this.btnRefresh.Name = "btnRefresh";
  148. this.btnRefresh.Size = new System.Drawing.Size(55, 24);
  149. this.btnRefresh.TabIndex = 242;
  150. this.btnRefresh.Text = " 刷新";
  151. this.btnRefresh.UseVisualStyleBackColor = false;
  152. //
  153. // labelEx6
  154. //
  155. this.labelEx6.AutoSize = true;
  156. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  157. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  158. this.labelEx6.Location = new System.Drawing.Point(24, 28);
  159. this.labelEx6.Name = "labelEx6";
  160. this.labelEx6.Size = new System.Drawing.Size(73, 17);
  161. this.labelEx6.TabIndex = 241;
  162. this.labelEx6.Text = "*礼服编号:";
  163. //
  164. // txtDsfm_DressNumber
  165. //
  166. this.txtDsfm_DressNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  167. this.txtDsfm_DressNumber.EmptyTextTip = null;
  168. this.txtDsfm_DressNumber.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  169. this.txtDsfm_DressNumber.Font = new System.Drawing.Font("微软雅黑", 9F);
  170. this.txtDsfm_DressNumber.Location = new System.Drawing.Point(100, 25);
  171. this.txtDsfm_DressNumber.Name = "txtDsfm_DressNumber";
  172. this.txtDsfm_DressNumber.Size = new System.Drawing.Size(194, 23);
  173. this.txtDsfm_DressNumber.TabIndex = 240;
  174. //
  175. // lblUpload
  176. //
  177. this.lblUpload.AutoSize = true;
  178. this.lblUpload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  179. this.lblUpload.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  180. this.lblUpload.Location = new System.Drawing.Point(887, 326);
  181. this.lblUpload.Name = "lblUpload";
  182. this.lblUpload.Size = new System.Drawing.Size(0, 17);
  183. this.lblUpload.TabIndex = 238;
  184. this.lblUpload.Visible = false;
  185. //
  186. // cmbDsfm_PlacedRegion
  187. //
  188. this.cmbDsfm_PlacedRegion.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  189. this.cmbDsfm_PlacedRegion.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  190. this.cmbDsfm_PlacedRegion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  191. this.cmbDsfm_PlacedRegion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  192. this.cmbDsfm_PlacedRegion.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  193. this.cmbDsfm_PlacedRegion.Font = new System.Drawing.Font("宋体", 10.5F);
  194. this.cmbDsfm_PlacedRegion.FormattingEnabled = true;
  195. this.cmbDsfm_PlacedRegion.IsCustomColor = false;
  196. this.cmbDsfm_PlacedRegion.Location = new System.Drawing.Point(100, 96);
  197. this.cmbDsfm_PlacedRegion.Name = "cmbDsfm_PlacedRegion";
  198. this.cmbDsfm_PlacedRegion.ReadOnly = false;
  199. this.cmbDsfm_PlacedRegion.Size = new System.Drawing.Size(194, 22);
  200. this.cmbDsfm_PlacedRegion.TabIndex = 2;
  201. //
  202. // btnDsfm_PlacedRegion
  203. //
  204. this.btnDsfm_PlacedRegion.BackColor = System.Drawing.Color.Transparent;
  205. this.btnDsfm_PlacedRegion.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDsfm_PlacedRegion.BackImg")));
  206. this.btnDsfm_PlacedRegion.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  207. this.btnDsfm_PlacedRegion.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  208. this.btnDsfm_PlacedRegion.ForeColor = System.Drawing.Color.White;
  209. this.btnDsfm_PlacedRegion.IsCustomBackImg = false;
  210. this.btnDsfm_PlacedRegion.IsShowText = true;
  211. this.btnDsfm_PlacedRegion.Location = new System.Drawing.Point(301, 95);
  212. this.btnDsfm_PlacedRegion.Name = "btnDsfm_PlacedRegion";
  213. this.btnDsfm_PlacedRegion.Size = new System.Drawing.Size(55, 24);
  214. this.btnDsfm_PlacedRegion.TabIndex = 236;
  215. this.btnDsfm_PlacedRegion.Text = " 设置";
  216. this.btnDsfm_PlacedRegion.UseVisualStyleBackColor = false;
  217. //
  218. // btnDsfm_DressType
  219. //
  220. this.btnDsfm_DressType.BackColor = System.Drawing.Color.Transparent;
  221. this.btnDsfm_DressType.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDsfm_DressType.BackImg")));
  222. this.btnDsfm_DressType.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  223. this.btnDsfm_DressType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  224. this.btnDsfm_DressType.ForeColor = System.Drawing.Color.White;
  225. this.btnDsfm_DressType.IsCustomBackImg = false;
  226. this.btnDsfm_DressType.IsShowText = true;
  227. this.btnDsfm_DressType.Location = new System.Drawing.Point(301, 59);
  228. this.btnDsfm_DressType.Name = "btnDsfm_DressType";
  229. this.btnDsfm_DressType.Size = new System.Drawing.Size(55, 24);
  230. this.btnDsfm_DressType.TabIndex = 235;
  231. this.btnDsfm_DressType.Text = " 设置";
  232. this.btnDsfm_DressType.UseVisualStyleBackColor = false;
  233. //
  234. // btnUpload
  235. //
  236. this.btnUpload.BackColor = System.Drawing.Color.Transparent;
  237. this.btnUpload.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpload.BackImg")));
  238. this.btnUpload.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  239. this.btnUpload.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  240. this.btnUpload.ForeColor = System.Drawing.Color.White;
  241. this.btnUpload.IsCustomBackImg = false;
  242. this.btnUpload.IsShowText = true;
  243. this.btnUpload.Location = new System.Drawing.Point(640, 79);
  244. this.btnUpload.Name = "btnUpload";
  245. this.btnUpload.Size = new System.Drawing.Size(55, 24);
  246. this.btnUpload.TabIndex = 233;
  247. this.btnUpload.Text = " 浏览";
  248. this.btnUpload.UseVisualStyleBackColor = false;
  249. //
  250. // radDsfm_IsEnabled2
  251. //
  252. this.radDsfm_IsEnabled2.AutoSize = true;
  253. this.radDsfm_IsEnabled2.BackColor = System.Drawing.Color.Transparent;
  254. this.radDsfm_IsEnabled2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  255. this.radDsfm_IsEnabled2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  256. this.radDsfm_IsEnabled2.Location = new System.Drawing.Point(538, 59);
  257. this.radDsfm_IsEnabled2.Name = "radDsfm_IsEnabled2";
  258. this.radDsfm_IsEnabled2.Size = new System.Drawing.Size(50, 21);
  259. this.radDsfm_IsEnabled2.TabIndex = 231;
  260. this.radDsfm_IsEnabled2.TabStop = true;
  261. this.radDsfm_IsEnabled2.Text = "下架";
  262. this.radDsfm_IsEnabled2.UseVisualStyleBackColor = false;
  263. //
  264. // radDsfm_IsEnabled1
  265. //
  266. this.radDsfm_IsEnabled1.AutoSize = true;
  267. this.radDsfm_IsEnabled1.BackColor = System.Drawing.Color.Transparent;
  268. this.radDsfm_IsEnabled1.Checked = true;
  269. this.radDsfm_IsEnabled1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  270. this.radDsfm_IsEnabled1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  271. this.radDsfm_IsEnabled1.Location = new System.Drawing.Point(468, 59);
  272. this.radDsfm_IsEnabled1.Name = "radDsfm_IsEnabled1";
  273. this.radDsfm_IsEnabled1.Size = new System.Drawing.Size(50, 21);
  274. this.radDsfm_IsEnabled1.TabIndex = 230;
  275. this.radDsfm_IsEnabled1.TabStop = true;
  276. this.radDsfm_IsEnabled1.Text = "上架";
  277. this.radDsfm_IsEnabled1.UseVisualStyleBackColor = false;
  278. //
  279. // labelEx13
  280. //
  281. this.labelEx13.AutoSize = true;
  282. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  283. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  284. this.labelEx13.Location = new System.Drawing.Point(392, 61);
  285. this.labelEx13.Name = "labelEx13";
  286. this.labelEx13.Size = new System.Drawing.Size(73, 17);
  287. this.labelEx13.TabIndex = 229;
  288. this.labelEx13.Text = "*是否启用:";
  289. //
  290. // labelEx11
  291. //
  292. this.labelEx11.AutoSize = true;
  293. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  294. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  295. this.labelEx11.Location = new System.Drawing.Point(24, 284);
  296. this.labelEx11.Name = "labelEx11";
  297. this.labelEx11.Size = new System.Drawing.Size(73, 17);
  298. this.labelEx11.TabIndex = 227;
  299. this.labelEx11.Text = "*成本价格:";
  300. //
  301. // txtDsfm_CostPrice
  302. //
  303. this.txtDsfm_CostPrice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  304. this.txtDsfm_CostPrice.EmptyTextTip = null;
  305. this.txtDsfm_CostPrice.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  306. this.txtDsfm_CostPrice.Font = new System.Drawing.Font("微软雅黑", 9F);
  307. this.txtDsfm_CostPrice.Location = new System.Drawing.Point(100, 281);
  308. this.txtDsfm_CostPrice.Name = "txtDsfm_CostPrice";
  309. this.txtDsfm_CostPrice.Size = new System.Drawing.Size(194, 23);
  310. this.txtDsfm_CostPrice.TabIndex = 7;
  311. //
  312. // labelEx10
  313. //
  314. this.labelEx10.AutoSize = true;
  315. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  316. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  317. this.labelEx10.Location = new System.Drawing.Point(29, 210);
  318. this.labelEx10.Name = "labelEx10";
  319. this.labelEx10.Size = new System.Drawing.Size(68, 17);
  320. this.labelEx10.TabIndex = 225;
  321. this.labelEx10.Text = "礼服尺码:";
  322. //
  323. // txtDsfm_DressSize
  324. //
  325. this.txtDsfm_DressSize.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  326. this.txtDsfm_DressSize.EmptyTextTip = null;
  327. this.txtDsfm_DressSize.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  328. this.txtDsfm_DressSize.Font = new System.Drawing.Font("微软雅黑", 9F);
  329. this.txtDsfm_DressSize.Location = new System.Drawing.Point(100, 207);
  330. this.txtDsfm_DressSize.Name = "txtDsfm_DressSize";
  331. this.txtDsfm_DressSize.Size = new System.Drawing.Size(194, 23);
  332. this.txtDsfm_DressSize.TabIndex = 5;
  333. //
  334. // labelEx3
  335. //
  336. this.labelEx3.AutoSize = true;
  337. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  338. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  339. this.labelEx3.Location = new System.Drawing.Point(29, 173);
  340. this.labelEx3.Name = "labelEx3";
  341. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  342. this.labelEx3.TabIndex = 223;
  343. this.labelEx3.Text = "礼服品牌:";
  344. //
  345. // txtDsfm_DressBrand
  346. //
  347. this.txtDsfm_DressBrand.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  348. this.txtDsfm_DressBrand.EmptyTextTip = null;
  349. this.txtDsfm_DressBrand.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  350. this.txtDsfm_DressBrand.Font = new System.Drawing.Font("微软雅黑", 9F);
  351. this.txtDsfm_DressBrand.Location = new System.Drawing.Point(100, 170);
  352. this.txtDsfm_DressBrand.Name = "txtDsfm_DressBrand";
  353. this.txtDsfm_DressBrand.Size = new System.Drawing.Size(194, 23);
  354. this.txtDsfm_DressBrand.TabIndex = 4;
  355. //
  356. // CtvDsfm_DressType
  357. //
  358. this.CtvDsfm_DressType.AfterSelectLevelFirstNode = true;
  359. this.CtvDsfm_DressType.DropDownHeight = 220;
  360. this.CtvDsfm_DressType.DropDownShow = false;
  361. this.CtvDsfm_DressType.FormattingEnabled = true;
  362. this.CtvDsfm_DressType.IntegralHeight = false;
  363. this.CtvDsfm_DressType.IsNodeMouseClick = true;
  364. this.CtvDsfm_DressType.IsSelectParentNode = false;
  365. this.CtvDsfm_DressType.Location = new System.Drawing.Point(100, 61);
  366. this.CtvDsfm_DressType.Name = "CtvDsfm_DressType";
  367. this.CtvDsfm_DressType.ReadOnly = true;
  368. this.CtvDsfm_DressType.SelectedNode = null;
  369. this.CtvDsfm_DressType.Size = new System.Drawing.Size(194, 20);
  370. this.CtvDsfm_DressType.StrGetName = "";
  371. this.CtvDsfm_DressType.StrKey = null;
  372. this.CtvDsfm_DressType.TabIndex = 1;
  373. //
  374. // btnClear
  375. //
  376. this.btnClear.BackColor = System.Drawing.Color.Transparent;
  377. this.btnClear.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClear.BackImg")));
  378. this.btnClear.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  379. this.btnClear.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  380. this.btnClear.ForeColor = System.Drawing.Color.White;
  381. this.btnClear.IsCustomBackImg = false;
  382. this.btnClear.IsShowText = true;
  383. this.btnClear.Location = new System.Drawing.Point(297, 485);
  384. this.btnClear.Name = "btnClear";
  385. this.btnClear.Size = new System.Drawing.Size(82, 26);
  386. this.btnClear.TabIndex = 179;
  387. this.btnClear.Text = " 重 填";
  388. this.btnClear.UseVisualStyleBackColor = false;
  389. //
  390. // btnClose
  391. //
  392. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  393. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  394. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  395. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  396. this.btnClose.ForeColor = System.Drawing.Color.White;
  397. this.btnClose.IsCustomBackImg = false;
  398. this.btnClose.IsShowText = true;
  399. this.btnClose.Location = new System.Drawing.Point(397, 485);
  400. this.btnClose.Name = "btnClose";
  401. this.btnClose.Size = new System.Drawing.Size(82, 26);
  402. this.btnClose.TabIndex = 178;
  403. this.btnClose.Text = " 关 闭";
  404. this.btnClose.UseVisualStyleBackColor = false;
  405. //
  406. // btnSave
  407. //
  408. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  409. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  410. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  411. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  412. this.btnSave.ForeColor = System.Drawing.Color.White;
  413. this.btnSave.IsCustomBackImg = false;
  414. this.btnSave.IsShowText = true;
  415. this.btnSave.Location = new System.Drawing.Point(195, 485);
  416. this.btnSave.Name = "btnSave";
  417. this.btnSave.Size = new System.Drawing.Size(85, 26);
  418. this.btnSave.TabIndex = 177;
  419. this.btnSave.Text = " 保 存";
  420. this.btnSave.UseVisualStyleBackColor = false;
  421. //
  422. // txtDsfm_DressRemark
  423. //
  424. this.txtDsfm_DressRemark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  425. this.txtDsfm_DressRemark.EmptyTextTip = null;
  426. this.txtDsfm_DressRemark.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  427. this.txtDsfm_DressRemark.Font = new System.Drawing.Font("微软雅黑", 9F);
  428. this.txtDsfm_DressRemark.Location = new System.Drawing.Point(100, 388);
  429. this.txtDsfm_DressRemark.Multiline = true;
  430. this.txtDsfm_DressRemark.Name = "txtDsfm_DressRemark";
  431. this.txtDsfm_DressRemark.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
  432. this.txtDsfm_DressRemark.Size = new System.Drawing.Size(595, 68);
  433. this.txtDsfm_DressRemark.TabIndex = 176;
  434. //
  435. // picDsfm_PicturePath
  436. //
  437. this.picDsfm_PicturePath.BackColor = System.Drawing.Color.Silver;
  438. this.picDsfm_PicturePath.Cursor = System.Windows.Forms.Cursors.Hand;
  439. this.picDsfm_PicturePath.Enabled = false;
  440. this.picDsfm_PicturePath.Location = new System.Drawing.Point(395, 106);
  441. this.picDsfm_PicturePath.Name = "picDsfm_PicturePath";
  442. this.picDsfm_PicturePath.Size = new System.Drawing.Size(300, 270);
  443. this.picDsfm_PicturePath.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  444. this.picDsfm_PicturePath.TabIndex = 158;
  445. this.picDsfm_PicturePath.TabStop = false;
  446. //
  447. // labelEx8
  448. //
  449. this.labelEx8.AutoSize = true;
  450. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  451. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  452. this.labelEx8.Location = new System.Drawing.Point(53, 391);
  453. this.labelEx8.Name = "labelEx8";
  454. this.labelEx8.Size = new System.Drawing.Size(44, 17);
  455. this.labelEx8.TabIndex = 175;
  456. this.labelEx8.Text = "备注:";
  457. //
  458. // labelEx14
  459. //
  460. this.labelEx14.AutoSize = true;
  461. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  462. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  463. this.labelEx14.Location = new System.Drawing.Point(392, 85);
  464. this.labelEx14.Name = "labelEx14";
  465. this.labelEx14.Size = new System.Drawing.Size(61, 17);
  466. this.labelEx14.TabIndex = 157;
  467. this.labelEx14.Text = "*礼服图片";
  468. //
  469. // txtDsfm_SalePrice
  470. //
  471. this.txtDsfm_SalePrice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  472. this.txtDsfm_SalePrice.EmptyTextTip = null;
  473. this.txtDsfm_SalePrice.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  474. this.txtDsfm_SalePrice.Font = new System.Drawing.Font("微软雅黑", 9F);
  475. this.txtDsfm_SalePrice.Location = new System.Drawing.Point(100, 351);
  476. this.txtDsfm_SalePrice.Name = "txtDsfm_SalePrice";
  477. this.txtDsfm_SalePrice.Size = new System.Drawing.Size(194, 23);
  478. this.txtDsfm_SalePrice.TabIndex = 9;
  479. //
  480. // labelEx4
  481. //
  482. this.labelEx4.AutoSize = true;
  483. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  484. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  485. this.labelEx4.Location = new System.Drawing.Point(24, 354);
  486. this.labelEx4.Name = "labelEx4";
  487. this.labelEx4.Size = new System.Drawing.Size(73, 17);
  488. this.labelEx4.TabIndex = 171;
  489. this.labelEx4.Text = "*出售价格:";
  490. //
  491. // txtDsfm_RentPrice
  492. //
  493. this.txtDsfm_RentPrice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  494. this.txtDsfm_RentPrice.EmptyTextTip = null;
  495. this.txtDsfm_RentPrice.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  496. this.txtDsfm_RentPrice.Font = new System.Drawing.Font("微软雅黑", 9F);
  497. this.txtDsfm_RentPrice.Location = new System.Drawing.Point(100, 316);
  498. this.txtDsfm_RentPrice.Name = "txtDsfm_RentPrice";
  499. this.txtDsfm_RentPrice.Size = new System.Drawing.Size(194, 23);
  500. this.txtDsfm_RentPrice.TabIndex = 8;
  501. //
  502. // labelEx19
  503. //
  504. this.labelEx19.AutoSize = true;
  505. this.labelEx19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  506. this.labelEx19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  507. this.labelEx19.Location = new System.Drawing.Point(24, 319);
  508. this.labelEx19.Name = "labelEx19";
  509. this.labelEx19.Size = new System.Drawing.Size(73, 17);
  510. this.labelEx19.TabIndex = 167;
  511. this.labelEx19.Text = "*出租价格:";
  512. //
  513. // labelEx12
  514. //
  515. this.labelEx12.AutoSize = true;
  516. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  517. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  518. this.labelEx12.Location = new System.Drawing.Point(24, 247);
  519. this.labelEx12.Name = "labelEx12";
  520. this.labelEx12.Size = new System.Drawing.Size(73, 17);
  521. this.labelEx12.TabIndex = 165;
  522. this.labelEx12.Text = "*礼服数量:";
  523. //
  524. // txtDsfm_DressQuantity
  525. //
  526. this.txtDsfm_DressQuantity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  527. this.txtDsfm_DressQuantity.EmptyTextTip = null;
  528. this.txtDsfm_DressQuantity.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  529. this.txtDsfm_DressQuantity.Enabled = false;
  530. this.txtDsfm_DressQuantity.Font = new System.Drawing.Font("微软雅黑", 9F);
  531. this.txtDsfm_DressQuantity.Location = new System.Drawing.Point(100, 244);
  532. this.txtDsfm_DressQuantity.Name = "txtDsfm_DressQuantity";
  533. this.txtDsfm_DressQuantity.Size = new System.Drawing.Size(194, 23);
  534. this.txtDsfm_DressQuantity.TabIndex = 6;
  535. this.txtDsfm_DressQuantity.Text = "1";
  536. //
  537. // labelEx9
  538. //
  539. this.labelEx9.AutoSize = true;
  540. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  541. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  542. this.labelEx9.Location = new System.Drawing.Point(24, 135);
  543. this.labelEx9.Name = "labelEx9";
  544. this.labelEx9.Size = new System.Drawing.Size(73, 17);
  545. this.labelEx9.TabIndex = 163;
  546. this.labelEx9.Text = "*礼服名称:";
  547. //
  548. // txtDsfm_DressName
  549. //
  550. this.txtDsfm_DressName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  551. this.txtDsfm_DressName.EmptyTextTip = null;
  552. this.txtDsfm_DressName.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  553. this.txtDsfm_DressName.Font = new System.Drawing.Font("微软雅黑", 9F);
  554. this.txtDsfm_DressName.Location = new System.Drawing.Point(100, 132);
  555. this.txtDsfm_DressName.Name = "txtDsfm_DressName";
  556. this.txtDsfm_DressName.Size = new System.Drawing.Size(194, 23);
  557. this.txtDsfm_DressName.TabIndex = 3;
  558. //
  559. // labelEx1
  560. //
  561. this.labelEx1.AutoSize = true;
  562. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  563. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  564. this.labelEx1.Location = new System.Drawing.Point(24, 98);
  565. this.labelEx1.Name = "labelEx1";
  566. this.labelEx1.Size = new System.Drawing.Size(73, 17);
  567. this.labelEx1.TabIndex = 156;
  568. this.labelEx1.Text = "*摆放区域:";
  569. //
  570. // labelEx5
  571. //
  572. this.labelEx5.AutoSize = true;
  573. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  574. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  575. this.labelEx5.Location = new System.Drawing.Point(24, 63);
  576. this.labelEx5.Name = "labelEx5";
  577. this.labelEx5.Size = new System.Drawing.Size(73, 17);
  578. this.labelEx5.TabIndex = 155;
  579. this.labelEx5.Text = "*礼服类别:";
  580. //
  581. // openFileDialog1
  582. //
  583. this.openFileDialog1.FileName = "openFileDialog1";
  584. //
  585. // FrmEntry
  586. //
  587. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  588. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  589. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  590. this.ClientSize = new System.Drawing.Size(735, 610);
  591. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  592. this.IsUserControlsSize = false;
  593. this.MaximizeBox = false;
  594. this.MinimizeBox = false;
  595. this.Name = "FrmEntry";
  596. this.Text = "编辑";
  597. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  598. this.plExMainContainer.ResumeLayout(false);
  599. this.plFormMainContent.ResumeLayout(false);
  600. this.panelEx2.ResumeLayout(false);
  601. this.panelEx2.PerformLayout();
  602. ((System.ComponentModel.ISupportInitialize)(this.picDsfm_PicturePath)).EndInit();
  603. this.ResumeLayout(false);
  604. }
  605. #endregion
  606. private ComponentLibrary.PanelEx panelEx2;
  607. protected ComponentLibrary.ButtonEx btnClear;
  608. protected ComponentLibrary.ButtonEx btnClose;
  609. protected ComponentLibrary.ButtonEx btnSave;
  610. protected ComponentLibrary.TextBoxBasicEx txtDsfm_DressRemark;
  611. protected ComponentLibrary.PictureBoxEx picDsfm_PicturePath;
  612. private ComponentLibrary.LabelEx labelEx8;
  613. private ComponentLibrary.LabelEx labelEx14;
  614. protected ComponentLibrary.TextBoxBasicEx txtDsfm_SalePrice;
  615. private ComponentLibrary.LabelEx labelEx4;
  616. protected ComponentLibrary.TextBoxBasicEx txtDsfm_RentPrice;
  617. private ComponentLibrary.LabelEx labelEx19;
  618. private ComponentLibrary.LabelEx labelEx12;
  619. protected ComponentLibrary.TextBoxBasicEx txtDsfm_DressQuantity;
  620. private ComponentLibrary.LabelEx labelEx9;
  621. protected ComponentLibrary.TextBoxBasicEx txtDsfm_DressName;
  622. private ComponentLibrary.LabelEx labelEx1;
  623. private ComponentLibrary.LabelEx labelEx5;
  624. protected ComponentLibrary.ComboBoxTreeViewEx CtvDsfm_DressType;
  625. private ComponentLibrary.LabelEx labelEx10;
  626. protected ComponentLibrary.TextBoxBasicEx txtDsfm_DressSize;
  627. private ComponentLibrary.LabelEx labelEx3;
  628. protected ComponentLibrary.TextBoxBasicEx txtDsfm_DressBrand;
  629. private ComponentLibrary.LabelEx labelEx11;
  630. protected ComponentLibrary.TextBoxBasicEx txtDsfm_CostPrice;
  631. private ComponentLibrary.LabelEx labelEx13;
  632. protected ComponentLibrary.ButtonForm btnUpload;
  633. protected ComponentLibrary.ButtonForm btnDsfm_PlacedRegion;
  634. protected ComponentLibrary.ButtonForm btnDsfm_DressType;
  635. protected ComponentLibrary.ComboBoxEx cmbDsfm_PlacedRegion;
  636. protected System.Windows.Forms.OpenFileDialog openFileDialog1;
  637. protected ComponentLibrary.RadioButtonEx radDsfm_IsEnabled2;
  638. protected ComponentLibrary.RadioButtonEx radDsfm_IsEnabled1;
  639. protected ComponentLibrary.LabelEx lblUpload;
  640. protected ComponentLibrary.ButtonForm btnRefresh;
  641. private ComponentLibrary.LabelEx labelEx6;
  642. protected ComponentLibrary.TextBoxBasicEx txtDsfm_DressNumber;
  643. }
  644. }