FrmDressView.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. namespace LYFZ.Software.UI.Dresses
  2. {
  3. partial class FrmDressView
  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(FrmDressView));
  32. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  34. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.Dsfm_DressType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Dsfm_DressNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Dsfm_DressName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Dsfm_PlacedRegion = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Dsfm_DressQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Unavailable = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.SOLD = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Valet = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Dsfm_RentPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Dsfm_SalePrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Dsfm_CreateDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Dsfm_DressRemark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  48. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  49. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.CtvDsfm_DressType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  51. this.txtkeyword = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  52. this.btnRecord = new LYFZ.ComponentLibrary.ButtonEx();
  53. this.btnSlect = new LYFZ.ComponentLibrary.ButtonEx();
  54. this.plExMainContainer.SuspendLayout();
  55. this.plFormMainContent.SuspendLayout();
  56. this.panelEx2.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  58. this.panelEx3.SuspendLayout();
  59. this.SuspendLayout();
  60. //
  61. // plExMainContainer
  62. //
  63. this.plExMainContainer.AutoScroll = true;
  64. this.plExMainContainer.Controls.Add(this.panelEx2);
  65. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  66. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  67. //
  68. // plFormMainContent
  69. //
  70. this.plFormMainContent.Padding = new System.Windows.Forms.Padding(3);
  71. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  72. //
  73. // btnAppFormMaximize
  74. //
  75. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  76. //
  77. // btnAppFormExit
  78. //
  79. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  80. //
  81. // btnAppFormMinimize
  82. //
  83. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  84. //
  85. // panelEx2
  86. //
  87. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  88. this.panelEx2.BorderWidth = 1;
  89. this.panelEx2.Controls.Add(this.dgv);
  90. this.panelEx2.Controls.Add(this.ucPagerEx1);
  91. this.panelEx2.Controls.Add(this.panelEx3);
  92. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.panelEx2.Location = new System.Drawing.Point(0, 0);
  94. this.panelEx2.Name = "panelEx2";
  95. this.panelEx2.Padding = new System.Windows.Forms.Padding(5);
  96. this.panelEx2.Size = new System.Drawing.Size(910, 505);
  97. this.panelEx2.TabIndex = 196;
  98. //
  99. // dgv
  100. //
  101. this.dgv.AllowUserToAddRows = false;
  102. this.dgv.AllowUserToDeleteRows = false;
  103. this.dgv.AllowUserToResizeRows = false;
  104. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  105. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  106. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  107. this.dgv.BackgroundColor = System.Drawing.Color.White;
  108. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  109. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  110. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  111. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  112. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  114. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  115. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  116. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  117. this.dgv.ColumnHeadersHeight = 24;
  118. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  119. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  120. this.ID,
  121. this.Dsfm_DressType,
  122. this.Dsfm_DressNumber,
  123. this.Dsfm_DressName,
  124. this.Dsfm_PlacedRegion,
  125. this.Dsfm_DressQuantity,
  126. this.Unavailable,
  127. this.SOLD,
  128. this.Valet,
  129. this.Dsfm_RentPrice,
  130. this.Dsfm_SalePrice,
  131. this.Dsfm_CreateDateTime,
  132. this.Dsfm_DressRemark});
  133. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  134. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  135. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  137. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  138. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  139. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  140. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  141. this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
  142. this.dgv.EnableHeadersVisualStyles = false;
  143. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  144. this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_" +
  145. "dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_" +
  146. "dgv_dgv_dgv_dgv_dgv";
  147. this.dgv.IsCompleteBonding = false;
  148. this.dgv.Location = new System.Drawing.Point(5, 45);
  149. this.dgv.MultiSelect = false;
  150. this.dgv.Name = "dgv";
  151. this.dgv.ReadOnly = true;
  152. this.dgv.RowHeadersVisible = false;
  153. this.dgv.RowTemplate.Height = 23;
  154. this.dgv.RowTemplate.ReadOnly = true;
  155. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  156. this.dgv.Size = new System.Drawing.Size(900, 431);
  157. this.dgv.TabIndex = 209;
  158. //
  159. // ID
  160. //
  161. this.ID.HeaderText = "ID";
  162. this.ID.Name = "ID";
  163. this.ID.ReadOnly = true;
  164. this.ID.Visible = false;
  165. //
  166. // Dsfm_DressType
  167. //
  168. this.Dsfm_DressType.HeaderText = "类别";
  169. this.Dsfm_DressType.Name = "Dsfm_DressType";
  170. this.Dsfm_DressType.ReadOnly = true;
  171. //
  172. // Dsfm_DressNumber
  173. //
  174. this.Dsfm_DressNumber.HeaderText = "编号";
  175. this.Dsfm_DressNumber.Name = "Dsfm_DressNumber";
  176. this.Dsfm_DressNumber.ReadOnly = true;
  177. //
  178. // Dsfm_DressName
  179. //
  180. this.Dsfm_DressName.HeaderText = "名称";
  181. this.Dsfm_DressName.Name = "Dsfm_DressName";
  182. this.Dsfm_DressName.ReadOnly = true;
  183. //
  184. // Dsfm_PlacedRegion
  185. //
  186. this.Dsfm_PlacedRegion.HeaderText = "摆放区域";
  187. this.Dsfm_PlacedRegion.Name = "Dsfm_PlacedRegion";
  188. this.Dsfm_PlacedRegion.ReadOnly = true;
  189. //
  190. // Dsfm_DressQuantity
  191. //
  192. this.Dsfm_DressQuantity.HeaderText = "数量";
  193. this.Dsfm_DressQuantity.Name = "Dsfm_DressQuantity";
  194. this.Dsfm_DressQuantity.ReadOnly = true;
  195. //
  196. // Unavailable
  197. //
  198. this.Unavailable.HeaderText = "已租";
  199. this.Unavailable.Name = "Unavailable";
  200. this.Unavailable.ReadOnly = true;
  201. //
  202. // SOLD
  203. //
  204. this.SOLD.HeaderText = "已售";
  205. this.SOLD.Name = "SOLD";
  206. this.SOLD.ReadOnly = true;
  207. //
  208. // Valet
  209. //
  210. this.Valet.HeaderText = "送洗";
  211. this.Valet.Name = "Valet";
  212. this.Valet.ReadOnly = true;
  213. //
  214. // Dsfm_RentPrice
  215. //
  216. this.Dsfm_RentPrice.HeaderText = "租价";
  217. this.Dsfm_RentPrice.Name = "Dsfm_RentPrice";
  218. this.Dsfm_RentPrice.ReadOnly = true;
  219. //
  220. // Dsfm_SalePrice
  221. //
  222. this.Dsfm_SalePrice.HeaderText = "售价";
  223. this.Dsfm_SalePrice.Name = "Dsfm_SalePrice";
  224. this.Dsfm_SalePrice.ReadOnly = true;
  225. //
  226. // Dsfm_CreateDateTime
  227. //
  228. this.Dsfm_CreateDateTime.HeaderText = "购买时间";
  229. this.Dsfm_CreateDateTime.Name = "Dsfm_CreateDateTime";
  230. this.Dsfm_CreateDateTime.ReadOnly = true;
  231. //
  232. // Dsfm_DressRemark
  233. //
  234. this.Dsfm_DressRemark.HeaderText = "备注";
  235. this.Dsfm_DressRemark.Name = "Dsfm_DressRemark";
  236. this.Dsfm_DressRemark.ReadOnly = true;
  237. //
  238. // ucPagerEx1
  239. //
  240. this.ucPagerEx1.CurrentPageCount = 0;
  241. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  242. this.ucPagerEx1.Location = new System.Drawing.Point(5, 476);
  243. this.ucPagerEx1.Name = "ucPagerEx1";
  244. this.ucPagerEx1.NMax = 0;
  245. this.ucPagerEx1.PageCount = 0;
  246. this.ucPagerEx1.PageCurrent = 1;
  247. this.ucPagerEx1.PageSize = 20;
  248. this.ucPagerEx1.Size = new System.Drawing.Size(900, 24);
  249. this.ucPagerEx1.TabIndex = 222;
  250. this.ucPagerEx1.TbDataSource = null;
  251. //
  252. // panelEx3
  253. //
  254. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  255. this.panelEx3.BorderWidth = 1;
  256. this.panelEx3.Controls.Add(this.labelEx3);
  257. this.panelEx3.Controls.Add(this.CtvDsfm_DressType);
  258. this.panelEx3.Controls.Add(this.txtkeyword);
  259. this.panelEx3.Controls.Add(this.btnRecord);
  260. this.panelEx3.Controls.Add(this.btnSlect);
  261. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  262. this.panelEx3.Location = new System.Drawing.Point(5, 5);
  263. this.panelEx3.Name = "panelEx3";
  264. this.panelEx3.Size = new System.Drawing.Size(900, 40);
  265. this.panelEx3.TabIndex = 197;
  266. //
  267. // labelEx3
  268. //
  269. this.labelEx3.AutoSize = true;
  270. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  271. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  272. this.labelEx3.Location = new System.Drawing.Point(19, 11);
  273. this.labelEx3.Name = "labelEx3";
  274. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  275. this.labelEx3.TabIndex = 207;
  276. this.labelEx3.Text = "类别:";
  277. //
  278. // CtvDsfm_DressType
  279. //
  280. this.CtvDsfm_DressType.AfterSelectLevelFirstNode = true;
  281. this.CtvDsfm_DressType.DropDownHeight = 220;
  282. this.CtvDsfm_DressType.DropDownShow = false;
  283. this.CtvDsfm_DressType.FormattingEnabled = true;
  284. this.CtvDsfm_DressType.IntegralHeight = false;
  285. this.CtvDsfm_DressType.IsNodeMouseClick = true;
  286. this.CtvDsfm_DressType.IsSelectParentNode = false;
  287. this.CtvDsfm_DressType.Location = new System.Drawing.Point(63, 10);
  288. this.CtvDsfm_DressType.Name = "CtvDsfm_DressType";
  289. this.CtvDsfm_DressType.ReadOnly = true;
  290. this.CtvDsfm_DressType.SelectedNode = null;
  291. this.CtvDsfm_DressType.Size = new System.Drawing.Size(134, 20);
  292. this.CtvDsfm_DressType.StrGetName = "";
  293. this.CtvDsfm_DressType.StrKey = null;
  294. this.CtvDsfm_DressType.TabIndex = 220;
  295. //
  296. // txtkeyword
  297. //
  298. this.txtkeyword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  299. this.txtkeyword.EmptyTextTip = null;
  300. this.txtkeyword.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  301. this.txtkeyword.Font = new System.Drawing.Font("微软雅黑", 9F);
  302. this.txtkeyword.Location = new System.Drawing.Point(202, 8);
  303. this.txtkeyword.Name = "txtkeyword";
  304. this.txtkeyword.Size = new System.Drawing.Size(121, 23);
  305. this.txtkeyword.TabIndex = 199;
  306. //
  307. // btnRecord
  308. //
  309. this.btnRecord.BackColor = System.Drawing.Color.Transparent;
  310. this.btnRecord.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRecord.BackImg")));
  311. this.btnRecord.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  312. this.btnRecord.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  313. this.btnRecord.ForeColor = System.Drawing.Color.White;
  314. this.btnRecord.IsCustomBackImg = false;
  315. this.btnRecord.IsShowText = true;
  316. this.btnRecord.Location = new System.Drawing.Point(426, 7);
  317. this.btnRecord.Name = "btnRecord";
  318. this.btnRecord.Size = new System.Drawing.Size(100, 26);
  319. this.btnRecord.TabIndex = 200;
  320. this.btnRecord.Text = " 租售洗记录";
  321. this.btnRecord.UseVisualStyleBackColor = false;
  322. //
  323. // btnSlect
  324. //
  325. this.btnSlect.BackColor = System.Drawing.Color.Transparent;
  326. this.btnSlect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSlect.BackImg")));
  327. this.btnSlect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  328. this.btnSlect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  329. this.btnSlect.ForeColor = System.Drawing.Color.White;
  330. this.btnSlect.IsCustomBackImg = false;
  331. this.btnSlect.IsShowText = true;
  332. this.btnSlect.Location = new System.Drawing.Point(333, 7);
  333. this.btnSlect.Name = "btnSlect";
  334. this.btnSlect.Size = new System.Drawing.Size(87, 26);
  335. this.btnSlect.TabIndex = 198;
  336. this.btnSlect.Text = " 查 询";
  337. this.btnSlect.UseVisualStyleBackColor = false;
  338. //
  339. // FrmDressView
  340. //
  341. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  342. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  343. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  344. this.ClientSize = new System.Drawing.Size(910, 610);
  345. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  346. this.IsShowUcNavigationTool = true;
  347. this.Name = "FrmDressView";
  348. this.Text = "礼服查看";
  349. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  350. this.plExMainContainer.ResumeLayout(false);
  351. this.plFormMainContent.ResumeLayout(false);
  352. this.panelEx2.ResumeLayout(false);
  353. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  354. this.panelEx3.ResumeLayout(false);
  355. this.panelEx3.PerformLayout();
  356. this.ResumeLayout(false);
  357. }
  358. #endregion
  359. private ComponentLibrary.PanelEx panelEx2;
  360. protected ComponentLibrary.ComboBoxTreeViewEx CtvDsfm_DressType;
  361. protected ComponentLibrary.DataGridViewEx dgv;
  362. private ComponentLibrary.LabelEx labelEx3;
  363. protected ComponentLibrary.ButtonEx btnSlect;
  364. protected ComponentLibrary.ButtonEx btnRecord;
  365. protected ComponentLibrary.TextBoxBasicEx txtkeyword;
  366. private ComponentLibrary.PanelEx panelEx3;
  367. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  368. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressType;
  369. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressNumber;
  370. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressName;
  371. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_PlacedRegion;
  372. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressQuantity;
  373. private System.Windows.Forms.DataGridViewTextBoxColumn Unavailable;
  374. private System.Windows.Forms.DataGridViewTextBoxColumn SOLD;
  375. private System.Windows.Forms.DataGridViewTextBoxColumn Valet;
  376. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_RentPrice;
  377. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_SalePrice;
  378. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_CreateDateTime;
  379. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressRemark;
  380. protected UCPager.ucPagerEx ucPagerEx1;
  381. }
  382. }