SelectDressSuperSmallForm.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm
  2. {
  3. partial class SelectDressSuperSmallForm
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectDressSuperSmallForm));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  35. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.dgvData2 = new LYFZ.ComponentLibrary.DataGridViewEc();
  37. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  38. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  41. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.cmbtreevCategory = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  47. this.txtQuery = new LYFZ.ComponentLibrary.TextBoxEx();
  48. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.btnQuery = new LYFZ.ComponentLibrary.ButtonForm();
  50. this.plExMainContainer.SuspendLayout();
  51. this.plFormMainContent.SuspendLayout();
  52. this.panelEx1.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.dgvData2)).BeginInit();
  55. this.panelEx3.SuspendLayout();
  56. this.panelEx2.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // plExMainContainer
  60. //
  61. this.plExMainContainer.Controls.Add(this.panelEx1);
  62. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  63. this.plExMainContainer.Size = new System.Drawing.Size(682, 545);
  64. //
  65. // plFormMainContent
  66. //
  67. this.plFormMainContent.Size = new System.Drawing.Size(682, 545);
  68. //
  69. // btnAppFormMaximize
  70. //
  71. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  72. this.btnAppFormMaximize.Location = new System.Drawing.Point(307, 0);
  73. //
  74. // btnAppFormExit
  75. //
  76. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  77. this.btnAppFormExit.Location = new System.Drawing.Point(650, 0);
  78. //
  79. // btnAppFormMinimize
  80. //
  81. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  82. this.btnAppFormMinimize.Location = new System.Drawing.Point(307, 0);
  83. //
  84. // panelEx1
  85. //
  86. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  87. this.panelEx1.BorderWidth = 1;
  88. this.panelEx1.Controls.Add(this.dgvData);
  89. this.panelEx1.Controls.Add(this.panelEx4);
  90. this.panelEx1.Controls.Add(this.dgvData2);
  91. this.panelEx1.Controls.Add(this.panelEx3);
  92. this.panelEx1.Controls.Add(this.panelEx2);
  93. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  95. this.panelEx1.Name = "panelEx1";
  96. this.panelEx1.Padding = new System.Windows.Forms.Padding(1);
  97. this.panelEx1.Size = new System.Drawing.Size(672, 535);
  98. this.panelEx1.TabIndex = 0;
  99. //
  100. // dgvData
  101. //
  102. this.dgvData.AllowUserToAddRows = false;
  103. this.dgvData.AllowUserToDeleteRows = false;
  104. this.dgvData.AllowUserToResizeRows = false;
  105. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  106. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  107. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  108. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  109. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  111. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  112. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  113. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  114. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  115. this.dgvData.dgvCurrentColumnOriginalSet = "";
  116. this.dgvData.dgvCurrentColumnWidth = "";
  117. this.dgvData.dgvCurrentHideColumn = null;
  118. this.dgvData.dgvFixedHideColumn = null;
  119. this.dgvData.dgvGuidName = null;
  120. this.dgvData.dgvUserEmployeeID = null;
  121. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  122. this.dgvData.EnableHeadersVisualStyles = false;
  123. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  124. this.dgvData.ImageHeight = 15;
  125. this.dgvData.ImageWidth = 15;
  126. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  127. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  128. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  129. this.dgvData.IsCopyCellValue = true;
  130. this.dgvData.IsShowSerialNumber = true;
  131. this.dgvData.IsSortedRedraw = true;
  132. this.dgvData.IsSortMode = true;
  133. this.dgvData.Location = new System.Drawing.Point(1, 64);
  134. this.dgvData.MultiSelect = false;
  135. this.dgvData.Name = "dgvData";
  136. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  137. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  138. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  140. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  141. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  142. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  143. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  144. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  145. this.dgvData.RowHeadersWidth = 25;
  146. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  147. this.dgvData.RowTemplate.Height = 23;
  148. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  149. this.dgvData.Size = new System.Drawing.Size(428, 430);
  150. this.dgvData.TabIndex = 2;
  151. this.dgvData.ViceCount = 1;
  152. //
  153. // panelEx4
  154. //
  155. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  156. this.panelEx4.BorderWidth = 1;
  157. this.panelEx4.Dock = System.Windows.Forms.DockStyle.Right;
  158. this.panelEx4.Location = new System.Drawing.Point(429, 64);
  159. this.panelEx4.Name = "panelEx4";
  160. this.panelEx4.Size = new System.Drawing.Size(10, 430);
  161. this.panelEx4.TabIndex = 5;
  162. //
  163. // dgvData2
  164. //
  165. this.dgvData2.AllowUserToAddRows = false;
  166. this.dgvData2.AllowUserToDeleteRows = false;
  167. this.dgvData2.AllowUserToResizeRows = false;
  168. this.dgvData2.BackgroundColor = System.Drawing.Color.White;
  169. this.dgvData2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  170. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  171. dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  172. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
  174. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  175. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  176. this.dgvData2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
  177. this.dgvData2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  178. this.dgvData2.dgvCurrentColumnOriginalSet = "";
  179. this.dgvData2.dgvCurrentColumnWidth = "";
  180. this.dgvData2.dgvCurrentHideColumn = null;
  181. this.dgvData2.dgvFixedHideColumn = null;
  182. this.dgvData2.dgvGuidName = null;
  183. this.dgvData2.dgvUserEmployeeID = null;
  184. this.dgvData2.Dock = System.Windows.Forms.DockStyle.Right;
  185. this.dgvData2.EnableHeadersVisualStyles = false;
  186. this.dgvData2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  187. this.dgvData2.ImageHeight = 15;
  188. this.dgvData2.ImageWidth = 15;
  189. this.dgvData2.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData2.ImgCollapse")));
  190. this.dgvData2.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData2.ImgExpand")));
  191. this.dgvData2.IsAutomaticDrawSingleOrDoubleRow = true;
  192. this.dgvData2.IsCopyCellValue = true;
  193. this.dgvData2.IsShowSerialNumber = true;
  194. this.dgvData2.IsSortedRedraw = true;
  195. this.dgvData2.IsSortMode = true;
  196. this.dgvData2.Location = new System.Drawing.Point(439, 64);
  197. this.dgvData2.MultiSelect = false;
  198. this.dgvData2.Name = "dgvData2";
  199. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  200. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  201. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  203. dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(41);
  204. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  205. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  206. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  207. this.dgvData2.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  208. this.dgvData2.RowHeadersWidth = 25;
  209. this.dgvData2.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  210. this.dgvData2.RowTemplate.Height = 23;
  211. this.dgvData2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  212. this.dgvData2.Size = new System.Drawing.Size(232, 430);
  213. this.dgvData2.TabIndex = 4;
  214. this.dgvData2.ViceCount = 1;
  215. //
  216. // panelEx3
  217. //
  218. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  219. this.panelEx3.BorderWidth = 1;
  220. this.panelEx3.Controls.Add(this.btnCancel);
  221. this.panelEx3.Controls.Add(this.btnSaveed);
  222. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Bottom;
  223. this.panelEx3.Location = new System.Drawing.Point(1, 494);
  224. this.panelEx3.Name = "panelEx3";
  225. this.panelEx3.Size = new System.Drawing.Size(670, 40);
  226. this.panelEx3.TabIndex = 3;
  227. //
  228. // btnCancel
  229. //
  230. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  231. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  232. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  233. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  234. this.btnCancel.ForeColor = System.Drawing.Color.White;
  235. this.btnCancel.IsCustomBackImg = false;
  236. this.btnCancel.IsShowText = true;
  237. this.btnCancel.Location = new System.Drawing.Point(356, 7);
  238. this.btnCancel.Name = "btnCancel";
  239. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  240. this.btnCancel.TabIndex = 1;
  241. this.btnCancel.Text = " 取 消";
  242. this.btnCancel.UseVisualStyleBackColor = false;
  243. //
  244. // btnSaveed
  245. //
  246. this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
  247. this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
  248. this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  249. this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  250. this.btnSaveed.ForeColor = System.Drawing.Color.White;
  251. this.btnSaveed.IsCustomBackImg = false;
  252. this.btnSaveed.IsShowText = true;
  253. this.btnSaveed.Location = new System.Drawing.Point(197, 7);
  254. this.btnSaveed.Name = "btnSaveed";
  255. this.btnSaveed.Size = new System.Drawing.Size(85, 28);
  256. this.btnSaveed.TabIndex = 0;
  257. this.btnSaveed.Text = " 确 定";
  258. this.btnSaveed.UseVisualStyleBackColor = false;
  259. //
  260. // panelEx2
  261. //
  262. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  263. this.panelEx2.BorderWidth = 1;
  264. this.panelEx2.Controls.Add(this.cmbtreevCategory);
  265. this.panelEx2.Controls.Add(this.labelEx4);
  266. this.panelEx2.Controls.Add(this.labelEx3);
  267. this.panelEx2.Controls.Add(this.labelEx2);
  268. this.panelEx2.Controls.Add(this.labelEx5);
  269. this.panelEx2.Controls.Add(this.labelEx9);
  270. this.panelEx2.Controls.Add(this.txtQuery);
  271. this.panelEx2.Controls.Add(this.labelEx1);
  272. this.panelEx2.Controls.Add(this.btnQuery);
  273. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  274. this.panelEx2.Location = new System.Drawing.Point(1, 1);
  275. this.panelEx2.Name = "panelEx2";
  276. this.panelEx2.Size = new System.Drawing.Size(670, 63);
  277. this.panelEx2.TabIndex = 0;
  278. //
  279. // labelEx4
  280. //
  281. this.labelEx4.AutoSize = true;
  282. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  283. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  284. this.labelEx4.Location = new System.Drawing.Point(521, 43);
  285. this.labelEx4.Name = "labelEx4";
  286. this.labelEx4.Size = new System.Drawing.Size(80, 17);
  287. this.labelEx4.TabIndex = 67;
  288. this.labelEx4.Text = "(双击移除)";
  289. //
  290. // labelEx3
  291. //
  292. this.labelEx3.AutoSize = true;
  293. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  294. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  295. this.labelEx3.Location = new System.Drawing.Point(44, 43);
  296. this.labelEx3.Name = "labelEx3";
  297. this.labelEx3.Size = new System.Drawing.Size(64, 17);
  298. this.labelEx3.TabIndex = 66;
  299. this.labelEx3.Text = "(双击选中)";
  300. //
  301. // labelEx2
  302. //
  303. this.labelEx2.AutoSize = true;
  304. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  305. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  306. this.labelEx2.Location = new System.Drawing.Point(436, 41);
  307. this.labelEx2.Name = "labelEx2";
  308. this.labelEx2.Size = new System.Drawing.Size(80, 17);
  309. this.labelEx2.TabIndex = 65;
  310. this.labelEx2.Text = "已选中的礼服";
  311. //
  312. // labelEx5
  313. //
  314. this.labelEx5.AutoSize = true;
  315. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  316. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  317. this.labelEx5.Location = new System.Drawing.Point(6, 41);
  318. this.labelEx5.Name = "labelEx5";
  319. this.labelEx5.Size = new System.Drawing.Size(32, 17);
  320. this.labelEx5.TabIndex = 64;
  321. this.labelEx5.Text = "礼服";
  322. //
  323. // labelEx9
  324. //
  325. this.labelEx9.AutoSize = true;
  326. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  327. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  328. this.labelEx9.Location = new System.Drawing.Point(18, 10);
  329. this.labelEx9.Name = "labelEx9";
  330. this.labelEx9.Size = new System.Drawing.Size(44, 17);
  331. this.labelEx9.TabIndex = 63;
  332. this.labelEx9.Text = "类别:";
  333. //
  334. // cmbtreevCategory
  335. //
  336. this.cmbtreevCategory.AfterSelectLevelFirstNode = true;
  337. this.cmbtreevCategory.DropDownHeight = 220;
  338. this.cmbtreevCategory.DropDownShow = false;
  339. this.cmbtreevCategory.FormattingEnabled = true;
  340. this.cmbtreevCategory.IntegralHeight = false;
  341. this.cmbtreevCategory.IsNodeMouseClick = true;
  342. this.cmbtreevCategory.IsSelectParentNode = false;
  343. this.cmbtreevCategory.Location = new System.Drawing.Point(60, 10);
  344. this.cmbtreevCategory.Name = "cmbtreevCategory";
  345. this.cmbtreevCategory.ReadOnly = true;
  346. this.cmbtreevCategory.SelectedNode = null;
  347. this.cmbtreevCategory.Size = new System.Drawing.Size(158, 20);
  348. this.cmbtreevCategory.StrGetName = "";
  349. this.cmbtreevCategory.StrKey = null;
  350. this.cmbtreevCategory.TabIndex = 62;
  351. //
  352. // txtQuery
  353. //
  354. this.txtQuery.BackColor = System.Drawing.Color.Transparent;
  355. this.txtQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  356. this.txtQuery.Icon = null;
  357. this.txtQuery.IconIsButton = false;
  358. this.txtQuery.IsPasswordChat = '\0';
  359. this.txtQuery.IsSystemPasswordChar = false;
  360. this.txtQuery.Lines = new string[0];
  361. this.txtQuery.Location = new System.Drawing.Point(299, 7);
  362. this.txtQuery.Margin = new System.Windows.Forms.Padding(0);
  363. this.txtQuery.MaxLength = 32767;
  364. this.txtQuery.MinimumSize = new System.Drawing.Size(0, 24);
  365. this.txtQuery.MouseBack = null;
  366. this.txtQuery.Multiline = false;
  367. this.txtQuery.Name = "txtQuery";
  368. this.txtQuery.NormlBack = null;
  369. this.txtQuery.Padding = new System.Windows.Forms.Padding(5);
  370. this.txtQuery.ReadOnly = false;
  371. this.txtQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
  372. this.txtQuery.Size = new System.Drawing.Size(195, 25);
  373. this.txtQuery.TabIndex = 2;
  374. this.txtQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  375. this.txtQuery.WaterColor = System.Drawing.Color.DarkGray;
  376. this.txtQuery.WaterText = "礼服名称或编号";
  377. this.txtQuery.WordWrap = true;
  378. //
  379. // labelEx1
  380. //
  381. this.labelEx1.AutoSize = true;
  382. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  383. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  384. this.labelEx1.Location = new System.Drawing.Point(245, 11);
  385. this.labelEx1.Name = "labelEx1";
  386. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  387. this.labelEx1.TabIndex = 1;
  388. this.labelEx1.Text = "关键字:";
  389. //
  390. // btnQuery
  391. //
  392. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  393. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  394. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  395. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  396. this.btnQuery.ForeColor = System.Drawing.Color.White;
  397. this.btnQuery.IsCustomBackImg = false;
  398. this.btnQuery.IsShowText = true;
  399. this.btnQuery.Location = new System.Drawing.Point(501, 7);
  400. this.btnQuery.Name = "btnQuery";
  401. this.btnQuery.Size = new System.Drawing.Size(65, 26);
  402. this.btnQuery.TabIndex = 0;
  403. this.btnQuery.Text = " 查 询";
  404. this.btnQuery.UseVisualStyleBackColor = false;
  405. //
  406. // SelectDressSuperSmallForm
  407. //
  408. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  409. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  410. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  411. this.ClientSize = new System.Drawing.Size(682, 610);
  412. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  413. this.IsUserControlsSize = false;
  414. this.MaximizeBox = false;
  415. this.MinimizeBox = false;
  416. this.Name = "SelectDressSuperSmallForm";
  417. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  418. this.Text = "选择礼服";
  419. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  420. this.plExMainContainer.ResumeLayout(false);
  421. this.plFormMainContent.ResumeLayout(false);
  422. this.panelEx1.ResumeLayout(false);
  423. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  424. ((System.ComponentModel.ISupportInitialize)(this.dgvData2)).EndInit();
  425. this.panelEx3.ResumeLayout(false);
  426. this.panelEx2.ResumeLayout(false);
  427. this.panelEx2.PerformLayout();
  428. this.ResumeLayout(false);
  429. }
  430. #endregion
  431. private ComponentLibrary.PanelEx panelEx1;
  432. private ComponentLibrary.PanelEx panelEx3;
  433. private ComponentLibrary.PanelEx panelEx2;
  434. private ComponentLibrary.LabelEx labelEx1;
  435. protected internal ComponentLibrary.DataGridViewEc dgvData;
  436. protected internal ComponentLibrary.ButtonForm btnQuery;
  437. protected internal ComponentLibrary.TextBoxEx txtQuery;
  438. protected internal ComponentLibrary.ButtonEx btnCancel;
  439. protected internal ComponentLibrary.ButtonEx btnSaveed;
  440. protected ComponentLibrary.LabelEx labelEx9;
  441. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevCategory;
  442. private ComponentLibrary.PanelEx panelEx4;
  443. protected internal ComponentLibrary.DataGridViewEc dgvData2;
  444. private ComponentLibrary.LabelEx labelEx2;
  445. private ComponentLibrary.LabelEx labelEx5;
  446. protected ComponentLibrary.LabelEx labelEx4;
  447. protected ComponentLibrary.LabelEx labelEx3;
  448. }
  449. }