FrmProductSet.Designer.cs 62 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071
  1. namespace LYFZ.Software.UI.InitialSet
  2. {
  3. partial class FrmProductSet
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmProductSet));
  29. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.listViewData_Product = new LYFZ.ComponentLibrary.ListViewEx();
  31. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.txtQueryText = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.cmbtreevProdClassQuery = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  36. this.chkUpperShelves = new LYFZ.ComponentLibrary.CheckBoxEx();
  37. this.chkDownShelves = new LYFZ.ComponentLibrary.CheckBoxEx();
  38. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  40. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  41. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.txtProd_Name = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  46. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.txtProd_CostPrice = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  49. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.txtProd_SalesPrice = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  51. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.txtProd_PurchasePrice = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  53. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  56. this.txtProd_Batch = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  57. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  58. this.txtProd_Remark = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  59. this.btnUnit = new LYFZ.ComponentLibrary.ButtonForm();
  60. this.btnSet = new LYFZ.ComponentLibrary.ButtonForm();
  61. this.cmbtreevProdClass = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  62. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  63. this.txtProd_AlarmQuantity = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  64. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  65. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  66. this.picFam_PhotoAlbum = new LYFZ.ComponentLibrary.PictureBoxEx();
  67. this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
  68. this.btnUpload = new LYFZ.ComponentLibrary.ButtonForm();
  69. this.btnPicDelete = new LYFZ.ComponentLibrary.ButtonForm();
  70. this.btnReset = new LYFZ.ComponentLibrary.ButtonEx();
  71. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  72. this.txtProd_PrintArea = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  73. this.cmbtreevProdUnit = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  74. this.cmbtreevProdIsEnabled = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  75. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  76. this.btn_UpdateLoad = new LYFZ.ComponentLibrary.ButtonForm();
  77. this.btnSupplierSelect = new LYFZ.ComponentLibrary.ButtonForm();
  78. this.txtProd_Vendor = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  79. this.labelEx17 = new LYFZ.ComponentLibrary.LabelEx();
  80. this.cmbtreevProdAvailability = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  81. this.txtProd_Height = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  82. this.labelEx19 = new LYFZ.ComponentLibrary.LabelEx();
  83. this.txtProd_Width = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  84. this.labelEx18 = new LYFZ.ComponentLibrary.LabelEx();
  85. this.labelEx20 = new LYFZ.ComponentLibrary.LabelEx();
  86. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  87. this.rdo_Product = new LYFZ.ComponentLibrary.RadioButtonEx();
  88. this.rdo_HalfProduct = new LYFZ.ComponentLibrary.RadioButtonEx();
  89. this.plExMainContainer.SuspendLayout();
  90. this.plFormMainContent.SuspendLayout();
  91. this.panelEx2.SuspendLayout();
  92. this.panelEx3.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.picFam_PhotoAlbum)).BeginInit();
  94. this.panelEx1.SuspendLayout();
  95. this.panelEx4.SuspendLayout();
  96. this.SuspendLayout();
  97. //
  98. // plExMainContainer
  99. //
  100. this.plExMainContainer.Controls.Add(this.panelEx2);
  101. this.plExMainContainer.Controls.Add(this.panelEx1);
  102. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  103. this.plExMainContainer.Size = new System.Drawing.Size(1072, 657);
  104. //
  105. // plFormMainContent
  106. //
  107. this.plFormMainContent.Size = new System.Drawing.Size(1072, 657);
  108. //
  109. // btnAppFormMaximize
  110. //
  111. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  112. this.btnAppFormMaximize.Location = new System.Drawing.Point(1013, 0);
  113. //
  114. // btnAppFormExit
  115. //
  116. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  117. this.btnAppFormExit.Location = new System.Drawing.Point(1040, 0);
  118. //
  119. // btnAppFormMinimize
  120. //
  121. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  122. this.btnAppFormMinimize.Location = new System.Drawing.Point(986, 0);
  123. //
  124. // panelEx2
  125. //
  126. this.panelEx2.BorderColor = System.Drawing.Color.Black;
  127. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  128. this.panelEx2.BorderWidth = 1;
  129. this.panelEx2.Controls.Add(this.listViewData_Product);
  130. this.panelEx2.Controls.Add(this.panelEx3);
  131. this.panelEx2.Controls.Add(this.ucPagerEx1);
  132. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  133. this.panelEx2.Location = new System.Drawing.Point(337, 5);
  134. this.panelEx2.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);
  135. this.panelEx2.Name = "panelEx2";
  136. this.panelEx2.Padding = new System.Windows.Forms.Padding(5);
  137. this.panelEx2.Size = new System.Drawing.Size(730, 647);
  138. this.panelEx2.TabIndex = 1;
  139. //
  140. // listViewData_Product
  141. //
  142. this.listViewData_Product.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.listViewData_Product.FullRowSelect = true;
  144. this.listViewData_Product.IsDefaultShowGroups = false;
  145. this.listViewData_Product.Location = new System.Drawing.Point(5, 40);
  146. this.listViewData_Product.Name = "listViewData_Product";
  147. this.listViewData_Product.Size = new System.Drawing.Size(720, 579);
  148. this.listViewData_Product.TabIndex = 2292;
  149. this.listViewData_Product.UseCompatibleStateImageBehavior = false;
  150. //
  151. // panelEx3
  152. //
  153. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  154. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  155. this.panelEx3.BorderWidth = 1;
  156. this.panelEx3.Controls.Add(this.btnQuery);
  157. this.panelEx3.Controls.Add(this.txtQueryText);
  158. this.panelEx3.Controls.Add(this.labelEx1);
  159. this.panelEx3.Controls.Add(this.cmbtreevProdClassQuery);
  160. this.panelEx3.Controls.Add(this.chkUpperShelves);
  161. this.panelEx3.Controls.Add(this.chkDownShelves);
  162. this.panelEx3.Controls.Add(this.labelEx11);
  163. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  164. this.panelEx3.Location = new System.Drawing.Point(5, 5);
  165. this.panelEx3.Name = "panelEx3";
  166. this.panelEx3.Size = new System.Drawing.Size(720, 35);
  167. this.panelEx3.TabIndex = 226;
  168. //
  169. // btnQuery
  170. //
  171. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  172. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  173. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  174. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  175. this.btnQuery.ForeColor = System.Drawing.Color.White;
  176. this.btnQuery.IsCustomBackImg = false;
  177. this.btnQuery.IsShowText = true;
  178. this.btnQuery.Location = new System.Drawing.Point(572, 5);
  179. this.btnQuery.Name = "btnQuery";
  180. this.btnQuery.Size = new System.Drawing.Size(70, 25);
  181. this.btnQuery.TabIndex = 2235;
  182. this.btnQuery.Text = " 查 询";
  183. this.btnQuery.UseVisualStyleBackColor = false;
  184. //
  185. // txtQueryText
  186. //
  187. this.txtQueryText.BackColor = System.Drawing.Color.Transparent;
  188. this.txtQueryText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  189. this.txtQueryText.Icon = null;
  190. this.txtQueryText.IconIsButton = false;
  191. this.txtQueryText.IsPasswordChat = '\0';
  192. this.txtQueryText.IsSystemPasswordChar = false;
  193. this.txtQueryText.Lines = new string[0];
  194. this.txtQueryText.Location = new System.Drawing.Point(451, 6);
  195. this.txtQueryText.Margin = new System.Windows.Forms.Padding(0);
  196. this.txtQueryText.MaxLength = 32767;
  197. this.txtQueryText.MinimumSize = new System.Drawing.Size(0, 24);
  198. this.txtQueryText.MouseBack = null;
  199. this.txtQueryText.Multiline = false;
  200. this.txtQueryText.Name = "txtQueryText";
  201. this.txtQueryText.NormlBack = null;
  202. this.txtQueryText.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  203. this.txtQueryText.ReadOnly = false;
  204. this.txtQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  205. this.txtQueryText.Size = new System.Drawing.Size(116, 25);
  206. this.txtQueryText.TabIndex = 2234;
  207. this.txtQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  208. this.txtQueryText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  209. this.txtQueryText.WaterText = "";
  210. this.txtQueryText.WordWrap = true;
  211. //
  212. // labelEx1
  213. //
  214. this.labelEx1.AutoSize = true;
  215. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  216. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  217. this.labelEx1.Location = new System.Drawing.Point(384, 10);
  218. this.labelEx1.Name = "labelEx1";
  219. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  220. this.labelEx1.TabIndex = 226;
  221. this.labelEx1.Text = "商品名称:";
  222. //
  223. // cmbtreevProdClassQuery
  224. //
  225. this.cmbtreevProdClassQuery.AfterSelectLevelFirstNode = true;
  226. this.cmbtreevProdClassQuery.DropDownHeight = 220;
  227. this.cmbtreevProdClassQuery.DropDownShow = false;
  228. this.cmbtreevProdClassQuery.FormattingEnabled = true;
  229. this.cmbtreevProdClassQuery.IntegralHeight = false;
  230. this.cmbtreevProdClassQuery.IsNodeMouseClick = true;
  231. this.cmbtreevProdClassQuery.IsSelectParentNode = true;
  232. this.cmbtreevProdClassQuery.Location = new System.Drawing.Point(215, 9);
  233. this.cmbtreevProdClassQuery.Name = "cmbtreevProdClassQuery";
  234. this.cmbtreevProdClassQuery.ReadOnly = true;
  235. this.cmbtreevProdClassQuery.SelectedNode = null;
  236. this.cmbtreevProdClassQuery.Size = new System.Drawing.Size(154, 20);
  237. this.cmbtreevProdClassQuery.StrGetName = "";
  238. this.cmbtreevProdClassQuery.StrGetTagName = "";
  239. this.cmbtreevProdClassQuery.StrKey = null;
  240. this.cmbtreevProdClassQuery.TabIndex = 190;
  241. //
  242. // chkUpperShelves
  243. //
  244. this.chkUpperShelves.AutoSize = true;
  245. this.chkUpperShelves.BackColor = System.Drawing.Color.Transparent;
  246. this.chkUpperShelves.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  247. this.chkUpperShelves.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  248. this.chkUpperShelves.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  249. this.chkUpperShelves.Fourstates = false;
  250. this.chkUpperShelves.IsGreenTick = false;
  251. this.chkUpperShelves.Location = new System.Drawing.Point(8, 8);
  252. this.chkUpperShelves.Name = "chkUpperShelves";
  253. this.chkUpperShelves.Size = new System.Drawing.Size(51, 21);
  254. this.chkUpperShelves.TabIndex = 224;
  255. this.chkUpperShelves.Text = "上架";
  256. this.chkUpperShelves.UseVisualStyleBackColor = false;
  257. //
  258. // chkDownShelves
  259. //
  260. this.chkDownShelves.AutoSize = true;
  261. this.chkDownShelves.BackColor = System.Drawing.Color.Transparent;
  262. this.chkDownShelves.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  263. this.chkDownShelves.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  264. this.chkDownShelves.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  265. this.chkDownShelves.Fourstates = false;
  266. this.chkDownShelves.IsGreenTick = false;
  267. this.chkDownShelves.Location = new System.Drawing.Point(66, 8);
  268. this.chkDownShelves.Name = "chkDownShelves";
  269. this.chkDownShelves.Size = new System.Drawing.Size(51, 21);
  270. this.chkDownShelves.TabIndex = 225;
  271. this.chkDownShelves.Text = "下架";
  272. this.chkDownShelves.UseVisualStyleBackColor = false;
  273. //
  274. // labelEx11
  275. //
  276. this.labelEx11.AutoSize = true;
  277. this.labelEx11.BackColor = System.Drawing.Color.Transparent;
  278. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  279. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  280. this.labelEx11.Location = new System.Drawing.Point(126, 10);
  281. this.labelEx11.Name = "labelEx11";
  282. this.labelEx11.Size = new System.Drawing.Size(92, 17);
  283. this.labelEx11.TabIndex = 67;
  284. this.labelEx11.Text = "商品类别名称:";
  285. //
  286. // ucPagerEx1
  287. //
  288. this.ucPagerEx1.CurrentPageCount = 0;
  289. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  290. this.ucPagerEx1.Location = new System.Drawing.Point(5, 619);
  291. this.ucPagerEx1.Name = "ucPagerEx1";
  292. this.ucPagerEx1.NMax = 0;
  293. this.ucPagerEx1.PageCount = 0;
  294. this.ucPagerEx1.PageCurrent = 1;
  295. this.ucPagerEx1.PageSize = 20;
  296. this.ucPagerEx1.Size = new System.Drawing.Size(720, 23);
  297. this.ucPagerEx1.TabIndex = 223;
  298. this.ucPagerEx1.TbDataSource = null;
  299. //
  300. // openFileDialog1
  301. //
  302. this.openFileDialog1.FileName = "openFileDialog1";
  303. //
  304. // labelEx2
  305. //
  306. this.labelEx2.AutoSize = true;
  307. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  308. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  309. this.labelEx2.Location = new System.Drawing.Point(11, 15);
  310. this.labelEx2.Name = "labelEx2";
  311. this.labelEx2.Size = new System.Drawing.Size(73, 17);
  312. this.labelEx2.TabIndex = 192;
  313. this.labelEx2.Text = "*商品类别:";
  314. //
  315. // btnSave
  316. //
  317. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  318. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  319. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  320. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  321. this.btnSave.ForeColor = System.Drawing.Color.White;
  322. this.btnSave.IsCustomBackImg = false;
  323. this.btnSave.IsShowText = true;
  324. this.btnSave.Location = new System.Drawing.Point(91, 611);
  325. this.btnSave.Name = "btnSave";
  326. this.btnSave.Size = new System.Drawing.Size(70, 28);
  327. this.btnSave.TabIndex = 193;
  328. this.btnSave.Text = " 保 存";
  329. this.btnSave.UseVisualStyleBackColor = false;
  330. //
  331. // btnDelete
  332. //
  333. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  334. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  335. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  336. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  337. this.btnDelete.ForeColor = System.Drawing.Color.White;
  338. this.btnDelete.IsCustomBackImg = false;
  339. this.btnDelete.IsShowText = true;
  340. this.btnDelete.Location = new System.Drawing.Point(167, 611);
  341. this.btnDelete.Name = "btnDelete";
  342. this.btnDelete.Size = new System.Drawing.Size(70, 28);
  343. this.btnDelete.TabIndex = 195;
  344. this.btnDelete.Text = " 删 除";
  345. this.btnDelete.UseVisualStyleBackColor = false;
  346. //
  347. // labelEx3
  348. //
  349. this.labelEx3.AutoSize = true;
  350. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  351. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  352. this.labelEx3.Location = new System.Drawing.Point(11, 45);
  353. this.labelEx3.Name = "labelEx3";
  354. this.labelEx3.Size = new System.Drawing.Size(73, 17);
  355. this.labelEx3.TabIndex = 198;
  356. this.labelEx3.Text = "*商品名称:";
  357. //
  358. // txtProd_Name
  359. //
  360. this.txtProd_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  361. this.txtProd_Name.EmptyTextTip = null;
  362. this.txtProd_Name.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  363. this.txtProd_Name.Font = new System.Drawing.Font("微软雅黑", 9F);
  364. this.txtProd_Name.Location = new System.Drawing.Point(79, 42);
  365. this.txtProd_Name.MaxLength = 90;
  366. this.txtProd_Name.Name = "txtProd_Name";
  367. this.txtProd_Name.Size = new System.Drawing.Size(160, 23);
  368. this.txtProd_Name.TabIndex = 2;
  369. //
  370. // labelEx4
  371. //
  372. this.labelEx4.AutoSize = true;
  373. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  374. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  375. this.labelEx4.Location = new System.Drawing.Point(16, 76);
  376. this.labelEx4.Name = "labelEx4";
  377. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  378. this.labelEx4.TabIndex = 200;
  379. this.labelEx4.Text = "商品单位:";
  380. //
  381. // labelEx5
  382. //
  383. this.labelEx5.AutoSize = true;
  384. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  385. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  386. this.labelEx5.Location = new System.Drawing.Point(11, 144);
  387. this.labelEx5.Name = "labelEx5";
  388. this.labelEx5.Size = new System.Drawing.Size(73, 17);
  389. this.labelEx5.TabIndex = 201;
  390. this.labelEx5.Text = "*进货价格:";
  391. //
  392. // txtProd_CostPrice
  393. //
  394. this.txtProd_CostPrice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  395. this.txtProd_CostPrice.EmptyTextTip = null;
  396. this.txtProd_CostPrice.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  397. this.txtProd_CostPrice.Font = new System.Drawing.Font("微软雅黑", 9F);
  398. this.txtProd_CostPrice.Location = new System.Drawing.Point(79, 141);
  399. this.txtProd_CostPrice.Name = "txtProd_CostPrice";
  400. this.txtProd_CostPrice.Size = new System.Drawing.Size(80, 23);
  401. this.txtProd_CostPrice.TabIndex = 5;
  402. //
  403. // labelEx6
  404. //
  405. this.labelEx6.AutoSize = true;
  406. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  407. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  408. this.labelEx6.Location = new System.Drawing.Point(167, 144);
  409. this.labelEx6.Name = "labelEx6";
  410. this.labelEx6.Size = new System.Drawing.Size(73, 17);
  411. this.labelEx6.TabIndex = 203;
  412. this.labelEx6.Text = "*商品卖价:";
  413. //
  414. // txtProd_SalesPrice
  415. //
  416. this.txtProd_SalesPrice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  417. this.txtProd_SalesPrice.EmptyTextTip = null;
  418. this.txtProd_SalesPrice.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  419. this.txtProd_SalesPrice.Font = new System.Drawing.Font("微软雅黑", 9F);
  420. this.txtProd_SalesPrice.Location = new System.Drawing.Point(235, 141);
  421. this.txtProd_SalesPrice.Name = "txtProd_SalesPrice";
  422. this.txtProd_SalesPrice.Size = new System.Drawing.Size(80, 23);
  423. this.txtProd_SalesPrice.TabIndex = 6;
  424. //
  425. // labelEx7
  426. //
  427. this.labelEx7.AutoSize = true;
  428. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  429. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  430. this.labelEx7.Location = new System.Drawing.Point(16, 177);
  431. this.labelEx7.Name = "labelEx7";
  432. this.labelEx7.Size = new System.Drawing.Size(68, 17);
  433. this.labelEx7.TabIndex = 205;
  434. this.labelEx7.Text = "制作费用:";
  435. //
  436. // txtProd_PurchasePrice
  437. //
  438. this.txtProd_PurchasePrice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  439. this.txtProd_PurchasePrice.EmptyTextTip = null;
  440. this.txtProd_PurchasePrice.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  441. this.txtProd_PurchasePrice.Font = new System.Drawing.Font("微软雅黑", 9F);
  442. this.txtProd_PurchasePrice.Location = new System.Drawing.Point(79, 174);
  443. this.txtProd_PurchasePrice.Name = "txtProd_PurchasePrice";
  444. this.txtProd_PurchasePrice.Size = new System.Drawing.Size(80, 23);
  445. this.txtProd_PurchasePrice.TabIndex = 7;
  446. //
  447. // labelEx8
  448. //
  449. this.labelEx8.AutoSize = true;
  450. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  451. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  452. this.labelEx8.Location = new System.Drawing.Point(11, 209);
  453. this.labelEx8.Name = "labelEx8";
  454. this.labelEx8.Size = new System.Drawing.Size(73, 17);
  455. this.labelEx8.TabIndex = 207;
  456. this.labelEx8.Text = "*商品状态:";
  457. //
  458. // labelEx9
  459. //
  460. this.labelEx9.AutoSize = true;
  461. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  462. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  463. this.labelEx9.Location = new System.Drawing.Point(40, 338);
  464. this.labelEx9.Name = "labelEx9";
  465. this.labelEx9.Size = new System.Drawing.Size(44, 17);
  466. this.labelEx9.TabIndex = 208;
  467. this.labelEx9.Text = "备注:";
  468. //
  469. // btnClose
  470. //
  471. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  472. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  473. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  474. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  475. this.btnClose.ForeColor = System.Drawing.Color.White;
  476. this.btnClose.IsCustomBackImg = false;
  477. this.btnClose.IsShowText = true;
  478. this.btnClose.Location = new System.Drawing.Point(243, 611);
  479. this.btnClose.Name = "btnClose";
  480. this.btnClose.Size = new System.Drawing.Size(70, 28);
  481. this.btnClose.TabIndex = 194;
  482. this.btnClose.Text = " 关 闭";
  483. this.btnClose.UseVisualStyleBackColor = false;
  484. //
  485. // txtProd_Batch
  486. //
  487. this.txtProd_Batch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  488. this.txtProd_Batch.EmptyTextTip = null;
  489. this.txtProd_Batch.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  490. this.txtProd_Batch.Font = new System.Drawing.Font("微软雅黑", 9F);
  491. this.txtProd_Batch.Location = new System.Drawing.Point(243, 42);
  492. this.txtProd_Batch.Name = "txtProd_Batch";
  493. this.txtProd_Batch.Size = new System.Drawing.Size(55, 23);
  494. this.txtProd_Batch.TabIndex = 3;
  495. //
  496. // labelEx10
  497. //
  498. this.labelEx10.AutoSize = true;
  499. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  500. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  501. this.labelEx10.Location = new System.Drawing.Point(301, 43);
  502. this.labelEx10.Name = "labelEx10";
  503. this.labelEx10.Size = new System.Drawing.Size(18, 20);
  504. this.labelEx10.TabIndex = 212;
  505. this.labelEx10.Text = "P";
  506. //
  507. // txtProd_Remark
  508. //
  509. this.txtProd_Remark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  510. this.txtProd_Remark.EmptyTextTip = null;
  511. this.txtProd_Remark.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  512. this.txtProd_Remark.Font = new System.Drawing.Font("微软雅黑", 9F);
  513. this.txtProd_Remark.Location = new System.Drawing.Point(79, 340);
  514. this.txtProd_Remark.Multiline = true;
  515. this.txtProd_Remark.Name = "txtProd_Remark";
  516. this.txtProd_Remark.Size = new System.Drawing.Size(236, 56);
  517. this.txtProd_Remark.TabIndex = 12;
  518. //
  519. // btnUnit
  520. //
  521. this.btnUnit.BackColor = System.Drawing.Color.Transparent;
  522. this.btnUnit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUnit.BackImg")));
  523. this.btnUnit.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  524. this.btnUnit.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  525. this.btnUnit.ForeColor = System.Drawing.Color.White;
  526. this.btnUnit.IsCustomBackImg = false;
  527. this.btnUnit.IsShowText = true;
  528. this.btnUnit.Location = new System.Drawing.Point(268, 73);
  529. this.btnUnit.Name = "btnUnit";
  530. this.btnUnit.Size = new System.Drawing.Size(47, 25);
  531. this.btnUnit.TabIndex = 215;
  532. this.btnUnit.Text = " 设置";
  533. this.btnUnit.UseVisualStyleBackColor = false;
  534. //
  535. // btnSet
  536. //
  537. this.btnSet.BackColor = System.Drawing.Color.Transparent;
  538. this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
  539. this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  540. this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  541. this.btnSet.ForeColor = System.Drawing.Color.White;
  542. this.btnSet.IsCustomBackImg = false;
  543. this.btnSet.IsShowText = true;
  544. this.btnSet.Location = new System.Drawing.Point(268, 12);
  545. this.btnSet.Name = "btnSet";
  546. this.btnSet.Size = new System.Drawing.Size(47, 25);
  547. this.btnSet.TabIndex = 216;
  548. this.btnSet.Text = " 设置";
  549. this.btnSet.UseVisualStyleBackColor = false;
  550. //
  551. // cmbtreevProdClass
  552. //
  553. this.cmbtreevProdClass.AfterSelectLevelFirstNode = true;
  554. this.cmbtreevProdClass.DropDownHeight = 220;
  555. this.cmbtreevProdClass.DropDownShow = false;
  556. this.cmbtreevProdClass.FormattingEnabled = true;
  557. this.cmbtreevProdClass.IntegralHeight = false;
  558. this.cmbtreevProdClass.IsNodeMouseClick = true;
  559. this.cmbtreevProdClass.IsSelectParentNode = false;
  560. this.cmbtreevProdClass.Location = new System.Drawing.Point(79, 14);
  561. this.cmbtreevProdClass.Name = "cmbtreevProdClass";
  562. this.cmbtreevProdClass.ReadOnly = true;
  563. this.cmbtreevProdClass.SelectedNode = null;
  564. this.cmbtreevProdClass.Size = new System.Drawing.Size(182, 20);
  565. this.cmbtreevProdClass.StrGetName = "";
  566. this.cmbtreevProdClass.StrGetTagName = "";
  567. this.cmbtreevProdClass.StrKey = null;
  568. this.cmbtreevProdClass.TabIndex = 0;
  569. //
  570. // labelEx12
  571. //
  572. this.labelEx12.AutoSize = true;
  573. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  574. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  575. this.labelEx12.Location = new System.Drawing.Point(167, 177);
  576. this.labelEx12.Name = "labelEx12";
  577. this.labelEx12.Size = new System.Drawing.Size(73, 17);
  578. this.labelEx12.TabIndex = 218;
  579. this.labelEx12.Text = "*报警数量:";
  580. //
  581. // txtProd_AlarmQuantity
  582. //
  583. this.txtProd_AlarmQuantity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  584. this.txtProd_AlarmQuantity.EmptyTextTip = null;
  585. this.txtProd_AlarmQuantity.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  586. this.txtProd_AlarmQuantity.Font = new System.Drawing.Font("微软雅黑", 9F);
  587. this.txtProd_AlarmQuantity.Location = new System.Drawing.Point(235, 174);
  588. this.txtProd_AlarmQuantity.Name = "txtProd_AlarmQuantity";
  589. this.txtProd_AlarmQuantity.Size = new System.Drawing.Size(80, 23);
  590. this.txtProd_AlarmQuantity.TabIndex = 8;
  591. this.txtProd_AlarmQuantity.Text = "0";
  592. //
  593. // labelEx13
  594. //
  595. this.labelEx13.AutoSize = true;
  596. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  597. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  598. this.labelEx13.Location = new System.Drawing.Point(167, 209);
  599. this.labelEx13.Name = "labelEx13";
  600. this.labelEx13.Size = new System.Drawing.Size(73, 17);
  601. this.labelEx13.TabIndex = 220;
  602. this.labelEx13.Text = "*库存状态:";
  603. //
  604. // labelEx14
  605. //
  606. this.labelEx14.AutoSize = true;
  607. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  608. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  609. this.labelEx14.Location = new System.Drawing.Point(13, 409);
  610. this.labelEx14.Name = "labelEx14";
  611. this.labelEx14.Size = new System.Drawing.Size(61, 19);
  612. this.labelEx14.TabIndex = 221;
  613. this.labelEx14.Text = "商品图片";
  614. //
  615. // picFam_PhotoAlbum
  616. //
  617. this.picFam_PhotoAlbum.BackColor = System.Drawing.Color.Silver;
  618. this.picFam_PhotoAlbum.Cursor = System.Windows.Forms.Cursors.Hand;
  619. this.picFam_PhotoAlbum.Location = new System.Drawing.Point(17, 438);
  620. this.picFam_PhotoAlbum.Name = "picFam_PhotoAlbum";
  621. this.picFam_PhotoAlbum.Size = new System.Drawing.Size(297, 163);
  622. this.picFam_PhotoAlbum.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  623. this.picFam_PhotoAlbum.TabIndex = 224;
  624. this.picFam_PhotoAlbum.TabStop = false;
  625. //
  626. // labelEx16
  627. //
  628. this.labelEx16.AutoSize = true;
  629. this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  630. this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  631. this.labelEx16.Location = new System.Drawing.Point(256, 272);
  632. this.labelEx16.Name = "labelEx16";
  633. this.labelEx16.Size = new System.Drawing.Size(63, 20);
  634. this.labelEx16.TabIndex = 227;
  635. this.labelEx16.Text = "(m2) / P";
  636. //
  637. // btnUpload
  638. //
  639. this.btnUpload.BackColor = System.Drawing.Color.Transparent;
  640. this.btnUpload.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpload.BackImg")));
  641. this.btnUpload.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  642. this.btnUpload.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  643. this.btnUpload.ForeColor = System.Drawing.Color.White;
  644. this.btnUpload.IsCustomBackImg = false;
  645. this.btnUpload.IsShowText = true;
  646. this.btnUpload.Location = new System.Drawing.Point(105, 407);
  647. this.btnUpload.Name = "btnUpload";
  648. this.btnUpload.Size = new System.Drawing.Size(65, 25);
  649. this.btnUpload.TabIndex = 228;
  650. this.btnUpload.Text = " 浏 览";
  651. this.btnUpload.UseVisualStyleBackColor = false;
  652. //
  653. // btnPicDelete
  654. //
  655. this.btnPicDelete.BackColor = System.Drawing.Color.Transparent;
  656. this.btnPicDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPicDelete.BackImg")));
  657. this.btnPicDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  658. this.btnPicDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  659. this.btnPicDelete.ForeColor = System.Drawing.Color.White;
  660. this.btnPicDelete.IsCustomBackImg = false;
  661. this.btnPicDelete.IsShowText = true;
  662. this.btnPicDelete.Location = new System.Drawing.Point(176, 407);
  663. this.btnPicDelete.Name = "btnPicDelete";
  664. this.btnPicDelete.Size = new System.Drawing.Size(65, 25);
  665. this.btnPicDelete.TabIndex = 229;
  666. this.btnPicDelete.Text = " 删 除";
  667. this.btnPicDelete.UseVisualStyleBackColor = false;
  668. //
  669. // btnReset
  670. //
  671. this.btnReset.BackColor = System.Drawing.Color.Transparent;
  672. this.btnReset.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReset.BackImg")));
  673. this.btnReset.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  674. this.btnReset.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  675. this.btnReset.ForeColor = System.Drawing.Color.White;
  676. this.btnReset.IsCustomBackImg = false;
  677. this.btnReset.IsShowText = true;
  678. this.btnReset.Location = new System.Drawing.Point(15, 611);
  679. this.btnReset.Name = "btnReset";
  680. this.btnReset.Size = new System.Drawing.Size(70, 28);
  681. this.btnReset.TabIndex = 230;
  682. this.btnReset.Text = " 重 置";
  683. this.btnReset.UseVisualStyleBackColor = false;
  684. //
  685. // labelEx15
  686. //
  687. this.labelEx15.AutoSize = true;
  688. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  689. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  690. this.labelEx15.Location = new System.Drawing.Point(16, 274);
  691. this.labelEx15.Name = "labelEx15";
  692. this.labelEx15.Size = new System.Drawing.Size(68, 17);
  693. this.labelEx15.TabIndex = 226;
  694. this.labelEx15.Text = "冲印面积:";
  695. //
  696. // txtProd_PrintArea
  697. //
  698. this.txtProd_PrintArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  699. this.txtProd_PrintArea.EmptyTextTip = null;
  700. this.txtProd_PrintArea.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  701. this.txtProd_PrintArea.Font = new System.Drawing.Font("微软雅黑", 9F);
  702. this.txtProd_PrintArea.Location = new System.Drawing.Point(79, 271);
  703. this.txtProd_PrintArea.Name = "txtProd_PrintArea";
  704. this.txtProd_PrintArea.Size = new System.Drawing.Size(175, 23);
  705. this.txtProd_PrintArea.TabIndex = 11;
  706. this.txtProd_PrintArea.Text = "0";
  707. //
  708. // cmbtreevProdUnit
  709. //
  710. this.cmbtreevProdUnit.AfterSelectLevelFirstNode = true;
  711. this.cmbtreevProdUnit.DropDownHeight = 220;
  712. this.cmbtreevProdUnit.DropDownShow = false;
  713. this.cmbtreevProdUnit.FormattingEnabled = true;
  714. this.cmbtreevProdUnit.IntegralHeight = false;
  715. this.cmbtreevProdUnit.IsNodeMouseClick = true;
  716. this.cmbtreevProdUnit.IsSelectParentNode = false;
  717. this.cmbtreevProdUnit.Location = new System.Drawing.Point(79, 75);
  718. this.cmbtreevProdUnit.Name = "cmbtreevProdUnit";
  719. this.cmbtreevProdUnit.ReadOnly = true;
  720. this.cmbtreevProdUnit.SelectedNode = null;
  721. this.cmbtreevProdUnit.Size = new System.Drawing.Size(182, 20);
  722. this.cmbtreevProdUnit.StrGetName = "";
  723. this.cmbtreevProdUnit.StrGetTagName = "";
  724. this.cmbtreevProdUnit.StrKey = null;
  725. this.cmbtreevProdUnit.TabIndex = 231;
  726. //
  727. // cmbtreevProdIsEnabled
  728. //
  729. this.cmbtreevProdIsEnabled.AfterSelectLevelFirstNode = true;
  730. this.cmbtreevProdIsEnabled.DropDownHeight = 220;
  731. this.cmbtreevProdIsEnabled.DropDownShow = false;
  732. this.cmbtreevProdIsEnabled.FormattingEnabled = true;
  733. this.cmbtreevProdIsEnabled.IntegralHeight = false;
  734. this.cmbtreevProdIsEnabled.IsNodeMouseClick = true;
  735. this.cmbtreevProdIsEnabled.IsSelectParentNode = false;
  736. this.cmbtreevProdIsEnabled.Location = new System.Drawing.Point(79, 208);
  737. this.cmbtreevProdIsEnabled.Name = "cmbtreevProdIsEnabled";
  738. this.cmbtreevProdIsEnabled.ReadOnly = true;
  739. this.cmbtreevProdIsEnabled.SelectedNode = null;
  740. this.cmbtreevProdIsEnabled.Size = new System.Drawing.Size(80, 20);
  741. this.cmbtreevProdIsEnabled.StrGetName = "";
  742. this.cmbtreevProdIsEnabled.StrGetTagName = "";
  743. this.cmbtreevProdIsEnabled.StrKey = null;
  744. this.cmbtreevProdIsEnabled.TabIndex = 232;
  745. //
  746. // panelEx1
  747. //
  748. this.panelEx1.BorderColor = System.Drawing.Color.Black;
  749. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  750. this.panelEx1.BorderWidth = 1;
  751. this.panelEx1.Controls.Add(this.panelEx4);
  752. this.panelEx1.Controls.Add(this.btn_UpdateLoad);
  753. this.panelEx1.Controls.Add(this.btnSupplierSelect);
  754. this.panelEx1.Controls.Add(this.txtProd_Vendor);
  755. this.panelEx1.Controls.Add(this.labelEx17);
  756. this.panelEx1.Controls.Add(this.cmbtreevProdAvailability);
  757. this.panelEx1.Controls.Add(this.cmbtreevProdIsEnabled);
  758. this.panelEx1.Controls.Add(this.cmbtreevProdUnit);
  759. this.panelEx1.Controls.Add(this.txtProd_PrintArea);
  760. this.panelEx1.Controls.Add(this.labelEx15);
  761. this.panelEx1.Controls.Add(this.btnReset);
  762. this.panelEx1.Controls.Add(this.btnPicDelete);
  763. this.panelEx1.Controls.Add(this.btnUpload);
  764. this.panelEx1.Controls.Add(this.labelEx16);
  765. this.panelEx1.Controls.Add(this.picFam_PhotoAlbum);
  766. this.panelEx1.Controls.Add(this.labelEx14);
  767. this.panelEx1.Controls.Add(this.labelEx13);
  768. this.panelEx1.Controls.Add(this.txtProd_AlarmQuantity);
  769. this.panelEx1.Controls.Add(this.labelEx12);
  770. this.panelEx1.Controls.Add(this.cmbtreevProdClass);
  771. this.panelEx1.Controls.Add(this.btnSet);
  772. this.panelEx1.Controls.Add(this.btnUnit);
  773. this.panelEx1.Controls.Add(this.txtProd_Remark);
  774. this.panelEx1.Controls.Add(this.labelEx10);
  775. this.panelEx1.Controls.Add(this.txtProd_Batch);
  776. this.panelEx1.Controls.Add(this.btnClose);
  777. this.panelEx1.Controls.Add(this.labelEx20);
  778. this.panelEx1.Controls.Add(this.labelEx9);
  779. this.panelEx1.Controls.Add(this.labelEx8);
  780. this.panelEx1.Controls.Add(this.txtProd_PurchasePrice);
  781. this.panelEx1.Controls.Add(this.labelEx7);
  782. this.panelEx1.Controls.Add(this.txtProd_Height);
  783. this.panelEx1.Controls.Add(this.txtProd_SalesPrice);
  784. this.panelEx1.Controls.Add(this.labelEx19);
  785. this.panelEx1.Controls.Add(this.txtProd_Width);
  786. this.panelEx1.Controls.Add(this.labelEx6);
  787. this.panelEx1.Controls.Add(this.labelEx18);
  788. this.panelEx1.Controls.Add(this.txtProd_CostPrice);
  789. this.panelEx1.Controls.Add(this.labelEx5);
  790. this.panelEx1.Controls.Add(this.labelEx4);
  791. this.panelEx1.Controls.Add(this.txtProd_Name);
  792. this.panelEx1.Controls.Add(this.labelEx3);
  793. this.panelEx1.Controls.Add(this.btnDelete);
  794. this.panelEx1.Controls.Add(this.btnSave);
  795. this.panelEx1.Controls.Add(this.labelEx2);
  796. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Left;
  797. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  798. this.panelEx1.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
  799. this.panelEx1.Name = "panelEx1";
  800. this.panelEx1.Size = new System.Drawing.Size(332, 647);
  801. this.panelEx1.TabIndex = 0;
  802. //
  803. // btn_UpdateLoad
  804. //
  805. this.btn_UpdateLoad.BackColor = System.Drawing.Color.Transparent;
  806. this.btn_UpdateLoad.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_UpdateLoad.BackImg")));
  807. this.btn_UpdateLoad.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  808. this.btn_UpdateLoad.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  809. this.btn_UpdateLoad.ForeColor = System.Drawing.Color.White;
  810. this.btn_UpdateLoad.IsCustomBackImg = false;
  811. this.btn_UpdateLoad.IsShowText = true;
  812. this.btn_UpdateLoad.Location = new System.Drawing.Point(247, 407);
  813. this.btn_UpdateLoad.Name = "btn_UpdateLoad";
  814. this.btn_UpdateLoad.Size = new System.Drawing.Size(65, 25);
  815. this.btn_UpdateLoad.TabIndex = 237;
  816. this.btn_UpdateLoad.Text = " 上 传";
  817. this.btn_UpdateLoad.UseVisualStyleBackColor = false;
  818. //
  819. // btnSupplierSelect
  820. //
  821. this.btnSupplierSelect.BackColor = System.Drawing.Color.Transparent;
  822. this.btnSupplierSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSupplierSelect.BackImg")));
  823. this.btnSupplierSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  824. this.btnSupplierSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  825. this.btnSupplierSelect.ForeColor = System.Drawing.Color.White;
  826. this.btnSupplierSelect.IsCustomBackImg = false;
  827. this.btnSupplierSelect.IsShowText = true;
  828. this.btnSupplierSelect.Location = new System.Drawing.Point(268, 236);
  829. this.btnSupplierSelect.Name = "btnSupplierSelect";
  830. this.btnSupplierSelect.Size = new System.Drawing.Size(47, 25);
  831. this.btnSupplierSelect.TabIndex = 236;
  832. this.btnSupplierSelect.Text = " 选择";
  833. this.btnSupplierSelect.UseVisualStyleBackColor = false;
  834. //
  835. // txtProd_Vendor
  836. //
  837. this.txtProd_Vendor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  838. this.txtProd_Vendor.EmptyTextTip = null;
  839. this.txtProd_Vendor.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  840. this.txtProd_Vendor.Font = new System.Drawing.Font("微软雅黑", 9F);
  841. this.txtProd_Vendor.Location = new System.Drawing.Point(79, 237);
  842. this.txtProd_Vendor.Name = "txtProd_Vendor";
  843. this.txtProd_Vendor.ReadOnly = true;
  844. this.txtProd_Vendor.Size = new System.Drawing.Size(182, 23);
  845. this.txtProd_Vendor.TabIndex = 235;
  846. //
  847. // labelEx17
  848. //
  849. this.labelEx17.AutoSize = true;
  850. this.labelEx17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  851. this.labelEx17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  852. this.labelEx17.Location = new System.Drawing.Point(28, 240);
  853. this.labelEx17.Name = "labelEx17";
  854. this.labelEx17.Size = new System.Drawing.Size(56, 17);
  855. this.labelEx17.TabIndex = 234;
  856. this.labelEx17.Text = "供应商:";
  857. //
  858. // cmbtreevProdAvailability
  859. //
  860. this.cmbtreevProdAvailability.AfterSelectLevelFirstNode = true;
  861. this.cmbtreevProdAvailability.DropDownHeight = 220;
  862. this.cmbtreevProdAvailability.DropDownShow = false;
  863. this.cmbtreevProdAvailability.FormattingEnabled = true;
  864. this.cmbtreevProdAvailability.IntegralHeight = false;
  865. this.cmbtreevProdAvailability.IsNodeMouseClick = true;
  866. this.cmbtreevProdAvailability.IsSelectParentNode = false;
  867. this.cmbtreevProdAvailability.Location = new System.Drawing.Point(235, 208);
  868. this.cmbtreevProdAvailability.Name = "cmbtreevProdAvailability";
  869. this.cmbtreevProdAvailability.ReadOnly = true;
  870. this.cmbtreevProdAvailability.SelectedNode = null;
  871. this.cmbtreevProdAvailability.Size = new System.Drawing.Size(80, 20);
  872. this.cmbtreevProdAvailability.StrGetName = "";
  873. this.cmbtreevProdAvailability.StrGetTagName = "";
  874. this.cmbtreevProdAvailability.StrKey = null;
  875. this.cmbtreevProdAvailability.TabIndex = 233;
  876. //
  877. // txtProd_Height
  878. //
  879. this.txtProd_Height.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  880. this.txtProd_Height.EmptyTextTip = null;
  881. this.txtProd_Height.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  882. this.txtProd_Height.Font = new System.Drawing.Font("微软雅黑", 9F);
  883. this.txtProd_Height.Location = new System.Drawing.Point(235, 108);
  884. this.txtProd_Height.Name = "txtProd_Height";
  885. this.txtProd_Height.Size = new System.Drawing.Size(80, 23);
  886. this.txtProd_Height.TabIndex = 6;
  887. this.txtProd_Height.Text = "0";
  888. //
  889. // labelEx19
  890. //
  891. this.labelEx19.AutoSize = true;
  892. this.labelEx19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  893. this.labelEx19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  894. this.labelEx19.Location = new System.Drawing.Point(159, 110);
  895. this.labelEx19.Name = "labelEx19";
  896. this.labelEx19.Size = new System.Drawing.Size(81, 17);
  897. this.labelEx19.TabIndex = 203;
  898. this.labelEx19.Text = "商品高(cm):";
  899. //
  900. // txtProd_Width
  901. //
  902. this.txtProd_Width.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  903. this.txtProd_Width.EmptyTextTip = null;
  904. this.txtProd_Width.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  905. this.txtProd_Width.Font = new System.Drawing.Font("微软雅黑", 9F);
  906. this.txtProd_Width.Location = new System.Drawing.Point(78, 108);
  907. this.txtProd_Width.Name = "txtProd_Width";
  908. this.txtProd_Width.Size = new System.Drawing.Size(80, 23);
  909. this.txtProd_Width.TabIndex = 5;
  910. this.txtProd_Width.Text = "0";
  911. //
  912. // labelEx18
  913. //
  914. this.labelEx18.AutoSize = true;
  915. this.labelEx18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  916. this.labelEx18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  917. this.labelEx18.Location = new System.Drawing.Point(3, 111);
  918. this.labelEx18.Name = "labelEx18";
  919. this.labelEx18.Size = new System.Drawing.Size(81, 17);
  920. this.labelEx18.TabIndex = 201;
  921. this.labelEx18.Text = "商品宽(cm):";
  922. //
  923. // labelEx20
  924. //
  925. this.labelEx20.AutoSize = true;
  926. this.labelEx20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  927. this.labelEx20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  928. this.labelEx20.Location = new System.Drawing.Point(15, 306);
  929. this.labelEx20.Name = "labelEx20";
  930. this.labelEx20.Size = new System.Drawing.Size(68, 17);
  931. this.labelEx20.TabIndex = 208;
  932. this.labelEx20.Text = "商品状况:";
  933. //
  934. // panelEx4
  935. //
  936. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  937. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  938. this.panelEx4.BorderWidth = 1;
  939. this.panelEx4.Controls.Add(this.rdo_HalfProduct);
  940. this.panelEx4.Controls.Add(this.rdo_Product);
  941. this.panelEx4.Location = new System.Drawing.Point(79, 305);
  942. this.panelEx4.Name = "panelEx4";
  943. this.panelEx4.Size = new System.Drawing.Size(236, 25);
  944. this.panelEx4.TabIndex = 238;
  945. //
  946. // rdo_Product
  947. //
  948. this.rdo_Product.AutoSize = true;
  949. this.rdo_Product.BackColor = System.Drawing.Color.Transparent;
  950. this.rdo_Product.Checked = true;
  951. this.rdo_Product.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  952. this.rdo_Product.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  953. this.rdo_Product.Location = new System.Drawing.Point(3, 2);
  954. this.rdo_Product.Name = "rdo_Product";
  955. this.rdo_Product.Size = new System.Drawing.Size(50, 21);
  956. this.rdo_Product.TabIndex = 0;
  957. this.rdo_Product.TabStop = true;
  958. this.rdo_Product.Text = "成品";
  959. this.rdo_Product.UseVisualStyleBackColor = false;
  960. //
  961. // rdo_HalfProduct
  962. //
  963. this.rdo_HalfProduct.AutoSize = true;
  964. this.rdo_HalfProduct.BackColor = System.Drawing.Color.Transparent;
  965. this.rdo_HalfProduct.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  966. this.rdo_HalfProduct.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  967. this.rdo_HalfProduct.Location = new System.Drawing.Point(73, 2);
  968. this.rdo_HalfProduct.Name = "rdo_HalfProduct";
  969. this.rdo_HalfProduct.Size = new System.Drawing.Size(62, 21);
  970. this.rdo_HalfProduct.TabIndex = 0;
  971. this.rdo_HalfProduct.Text = "半成品";
  972. this.rdo_HalfProduct.UseVisualStyleBackColor = false;
  973. //
  974. // FrmProductSet
  975. //
  976. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  977. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  978. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  979. this.ClientSize = new System.Drawing.Size(1072, 722);
  980. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  981. this.ImeMode = System.Windows.Forms.ImeMode.Off;
  982. this.Name = "FrmProductSet";
  983. this.Text = "商品设置";
  984. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  985. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  986. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  987. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  988. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  989. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  990. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  991. this.plExMainContainer.ResumeLayout(false);
  992. this.plFormMainContent.ResumeLayout(false);
  993. this.panelEx2.ResumeLayout(false);
  994. this.panelEx3.ResumeLayout(false);
  995. this.panelEx3.PerformLayout();
  996. ((System.ComponentModel.ISupportInitialize)(this.picFam_PhotoAlbum)).EndInit();
  997. this.panelEx1.ResumeLayout(false);
  998. this.panelEx1.PerformLayout();
  999. this.panelEx4.ResumeLayout(false);
  1000. this.panelEx4.PerformLayout();
  1001. this.ResumeLayout(false);
  1002. }
  1003. #endregion
  1004. private ComponentLibrary.PanelEx panelEx2;
  1005. private ComponentLibrary.LabelEx labelEx11;
  1006. protected UCPager.ucPagerEx ucPagerEx1;
  1007. protected System.Windows.Forms.OpenFileDialog openFileDialog1;
  1008. protected internal ComponentLibrary.CheckBoxEx chkDownShelves;
  1009. protected internal ComponentLibrary.CheckBoxEx chkUpperShelves;
  1010. private ComponentLibrary.PanelEx panelEx3;
  1011. protected internal ComponentLibrary.ListViewEx listViewData_Product;
  1012. private ComponentLibrary.PanelEx panelEx1;
  1013. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevProdAvailability;
  1014. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevProdIsEnabled;
  1015. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevProdUnit;
  1016. protected ComponentLibrary.TextBoxBasicEx txtProd_PrintArea;
  1017. private ComponentLibrary.LabelEx labelEx15;
  1018. protected ComponentLibrary.ButtonEx btnReset;
  1019. protected ComponentLibrary.ButtonForm btnPicDelete;
  1020. protected ComponentLibrary.ButtonForm btnUpload;
  1021. private ComponentLibrary.LabelEx labelEx16;
  1022. protected ComponentLibrary.PictureBoxEx picFam_PhotoAlbum;
  1023. private ComponentLibrary.LabelEx labelEx14;
  1024. private ComponentLibrary.LabelEx labelEx13;
  1025. protected ComponentLibrary.TextBoxBasicEx txtProd_AlarmQuantity;
  1026. private ComponentLibrary.LabelEx labelEx12;
  1027. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevProdClass;
  1028. protected ComponentLibrary.ButtonForm btnSet;
  1029. protected ComponentLibrary.ButtonForm btnUnit;
  1030. protected ComponentLibrary.TextBoxBasicEx txtProd_Remark;
  1031. private ComponentLibrary.LabelEx labelEx10;
  1032. protected ComponentLibrary.TextBoxBasicEx txtProd_Batch;
  1033. protected ComponentLibrary.ButtonEx btnClose;
  1034. private ComponentLibrary.LabelEx labelEx9;
  1035. private ComponentLibrary.LabelEx labelEx8;
  1036. protected ComponentLibrary.TextBoxBasicEx txtProd_PurchasePrice;
  1037. private ComponentLibrary.LabelEx labelEx7;
  1038. protected ComponentLibrary.TextBoxBasicEx txtProd_SalesPrice;
  1039. private ComponentLibrary.LabelEx labelEx6;
  1040. protected ComponentLibrary.TextBoxBasicEx txtProd_CostPrice;
  1041. private ComponentLibrary.LabelEx labelEx5;
  1042. private ComponentLibrary.LabelEx labelEx4;
  1043. protected ComponentLibrary.TextBoxBasicEx txtProd_Name;
  1044. private ComponentLibrary.LabelEx labelEx3;
  1045. protected ComponentLibrary.ButtonEx btnDelete;
  1046. protected ComponentLibrary.ButtonEx btnSave;
  1047. private ComponentLibrary.LabelEx labelEx2;
  1048. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevProdClassQuery;
  1049. private ComponentLibrary.LabelEx labelEx1;
  1050. protected internal ComponentLibrary.ButtonEx btnQuery;
  1051. protected internal ComponentLibrary.TextBoxEx txtQueryText;
  1052. private ComponentLibrary.LabelEx labelEx17;
  1053. protected internal ComponentLibrary.TextBoxBasicEx txtProd_Vendor;
  1054. protected internal ComponentLibrary.ButtonForm btnSupplierSelect;
  1055. protected ComponentLibrary.TextBoxBasicEx txtProd_Height;
  1056. private ComponentLibrary.LabelEx labelEx19;
  1057. protected ComponentLibrary.TextBoxBasicEx txtProd_Width;
  1058. private ComponentLibrary.LabelEx labelEx18;
  1059. protected ComponentLibrary.ButtonForm btn_UpdateLoad;
  1060. private ComponentLibrary.LabelEx labelEx20;
  1061. private ComponentLibrary.PanelEx panelEx4;
  1062. protected ComponentLibrary.RadioButtonEx rdo_Product;
  1063. protected ComponentLibrary.RadioButtonEx rdo_HalfProduct;
  1064. }
  1065. }