FrmFixedAssetManagement.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678
  1. namespace LYFZ.Software.UI.InventoryManagement
  2. {
  3. partial class FrmFixedAssetManagement
  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(FrmFixedAssetManagement));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  32. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.lblStatistic = new LYFZ.ComponentLibrary.LabelEx();
  35. this.cmbtreevFixedAssetsClassQuerie = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  36. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  38. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.btnSet = new LYFZ.ComponentLibrary.ButtonForm();
  40. this.cmbtreevFixedAssetsClass = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  41. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.treevPathPhoto = new LYFZ.ComponentLibrary.TreeViewEx();
  43. this.btnBrowse = new LYFZ.ComponentLibrary.ButtonForm();
  44. this.btnRemovePhoto = new LYFZ.ComponentLibrary.ButtonForm();
  45. this.txtAssetsDate = new LYFZ.ComponentLibrary.DateTimePickerEx();
  46. this.txtAssetsPerson = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  47. this.txtAssetsRemark = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  48. this.pictPhoto = new LYFZ.ComponentLibrary.PictureBoxEx();
  49. this.txtAssetsPrice = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  50. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.btnReset = new LYFZ.ComponentLibrary.ButtonEx();
  53. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.txtAssetsName = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  55. this.txtAssetsQuantity = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  56. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.txtAssetsSize = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  58. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  61. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  62. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  63. this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
  64. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  65. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  66. this.plExMainContainer.SuspendLayout();
  67. this.plFormMainContent.SuspendLayout();
  68. this.panelEx2.SuspendLayout();
  69. this.panelEx3.SuspendLayout();
  70. this.panelEx1.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.pictPhoto)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // plExMainContainer
  76. //
  77. this.plExMainContainer.AutoScroll = true;
  78. this.plExMainContainer.Controls.Add(this.panelEx2);
  79. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  80. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  81. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  82. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  83. //
  84. // btnAppFormMaximize
  85. //
  86. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  87. //
  88. // btnAppFormExit
  89. //
  90. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  91. //
  92. // btnAppFormMinimize
  93. //
  94. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  95. //
  96. // openFileDialog1
  97. //
  98. this.openFileDialog1.FileName = "openFileDialog1";
  99. //
  100. // panelEx2
  101. //
  102. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  103. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  104. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  105. this.panelEx2.BorderWidth = 1;
  106. this.panelEx2.Controls.Add(this.dgvData);
  107. this.panelEx2.Controls.Add(this.panelEx3);
  108. this.panelEx2.Controls.Add(this.panelEx1);
  109. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  110. this.panelEx2.Location = new System.Drawing.Point(5, 5);
  111. this.panelEx2.Name = "panelEx2";
  112. this.panelEx2.Padding = new System.Windows.Forms.Padding(3);
  113. this.panelEx2.Size = new System.Drawing.Size(900, 495);
  114. this.panelEx2.TabIndex = 194;
  115. //
  116. // panelEx3
  117. //
  118. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  119. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  120. this.panelEx3.BorderWidth = 1;
  121. this.panelEx3.Controls.Add(this.lblStatistic);
  122. this.panelEx3.Controls.Add(this.cmbtreevFixedAssetsClassQuerie);
  123. this.panelEx3.Controls.Add(this.labelEx9);
  124. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  125. this.panelEx3.Location = new System.Drawing.Point(3, 183);
  126. this.panelEx3.Name = "panelEx3";
  127. this.panelEx3.Size = new System.Drawing.Size(892, 25);
  128. this.panelEx3.TabIndex = 2232;
  129. //
  130. // lblStatistic
  131. //
  132. this.lblStatistic.AutoSize = true;
  133. this.lblStatistic.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  134. this.lblStatistic.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  135. this.lblStatistic.Location = new System.Drawing.Point(303, 4);
  136. this.lblStatistic.Name = "lblStatistic";
  137. this.lblStatistic.Size = new System.Drawing.Size(75, 17);
  138. this.lblStatistic.TabIndex = 312;
  139. this.lblStatistic.Text = "资产统计:0";
  140. //
  141. // cmbtreevFixedAssetsClassQuerie
  142. //
  143. this.cmbtreevFixedAssetsClassQuerie.AfterSelectLevelFirstNode = true;
  144. this.cmbtreevFixedAssetsClassQuerie.DropDownHeight = 220;
  145. this.cmbtreevFixedAssetsClassQuerie.DropDownShow = false;
  146. this.cmbtreevFixedAssetsClassQuerie.FormattingEnabled = true;
  147. this.cmbtreevFixedAssetsClassQuerie.IntegralHeight = false;
  148. this.cmbtreevFixedAssetsClassQuerie.IsNodeMouseClick = true;
  149. this.cmbtreevFixedAssetsClassQuerie.IsSelectParentNode = true;
  150. this.cmbtreevFixedAssetsClassQuerie.Location = new System.Drawing.Point(59, 2);
  151. this.cmbtreevFixedAssetsClassQuerie.Name = "cmbtreevFixedAssetsClassQuerie";
  152. this.cmbtreevFixedAssetsClassQuerie.ReadOnly = true;
  153. this.cmbtreevFixedAssetsClassQuerie.SelectedNode = null;
  154. this.cmbtreevFixedAssetsClassQuerie.Size = new System.Drawing.Size(199, 20);
  155. this.cmbtreevFixedAssetsClassQuerie.StrGetName = "";
  156. this.cmbtreevFixedAssetsClassQuerie.StrGetTagName = "";
  157. this.cmbtreevFixedAssetsClassQuerie.StrKey = null;
  158. this.cmbtreevFixedAssetsClassQuerie.TabIndex = 310;
  159. //
  160. // labelEx9
  161. //
  162. this.labelEx9.AutoSize = true;
  163. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  164. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  165. this.labelEx9.Location = new System.Drawing.Point(12, 4);
  166. this.labelEx9.Name = "labelEx9";
  167. this.labelEx9.Size = new System.Drawing.Size(44, 17);
  168. this.labelEx9.TabIndex = 311;
  169. this.labelEx9.Text = "类别:";
  170. //
  171. // panelEx1
  172. //
  173. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  174. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  175. this.panelEx1.BorderWidth = 1;
  176. this.panelEx1.Controls.Add(this.labelEx10);
  177. this.panelEx1.Controls.Add(this.btnSet);
  178. this.panelEx1.Controls.Add(this.cmbtreevFixedAssetsClass);
  179. this.panelEx1.Controls.Add(this.labelEx6);
  180. this.panelEx1.Controls.Add(this.treevPathPhoto);
  181. this.panelEx1.Controls.Add(this.btnBrowse);
  182. this.panelEx1.Controls.Add(this.btnRemovePhoto);
  183. this.panelEx1.Controls.Add(this.txtAssetsDate);
  184. this.panelEx1.Controls.Add(this.txtAssetsPerson);
  185. this.panelEx1.Controls.Add(this.txtAssetsRemark);
  186. this.panelEx1.Controls.Add(this.pictPhoto);
  187. this.panelEx1.Controls.Add(this.txtAssetsPrice);
  188. this.panelEx1.Controls.Add(this.labelEx8);
  189. this.panelEx1.Controls.Add(this.btnDelete);
  190. this.panelEx1.Controls.Add(this.btnReset);
  191. this.panelEx1.Controls.Add(this.labelEx14);
  192. this.panelEx1.Controls.Add(this.txtAssetsName);
  193. this.panelEx1.Controls.Add(this.txtAssetsQuantity);
  194. this.panelEx1.Controls.Add(this.labelEx7);
  195. this.panelEx1.Controls.Add(this.txtAssetsSize);
  196. this.panelEx1.Controls.Add(this.labelEx5);
  197. this.panelEx1.Controls.Add(this.labelEx4);
  198. this.panelEx1.Controls.Add(this.labelEx3);
  199. this.panelEx1.Controls.Add(this.labelEx1);
  200. this.panelEx1.Controls.Add(this.btnClose);
  201. this.panelEx1.Controls.Add(this.btnSaveed);
  202. this.panelEx1.Controls.Add(this.labelEx2);
  203. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  204. this.panelEx1.Location = new System.Drawing.Point(3, 3);
  205. this.panelEx1.Name = "panelEx1";
  206. this.panelEx1.Size = new System.Drawing.Size(892, 180);
  207. this.panelEx1.TabIndex = 234;
  208. //
  209. // labelEx10
  210. //
  211. this.labelEx10.AutoSize = true;
  212. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 9F);
  213. this.labelEx10.ForeColor = System.Drawing.Color.Red;
  214. this.labelEx10.Location = new System.Drawing.Point(487, 22);
  215. this.labelEx10.Name = "labelEx10";
  216. this.labelEx10.Size = new System.Drawing.Size(128, 17);
  217. this.labelEx10.TabIndex = 311;
  218. this.labelEx10.Text = "(注:点击查看相片)";
  219. //
  220. // btnSet
  221. //
  222. this.btnSet.BackColor = System.Drawing.Color.Transparent;
  223. this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
  224. this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  225. this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  226. this.btnSet.ForeColor = System.Drawing.Color.White;
  227. this.btnSet.IsCustomBackImg = false;
  228. this.btnSet.IsShowText = true;
  229. this.btnSet.Location = new System.Drawing.Point(306, 10);
  230. this.btnSet.Name = "btnSet";
  231. this.btnSet.Size = new System.Drawing.Size(55, 23);
  232. this.btnSet.TabIndex = 310;
  233. this.btnSet.Text = " 设置";
  234. this.btnSet.UseVisualStyleBackColor = false;
  235. //
  236. // cmbtreevFixedAssetsClass
  237. //
  238. this.cmbtreevFixedAssetsClass.AfterSelectLevelFirstNode = true;
  239. this.cmbtreevFixedAssetsClass.DropDownHeight = 220;
  240. this.cmbtreevFixedAssetsClass.DropDownShow = false;
  241. this.cmbtreevFixedAssetsClass.FormattingEnabled = true;
  242. this.cmbtreevFixedAssetsClass.IntegralHeight = false;
  243. this.cmbtreevFixedAssetsClass.IsNodeMouseClick = true;
  244. this.cmbtreevFixedAssetsClass.IsSelectParentNode = false;
  245. this.cmbtreevFixedAssetsClass.Location = new System.Drawing.Point(62, 11);
  246. this.cmbtreevFixedAssetsClass.Name = "cmbtreevFixedAssetsClass";
  247. this.cmbtreevFixedAssetsClass.ReadOnly = true;
  248. this.cmbtreevFixedAssetsClass.SelectedNode = null;
  249. this.cmbtreevFixedAssetsClass.Size = new System.Drawing.Size(238, 20);
  250. this.cmbtreevFixedAssetsClass.StrGetName = "";
  251. this.cmbtreevFixedAssetsClass.StrGetTagName = "";
  252. this.cmbtreevFixedAssetsClass.StrKey = null;
  253. this.cmbtreevFixedAssetsClass.TabIndex = 308;
  254. //
  255. // labelEx6
  256. //
  257. this.labelEx6.AutoSize = true;
  258. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  259. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  260. this.labelEx6.Location = new System.Drawing.Point(9, 12);
  261. this.labelEx6.Name = "labelEx6";
  262. this.labelEx6.Size = new System.Drawing.Size(53, 17);
  263. this.labelEx6.TabIndex = 309;
  264. this.labelEx6.Text = "* 类别:";
  265. //
  266. // treevPathPhoto
  267. //
  268. this.treevPathPhoto.Location = new System.Drawing.Point(449, 46);
  269. this.treevPathPhoto.Name = "treevPathPhoto";
  270. this.treevPathPhoto.Size = new System.Drawing.Size(357, 122);
  271. this.treevPathPhoto.TabIndex = 307;
  272. //
  273. // btnBrowse
  274. //
  275. this.btnBrowse.BackColor = System.Drawing.Color.Transparent;
  276. this.btnBrowse.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnBrowse.BackImg")));
  277. this.btnBrowse.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  278. this.btnBrowse.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  279. this.btnBrowse.ForeColor = System.Drawing.Color.White;
  280. this.btnBrowse.IsCustomBackImg = false;
  281. this.btnBrowse.IsShowText = true;
  282. this.btnBrowse.Location = new System.Drawing.Point(751, 16);
  283. this.btnBrowse.Name = "btnBrowse";
  284. this.btnBrowse.Size = new System.Drawing.Size(55, 25);
  285. this.btnBrowse.TabIndex = 306;
  286. this.btnBrowse.Text = " 浏览";
  287. this.btnBrowse.UseVisualStyleBackColor = false;
  288. //
  289. // btnRemovePhoto
  290. //
  291. this.btnRemovePhoto.BackColor = System.Drawing.Color.Transparent;
  292. this.btnRemovePhoto.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRemovePhoto.BackImg")));
  293. this.btnRemovePhoto.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  294. this.btnRemovePhoto.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  295. this.btnRemovePhoto.ForeColor = System.Drawing.Color.White;
  296. this.btnRemovePhoto.IsCustomBackImg = false;
  297. this.btnRemovePhoto.IsShowText = true;
  298. this.btnRemovePhoto.Location = new System.Drawing.Point(690, 16);
  299. this.btnRemovePhoto.Name = "btnRemovePhoto";
  300. this.btnRemovePhoto.Size = new System.Drawing.Size(55, 25);
  301. this.btnRemovePhoto.TabIndex = 305;
  302. this.btnRemovePhoto.Text = " 移除";
  303. this.btnRemovePhoto.UseVisualStyleBackColor = false;
  304. //
  305. // txtAssetsDate
  306. //
  307. this.txtAssetsDate.CustomFormat = " ";
  308. this.txtAssetsDate.DateValue = "";
  309. this.txtAssetsDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  310. this.txtAssetsDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  311. this.txtAssetsDate.IsShowTime = false;
  312. this.txtAssetsDate.Location = new System.Drawing.Point(288, 36);
  313. this.txtAssetsDate.Name = "txtAssetsDate";
  314. this.txtAssetsDate.Size = new System.Drawing.Size(128, 23);
  315. this.txtAssetsDate.TabIndex = 304;
  316. //
  317. // txtAssetsPerson
  318. //
  319. this.txtAssetsPerson.AfterSelectLevelFirstNode = true;
  320. this.txtAssetsPerson.DropDownHeight = 220;
  321. this.txtAssetsPerson.DropDownShow = false;
  322. this.txtAssetsPerson.FormattingEnabled = true;
  323. this.txtAssetsPerson.IntegralHeight = false;
  324. this.txtAssetsPerson.IsNodeMouseClick = true;
  325. this.txtAssetsPerson.IsSelectParentNode = false;
  326. this.txtAssetsPerson.Location = new System.Drawing.Point(288, 91);
  327. this.txtAssetsPerson.Name = "txtAssetsPerson";
  328. this.txtAssetsPerson.ReadOnly = true;
  329. this.txtAssetsPerson.SelectedNode = null;
  330. this.txtAssetsPerson.Size = new System.Drawing.Size(128, 20);
  331. this.txtAssetsPerson.StrGetName = "";
  332. this.txtAssetsPerson.StrGetTagName = "";
  333. this.txtAssetsPerson.StrKey = null;
  334. this.txtAssetsPerson.TabIndex = 14;
  335. //
  336. // txtAssetsRemark
  337. //
  338. this.txtAssetsRemark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  339. this.txtAssetsRemark.EmptyTextTip = null;
  340. this.txtAssetsRemark.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  341. this.txtAssetsRemark.Font = new System.Drawing.Font("微软雅黑", 9F);
  342. this.txtAssetsRemark.Location = new System.Drawing.Point(63, 117);
  343. this.txtAssetsRemark.Multiline = true;
  344. this.txtAssetsRemark.Name = "txtAssetsRemark";
  345. this.txtAssetsRemark.Size = new System.Drawing.Size(353, 23);
  346. this.txtAssetsRemark.TabIndex = 128;
  347. //
  348. // pictPhoto
  349. //
  350. this.pictPhoto.BackColor = System.Drawing.Color.Silver;
  351. this.pictPhoto.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  352. this.pictPhoto.Cursor = System.Windows.Forms.Cursors.Hand;
  353. this.pictPhoto.Location = new System.Drawing.Point(824, 16);
  354. this.pictPhoto.Name = "pictPhoto";
  355. this.pictPhoto.Size = new System.Drawing.Size(151, 152);
  356. this.pictPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  357. this.pictPhoto.TabIndex = 142;
  358. this.pictPhoto.TabStop = false;
  359. //
  360. // txtAssetsPrice
  361. //
  362. this.txtAssetsPrice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  363. this.txtAssetsPrice.EmptyTextTip = null;
  364. this.txtAssetsPrice.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  365. this.txtAssetsPrice.Font = new System.Drawing.Font("微软雅黑", 9F);
  366. this.txtAssetsPrice.Location = new System.Drawing.Point(288, 63);
  367. this.txtAssetsPrice.Name = "txtAssetsPrice";
  368. this.txtAssetsPrice.Size = new System.Drawing.Size(128, 23);
  369. this.txtAssetsPrice.TabIndex = 127;
  370. //
  371. // labelEx8
  372. //
  373. this.labelEx8.AutoSize = true;
  374. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  375. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  376. this.labelEx8.Location = new System.Drawing.Point(210, 66);
  377. this.labelEx8.Name = "labelEx8";
  378. this.labelEx8.Size = new System.Drawing.Size(77, 17);
  379. this.labelEx8.TabIndex = 144;
  380. this.labelEx8.Text = "* 购买价格:";
  381. //
  382. // btnDelete
  383. //
  384. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  385. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  386. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  387. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  388. this.btnDelete.ForeColor = System.Drawing.Color.White;
  389. this.btnDelete.IsCustomBackImg = false;
  390. this.btnDelete.IsShowText = true;
  391. this.btnDelete.Location = new System.Drawing.Point(244, 145);
  392. this.btnDelete.Name = "btnDelete";
  393. this.btnDelete.Size = new System.Drawing.Size(80, 26);
  394. this.btnDelete.TabIndex = 141;
  395. this.btnDelete.Text = " 删 除";
  396. this.btnDelete.UseVisualStyleBackColor = false;
  397. //
  398. // btnReset
  399. //
  400. this.btnReset.BackColor = System.Drawing.Color.Transparent;
  401. this.btnReset.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReset.BackImg")));
  402. this.btnReset.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  403. this.btnReset.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  404. this.btnReset.ForeColor = System.Drawing.Color.White;
  405. this.btnReset.IsCustomBackImg = false;
  406. this.btnReset.IsShowText = true;
  407. this.btnReset.Location = new System.Drawing.Point(62, 145);
  408. this.btnReset.Name = "btnReset";
  409. this.btnReset.Size = new System.Drawing.Size(80, 26);
  410. this.btnReset.TabIndex = 140;
  411. this.btnReset.Text = " 重 置";
  412. this.btnReset.UseVisualStyleBackColor = false;
  413. //
  414. // labelEx14
  415. //
  416. this.labelEx14.AutoSize = true;
  417. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  418. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  419. this.labelEx14.Location = new System.Drawing.Point(446, 20);
  420. this.labelEx14.Name = "labelEx14";
  421. this.labelEx14.Size = new System.Drawing.Size(35, 19);
  422. this.labelEx14.TabIndex = 137;
  423. this.labelEx14.Text = "图片";
  424. //
  425. // txtAssetsName
  426. //
  427. this.txtAssetsName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  428. this.txtAssetsName.EmptyTextTip = null;
  429. this.txtAssetsName.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  430. this.txtAssetsName.Font = new System.Drawing.Font("微软雅黑", 9F);
  431. this.txtAssetsName.Location = new System.Drawing.Point(63, 36);
  432. this.txtAssetsName.Name = "txtAssetsName";
  433. this.txtAssetsName.Size = new System.Drawing.Size(122, 23);
  434. this.txtAssetsName.TabIndex = 122;
  435. //
  436. // txtAssetsQuantity
  437. //
  438. this.txtAssetsQuantity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  439. this.txtAssetsQuantity.EmptyTextTip = null;
  440. this.txtAssetsQuantity.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  441. this.txtAssetsQuantity.Font = new System.Drawing.Font("微软雅黑", 9F);
  442. this.txtAssetsQuantity.Location = new System.Drawing.Point(63, 63);
  443. this.txtAssetsQuantity.Name = "txtAssetsQuantity";
  444. this.txtAssetsQuantity.Size = new System.Drawing.Size(122, 23);
  445. this.txtAssetsQuantity.TabIndex = 123;
  446. //
  447. // labelEx7
  448. //
  449. this.labelEx7.AutoSize = true;
  450. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  451. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  452. this.labelEx7.Location = new System.Drawing.Point(222, 93);
  453. this.labelEx7.Name = "labelEx7";
  454. this.labelEx7.Size = new System.Drawing.Size(65, 17);
  455. this.labelEx7.TabIndex = 136;
  456. this.labelEx7.Text = "* 保管人:";
  457. //
  458. // txtAssetsSize
  459. //
  460. this.txtAssetsSize.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  461. this.txtAssetsSize.EmptyTextTip = null;
  462. this.txtAssetsSize.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  463. this.txtAssetsSize.Font = new System.Drawing.Font("微软雅黑", 9F);
  464. this.txtAssetsSize.Location = new System.Drawing.Point(63, 90);
  465. this.txtAssetsSize.Name = "txtAssetsSize";
  466. this.txtAssetsSize.Size = new System.Drawing.Size(122, 23);
  467. this.txtAssetsSize.TabIndex = 124;
  468. //
  469. // labelEx5
  470. //
  471. this.labelEx5.AutoSize = true;
  472. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  473. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  474. this.labelEx5.Location = new System.Drawing.Point(18, 93);
  475. this.labelEx5.Name = "labelEx5";
  476. this.labelEx5.Size = new System.Drawing.Size(44, 17);
  477. this.labelEx5.TabIndex = 135;
  478. this.labelEx5.Text = "规格:";
  479. //
  480. // labelEx4
  481. //
  482. this.labelEx4.AutoSize = true;
  483. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  484. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  485. this.labelEx4.Location = new System.Drawing.Point(18, 120);
  486. this.labelEx4.Name = "labelEx4";
  487. this.labelEx4.Size = new System.Drawing.Size(44, 17);
  488. this.labelEx4.TabIndex = 134;
  489. this.labelEx4.Text = "备注:";
  490. //
  491. // labelEx3
  492. //
  493. this.labelEx3.AutoSize = true;
  494. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  495. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  496. this.labelEx3.Location = new System.Drawing.Point(9, 66);
  497. this.labelEx3.Name = "labelEx3";
  498. this.labelEx3.Size = new System.Drawing.Size(53, 17);
  499. this.labelEx3.TabIndex = 133;
  500. this.labelEx3.Text = "* 数量:";
  501. //
  502. // labelEx1
  503. //
  504. this.labelEx1.AutoSize = true;
  505. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  506. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  507. this.labelEx1.Location = new System.Drawing.Point(210, 39);
  508. this.labelEx1.Name = "labelEx1";
  509. this.labelEx1.Size = new System.Drawing.Size(77, 17);
  510. this.labelEx1.TabIndex = 132;
  511. this.labelEx1.Text = "* 购买日期:";
  512. //
  513. // btnClose
  514. //
  515. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  516. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  517. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  518. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  519. this.btnClose.ForeColor = System.Drawing.Color.White;
  520. this.btnClose.IsCustomBackImg = false;
  521. this.btnClose.IsShowText = true;
  522. this.btnClose.Location = new System.Drawing.Point(335, 145);
  523. this.btnClose.Name = "btnClose";
  524. this.btnClose.Size = new System.Drawing.Size(80, 26);
  525. this.btnClose.TabIndex = 131;
  526. this.btnClose.Text = " 关 闭";
  527. this.btnClose.UseVisualStyleBackColor = false;
  528. //
  529. // btnSaveed
  530. //
  531. this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
  532. this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
  533. this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  534. this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  535. this.btnSaveed.ForeColor = System.Drawing.Color.White;
  536. this.btnSaveed.IsCustomBackImg = false;
  537. this.btnSaveed.IsShowText = true;
  538. this.btnSaveed.Location = new System.Drawing.Point(153, 145);
  539. this.btnSaveed.Name = "btnSaveed";
  540. this.btnSaveed.Size = new System.Drawing.Size(80, 26);
  541. this.btnSaveed.TabIndex = 130;
  542. this.btnSaveed.Text = " 保 存";
  543. this.btnSaveed.UseVisualStyleBackColor = false;
  544. //
  545. // labelEx2
  546. //
  547. this.labelEx2.AutoSize = true;
  548. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  549. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  550. this.labelEx2.Location = new System.Drawing.Point(9, 39);
  551. this.labelEx2.Name = "labelEx2";
  552. this.labelEx2.Size = new System.Drawing.Size(53, 17);
  553. this.labelEx2.TabIndex = 129;
  554. this.labelEx2.Text = "* 名称:";
  555. //
  556. // dgvData
  557. //
  558. this.dgvData.AllowUserToAddRows = false;
  559. this.dgvData.AllowUserToDeleteRows = false;
  560. this.dgvData.AllowUserToResizeRows = false;
  561. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  562. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  563. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  564. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  565. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  566. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  567. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  568. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  569. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  570. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  571. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  572. this.dgvData.dgvColumnHeadersHeight = 24;
  573. this.dgvData.dgvCurrentColumnOriginalSet = "";
  574. this.dgvData.dgvCurrentColumnWidth = "";
  575. this.dgvData.dgvCurrentHideColumn = null;
  576. this.dgvData.dgvFixedHideColumn = "";
  577. this.dgvData.dgvGuidName = null;
  578. this.dgvData.dgvUserEmployeeID = null;
  579. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  580. this.dgvData.EnableHeadersVisualStyles = false;
  581. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  582. this.dgvData.ImageHeight = 15;
  583. this.dgvData.ImageWidth = 15;
  584. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  585. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  586. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  587. this.dgvData.IsCompleteBonding = false;
  588. this.dgvData.IsCopyCellValue = true;
  589. this.dgvData.IsShowSerialNumber = true;
  590. this.dgvData.IsSortedRedraw = true;
  591. this.dgvData.IsSortMode = false;
  592. this.dgvData.Location = new System.Drawing.Point(3, 208);
  593. this.dgvData.Name = "dgvData";
  594. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  595. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  596. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  597. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  598. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  599. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  600. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  601. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  602. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  603. this.dgvData.RowHeadersWidth = 50;
  604. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  605. this.dgvData.RowTemplate.Height = 23;
  606. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  607. this.dgvData.Size = new System.Drawing.Size(892, 282);
  608. this.dgvData.StrSecondStageNull = "";
  609. this.dgvData.StrValueNullColumn = "";
  610. this.dgvData.TabIndex = 2296;
  611. this.dgvData.ViceCount = 1;
  612. //
  613. // FrmFixedAssetManagement
  614. //
  615. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  616. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  617. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  618. this.ClientSize = new System.Drawing.Size(910, 610);
  619. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  620. this.IsShowUcNavigationTool = true;
  621. this.Name = "FrmFixedAssetManagement";
  622. this.Text = "固定资料管理";
  623. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  624. this.plExMainContainer.ResumeLayout(false);
  625. this.plFormMainContent.ResumeLayout(false);
  626. this.panelEx2.ResumeLayout(false);
  627. this.panelEx3.ResumeLayout(false);
  628. this.panelEx3.PerformLayout();
  629. this.panelEx1.ResumeLayout(false);
  630. this.panelEx1.PerformLayout();
  631. ((System.ComponentModel.ISupportInitialize)(this.pictPhoto)).EndInit();
  632. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  633. this.ResumeLayout(false);
  634. }
  635. #endregion
  636. protected System.Windows.Forms.OpenFileDialog openFileDialog1;
  637. private ComponentLibrary.PanelEx panelEx2;
  638. private ComponentLibrary.PanelEx panelEx1;
  639. protected ComponentLibrary.ButtonEx btnDelete;
  640. protected ComponentLibrary.ButtonEx btnReset;
  641. private ComponentLibrary.LabelEx labelEx14;
  642. protected ComponentLibrary.ButtonEx btnClose;
  643. protected ComponentLibrary.ButtonEx btnSaveed;
  644. protected internal ComponentLibrary.ButtonForm btnBrowse;
  645. protected internal ComponentLibrary.ButtonForm btnRemovePhoto;
  646. protected internal ComponentLibrary.TreeViewEx treevPathPhoto;
  647. protected internal ComponentLibrary.PictureBoxEx pictPhoto;
  648. protected internal ComponentLibrary.ButtonForm btnSet;
  649. private ComponentLibrary.LabelEx labelEx6;
  650. protected ComponentLibrary.DateTimePickerEx txtAssetsDate;
  651. protected ComponentLibrary.TextBoxBasicEx txtAssetsRemark;
  652. protected ComponentLibrary.TextBoxBasicEx txtAssetsPrice;
  653. private ComponentLibrary.LabelEx labelEx8;
  654. protected ComponentLibrary.TextBoxBasicEx txtAssetsName;
  655. protected ComponentLibrary.TextBoxBasicEx txtAssetsQuantity;
  656. private ComponentLibrary.LabelEx labelEx7;
  657. protected ComponentLibrary.TextBoxBasicEx txtAssetsSize;
  658. private ComponentLibrary.LabelEx labelEx5;
  659. private ComponentLibrary.LabelEx labelEx4;
  660. private ComponentLibrary.LabelEx labelEx3;
  661. private ComponentLibrary.LabelEx labelEx1;
  662. private ComponentLibrary.LabelEx labelEx2;
  663. private ComponentLibrary.PanelEx panelEx3;
  664. private ComponentLibrary.LabelEx labelEx9;
  665. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevFixedAssetsClass;
  666. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevFixedAssetsClassQuerie;
  667. protected internal ComponentLibrary.ComboBoxTreeViewEx txtAssetsPerson;
  668. protected internal ComponentLibrary.LabelEx lblStatistic;
  669. private ComponentLibrary.LabelEx labelEx10;
  670. protected internal ComponentLibrary.DataGridViewEc dgvData;
  671. }
  672. }