FrmDressEntry.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497
  1. namespace LYFZ.Software.UI.Dresses
  2. {
  3. partial class FrmDressEntry
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDressEntry));
  32. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  33. this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
  34. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  35. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  36. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Dsfm_DressNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Dsfm_DressType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Dsfm_PlacedRegion = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Dsfm_DressName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Dsfm_DressBrand = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Dsfm_DressSize = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Dsfm_DressQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Dsfm_CostPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Dsfm_RentPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Dsfm_SalePrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Dsfm_IsEnabled = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Dsfm_CreateDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Dsfm_DressRemark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  51. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  52. this.cmbDsfm_IsEnabled = new LYFZ.ComponentLibrary.ComboBoxEx();
  53. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  55. this.CtvDsfm_DressType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  56. this.txtkeyword = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  57. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  58. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
  60. this.btnSlect = new LYFZ.ComponentLibrary.ButtonEx();
  61. this.btnAdd = new LYFZ.ComponentLibrary.ButtonEx();
  62. this.plExMainContainer.SuspendLayout();
  63. this.plFormMainContent.SuspendLayout();
  64. this.panelEx2.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  66. this.panelEx3.SuspendLayout();
  67. this.SuspendLayout();
  68. //
  69. // plExMainContainer
  70. //
  71. this.plExMainContainer.AutoScroll = true;
  72. this.plExMainContainer.Controls.Add(this.panelEx2);
  73. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  74. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
  75. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  76. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  77. //
  78. // btnAppFormMaximize
  79. //
  80. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  81. //
  82. // btnAppFormExit
  83. //
  84. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  85. //
  86. // btnAppFormMinimize
  87. //
  88. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  89. //
  90. // openFileDialog1
  91. //
  92. this.openFileDialog1.FileName = "openFileDialog1";
  93. //
  94. // openFileDialog2
  95. //
  96. this.openFileDialog2.FileName = "openFileDialog1";
  97. //
  98. // panelEx2
  99. //
  100. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  101. this.panelEx2.BorderWidth = 1;
  102. this.panelEx2.Controls.Add(this.dgv);
  103. this.panelEx2.Controls.Add(this.ucPagerEx1);
  104. this.panelEx2.Controls.Add(this.panelEx3);
  105. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  107. this.panelEx2.Name = "panelEx2";
  108. this.panelEx2.Size = new System.Drawing.Size(904, 499);
  109. this.panelEx2.TabIndex = 195;
  110. //
  111. // dgv
  112. //
  113. this.dgv.AllowUserToAddRows = false;
  114. this.dgv.AllowUserToDeleteRows = false;
  115. this.dgv.AllowUserToResizeRows = false;
  116. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  117. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  118. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  119. this.dgv.BackgroundColor = System.Drawing.Color.White;
  120. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  121. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  122. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  123. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  124. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  126. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  127. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  128. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  129. this.dgv.ColumnHeadersHeight = 24;
  130. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  131. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  132. this.ID,
  133. this.Dsfm_DressNumber,
  134. this.Dsfm_DressType,
  135. this.Dsfm_PlacedRegion,
  136. this.Dsfm_DressName,
  137. this.Dsfm_DressBrand,
  138. this.Dsfm_DressSize,
  139. this.Dsfm_DressQuantity,
  140. this.Dsfm_CostPrice,
  141. this.Dsfm_RentPrice,
  142. this.Dsfm_SalePrice,
  143. this.Dsfm_IsEnabled,
  144. this.Dsfm_CreateDateTime,
  145. this.Dsfm_DressRemark});
  146. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  147. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  148. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  150. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  151. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  152. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  153. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  154. this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
  155. this.dgv.EnableHeadersVisualStyles = false;
  156. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  157. this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_" +
  158. "dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_" +
  159. "dgv_dgv_dgv";
  160. this.dgv.IsCompleteBonding = false;
  161. this.dgv.Location = new System.Drawing.Point(0, 40);
  162. this.dgv.MultiSelect = false;
  163. this.dgv.Name = "dgv";
  164. this.dgv.ReadOnly = true;
  165. this.dgv.RowHeadersVisible = false;
  166. this.dgv.RowTemplate.Height = 23;
  167. this.dgv.RowTemplate.ReadOnly = true;
  168. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  169. this.dgv.Size = new System.Drawing.Size(904, 435);
  170. this.dgv.TabIndex = 209;
  171. //
  172. // ID
  173. //
  174. this.ID.HeaderText = "ID";
  175. this.ID.Name = "ID";
  176. this.ID.ReadOnly = true;
  177. this.ID.Visible = false;
  178. //
  179. // Dsfm_DressNumber
  180. //
  181. this.Dsfm_DressNumber.HeaderText = "编号";
  182. this.Dsfm_DressNumber.Name = "Dsfm_DressNumber";
  183. this.Dsfm_DressNumber.ReadOnly = true;
  184. //
  185. // Dsfm_DressType
  186. //
  187. this.Dsfm_DressType.HeaderText = "类别";
  188. this.Dsfm_DressType.Name = "Dsfm_DressType";
  189. this.Dsfm_DressType.ReadOnly = true;
  190. //
  191. // Dsfm_PlacedRegion
  192. //
  193. this.Dsfm_PlacedRegion.HeaderText = "摆放区域";
  194. this.Dsfm_PlacedRegion.Name = "Dsfm_PlacedRegion";
  195. this.Dsfm_PlacedRegion.ReadOnly = true;
  196. //
  197. // Dsfm_DressName
  198. //
  199. this.Dsfm_DressName.HeaderText = "名称";
  200. this.Dsfm_DressName.Name = "Dsfm_DressName";
  201. this.Dsfm_DressName.ReadOnly = true;
  202. //
  203. // Dsfm_DressBrand
  204. //
  205. this.Dsfm_DressBrand.HeaderText = "品牌";
  206. this.Dsfm_DressBrand.Name = "Dsfm_DressBrand";
  207. this.Dsfm_DressBrand.ReadOnly = true;
  208. //
  209. // Dsfm_DressSize
  210. //
  211. this.Dsfm_DressSize.HeaderText = "尺码";
  212. this.Dsfm_DressSize.Name = "Dsfm_DressSize";
  213. this.Dsfm_DressSize.ReadOnly = true;
  214. //
  215. // Dsfm_DressQuantity
  216. //
  217. this.Dsfm_DressQuantity.HeaderText = "数量";
  218. this.Dsfm_DressQuantity.Name = "Dsfm_DressQuantity";
  219. this.Dsfm_DressQuantity.ReadOnly = true;
  220. //
  221. // Dsfm_CostPrice
  222. //
  223. this.Dsfm_CostPrice.HeaderText = "成本价";
  224. this.Dsfm_CostPrice.Name = "Dsfm_CostPrice";
  225. this.Dsfm_CostPrice.ReadOnly = true;
  226. //
  227. // Dsfm_RentPrice
  228. //
  229. this.Dsfm_RentPrice.HeaderText = "出租价";
  230. this.Dsfm_RentPrice.Name = "Dsfm_RentPrice";
  231. this.Dsfm_RentPrice.ReadOnly = true;
  232. //
  233. // Dsfm_SalePrice
  234. //
  235. this.Dsfm_SalePrice.HeaderText = "出售价";
  236. this.Dsfm_SalePrice.Name = "Dsfm_SalePrice";
  237. this.Dsfm_SalePrice.ReadOnly = true;
  238. //
  239. // Dsfm_IsEnabled
  240. //
  241. this.Dsfm_IsEnabled.HeaderText = "状态";
  242. this.Dsfm_IsEnabled.Name = "Dsfm_IsEnabled";
  243. this.Dsfm_IsEnabled.ReadOnly = true;
  244. //
  245. // Dsfm_CreateDateTime
  246. //
  247. this.Dsfm_CreateDateTime.HeaderText = "录入时间";
  248. this.Dsfm_CreateDateTime.Name = "Dsfm_CreateDateTime";
  249. this.Dsfm_CreateDateTime.ReadOnly = true;
  250. //
  251. // Dsfm_DressRemark
  252. //
  253. this.Dsfm_DressRemark.HeaderText = "备注";
  254. this.Dsfm_DressRemark.Name = "Dsfm_DressRemark";
  255. this.Dsfm_DressRemark.ReadOnly = true;
  256. //
  257. // ucPagerEx1
  258. //
  259. this.ucPagerEx1.CurrentPageCount = 0;
  260. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  261. this.ucPagerEx1.Location = new System.Drawing.Point(0, 475);
  262. this.ucPagerEx1.Name = "ucPagerEx1";
  263. this.ucPagerEx1.NMax = 0;
  264. this.ucPagerEx1.PageCount = 0;
  265. this.ucPagerEx1.PageCurrent = 1;
  266. this.ucPagerEx1.PageSize = 20;
  267. this.ucPagerEx1.Size = new System.Drawing.Size(904, 24);
  268. this.ucPagerEx1.TabIndex = 221;
  269. this.ucPagerEx1.TbDataSource = null;
  270. //
  271. // panelEx3
  272. //
  273. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  274. this.panelEx3.BorderWidth = 1;
  275. this.panelEx3.Controls.Add(this.cmbDsfm_IsEnabled);
  276. this.panelEx3.Controls.Add(this.labelEx1);
  277. this.panelEx3.Controls.Add(this.btnExport);
  278. this.panelEx3.Controls.Add(this.CtvDsfm_DressType);
  279. this.panelEx3.Controls.Add(this.txtkeyword);
  280. this.panelEx3.Controls.Add(this.btnDelete);
  281. this.panelEx3.Controls.Add(this.labelEx3);
  282. this.panelEx3.Controls.Add(this.btnUpdate);
  283. this.panelEx3.Controls.Add(this.btnSlect);
  284. this.panelEx3.Controls.Add(this.btnAdd);
  285. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  286. this.panelEx3.Location = new System.Drawing.Point(0, 0);
  287. this.panelEx3.Name = "panelEx3";
  288. this.panelEx3.Size = new System.Drawing.Size(904, 40);
  289. this.panelEx3.TabIndex = 197;
  290. //
  291. // cmbDsfm_IsEnabled
  292. //
  293. this.cmbDsfm_IsEnabled.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  294. this.cmbDsfm_IsEnabled.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  295. this.cmbDsfm_IsEnabled.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  296. this.cmbDsfm_IsEnabled.Font = new System.Drawing.Font("宋体", 10.5F);
  297. this.cmbDsfm_IsEnabled.FormattingEnabled = true;
  298. this.cmbDsfm_IsEnabled.IsCustomColor = false;
  299. this.cmbDsfm_IsEnabled.Items.AddRange(new object[] {
  300. "",
  301. "上架",
  302. "下架"});
  303. this.cmbDsfm_IsEnabled.Location = new System.Drawing.Point(313, 12);
  304. this.cmbDsfm_IsEnabled.Name = "cmbDsfm_IsEnabled";
  305. this.cmbDsfm_IsEnabled.ReadOnly = false;
  306. this.cmbDsfm_IsEnabled.Size = new System.Drawing.Size(102, 22);
  307. this.cmbDsfm_IsEnabled.TabIndex = 222;
  308. //
  309. // labelEx1
  310. //
  311. this.labelEx1.AutoSize = true;
  312. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  313. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  314. this.labelEx1.Location = new System.Drawing.Point(272, 14);
  315. this.labelEx1.Name = "labelEx1";
  316. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  317. this.labelEx1.TabIndex = 221;
  318. this.labelEx1.Text = "状态:";
  319. //
  320. // btnExport
  321. //
  322. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  323. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  324. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  325. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  326. this.btnExport.ForeColor = System.Drawing.Color.White;
  327. this.btnExport.IsCustomBackImg = false;
  328. this.btnExport.IsShowText = true;
  329. this.btnExport.Location = new System.Drawing.Point(809, 9);
  330. this.btnExport.Name = "btnExport";
  331. this.btnExport.Size = new System.Drawing.Size(87, 26);
  332. this.btnExport.TabIndex = 204;
  333. this.btnExport.Text = " 导 出";
  334. this.btnExport.UseVisualStyleBackColor = false;
  335. //
  336. // CtvDsfm_DressType
  337. //
  338. this.CtvDsfm_DressType.AfterSelectLevelFirstNode = true;
  339. this.CtvDsfm_DressType.DropDownHeight = 220;
  340. this.CtvDsfm_DressType.DropDownShow = false;
  341. this.CtvDsfm_DressType.FormattingEnabled = true;
  342. this.CtvDsfm_DressType.IntegralHeight = false;
  343. this.CtvDsfm_DressType.IsNodeMouseClick = true;
  344. this.CtvDsfm_DressType.IsSelectParentNode = false;
  345. this.CtvDsfm_DressType.Location = new System.Drawing.Point(52, 13);
  346. this.CtvDsfm_DressType.Name = "CtvDsfm_DressType";
  347. this.CtvDsfm_DressType.ReadOnly = true;
  348. this.CtvDsfm_DressType.SelectedNode = null;
  349. this.CtvDsfm_DressType.Size = new System.Drawing.Size(100, 20);
  350. this.CtvDsfm_DressType.StrGetName = "";
  351. this.CtvDsfm_DressType.StrKey = null;
  352. this.CtvDsfm_DressType.TabIndex = 220;
  353. //
  354. // txtkeyword
  355. //
  356. this.txtkeyword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  357. this.txtkeyword.EmptyTextTip = null;
  358. this.txtkeyword.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  359. this.txtkeyword.Font = new System.Drawing.Font("微软雅黑", 9F);
  360. this.txtkeyword.Location = new System.Drawing.Point(162, 11);
  361. this.txtkeyword.Name = "txtkeyword";
  362. this.txtkeyword.Size = new System.Drawing.Size(102, 23);
  363. this.txtkeyword.TabIndex = 199;
  364. //
  365. // btnDelete
  366. //
  367. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  368. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  369. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  370. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  371. this.btnDelete.ForeColor = System.Drawing.Color.White;
  372. this.btnDelete.IsCustomBackImg = false;
  373. this.btnDelete.IsShowText = true;
  374. this.btnDelete.Location = new System.Drawing.Point(716, 9);
  375. this.btnDelete.Name = "btnDelete";
  376. this.btnDelete.Size = new System.Drawing.Size(87, 26);
  377. this.btnDelete.TabIndex = 202;
  378. this.btnDelete.Text = " 删 除";
  379. this.btnDelete.UseVisualStyleBackColor = false;
  380. //
  381. // labelEx3
  382. //
  383. this.labelEx3.AutoSize = true;
  384. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  385. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  386. this.labelEx3.Location = new System.Drawing.Point(9, 14);
  387. this.labelEx3.Name = "labelEx3";
  388. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  389. this.labelEx3.TabIndex = 207;
  390. this.labelEx3.Text = "类别:";
  391. //
  392. // btnUpdate
  393. //
  394. this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
  395. this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg")));
  396. this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  397. this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  398. this.btnUpdate.ForeColor = System.Drawing.Color.White;
  399. this.btnUpdate.IsCustomBackImg = false;
  400. this.btnUpdate.IsShowText = true;
  401. this.btnUpdate.Location = new System.Drawing.Point(623, 9);
  402. this.btnUpdate.Name = "btnUpdate";
  403. this.btnUpdate.Size = new System.Drawing.Size(87, 26);
  404. this.btnUpdate.TabIndex = 201;
  405. this.btnUpdate.Text = " 修 改";
  406. this.btnUpdate.UseVisualStyleBackColor = false;
  407. //
  408. // btnSlect
  409. //
  410. this.btnSlect.BackColor = System.Drawing.Color.Transparent;
  411. this.btnSlect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSlect.BackImg")));
  412. this.btnSlect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  413. this.btnSlect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  414. this.btnSlect.ForeColor = System.Drawing.Color.White;
  415. this.btnSlect.IsCustomBackImg = false;
  416. this.btnSlect.IsShowText = true;
  417. this.btnSlect.Location = new System.Drawing.Point(436, 9);
  418. this.btnSlect.Name = "btnSlect";
  419. this.btnSlect.Size = new System.Drawing.Size(87, 26);
  420. this.btnSlect.TabIndex = 198;
  421. this.btnSlect.Text = " 查 询";
  422. this.btnSlect.UseVisualStyleBackColor = false;
  423. //
  424. // btnAdd
  425. //
  426. this.btnAdd.BackColor = System.Drawing.Color.Transparent;
  427. this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg")));
  428. this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  429. this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  430. this.btnAdd.ForeColor = System.Drawing.Color.White;
  431. this.btnAdd.IsCustomBackImg = false;
  432. this.btnAdd.IsShowText = true;
  433. this.btnAdd.Location = new System.Drawing.Point(530, 9);
  434. this.btnAdd.Name = "btnAdd";
  435. this.btnAdd.Size = new System.Drawing.Size(87, 26);
  436. this.btnAdd.TabIndex = 200;
  437. this.btnAdd.Text = " 增 加";
  438. this.btnAdd.UseVisualStyleBackColor = false;
  439. //
  440. // FrmDressEntry
  441. //
  442. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  443. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  444. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  445. this.ClientSize = new System.Drawing.Size(910, 610);
  446. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  447. this.IsShowUcNavigationTool = true;
  448. this.Name = "FrmDressEntry";
  449. this.Text = "礼服录入";
  450. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  451. this.plExMainContainer.ResumeLayout(false);
  452. this.plFormMainContent.ResumeLayout(false);
  453. this.panelEx2.ResumeLayout(false);
  454. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  455. this.panelEx3.ResumeLayout(false);
  456. this.panelEx3.PerformLayout();
  457. this.ResumeLayout(false);
  458. }
  459. #endregion
  460. protected System.Windows.Forms.OpenFileDialog openFileDialog1;
  461. protected System.Windows.Forms.OpenFileDialog openFileDialog2;
  462. private ComponentLibrary.PanelEx panelEx2;
  463. protected ComponentLibrary.DataGridViewEx dgv;
  464. private ComponentLibrary.LabelEx labelEx3;
  465. protected ComponentLibrary.ButtonEx btnSlect;
  466. protected ComponentLibrary.ButtonEx btnAdd;
  467. protected ComponentLibrary.ButtonEx btnUpdate;
  468. protected ComponentLibrary.ButtonEx btnExport;
  469. protected ComponentLibrary.ButtonEx btnDelete;
  470. protected ComponentLibrary.TextBoxBasicEx txtkeyword;
  471. private ComponentLibrary.PanelEx panelEx3;
  472. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  473. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressNumber;
  474. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressType;
  475. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_PlacedRegion;
  476. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressName;
  477. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressBrand;
  478. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressSize;
  479. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressQuantity;
  480. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_CostPrice;
  481. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_RentPrice;
  482. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_SalePrice;
  483. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_IsEnabled;
  484. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_CreateDateTime;
  485. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressRemark;
  486. protected ComponentLibrary.ComboBoxTreeViewEx CtvDsfm_DressType;
  487. protected UCPager.ucPagerEx ucPagerEx1;
  488. protected ComponentLibrary.ComboBoxEx cmbDsfm_IsEnabled;
  489. private ComponentLibrary.LabelEx labelEx1;
  490. }
  491. }