InventoryDetailFrmMain.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529
  1. namespace LYFZ.Software.UI.InventoryManagement
  2. {
  3. partial class InventoryDetailFrmMain
  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(InventoryDetailFrmMain));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  31. this.txtText = new LYFZ.ComponentLibrary.TextBoxEx();
  32. this.listViewData_Selected = new LYFZ.ComponentLibrary.ListViewEx();
  33. this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
  37. this.btnAdd = new LYFZ.ComponentLibrary.ButtonForm();
  38. this.btnRemove = new LYFZ.ComponentLibrary.ButtonForm();
  39. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.listViewData_Source = new LYFZ.ComponentLibrary.ListViewEx();
  41. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  42. this.chkAlarmProduct = new LYFZ.ComponentLibrary.CheckBoxEx();
  43. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  45. this.cmbtrrevProductCategory = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  46. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.txtQueryText = new LYFZ.ComponentLibrary.TextBoxEx();
  48. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.btnPurchaseRequest = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.btnCloseed = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.btnStocktaking = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  53. this.plExMainContainer.SuspendLayout();
  54. this.plFormMainContent.SuspendLayout();
  55. this.panelEx1.SuspendLayout();
  56. this.panelEx5.SuspendLayout();
  57. this.panelEx7.SuspendLayout();
  58. this.panelEx4.SuspendLayout();
  59. this.panelEx8.SuspendLayout();
  60. this.panelEx3.SuspendLayout();
  61. this.panelEx6.SuspendLayout();
  62. this.panelEx2.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // plExMainContainer
  66. //
  67. this.plExMainContainer.Controls.Add(this.panelEx1);
  68. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  69. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  70. this.plExMainContainer.Size = new System.Drawing.Size(970, 545);
  71. //
  72. // plFormMainContent
  73. //
  74. this.plFormMainContent.Size = new System.Drawing.Size(970, 585);
  75. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  76. //
  77. // btnAppFormMaximize
  78. //
  79. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  80. this.btnAppFormMaximize.Location = new System.Drawing.Point(911, 0);
  81. //
  82. // btnAppFormExit
  83. //
  84. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  85. this.btnAppFormExit.Location = new System.Drawing.Point(938, 0);
  86. //
  87. // btnAppFormMinimize
  88. //
  89. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  90. this.btnAppFormMinimize.Location = new System.Drawing.Point(884, 0);
  91. //
  92. // panelEx1
  93. //
  94. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  95. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  96. this.panelEx1.BorderWidth = 1;
  97. this.panelEx1.Controls.Add(this.panelEx5);
  98. this.panelEx1.Controls.Add(this.panelEx4);
  99. this.panelEx1.Controls.Add(this.panelEx3);
  100. this.panelEx1.Controls.Add(this.panelEx2);
  101. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  103. this.panelEx1.Name = "panelEx1";
  104. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  105. this.panelEx1.Size = new System.Drawing.Size(960, 525);
  106. this.panelEx1.TabIndex = 0;
  107. //
  108. // panelEx5
  109. //
  110. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  111. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  112. this.panelEx5.BorderWidth = 1;
  113. this.panelEx5.Controls.Add(this.txtText);
  114. this.panelEx5.Controls.Add(this.listViewData_Selected);
  115. this.panelEx5.Controls.Add(this.panelEx7);
  116. this.panelEx5.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.panelEx5.Location = new System.Drawing.Point(610, 37);
  118. this.panelEx5.Name = "panelEx5";
  119. this.panelEx5.Size = new System.Drawing.Size(348, 486);
  120. this.panelEx5.TabIndex = 3;
  121. //
  122. // txtText
  123. //
  124. this.txtText.BackColor = System.Drawing.Color.Transparent;
  125. this.txtText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  126. this.txtText.Icon = null;
  127. this.txtText.IconIsButton = false;
  128. this.txtText.IsPasswordChat = '\0';
  129. this.txtText.IsSystemPasswordChar = false;
  130. this.txtText.Lines = new string[0];
  131. this.txtText.Location = new System.Drawing.Point(156, 93);
  132. this.txtText.Margin = new System.Windows.Forms.Padding(0);
  133. this.txtText.MaxLength = 32767;
  134. this.txtText.MinimumSize = new System.Drawing.Size(0, 24);
  135. this.txtText.MouseBack = null;
  136. this.txtText.Multiline = false;
  137. this.txtText.Name = "txtText";
  138. this.txtText.NormlBack = null;
  139. this.txtText.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  140. this.txtText.ReadOnly = false;
  141. this.txtText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  142. this.txtText.Size = new System.Drawing.Size(140, 25);
  143. this.txtText.TabIndex = 2296;
  144. this.txtText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  145. this.txtText.Visible = false;
  146. this.txtText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  147. this.txtText.WaterText = "";
  148. this.txtText.WordWrap = true;
  149. //
  150. // listViewData_Selected
  151. //
  152. this.listViewData_Selected.Dock = System.Windows.Forms.DockStyle.Fill;
  153. this.listViewData_Selected.FullRowSelect = true;
  154. this.listViewData_Selected.IsDefaultShowGroups = false;
  155. this.listViewData_Selected.Location = new System.Drawing.Point(0, 22);
  156. this.listViewData_Selected.Name = "listViewData_Selected";
  157. this.listViewData_Selected.Size = new System.Drawing.Size(348, 464);
  158. this.listViewData_Selected.TabIndex = 2295;
  159. this.listViewData_Selected.UseCompatibleStateImageBehavior = false;
  160. //
  161. // panelEx7
  162. //
  163. this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  164. this.panelEx7.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  165. this.panelEx7.BorderWidth = 1;
  166. this.panelEx7.Controls.Add(this.labelEx2);
  167. this.panelEx7.Dock = System.Windows.Forms.DockStyle.Top;
  168. this.panelEx7.Location = new System.Drawing.Point(0, 0);
  169. this.panelEx7.Name = "panelEx7";
  170. this.panelEx7.Size = new System.Drawing.Size(348, 22);
  171. this.panelEx7.TabIndex = 2294;
  172. //
  173. // labelEx2
  174. //
  175. this.labelEx2.AutoSize = true;
  176. this.labelEx2.BackColor = System.Drawing.Color.Transparent;
  177. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  178. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  179. this.labelEx2.Location = new System.Drawing.Point(3, 3);
  180. this.labelEx2.Name = "labelEx2";
  181. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  182. this.labelEx2.TabIndex = 223;
  183. this.labelEx2.Text = "已选购商品";
  184. //
  185. // panelEx4
  186. //
  187. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  188. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  189. this.panelEx4.BorderWidth = 1;
  190. this.panelEx4.Controls.Add(this.panelEx8);
  191. this.panelEx4.Dock = System.Windows.Forms.DockStyle.Left;
  192. this.panelEx4.Location = new System.Drawing.Point(552, 37);
  193. this.panelEx4.Name = "panelEx4";
  194. this.panelEx4.Size = new System.Drawing.Size(58, 486);
  195. this.panelEx4.TabIndex = 2;
  196. //
  197. // panelEx8
  198. //
  199. this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  200. this.panelEx8.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  201. this.panelEx8.BorderWidth = 1;
  202. this.panelEx8.Controls.Add(this.btnAdd);
  203. this.panelEx8.Controls.Add(this.btnRemove);
  204. this.panelEx8.Location = new System.Drawing.Point(1, 138);
  205. this.panelEx8.Name = "panelEx8";
  206. this.panelEx8.Size = new System.Drawing.Size(56, 200);
  207. this.panelEx8.TabIndex = 2294;
  208. //
  209. // btnAdd
  210. //
  211. this.btnAdd.BackColor = System.Drawing.Color.Transparent;
  212. this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg")));
  213. this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  214. this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  215. this.btnAdd.ForeColor = System.Drawing.Color.White;
  216. this.btnAdd.IsCustomBackImg = false;
  217. this.btnAdd.IsShowText = true;
  218. this.btnAdd.Location = new System.Drawing.Point(3, 41);
  219. this.btnAdd.Name = "btnAdd";
  220. this.btnAdd.Size = new System.Drawing.Size(50, 26);
  221. this.btnAdd.TabIndex = 232;
  222. this.btnAdd.Text = " 添加";
  223. this.btnAdd.UseVisualStyleBackColor = false;
  224. //
  225. // btnRemove
  226. //
  227. this.btnRemove.BackColor = System.Drawing.Color.Transparent;
  228. this.btnRemove.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRemove.BackImg")));
  229. this.btnRemove.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  230. this.btnRemove.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  231. this.btnRemove.ForeColor = System.Drawing.Color.White;
  232. this.btnRemove.IsCustomBackImg = false;
  233. this.btnRemove.IsShowText = true;
  234. this.btnRemove.Location = new System.Drawing.Point(3, 145);
  235. this.btnRemove.Name = "btnRemove";
  236. this.btnRemove.Size = new System.Drawing.Size(50, 26);
  237. this.btnRemove.TabIndex = 233;
  238. this.btnRemove.Text = " 移除";
  239. this.btnRemove.UseVisualStyleBackColor = false;
  240. //
  241. // panelEx3
  242. //
  243. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  244. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  245. this.panelEx3.BorderWidth = 1;
  246. this.panelEx3.Controls.Add(this.listViewData_Source);
  247. this.panelEx3.Controls.Add(this.panelEx6);
  248. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Left;
  249. this.panelEx3.Location = new System.Drawing.Point(2, 37);
  250. this.panelEx3.Name = "panelEx3";
  251. this.panelEx3.Size = new System.Drawing.Size(550, 486);
  252. this.panelEx3.TabIndex = 1;
  253. //
  254. // listViewData_Source
  255. //
  256. this.listViewData_Source.Dock = System.Windows.Forms.DockStyle.Fill;
  257. this.listViewData_Source.FullRowSelect = true;
  258. this.listViewData_Source.IsDefaultShowGroups = false;
  259. this.listViewData_Source.Location = new System.Drawing.Point(0, 22);
  260. this.listViewData_Source.Name = "listViewData_Source";
  261. this.listViewData_Source.Size = new System.Drawing.Size(550, 464);
  262. this.listViewData_Source.TabIndex = 2292;
  263. this.listViewData_Source.UseCompatibleStateImageBehavior = false;
  264. //
  265. // panelEx6
  266. //
  267. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  268. this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  269. this.panelEx6.BorderWidth = 1;
  270. this.panelEx6.Controls.Add(this.chkAlarmProduct);
  271. this.panelEx6.Controls.Add(this.labelEx1);
  272. this.panelEx6.Dock = System.Windows.Forms.DockStyle.Top;
  273. this.panelEx6.Location = new System.Drawing.Point(0, 0);
  274. this.panelEx6.Name = "panelEx6";
  275. this.panelEx6.Size = new System.Drawing.Size(550, 22);
  276. this.panelEx6.TabIndex = 2293;
  277. //
  278. // chkAlarmProduct
  279. //
  280. this.chkAlarmProduct.AutoSize = true;
  281. this.chkAlarmProduct.BackColor = System.Drawing.Color.Transparent;
  282. this.chkAlarmProduct.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  283. this.chkAlarmProduct.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  284. this.chkAlarmProduct.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  285. this.chkAlarmProduct.Fourstates = false;
  286. this.chkAlarmProduct.IsGreenTick = false;
  287. this.chkAlarmProduct.Location = new System.Drawing.Point(82, -1);
  288. this.chkAlarmProduct.Name = "chkAlarmProduct";
  289. this.chkAlarmProduct.Size = new System.Drawing.Size(75, 21);
  290. this.chkAlarmProduct.TabIndex = 5;
  291. this.chkAlarmProduct.Text = "报警商品";
  292. this.chkAlarmProduct.UseVisualStyleBackColor = false;
  293. //
  294. // labelEx1
  295. //
  296. this.labelEx1.AutoSize = true;
  297. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  298. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  299. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  300. this.labelEx1.Location = new System.Drawing.Point(3, 3);
  301. this.labelEx1.Name = "labelEx1";
  302. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  303. this.labelEx1.TabIndex = 222;
  304. this.labelEx1.Text = "商品名称";
  305. //
  306. // panelEx2
  307. //
  308. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  309. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  310. this.panelEx2.BorderWidth = 1;
  311. this.panelEx2.Controls.Add(this.cmbtrrevProductCategory);
  312. this.panelEx2.Controls.Add(this.btnQuery);
  313. this.panelEx2.Controls.Add(this.txtQueryText);
  314. this.panelEx2.Controls.Add(this.labelEx3);
  315. this.panelEx2.Controls.Add(this.btnPurchaseRequest);
  316. this.panelEx2.Controls.Add(this.btnCloseed);
  317. this.panelEx2.Controls.Add(this.btnExport);
  318. this.panelEx2.Controls.Add(this.btnStocktaking);
  319. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  320. this.panelEx2.Location = new System.Drawing.Point(2, 2);
  321. this.panelEx2.Name = "panelEx2";
  322. this.panelEx2.Size = new System.Drawing.Size(956, 35);
  323. this.panelEx2.TabIndex = 0;
  324. //
  325. // cmbtrrevProductCategory
  326. //
  327. this.cmbtrrevProductCategory.AfterSelectLevelFirstNode = true;
  328. this.cmbtrrevProductCategory.BackColor = System.Drawing.Color.White;
  329. this.cmbtrrevProductCategory.DropDownHeight = 220;
  330. this.cmbtrrevProductCategory.DropDownShow = true;
  331. this.cmbtrrevProductCategory.IntegralHeight = false;
  332. this.cmbtrrevProductCategory.IsNodeMouseClick = true;
  333. this.cmbtrrevProductCategory.IsSelectParentNode = true;
  334. this.cmbtrrevProductCategory.Location = new System.Drawing.Point(5, 9);
  335. this.cmbtrrevProductCategory.Name = "cmbtrrevProductCategory";
  336. this.cmbtrrevProductCategory.ReadOnly = true;
  337. this.cmbtrrevProductCategory.SelectedNode = null;
  338. this.cmbtrrevProductCategory.Size = new System.Drawing.Size(177, 20);
  339. this.cmbtrrevProductCategory.StrGetName = "";
  340. this.cmbtrrevProductCategory.StrGetTagName = "";
  341. this.cmbtrrevProductCategory.StrKey = null;
  342. this.cmbtrrevProductCategory.TabIndex = 4;
  343. //
  344. // btnQuery
  345. //
  346. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  347. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  348. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  349. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  350. this.btnQuery.ForeColor = System.Drawing.Color.White;
  351. this.btnQuery.IsCustomBackImg = false;
  352. this.btnQuery.IsShowText = true;
  353. this.btnQuery.Location = new System.Drawing.Point(400, 5);
  354. this.btnQuery.Name = "btnQuery";
  355. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  356. this.btnQuery.TabIndex = 2238;
  357. this.btnQuery.Text = " 查 询";
  358. this.btnQuery.UseVisualStyleBackColor = false;
  359. //
  360. // txtQueryText
  361. //
  362. this.txtQueryText.BackColor = System.Drawing.Color.Transparent;
  363. this.txtQueryText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  364. this.txtQueryText.Icon = null;
  365. this.txtQueryText.IconIsButton = false;
  366. this.txtQueryText.IsPasswordChat = '\0';
  367. this.txtQueryText.IsSystemPasswordChar = false;
  368. this.txtQueryText.Lines = new string[0];
  369. this.txtQueryText.Location = new System.Drawing.Point(253, 7);
  370. this.txtQueryText.Margin = new System.Windows.Forms.Padding(0);
  371. this.txtQueryText.MaxLength = 32767;
  372. this.txtQueryText.MinimumSize = new System.Drawing.Size(0, 24);
  373. this.txtQueryText.MouseBack = null;
  374. this.txtQueryText.Multiline = false;
  375. this.txtQueryText.Name = "txtQueryText";
  376. this.txtQueryText.NormlBack = null;
  377. this.txtQueryText.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  378. this.txtQueryText.ReadOnly = false;
  379. this.txtQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  380. this.txtQueryText.Size = new System.Drawing.Size(140, 25);
  381. this.txtQueryText.TabIndex = 2237;
  382. this.txtQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  383. this.txtQueryText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  384. this.txtQueryText.WaterText = "可输入商品名称";
  385. this.txtQueryText.WordWrap = true;
  386. //
  387. // labelEx3
  388. //
  389. this.labelEx3.AutoSize = true;
  390. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  391. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  392. this.labelEx3.Location = new System.Drawing.Point(190, 11);
  393. this.labelEx3.Name = "labelEx3";
  394. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  395. this.labelEx3.TabIndex = 2236;
  396. this.labelEx3.Text = "商品名称:";
  397. //
  398. // btnPurchaseRequest
  399. //
  400. this.btnPurchaseRequest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  401. this.btnPurchaseRequest.BackColor = System.Drawing.Color.Transparent;
  402. this.btnPurchaseRequest.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPurchaseRequest.BackImg")));
  403. this.btnPurchaseRequest.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  404. this.btnPurchaseRequest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  405. this.btnPurchaseRequest.ForeColor = System.Drawing.Color.White;
  406. this.btnPurchaseRequest.IsCustomBackImg = false;
  407. this.btnPurchaseRequest.IsShowText = true;
  408. this.btnPurchaseRequest.Location = new System.Drawing.Point(775, 5);
  409. this.btnPurchaseRequest.Name = "btnPurchaseRequest";
  410. this.btnPurchaseRequest.Size = new System.Drawing.Size(85, 28);
  411. this.btnPurchaseRequest.TabIndex = 1;
  412. this.btnPurchaseRequest.Text = " 采购申请";
  413. this.btnPurchaseRequest.UseVisualStyleBackColor = false;
  414. //
  415. // btnCloseed
  416. //
  417. this.btnCloseed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  418. this.btnCloseed.BackColor = System.Drawing.Color.Transparent;
  419. this.btnCloseed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCloseed.BackImg")));
  420. this.btnCloseed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  421. this.btnCloseed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  422. this.btnCloseed.ForeColor = System.Drawing.Color.White;
  423. this.btnCloseed.IsCustomBackImg = false;
  424. this.btnCloseed.IsShowText = true;
  425. this.btnCloseed.Location = new System.Drawing.Point(867, 5);
  426. this.btnCloseed.Name = "btnCloseed";
  427. this.btnCloseed.Size = new System.Drawing.Size(85, 28);
  428. this.btnCloseed.TabIndex = 2;
  429. this.btnCloseed.Text = " 关 闭";
  430. this.btnCloseed.UseVisualStyleBackColor = false;
  431. //
  432. // btnStocktaking
  433. //
  434. this.btnStocktaking.BackColor = System.Drawing.Color.Transparent;
  435. this.btnStocktaking.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnStocktaking.BackImg")));
  436. this.btnStocktaking.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  437. this.btnStocktaking.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  438. this.btnStocktaking.ForeColor = System.Drawing.Color.White;
  439. this.btnStocktaking.IsCustomBackImg = false;
  440. this.btnStocktaking.IsShowText = true;
  441. this.btnStocktaking.Location = new System.Drawing.Point(492, 5);
  442. this.btnStocktaking.Name = "btnStocktaking";
  443. this.btnStocktaking.Size = new System.Drawing.Size(85, 28);
  444. this.btnStocktaking.TabIndex = 0;
  445. this.btnStocktaking.Text = " 盘 点";
  446. this.btnStocktaking.UseVisualStyleBackColor = false;
  447. //
  448. // btnExport
  449. //
  450. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  451. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  452. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  453. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  454. this.btnExport.ForeColor = System.Drawing.Color.White;
  455. this.btnExport.IsCustomBackImg = false;
  456. this.btnExport.IsShowText = true;
  457. this.btnExport.Location = new System.Drawing.Point(583, 5);
  458. this.btnExport.Name = "btnExport";
  459. this.btnExport.Size = new System.Drawing.Size(85, 28);
  460. this.btnExport.TabIndex = 0;
  461. this.btnExport.Text = " 导 出";
  462. this.btnExport.UseVisualStyleBackColor = false;
  463. //
  464. // InventoryDetailFrmMain
  465. //
  466. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  467. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  468. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  469. this.ClientSize = new System.Drawing.Size(970, 650);
  470. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  471. this.IsShowUcNavigationTool = true;
  472. this.IsUserControlsSize = false;
  473. this.Name = "InventoryDetailFrmMain";
  474. this.Text = "库存明细";
  475. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  476. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  477. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  478. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  479. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  480. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  481. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  482. this.plExMainContainer.ResumeLayout(false);
  483. this.plFormMainContent.ResumeLayout(false);
  484. this.panelEx1.ResumeLayout(false);
  485. this.panelEx5.ResumeLayout(false);
  486. this.panelEx7.ResumeLayout(false);
  487. this.panelEx7.PerformLayout();
  488. this.panelEx4.ResumeLayout(false);
  489. this.panelEx8.ResumeLayout(false);
  490. this.panelEx3.ResumeLayout(false);
  491. this.panelEx6.ResumeLayout(false);
  492. this.panelEx6.PerformLayout();
  493. this.panelEx2.ResumeLayout(false);
  494. this.panelEx2.PerformLayout();
  495. this.ResumeLayout(false);
  496. }
  497. #endregion
  498. private ComponentLibrary.PanelEx panelEx1;
  499. private ComponentLibrary.PanelEx panelEx5;
  500. protected internal ComponentLibrary.PanelEx panelEx4;
  501. protected internal ComponentLibrary.PanelEx panelEx3;
  502. protected internal ComponentLibrary.ListViewEx listViewData_Selected;
  503. private ComponentLibrary.PanelEx panelEx7;
  504. protected internal ComponentLibrary.ListViewEx listViewData_Source;
  505. private ComponentLibrary.PanelEx panelEx6;
  506. private ComponentLibrary.PanelEx panelEx2;
  507. protected ComponentLibrary.LabelEx labelEx1;
  508. protected ComponentLibrary.LabelEx labelEx2;
  509. protected internal ComponentLibrary.ButtonEx btnCloseed;
  510. protected internal ComponentLibrary.ButtonEx btnPurchaseRequest;
  511. protected internal ComponentLibrary.ButtonEx btnStocktaking;
  512. protected internal ComponentLibrary.CheckBoxEx chkAlarmProduct;
  513. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtrrevProductCategory;
  514. protected internal ComponentLibrary.ButtonForm btnAdd;
  515. protected internal ComponentLibrary.ButtonForm btnRemove;
  516. protected internal ComponentLibrary.ButtonEx btnQuery;
  517. protected internal ComponentLibrary.TextBoxEx txtQueryText;
  518. private ComponentLibrary.LabelEx labelEx3;
  519. protected internal ComponentLibrary.PanelEx panelEx8;
  520. protected internal ComponentLibrary.TextBoxEx txtText;
  521. protected internal ComponentLibrary.ButtonEx btnExport;
  522. }
  523. }