DressEnteredManagedFormMain.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591
  1. 
  2. namespace LYFZ.Software.UI.Dresses
  3. {
  4. partial class DressEnteredManagedFormMain
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DressEnteredManagedFormMain));
  30. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  31. this.listViewData_Dress = new LYFZ.ComponentLibrary.ListViewEx();
  32. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  33. this.panelEx11 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  35. this.panelKeyWord = new LYFZ.ComponentLibrary.PanelEx();
  36. this.txtKeyWord = new LYFZ.ComponentLibrary.TextBoxEx();
  37. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.panelCategory = new LYFZ.ComponentLibrary.PanelEx();
  39. this.cmbtreevCategory = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  40. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  42. this.chkDownRack = new LYFZ.ComponentLibrary.CheckBoxEx();
  43. this.chkUpperRack = new LYFZ.ComponentLibrary.CheckBoxEx();
  44. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.panelQuery = new LYFZ.ComponentLibrary.PanelEx();
  46. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.panelAdded = new LYFZ.ComponentLibrary.PanelEx();
  48. this.btnAdded = new LYFZ.ComponentLibrary.ButtonEx();
  49. this.panelUpdata = new LYFZ.ComponentLibrary.PanelEx();
  50. this.btnUpdata = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.panelDeleted = new LYFZ.ComponentLibrary.PanelEx();
  52. this.btnDeleted = new LYFZ.ComponentLibrary.ButtonEx();
  53. this.panelUseRecord = new LYFZ.ComponentLibrary.PanelEx();
  54. this.btnUseRecord = new LYFZ.ComponentLibrary.ButtonEx();
  55. this.panelExport = new LYFZ.ComponentLibrary.PanelEx();
  56. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  57. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  58. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  59. this.exToolTip1 = new LYFZ.ComponentLibrary.ExToolTip();
  60. this.plExMainContainer.SuspendLayout();
  61. this.plFormMainContent.SuspendLayout();
  62. this.panelEx1.SuspendLayout();
  63. this.flowLayoutPanel1.SuspendLayout();
  64. this.panelKeyWord.SuspendLayout();
  65. this.panelCategory.SuspendLayout();
  66. this.panelEx4.SuspendLayout();
  67. this.panelQuery.SuspendLayout();
  68. this.panelAdded.SuspendLayout();
  69. this.panelUpdata.SuspendLayout();
  70. this.panelDeleted.SuspendLayout();
  71. this.panelUseRecord.SuspendLayout();
  72. this.panelExport.SuspendLayout();
  73. this.panelEx2.SuspendLayout();
  74. this.SuspendLayout();
  75. //
  76. // plExMainContainer
  77. //
  78. this.plExMainContainer.Controls.Add(this.panelEx1);
  79. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  80. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  81. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  82. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  83. //
  84. // btnAppFormExit
  85. //
  86. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  87. //
  88. // btnAppFormMinimize
  89. //
  90. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  91. //
  92. // panelEx1
  93. //
  94. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  95. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  96. this.panelEx1.BorderWidth = 1;
  97. this.panelEx1.Controls.Add(this.listViewData_Dress);
  98. this.panelEx1.Controls.Add(this.ucPagerEx1);
  99. this.panelEx1.Controls.Add(this.panelEx11);
  100. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  101. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  103. this.panelEx1.Name = "panelEx1";
  104. this.panelEx1.Padding = new System.Windows.Forms.Padding(2, 5, 2, 2);
  105. this.panelEx1.Size = new System.Drawing.Size(900, 495);
  106. this.panelEx1.TabIndex = 0;
  107. //
  108. // listViewData_Dress
  109. //
  110. this.listViewData_Dress.Dock = System.Windows.Forms.DockStyle.Fill;
  111. this.listViewData_Dress.FullRowSelect = true;
  112. this.listViewData_Dress.IsDefaultShowGroups = false;
  113. this.listViewData_Dress.Location = new System.Drawing.Point(2, 39);
  114. this.listViewData_Dress.Name = "listViewData_Dress";
  115. this.listViewData_Dress.Size = new System.Drawing.Size(896, 430);
  116. this.listViewData_Dress.TabIndex = 2293;
  117. this.listViewData_Dress.UseCompatibleStateImageBehavior = false;
  118. //
  119. // ucPagerEx1
  120. //
  121. this.ucPagerEx1.CurrentPageCount = 0;
  122. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  123. this.ucPagerEx1.Location = new System.Drawing.Point(2, 469);
  124. this.ucPagerEx1.Name = "ucPagerEx1";
  125. this.ucPagerEx1.NMax = 0;
  126. this.ucPagerEx1.PageCount = 0;
  127. this.ucPagerEx1.PageCurrent = 1;
  128. this.ucPagerEx1.PageSize = 20;
  129. this.ucPagerEx1.Size = new System.Drawing.Size(896, 24);
  130. this.ucPagerEx1.TabIndex = 2296;
  131. this.ucPagerEx1.TbDataSource = null;
  132. //
  133. // panelEx11
  134. //
  135. this.panelEx11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  136. this.panelEx11.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  137. this.panelEx11.BorderWidth = 1;
  138. this.panelEx11.Dock = System.Windows.Forms.DockStyle.Top;
  139. this.panelEx11.Location = new System.Drawing.Point(2, 37);
  140. this.panelEx11.Name = "panelEx11";
  141. this.panelEx11.Size = new System.Drawing.Size(896, 2);
  142. this.panelEx11.TabIndex = 2295;
  143. //
  144. // flowLayoutPanel1
  145. //
  146. this.flowLayoutPanel1.Controls.Add(this.panelKeyWord);
  147. this.flowLayoutPanel1.Controls.Add(this.panelCategory);
  148. this.flowLayoutPanel1.Controls.Add(this.panelEx4);
  149. this.flowLayoutPanel1.Controls.Add(this.panelQuery);
  150. this.flowLayoutPanel1.Controls.Add(this.panelAdded);
  151. this.flowLayoutPanel1.Controls.Add(this.panelUpdata);
  152. this.flowLayoutPanel1.Controls.Add(this.panelDeleted);
  153. this.flowLayoutPanel1.Controls.Add(this.panelUseRecord);
  154. this.flowLayoutPanel1.Controls.Add(this.panelExport);
  155. this.flowLayoutPanel1.Controls.Add(this.panelEx2);
  156. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  157. this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 5);
  158. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  159. this.flowLayoutPanel1.Size = new System.Drawing.Size(896, 32);
  160. this.flowLayoutPanel1.TabIndex = 2294;
  161. //
  162. // panelKeyWord
  163. //
  164. this.panelKeyWord.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  165. this.panelKeyWord.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  166. this.panelKeyWord.BorderWidth = 1;
  167. this.panelKeyWord.Controls.Add(this.txtKeyWord);
  168. this.panelKeyWord.Controls.Add(this.labelEx2);
  169. this.panelKeyWord.Location = new System.Drawing.Point(0, 0);
  170. this.panelKeyWord.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2);
  171. this.panelKeyWord.Name = "panelKeyWord";
  172. this.panelKeyWord.Size = new System.Drawing.Size(195, 30);
  173. this.panelKeyWord.TabIndex = 2295;
  174. //
  175. // txtKeyWord
  176. //
  177. this.txtKeyWord.BackColor = System.Drawing.Color.Transparent;
  178. this.txtKeyWord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  179. this.txtKeyWord.Icon = null;
  180. this.txtKeyWord.IconIsButton = false;
  181. this.txtKeyWord.IsPasswordChat = '\0';
  182. this.txtKeyWord.IsSystemPasswordChar = false;
  183. this.txtKeyWord.Lines = new string[0];
  184. this.txtKeyWord.Location = new System.Drawing.Point(56, 2);
  185. this.txtKeyWord.Margin = new System.Windows.Forms.Padding(0);
  186. this.txtKeyWord.MaxLength = 32767;
  187. this.txtKeyWord.MinimumSize = new System.Drawing.Size(0, 24);
  188. this.txtKeyWord.MouseBack = null;
  189. this.txtKeyWord.Multiline = false;
  190. this.txtKeyWord.Name = "txtKeyWord";
  191. this.txtKeyWord.NormlBack = null;
  192. this.txtKeyWord.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  193. this.txtKeyWord.ReadOnly = false;
  194. this.txtKeyWord.ScrollBars = System.Windows.Forms.ScrollBars.None;
  195. this.txtKeyWord.Size = new System.Drawing.Size(133, 25);
  196. this.txtKeyWord.TabIndex = 2231;
  197. this.txtKeyWord.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  198. this.txtKeyWord.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  199. this.txtKeyWord.WaterText = "礼服名称、编号";
  200. this.txtKeyWord.WordWrap = true;
  201. //
  202. // labelEx2
  203. //
  204. this.labelEx2.AutoSize = true;
  205. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  206. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  207. this.labelEx2.Location = new System.Drawing.Point(4, 6);
  208. this.labelEx2.Name = "labelEx2";
  209. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  210. this.labelEx2.TabIndex = 1;
  211. this.labelEx2.Text = "关键字:";
  212. //
  213. // panelCategory
  214. //
  215. this.panelCategory.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  216. this.panelCategory.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  217. this.panelCategory.BorderWidth = 1;
  218. this.panelCategory.Controls.Add(this.cmbtreevCategory);
  219. this.panelCategory.Controls.Add(this.labelEx1);
  220. this.panelCategory.Location = new System.Drawing.Point(195, 0);
  221. this.panelCategory.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2);
  222. this.panelCategory.Name = "panelCategory";
  223. this.panelCategory.Size = new System.Drawing.Size(195, 30);
  224. this.panelCategory.TabIndex = 0;
  225. //
  226. // cmbtreevCategory
  227. //
  228. this.cmbtreevCategory.AfterSelectLevelFirstNode = true;
  229. this.cmbtreevCategory.DropDownHeight = 220;
  230. this.cmbtreevCategory.DropDownShow = false;
  231. this.cmbtreevCategory.FormattingEnabled = true;
  232. this.cmbtreevCategory.IntegralHeight = false;
  233. this.cmbtreevCategory.IsNodeMouseClick = true;
  234. this.cmbtreevCategory.IsSelectParentNode = false;
  235. this.cmbtreevCategory.Location = new System.Drawing.Point(46, 5);
  236. this.cmbtreevCategory.Name = "cmbtreevCategory";
  237. this.cmbtreevCategory.ReadOnly = false;
  238. this.cmbtreevCategory.SelectedNode = null;
  239. this.cmbtreevCategory.Size = new System.Drawing.Size(143, 20);
  240. this.cmbtreevCategory.StrGetName = "";
  241. this.cmbtreevCategory.StrGetTagName = "";
  242. this.cmbtreevCategory.StrKey = null;
  243. this.cmbtreevCategory.TabIndex = 1;
  244. //
  245. // labelEx1
  246. //
  247. this.labelEx1.AutoSize = true;
  248. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  249. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  250. this.labelEx1.Location = new System.Drawing.Point(4, 6);
  251. this.labelEx1.Name = "labelEx1";
  252. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  253. this.labelEx1.TabIndex = 0;
  254. this.labelEx1.Text = "类别:";
  255. //
  256. // panelEx4
  257. //
  258. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  259. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  260. this.panelEx4.BorderWidth = 1;
  261. this.panelEx4.Controls.Add(this.chkDownRack);
  262. this.panelEx4.Controls.Add(this.chkUpperRack);
  263. this.panelEx4.Controls.Add(this.labelEx3);
  264. this.panelEx4.Location = new System.Drawing.Point(390, 0);
  265. this.panelEx4.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2);
  266. this.panelEx4.Name = "panelEx4";
  267. this.panelEx4.Size = new System.Drawing.Size(160, 30);
  268. this.panelEx4.TabIndex = 2296;
  269. //
  270. // chkDownRack
  271. //
  272. this.chkDownRack.AutoSize = true;
  273. this.chkDownRack.BackColor = System.Drawing.Color.Transparent;
  274. this.chkDownRack.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  275. this.chkDownRack.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  276. this.chkDownRack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  277. this.chkDownRack.Fourstates = false;
  278. this.chkDownRack.IsGreenTick = false;
  279. this.chkDownRack.Location = new System.Drawing.Point(101, 4);
  280. this.chkDownRack.Name = "chkDownRack";
  281. this.chkDownRack.Size = new System.Drawing.Size(51, 21);
  282. this.chkDownRack.TabIndex = 3;
  283. this.chkDownRack.Text = "下架";
  284. this.chkDownRack.UseVisualStyleBackColor = false;
  285. //
  286. // chkUpperRack
  287. //
  288. this.chkUpperRack.AutoSize = true;
  289. this.chkUpperRack.BackColor = System.Drawing.Color.Transparent;
  290. this.chkUpperRack.Checked = true;
  291. this.chkUpperRack.CheckState = System.Windows.Forms.CheckState.Checked;
  292. this.chkUpperRack.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  293. this.chkUpperRack.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  294. this.chkUpperRack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  295. this.chkUpperRack.Fourstates = false;
  296. this.chkUpperRack.IsGreenTick = false;
  297. this.chkUpperRack.Location = new System.Drawing.Point(46, 4);
  298. this.chkUpperRack.Name = "chkUpperRack";
  299. this.chkUpperRack.Size = new System.Drawing.Size(51, 21);
  300. this.chkUpperRack.TabIndex = 2;
  301. this.chkUpperRack.Text = "上架";
  302. this.chkUpperRack.UseVisualStyleBackColor = false;
  303. //
  304. // labelEx3
  305. //
  306. this.labelEx3.AutoSize = true;
  307. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  308. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  309. this.labelEx3.Location = new System.Drawing.Point(4, 6);
  310. this.labelEx3.Name = "labelEx3";
  311. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  312. this.labelEx3.TabIndex = 1;
  313. this.labelEx3.Text = "状态:";
  314. //
  315. // panelQuery
  316. //
  317. this.panelQuery.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  318. this.panelQuery.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  319. this.panelQuery.BorderWidth = 1;
  320. this.panelQuery.Controls.Add(this.btnQuery);
  321. this.panelQuery.Location = new System.Drawing.Point(550, 0);
  322. this.panelQuery.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2);
  323. this.panelQuery.Name = "panelQuery";
  324. this.panelQuery.Size = new System.Drawing.Size(90, 30);
  325. this.panelQuery.TabIndex = 2297;
  326. //
  327. // btnQuery
  328. //
  329. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  330. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  331. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  332. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  333. this.btnQuery.ForeColor = System.Drawing.Color.White;
  334. this.btnQuery.IsCustomBackImg = false;
  335. this.btnQuery.IsShowText = true;
  336. this.btnQuery.Location = new System.Drawing.Point(2, 1);
  337. this.btnQuery.Name = "btnQuery";
  338. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  339. this.btnQuery.TabIndex = 0;
  340. this.btnQuery.Text = " 查 询";
  341. this.btnQuery.UseVisualStyleBackColor = false;
  342. //
  343. // panelAdded
  344. //
  345. this.panelAdded.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  346. this.panelAdded.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  347. this.panelAdded.BorderWidth = 1;
  348. this.panelAdded.Controls.Add(this.btnAdded);
  349. this.panelAdded.Location = new System.Drawing.Point(640, 0);
  350. this.panelAdded.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2);
  351. this.panelAdded.Name = "panelAdded";
  352. this.panelAdded.Size = new System.Drawing.Size(90, 30);
  353. this.panelAdded.TabIndex = 2298;
  354. //
  355. // btnAdded
  356. //
  357. this.btnAdded.BackColor = System.Drawing.Color.Transparent;
  358. this.btnAdded.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdded.BackImg")));
  359. this.btnAdded.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  360. this.btnAdded.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  361. this.btnAdded.ForeColor = System.Drawing.Color.White;
  362. this.btnAdded.IsCustomBackImg = false;
  363. this.btnAdded.IsShowText = true;
  364. this.btnAdded.Location = new System.Drawing.Point(2, 1);
  365. this.btnAdded.Name = "btnAdded";
  366. this.btnAdded.Size = new System.Drawing.Size(85, 28);
  367. this.btnAdded.TabIndex = 0;
  368. this.btnAdded.Text = " 添 加";
  369. this.btnAdded.UseVisualStyleBackColor = false;
  370. //
  371. // panelUpdata
  372. //
  373. this.panelUpdata.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  374. this.panelUpdata.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  375. this.panelUpdata.BorderWidth = 1;
  376. this.panelUpdata.Controls.Add(this.btnUpdata);
  377. this.panelUpdata.Location = new System.Drawing.Point(730, 0);
  378. this.panelUpdata.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2);
  379. this.panelUpdata.Name = "panelUpdata";
  380. this.panelUpdata.Size = new System.Drawing.Size(90, 30);
  381. this.panelUpdata.TabIndex = 2298;
  382. //
  383. // btnUpdata
  384. //
  385. this.btnUpdata.BackColor = System.Drawing.Color.Transparent;
  386. this.btnUpdata.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdata.BackImg")));
  387. this.btnUpdata.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  388. this.btnUpdata.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  389. this.btnUpdata.ForeColor = System.Drawing.Color.White;
  390. this.btnUpdata.IsCustomBackImg = false;
  391. this.btnUpdata.IsShowText = true;
  392. this.btnUpdata.Location = new System.Drawing.Point(2, 1);
  393. this.btnUpdata.Name = "btnUpdata";
  394. this.btnUpdata.Size = new System.Drawing.Size(85, 28);
  395. this.btnUpdata.TabIndex = 0;
  396. this.btnUpdata.Text = " 修 改";
  397. this.btnUpdata.UseVisualStyleBackColor = false;
  398. //
  399. // panelDeleted
  400. //
  401. this.panelDeleted.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  402. this.panelDeleted.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  403. this.panelDeleted.BorderWidth = 1;
  404. this.panelDeleted.Controls.Add(this.btnDeleted);
  405. this.panelDeleted.Location = new System.Drawing.Point(0, 32);
  406. this.panelDeleted.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2);
  407. this.panelDeleted.Name = "panelDeleted";
  408. this.panelDeleted.Size = new System.Drawing.Size(90, 30);
  409. this.panelDeleted.TabIndex = 2298;
  410. //
  411. // btnDeleted
  412. //
  413. this.btnDeleted.BackColor = System.Drawing.Color.Transparent;
  414. this.btnDeleted.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDeleted.BackImg")));
  415. this.btnDeleted.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  416. this.btnDeleted.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  417. this.btnDeleted.ForeColor = System.Drawing.Color.White;
  418. this.btnDeleted.IsCustomBackImg = false;
  419. this.btnDeleted.IsShowText = true;
  420. this.btnDeleted.Location = new System.Drawing.Point(2, 1);
  421. this.btnDeleted.Name = "btnDeleted";
  422. this.btnDeleted.Size = new System.Drawing.Size(85, 28);
  423. this.btnDeleted.TabIndex = 0;
  424. this.btnDeleted.Text = " 删 除";
  425. this.btnDeleted.UseVisualStyleBackColor = false;
  426. //
  427. // panelUseRecord
  428. //
  429. this.panelUseRecord.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  430. this.panelUseRecord.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  431. this.panelUseRecord.BorderWidth = 1;
  432. this.panelUseRecord.Controls.Add(this.btnUseRecord);
  433. this.panelUseRecord.Location = new System.Drawing.Point(90, 32);
  434. this.panelUseRecord.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2);
  435. this.panelUseRecord.Name = "panelUseRecord";
  436. this.panelUseRecord.Size = new System.Drawing.Size(90, 30);
  437. this.panelUseRecord.TabIndex = 2298;
  438. //
  439. // btnUseRecord
  440. //
  441. this.btnUseRecord.BackColor = System.Drawing.Color.Transparent;
  442. this.btnUseRecord.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUseRecord.BackImg")));
  443. this.btnUseRecord.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  444. this.btnUseRecord.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  445. this.btnUseRecord.ForeColor = System.Drawing.Color.White;
  446. this.btnUseRecord.IsCustomBackImg = false;
  447. this.btnUseRecord.IsShowText = true;
  448. this.btnUseRecord.Location = new System.Drawing.Point(2, 1);
  449. this.btnUseRecord.Name = "btnUseRecord";
  450. this.btnUseRecord.Size = new System.Drawing.Size(85, 28);
  451. this.btnUseRecord.TabIndex = 0;
  452. this.btnUseRecord.Text = " 使用记录";
  453. this.btnUseRecord.UseVisualStyleBackColor = false;
  454. //
  455. // panelExport
  456. //
  457. this.panelExport.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  458. this.panelExport.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  459. this.panelExport.BorderWidth = 1;
  460. this.panelExport.Controls.Add(this.btnExport);
  461. this.panelExport.Location = new System.Drawing.Point(180, 32);
  462. this.panelExport.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2);
  463. this.panelExport.Name = "panelExport";
  464. this.panelExport.Size = new System.Drawing.Size(90, 30);
  465. this.panelExport.TabIndex = 2299;
  466. //
  467. // btnExport
  468. //
  469. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  470. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  471. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  472. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  473. this.btnExport.ForeColor = System.Drawing.Color.White;
  474. this.btnExport.IsCustomBackImg = false;
  475. this.btnExport.IsShowText = true;
  476. this.btnExport.Location = new System.Drawing.Point(2, 1);
  477. this.btnExport.Name = "btnExport";
  478. this.btnExport.Size = new System.Drawing.Size(85, 28);
  479. this.btnExport.TabIndex = 0;
  480. this.btnExport.Text = " 导 出";
  481. this.btnExport.UseVisualStyleBackColor = false;
  482. //
  483. // panelEx2
  484. //
  485. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  486. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  487. this.panelEx2.BorderWidth = 1;
  488. this.panelEx2.Controls.Add(this.btnClose);
  489. this.panelEx2.Location = new System.Drawing.Point(270, 32);
  490. this.panelEx2.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2);
  491. this.panelEx2.Name = "panelEx2";
  492. this.panelEx2.Size = new System.Drawing.Size(90, 30);
  493. this.panelEx2.TabIndex = 2300;
  494. //
  495. // btnClose
  496. //
  497. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  498. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  499. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  500. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  501. this.btnClose.ForeColor = System.Drawing.Color.White;
  502. this.btnClose.IsCustomBackImg = false;
  503. this.btnClose.IsShowText = true;
  504. this.btnClose.Location = new System.Drawing.Point(2, 1);
  505. this.btnClose.Name = "btnClose";
  506. this.btnClose.Size = new System.Drawing.Size(85, 28);
  507. this.btnClose.TabIndex = 0;
  508. this.btnClose.Text = " 关 闭";
  509. this.btnClose.UseVisualStyleBackColor = false;
  510. //
  511. // exToolTip1
  512. //
  513. this.exToolTip1.OwnerDraw = true;
  514. this.exToolTip1.ShowAlways = true;
  515. this.exToolTip1.ToolTipFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  516. //
  517. // DressEnteredManagedFormMain
  518. //
  519. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  520. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  521. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  522. this.ClientSize = new System.Drawing.Size(910, 610);
  523. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  524. this.IsShowUcNavigationTool = true;
  525. this.Name = "DressEnteredManagedFormMain";
  526. this.Text = "礼服管理";
  527. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  528. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  529. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  530. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  531. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  532. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  533. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  534. this.plExMainContainer.ResumeLayout(false);
  535. this.plFormMainContent.ResumeLayout(false);
  536. this.panelEx1.ResumeLayout(false);
  537. this.flowLayoutPanel1.ResumeLayout(false);
  538. this.panelKeyWord.ResumeLayout(false);
  539. this.panelKeyWord.PerformLayout();
  540. this.panelCategory.ResumeLayout(false);
  541. this.panelCategory.PerformLayout();
  542. this.panelEx4.ResumeLayout(false);
  543. this.panelEx4.PerformLayout();
  544. this.panelQuery.ResumeLayout(false);
  545. this.panelAdded.ResumeLayout(false);
  546. this.panelUpdata.ResumeLayout(false);
  547. this.panelDeleted.ResumeLayout(false);
  548. this.panelUseRecord.ResumeLayout(false);
  549. this.panelExport.ResumeLayout(false);
  550. this.panelEx2.ResumeLayout(false);
  551. this.ResumeLayout(false);
  552. }
  553. #endregion
  554. private ComponentLibrary.PanelEx panelEx1;
  555. protected internal ComponentLibrary.ListViewEx listViewData_Dress;
  556. private ComponentLibrary.PanelEx panelCategory;
  557. private ComponentLibrary.PanelEx panelKeyWord;
  558. private ComponentLibrary.LabelEx labelEx2;
  559. private ComponentLibrary.LabelEx labelEx1;
  560. private ComponentLibrary.PanelEx panelEx4;
  561. private ComponentLibrary.LabelEx labelEx3;
  562. protected internal ComponentLibrary.PanelEx panelQuery;
  563. protected internal ComponentLibrary.PanelEx panelAdded;
  564. protected internal ComponentLibrary.PanelEx panelUpdata;
  565. protected internal ComponentLibrary.PanelEx panelDeleted;
  566. protected internal ComponentLibrary.PanelEx panelUseRecord;
  567. protected internal ComponentLibrary.PanelEx panelExport;
  568. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  569. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevCategory;
  570. protected internal ComponentLibrary.CheckBoxEx chkDownRack;
  571. protected internal ComponentLibrary.CheckBoxEx chkUpperRack;
  572. protected internal ComponentLibrary.TextBoxEx txtKeyWord;
  573. protected internal ComponentLibrary.ButtonEx btnQuery;
  574. protected internal ComponentLibrary.ButtonEx btnAdded;
  575. protected internal ComponentLibrary.ButtonEx btnUpdata;
  576. protected internal ComponentLibrary.ButtonEx btnDeleted;
  577. protected internal ComponentLibrary.ButtonEx btnUseRecord;
  578. protected internal ComponentLibrary.ButtonEx btnExport;
  579. protected internal UCPager.ucPagerEx ucPagerEx1;
  580. protected internal ComponentLibrary.PanelEx panelEx2;
  581. protected internal ComponentLibrary.ButtonEx btnClose;
  582. private ComponentLibrary.PanelEx panelEx11;
  583. protected ComponentLibrary.ExToolTip exToolTip1;
  584. }
  585. }