FrmCosting.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776
  1. namespace LYFZ.Software.UI.StatisticalInquiry
  2. {
  3. partial class FrmCosting
  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 dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCosting));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  35. this.Ord_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Ord_CustomerName1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.客户电话 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Ord_OrdersPerson = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.SellingPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Costs = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.ProductNames = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.UnitPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  45. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  46. this.txtOrd_Number = new LYFZ.ComponentLibrary.TextBoxEx();
  47. this.txtTsorder_OpenSingle = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  48. this.txtTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  49. this.txtTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  50. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.lblAverageGrossProfit = new LYFZ.ComponentLibrary.LabelEx();
  52. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
  55. this.lblAverageCost = new LYFZ.ComponentLibrary.LabelEx();
  56. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  58. this.lblAverageSellingPrice = new LYFZ.ComponentLibrary.LabelEx();
  59. this.btnExPort = new LYFZ.ComponentLibrary.ButtonEx();
  60. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  61. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  62. this.lblGrossMargin = new LYFZ.ComponentLibrary.LabelEx();
  63. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  64. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  65. this.lblGrossProfit = new LYFZ.ComponentLibrary.LabelEx();
  66. this.lblSingular = new LYFZ.ComponentLibrary.LabelEx();
  67. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  68. this.lblex2 = new LYFZ.ComponentLibrary.LabelEx();
  69. this.lbltotalCost = new LYFZ.ComponentLibrary.LabelEx();
  70. this.lblTotalPrice = new LYFZ.ComponentLibrary.LabelEx();
  71. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  72. this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  73. this.label_choose_shop = new LYFZ.ComponentLibrary.LabelEx();
  74. this.panel_combobox = new LYFZ.ComponentLibrary.PanelEx();
  75. this.cb_pickup = new LYFZ.ComponentLibrary.CheckBoxEx();
  76. this.plExMainContainer.SuspendLayout();
  77. this.plFormMainContent.SuspendLayout();
  78. this.panelEx2.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  80. this.panelEx1.SuspendLayout();
  81. this.panel_combobox.SuspendLayout();
  82. this.SuspendLayout();
  83. //
  84. // plExMainContainer
  85. //
  86. this.plExMainContainer.Controls.Add(this.panelEx2);
  87. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  88. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
  89. this.plExMainContainer.Size = new System.Drawing.Size(1091, 505);
  90. //
  91. // plFormMainContent
  92. //
  93. this.plFormMainContent.Controls.Add(this.panel_combobox);
  94. this.plFormMainContent.Size = new System.Drawing.Size(1091, 545);
  95. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  96. this.plFormMainContent.Controls.SetChildIndex(this.panel_combobox, 0);
  97. //
  98. // btnAppFormMaximize
  99. //
  100. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  101. this.btnAppFormMaximize.Location = new System.Drawing.Point(1032, 0);
  102. //
  103. // btnAppFormExit
  104. //
  105. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  106. this.btnAppFormExit.Location = new System.Drawing.Point(1059, 0);
  107. //
  108. // btnAppFormMinimize
  109. //
  110. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  111. this.btnAppFormMinimize.Location = new System.Drawing.Point(1005, 0);
  112. //
  113. // panelEx2
  114. //
  115. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  116. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  117. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  118. this.panelEx2.BorderWidth = 1;
  119. this.panelEx2.Controls.Add(this.dgv);
  120. this.panelEx2.Controls.Add(this.ucPagerEx1);
  121. this.panelEx2.Controls.Add(this.panelEx1);
  122. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  124. this.panelEx2.Name = "panelEx2";
  125. this.panelEx2.Size = new System.Drawing.Size(1085, 499);
  126. this.panelEx2.TabIndex = 194;
  127. //
  128. // dgv
  129. //
  130. this.dgv.AllowUserToAddRows = false;
  131. this.dgv.AllowUserToDeleteRows = false;
  132. this.dgv.AllowUserToResizeRows = false;
  133. dataGridViewCellStyle9.BackColor = System.Drawing.Color.LightCyan;
  134. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
  135. this.dgv.BackgroundColor = System.Drawing.Color.White;
  136. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  137. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  138. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  139. dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  140. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.Navy;
  142. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  143. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  144. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
  145. this.dgv.ColumnHeadersHeight = 24;
  146. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  147. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  148. this.Ord_Number,
  149. this.Ord_CustomerName1,
  150. this.客户电话,
  151. this.Ord_OrdersPerson,
  152. this.SellingPrice,
  153. this.Costs,
  154. this.ProductNames,
  155. this.UnitPrice,
  156. this.Quantity});
  157. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  158. dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
  159. dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText;
  161. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  162. dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  163. dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  164. this.dgv.DefaultCellStyle = dataGridViewCellStyle11;
  165. this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
  166. this.dgv.EnableHeadersVisualStyles = false;
  167. this.dgv.EraseCell = false;
  168. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  169. this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
  170. this.dgv.IsCompleteBonding = false;
  171. this.dgv.IsCopyCellValue = true;
  172. this.dgv.Location = new System.Drawing.Point(0, 85);
  173. this.dgv.MultiSelect = false;
  174. this.dgv.Name = "dgv";
  175. this.dgv.ReadOnly = true;
  176. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  177. dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
  178. dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
  180. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  181. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  182. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  183. this.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
  184. this.dgv.RowHeadersVisible = false;
  185. this.dgv.RowTemplate.Height = 23;
  186. this.dgv.RowTemplate.ReadOnly = true;
  187. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  188. this.dgv.Size = new System.Drawing.Size(1083, 388);
  189. this.dgv.TabIndex = 223;
  190. //
  191. // Ord_Number
  192. //
  193. this.Ord_Number.HeaderText = "订单号";
  194. this.Ord_Number.Name = "Ord_Number";
  195. this.Ord_Number.ReadOnly = true;
  196. this.Ord_Number.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  197. //
  198. // Ord_CustomerName1
  199. //
  200. this.Ord_CustomerName1.HeaderText = "客户姓名";
  201. this.Ord_CustomerName1.Name = "Ord_CustomerName1";
  202. this.Ord_CustomerName1.ReadOnly = true;
  203. this.Ord_CustomerName1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  204. //
  205. // 客户电话
  206. //
  207. this.客户电话.HeaderText = "客户电话";
  208. this.客户电话.Name = "客户电话";
  209. this.客户电话.ReadOnly = true;
  210. this.客户电话.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  211. //
  212. // Ord_OrdersPerson
  213. //
  214. this.Ord_OrdersPerson.HeaderText = "接单人";
  215. this.Ord_OrdersPerson.Name = "Ord_OrdersPerson";
  216. this.Ord_OrdersPerson.ReadOnly = true;
  217. this.Ord_OrdersPerson.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  218. //
  219. // SellingPrice
  220. //
  221. this.SellingPrice.HeaderText = "售价";
  222. this.SellingPrice.Name = "SellingPrice";
  223. this.SellingPrice.ReadOnly = true;
  224. this.SellingPrice.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  225. //
  226. // Costs
  227. //
  228. this.Costs.HeaderText = "成本";
  229. this.Costs.Name = "Costs";
  230. this.Costs.ReadOnly = true;
  231. this.Costs.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  232. //
  233. // ProductNames
  234. //
  235. this.ProductNames.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  236. this.ProductNames.HeaderText = "商品名称";
  237. this.ProductNames.Name = "ProductNames";
  238. this.ProductNames.ReadOnly = true;
  239. this.ProductNames.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  240. //
  241. // UnitPrice
  242. //
  243. this.UnitPrice.HeaderText = "单价";
  244. this.UnitPrice.Name = "UnitPrice";
  245. this.UnitPrice.ReadOnly = true;
  246. this.UnitPrice.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  247. //
  248. // Quantity
  249. //
  250. this.Quantity.HeaderText = "数量";
  251. this.Quantity.Name = "Quantity";
  252. this.Quantity.ReadOnly = true;
  253. this.Quantity.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  254. //
  255. // ucPagerEx1
  256. //
  257. this.ucPagerEx1.CurrentPageCount = 0;
  258. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  259. this.ucPagerEx1.Location = new System.Drawing.Point(0, 473);
  260. this.ucPagerEx1.Name = "ucPagerEx1";
  261. this.ucPagerEx1.NMax = 0;
  262. this.ucPagerEx1.PageCount = 0;
  263. this.ucPagerEx1.PageCurrent = 1;
  264. this.ucPagerEx1.PageSize = 20;
  265. this.ucPagerEx1.Size = new System.Drawing.Size(1083, 24);
  266. this.ucPagerEx1.TabIndex = 226;
  267. this.ucPagerEx1.TbDataSource = null;
  268. this.ucPagerEx1.Visible = false;
  269. //
  270. // panelEx1
  271. //
  272. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  273. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  274. this.panelEx1.BorderWidth = 1;
  275. this.panelEx1.Controls.Add(this.cb_pickup);
  276. this.panelEx1.Controls.Add(this.txtOrd_Number);
  277. this.panelEx1.Controls.Add(this.txtTsorder_OpenSingle);
  278. this.panelEx1.Controls.Add(this.txtTimeEnd);
  279. this.panelEx1.Controls.Add(this.txtTimeStart);
  280. this.panelEx1.Controls.Add(this.btnClose);
  281. this.panelEx1.Controls.Add(this.lblAverageGrossProfit);
  282. this.panelEx1.Controls.Add(this.labelEx3);
  283. this.panelEx1.Controls.Add(this.labelEx10);
  284. this.panelEx1.Controls.Add(this.btnSelect);
  285. this.panelEx1.Controls.Add(this.lblAverageCost);
  286. this.panelEx1.Controls.Add(this.labelEx9);
  287. this.panelEx1.Controls.Add(this.labelEx1);
  288. this.panelEx1.Controls.Add(this.lblAverageSellingPrice);
  289. this.panelEx1.Controls.Add(this.btnExPort);
  290. this.panelEx1.Controls.Add(this.labelEx8);
  291. this.panelEx1.Controls.Add(this.labelEx4);
  292. this.panelEx1.Controls.Add(this.lblGrossMargin);
  293. this.panelEx1.Controls.Add(this.labelEx7);
  294. this.panelEx1.Controls.Add(this.labelEx2);
  295. this.panelEx1.Controls.Add(this.lblGrossProfit);
  296. this.panelEx1.Controls.Add(this.lblSingular);
  297. this.panelEx1.Controls.Add(this.labelEx6);
  298. this.panelEx1.Controls.Add(this.lblex2);
  299. this.panelEx1.Controls.Add(this.lbltotalCost);
  300. this.panelEx1.Controls.Add(this.lblTotalPrice);
  301. this.panelEx1.Controls.Add(this.labelEx5);
  302. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  303. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  304. this.panelEx1.Name = "panelEx1";
  305. this.panelEx1.Size = new System.Drawing.Size(1083, 85);
  306. this.panelEx1.TabIndex = 198;
  307. //
  308. // txtOrd_Number
  309. //
  310. this.txtOrd_Number.BackColor = System.Drawing.Color.Transparent;
  311. this.txtOrd_Number.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  312. this.txtOrd_Number.Icon = null;
  313. this.txtOrd_Number.IconIsButton = false;
  314. this.txtOrd_Number.IsPasswordChat = '\0';
  315. this.txtOrd_Number.IsSystemPasswordChar = false;
  316. this.txtOrd_Number.Lines = new string[0];
  317. this.txtOrd_Number.Location = new System.Drawing.Point(535, 8);
  318. this.txtOrd_Number.Margin = new System.Windows.Forms.Padding(0);
  319. this.txtOrd_Number.MaxLength = 32767;
  320. this.txtOrd_Number.MinimumSize = new System.Drawing.Size(0, 24);
  321. this.txtOrd_Number.MouseBack = null;
  322. this.txtOrd_Number.Multiline = false;
  323. this.txtOrd_Number.Name = "txtOrd_Number";
  324. this.txtOrd_Number.NormlBack = null;
  325. this.txtOrd_Number.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  326. this.txtOrd_Number.ReadOnly = false;
  327. this.txtOrd_Number.ScrollBars = System.Windows.Forms.ScrollBars.None;
  328. this.txtOrd_Number.Size = new System.Drawing.Size(144, 25);
  329. this.txtOrd_Number.TabIndex = 2231;
  330. this.txtOrd_Number.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  331. this.txtOrd_Number.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  332. this.txtOrd_Number.WaterText = "订单号、姓名、电话";
  333. this.txtOrd_Number.WordWrap = true;
  334. //
  335. // txtTsorder_OpenSingle
  336. //
  337. this.txtTsorder_OpenSingle.AfterSelectLevelFirstNode = true;
  338. this.txtTsorder_OpenSingle.DropDownHeight = 220;
  339. this.txtTsorder_OpenSingle.DropDownShow = false;
  340. this.txtTsorder_OpenSingle.FormattingEnabled = true;
  341. this.txtTsorder_OpenSingle.IntegralHeight = false;
  342. this.txtTsorder_OpenSingle.IsNodeMouseClick = true;
  343. this.txtTsorder_OpenSingle.IsSelectParentNode = false;
  344. this.txtTsorder_OpenSingle.Location = new System.Drawing.Point(291, 10);
  345. this.txtTsorder_OpenSingle.Name = "txtTsorder_OpenSingle";
  346. this.txtTsorder_OpenSingle.ReadOnly = true;
  347. this.txtTsorder_OpenSingle.SelectedNode = null;
  348. this.txtTsorder_OpenSingle.Size = new System.Drawing.Size(185, 20);
  349. this.txtTsorder_OpenSingle.StrGetName = "";
  350. this.txtTsorder_OpenSingle.StrGetTagName = "";
  351. this.txtTsorder_OpenSingle.StrKey = null;
  352. this.txtTsorder_OpenSingle.TabIndex = 204;
  353. //
  354. // txtTimeEnd
  355. //
  356. this.txtTimeEnd.CustomFormat = " ";
  357. this.txtTimeEnd.DateValue = "";
  358. this.txtTimeEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  359. this.txtTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  360. this.txtTimeEnd.IsShowTime = false;
  361. this.txtTimeEnd.Location = new System.Drawing.Point(122, 8);
  362. this.txtTimeEnd.Name = "txtTimeEnd";
  363. this.txtTimeEnd.Size = new System.Drawing.Size(90, 23);
  364. this.txtTimeEnd.TabIndex = 300;
  365. //
  366. // txtTimeStart
  367. //
  368. this.txtTimeStart.CustomFormat = " ";
  369. this.txtTimeStart.DateValue = "";
  370. this.txtTimeStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  371. this.txtTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  372. this.txtTimeStart.IsShowTime = false;
  373. this.txtTimeStart.Location = new System.Drawing.Point(6, 8);
  374. this.txtTimeStart.Name = "txtTimeStart";
  375. this.txtTimeStart.Size = new System.Drawing.Size(90, 23);
  376. this.txtTimeStart.TabIndex = 299;
  377. //
  378. // btnClose
  379. //
  380. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  381. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  382. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  383. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  384. this.btnClose.ForeColor = System.Drawing.Color.White;
  385. this.btnClose.IsCustomBackImg = false;
  386. this.btnClose.IsShowText = true;
  387. this.btnClose.Location = new System.Drawing.Point(863, 7);
  388. this.btnClose.Name = "btnClose";
  389. this.btnClose.Size = new System.Drawing.Size(80, 26);
  390. this.btnClose.TabIndex = 174;
  391. this.btnClose.Text = " 关 闭";
  392. this.btnClose.UseVisualStyleBackColor = false;
  393. //
  394. // lblAverageGrossProfit
  395. //
  396. this.lblAverageGrossProfit.AutoSize = true;
  397. this.lblAverageGrossProfit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  398. this.lblAverageGrossProfit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  399. this.lblAverageGrossProfit.Location = new System.Drawing.Point(542, 61);
  400. this.lblAverageGrossProfit.Name = "lblAverageGrossProfit";
  401. this.lblAverageGrossProfit.Size = new System.Drawing.Size(15, 17);
  402. this.lblAverageGrossProfit.TabIndex = 242;
  403. this.lblAverageGrossProfit.Text = "0";
  404. //
  405. // labelEx3
  406. //
  407. this.labelEx3.AutoSize = true;
  408. this.labelEx3.BackColor = System.Drawing.Color.Transparent;
  409. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  410. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  411. this.labelEx3.Location = new System.Drawing.Point(99, 11);
  412. this.labelEx3.Name = "labelEx3";
  413. this.labelEx3.Size = new System.Drawing.Size(21, 17);
  414. this.labelEx3.TabIndex = 201;
  415. this.labelEx3.Text = "—";
  416. //
  417. // labelEx10
  418. //
  419. this.labelEx10.AutoSize = true;
  420. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  421. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  422. this.labelEx10.Location = new System.Drawing.Point(476, 61);
  423. this.labelEx10.Name = "labelEx10";
  424. this.labelEx10.Size = new System.Drawing.Size(68, 17);
  425. this.labelEx10.TabIndex = 241;
  426. this.labelEx10.Text = "平均毛利:";
  427. //
  428. // btnSelect
  429. //
  430. this.btnSelect.BackColor = System.Drawing.Color.Transparent;
  431. this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
  432. this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  433. this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  434. this.btnSelect.ForeColor = System.Drawing.Color.White;
  435. this.btnSelect.IsCustomBackImg = false;
  436. this.btnSelect.IsShowText = true;
  437. this.btnSelect.Location = new System.Drawing.Point(691, 7);
  438. this.btnSelect.Name = "btnSelect";
  439. this.btnSelect.Size = new System.Drawing.Size(80, 26);
  440. this.btnSelect.TabIndex = 202;
  441. this.btnSelect.Text = " 查 询";
  442. this.btnSelect.UseVisualStyleBackColor = false;
  443. //
  444. // lblAverageCost
  445. //
  446. this.lblAverageCost.AutoSize = true;
  447. this.lblAverageCost.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  448. this.lblAverageCost.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  449. this.lblAverageCost.Location = new System.Drawing.Point(291, 61);
  450. this.lblAverageCost.Name = "lblAverageCost";
  451. this.lblAverageCost.Size = new System.Drawing.Size(15, 17);
  452. this.lblAverageCost.TabIndex = 240;
  453. this.lblAverageCost.Text = "0";
  454. //
  455. // labelEx9
  456. //
  457. this.labelEx9.AutoSize = true;
  458. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  459. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  460. this.labelEx9.Location = new System.Drawing.Point(225, 61);
  461. this.labelEx9.Name = "labelEx9";
  462. this.labelEx9.Size = new System.Drawing.Size(68, 17);
  463. this.labelEx9.TabIndex = 239;
  464. this.labelEx9.Text = "平均成本:";
  465. //
  466. // labelEx1
  467. //
  468. this.labelEx1.AutoSize = true;
  469. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  470. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  471. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  472. this.labelEx1.Location = new System.Drawing.Point(226, 12);
  473. this.labelEx1.Name = "labelEx1";
  474. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  475. this.labelEx1.TabIndex = 203;
  476. this.labelEx1.Text = "选择人员:";
  477. //
  478. // lblAverageSellingPrice
  479. //
  480. this.lblAverageSellingPrice.AutoSize = true;
  481. this.lblAverageSellingPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  482. this.lblAverageSellingPrice.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  483. this.lblAverageSellingPrice.Location = new System.Drawing.Point(77, 61);
  484. this.lblAverageSellingPrice.Name = "lblAverageSellingPrice";
  485. this.lblAverageSellingPrice.Size = new System.Drawing.Size(15, 17);
  486. this.lblAverageSellingPrice.TabIndex = 238;
  487. this.lblAverageSellingPrice.Text = "0";
  488. //
  489. // btnExPort
  490. //
  491. this.btnExPort.BackColor = System.Drawing.Color.Transparent;
  492. this.btnExPort.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExPort.BackImg")));
  493. this.btnExPort.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  494. this.btnExPort.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  495. this.btnExPort.ForeColor = System.Drawing.Color.White;
  496. this.btnExPort.IsCustomBackImg = false;
  497. this.btnExPort.IsShowText = true;
  498. this.btnExPort.Location = new System.Drawing.Point(777, 7);
  499. this.btnExPort.Name = "btnExPort";
  500. this.btnExPort.Size = new System.Drawing.Size(80, 26);
  501. this.btnExPort.TabIndex = 222;
  502. this.btnExPort.Text = " 导 出";
  503. this.btnExPort.UseVisualStyleBackColor = false;
  504. //
  505. // labelEx8
  506. //
  507. this.labelEx8.AutoSize = true;
  508. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  509. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  510. this.labelEx8.Location = new System.Drawing.Point(11, 61);
  511. this.labelEx8.Name = "labelEx8";
  512. this.labelEx8.Size = new System.Drawing.Size(68, 17);
  513. this.labelEx8.TabIndex = 237;
  514. this.labelEx8.Text = "平均售价:";
  515. //
  516. // labelEx4
  517. //
  518. this.labelEx4.AutoSize = true;
  519. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  520. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  521. this.labelEx4.Location = new System.Drawing.Point(482, 12);
  522. this.labelEx4.Name = "labelEx4";
  523. this.labelEx4.Size = new System.Drawing.Size(56, 17);
  524. this.labelEx4.TabIndex = 224;
  525. this.labelEx4.Text = "关键字:";
  526. //
  527. // lblGrossMargin
  528. //
  529. this.lblGrossMargin.AutoSize = true;
  530. this.lblGrossMargin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  531. this.lblGrossMargin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  532. this.lblGrossMargin.Location = new System.Drawing.Point(752, 39);
  533. this.lblGrossMargin.Name = "lblGrossMargin";
  534. this.lblGrossMargin.Size = new System.Drawing.Size(40, 17);
  535. this.lblGrossMargin.TabIndex = 236;
  536. this.lblGrossMargin.Text = "100%";
  537. //
  538. // labelEx7
  539. //
  540. this.labelEx7.AutoSize = true;
  541. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  542. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  543. this.labelEx7.Location = new System.Drawing.Point(697, 39);
  544. this.labelEx7.Name = "labelEx7";
  545. this.labelEx7.Size = new System.Drawing.Size(56, 17);
  546. this.labelEx7.TabIndex = 235;
  547. this.labelEx7.Text = "毛利率:";
  548. //
  549. // labelEx2
  550. //
  551. this.labelEx2.AutoSize = true;
  552. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  553. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  554. this.labelEx2.Location = new System.Drawing.Point(709, 61);
  555. this.labelEx2.Name = "labelEx2";
  556. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  557. this.labelEx2.TabIndex = 227;
  558. this.labelEx2.Text = "单数:";
  559. //
  560. // lblGrossProfit
  561. //
  562. this.lblGrossProfit.AutoSize = true;
  563. this.lblGrossProfit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  564. this.lblGrossProfit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  565. this.lblGrossProfit.Location = new System.Drawing.Point(542, 39);
  566. this.lblGrossProfit.Name = "lblGrossProfit";
  567. this.lblGrossProfit.Size = new System.Drawing.Size(15, 17);
  568. this.lblGrossProfit.TabIndex = 234;
  569. this.lblGrossProfit.Text = "0";
  570. //
  571. // lblSingular
  572. //
  573. this.lblSingular.AutoSize = true;
  574. this.lblSingular.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  575. this.lblSingular.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  576. this.lblSingular.Location = new System.Drawing.Point(752, 61);
  577. this.lblSingular.Name = "lblSingular";
  578. this.lblSingular.Size = new System.Drawing.Size(15, 17);
  579. this.lblSingular.TabIndex = 228;
  580. this.lblSingular.Text = "0";
  581. //
  582. // labelEx6
  583. //
  584. this.labelEx6.AutoSize = true;
  585. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  586. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  587. this.labelEx6.Location = new System.Drawing.Point(500, 39);
  588. this.labelEx6.Name = "labelEx6";
  589. this.labelEx6.Size = new System.Drawing.Size(44, 17);
  590. this.labelEx6.TabIndex = 233;
  591. this.labelEx6.Text = "毛利:";
  592. //
  593. // lblex2
  594. //
  595. this.lblex2.AutoSize = true;
  596. this.lblex2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  597. this.lblex2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  598. this.lblex2.Location = new System.Drawing.Point(23, 39);
  599. this.lblex2.Name = "lblex2";
  600. this.lblex2.Size = new System.Drawing.Size(56, 17);
  601. this.lblex2.TabIndex = 229;
  602. this.lblex2.Text = "总售价:";
  603. //
  604. // lbltotalCost
  605. //
  606. this.lbltotalCost.AutoSize = true;
  607. this.lbltotalCost.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  608. this.lbltotalCost.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  609. this.lbltotalCost.Location = new System.Drawing.Point(291, 39);
  610. this.lbltotalCost.Name = "lbltotalCost";
  611. this.lbltotalCost.Size = new System.Drawing.Size(15, 17);
  612. this.lbltotalCost.TabIndex = 232;
  613. this.lbltotalCost.Text = "0";
  614. //
  615. // lblTotalPrice
  616. //
  617. this.lblTotalPrice.AutoSize = true;
  618. this.lblTotalPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  619. this.lblTotalPrice.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  620. this.lblTotalPrice.Location = new System.Drawing.Point(77, 39);
  621. this.lblTotalPrice.Name = "lblTotalPrice";
  622. this.lblTotalPrice.Size = new System.Drawing.Size(15, 17);
  623. this.lblTotalPrice.TabIndex = 230;
  624. this.lblTotalPrice.Text = "0";
  625. //
  626. // labelEx5
  627. //
  628. this.labelEx5.AutoSize = true;
  629. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  630. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  631. this.labelEx5.Location = new System.Drawing.Point(237, 39);
  632. this.labelEx5.Name = "labelEx5";
  633. this.labelEx5.Size = new System.Drawing.Size(56, 17);
  634. this.labelEx5.TabIndex = 231;
  635. this.labelEx5.Text = "总成本:";
  636. //
  637. // cmbtreevStoreName
  638. //
  639. this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
  640. this.cmbtreevStoreName.DropDownHeight = 220;
  641. this.cmbtreevStoreName.DropDownShow = false;
  642. this.cmbtreevStoreName.FormattingEnabled = true;
  643. this.cmbtreevStoreName.IntegralHeight = false;
  644. this.cmbtreevStoreName.IsNodeMouseClick = true;
  645. this.cmbtreevStoreName.IsSelectParentNode = false;
  646. this.cmbtreevStoreName.Location = new System.Drawing.Point(70, 3);
  647. this.cmbtreevStoreName.Name = "cmbtreevStoreName";
  648. this.cmbtreevStoreName.ReadOnly = true;
  649. this.cmbtreevStoreName.SelectedNode = null;
  650. this.cmbtreevStoreName.Size = new System.Drawing.Size(250, 20);
  651. this.cmbtreevStoreName.StrGetName = "";
  652. this.cmbtreevStoreName.StrGetTagName = "";
  653. this.cmbtreevStoreName.StrKey = null;
  654. this.cmbtreevStoreName.TabIndex = 275;
  655. //
  656. // label_choose_shop
  657. //
  658. this.label_choose_shop.AutoSize = true;
  659. this.label_choose_shop.BackColor = System.Drawing.Color.WhiteSmoke;
  660. this.label_choose_shop.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  661. this.label_choose_shop.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  662. this.label_choose_shop.Location = new System.Drawing.Point(3, 4);
  663. this.label_choose_shop.Name = "label_choose_shop";
  664. this.label_choose_shop.Size = new System.Drawing.Size(68, 17);
  665. this.label_choose_shop.TabIndex = 2232;
  666. this.label_choose_shop.Text = "选择店面:";
  667. //
  668. // panel_combobox
  669. //
  670. this.panel_combobox.BackColor = System.Drawing.Color.WhiteSmoke;
  671. this.panel_combobox.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  672. this.panel_combobox.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  673. this.panel_combobox.BorderWidth = 1;
  674. this.panel_combobox.Controls.Add(this.cmbtreevStoreName);
  675. this.panel_combobox.Controls.Add(this.label_choose_shop);
  676. this.panel_combobox.Location = new System.Drawing.Point(226, 10);
  677. this.panel_combobox.Name = "panel_combobox";
  678. this.panel_combobox.Size = new System.Drawing.Size(333, 25);
  679. this.panel_combobox.TabIndex = 2234;
  680. //
  681. // cb_pickup
  682. //
  683. this.cb_pickup.AutoSize = true;
  684. this.cb_pickup.BackColor = System.Drawing.Color.Transparent;
  685. this.cb_pickup.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  686. this.cb_pickup.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  687. this.cb_pickup.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  688. this.cb_pickup.Fourstates = false;
  689. this.cb_pickup.IsGreenTick = false;
  690. this.cb_pickup.Location = new System.Drawing.Point(956, 9);
  691. this.cb_pickup.Name = "cb_pickup";
  692. this.cb_pickup.Size = new System.Drawing.Size(75, 21);
  693. this.cb_pickup.TabIndex = 2232;
  694. this.cb_pickup.Text = "取件订单";
  695. this.cb_pickup.UseVisualStyleBackColor = false;
  696. //
  697. // FrmCosting
  698. //
  699. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  700. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  701. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  702. this.ClientSize = new System.Drawing.Size(1091, 610);
  703. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  704. this.IsShowUcNavigationTool = true;
  705. this.Name = "FrmCosting";
  706. this.Text = "成本核算";
  707. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  708. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  709. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  710. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  711. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  712. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  713. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  714. this.plExMainContainer.ResumeLayout(false);
  715. this.plFormMainContent.ResumeLayout(false);
  716. this.panelEx2.ResumeLayout(false);
  717. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  718. this.panelEx1.ResumeLayout(false);
  719. this.panelEx1.PerformLayout();
  720. this.panel_combobox.ResumeLayout(false);
  721. this.panel_combobox.PerformLayout();
  722. this.ResumeLayout(false);
  723. }
  724. #endregion
  725. private ComponentLibrary.PanelEx panelEx2;
  726. protected ComponentLibrary.DataGridViewEx dgv;
  727. protected ComponentLibrary.ButtonEx btnExPort;
  728. private ComponentLibrary.LabelEx labelEx1;
  729. protected ComponentLibrary.ComboBoxTreeViewEx txtTsorder_OpenSingle;
  730. private ComponentLibrary.PanelEx panelEx1;
  731. protected ComponentLibrary.ButtonEx btnSelect;
  732. private ComponentLibrary.LabelEx labelEx3;
  733. protected ComponentLibrary.ButtonEx btnClose;
  734. private ComponentLibrary.LabelEx labelEx4;
  735. protected UCPager.ucPagerEx ucPagerEx1;
  736. protected ComponentLibrary.LabelEx lblAverageGrossProfit;
  737. private ComponentLibrary.LabelEx labelEx10;
  738. protected ComponentLibrary.LabelEx lblAverageCost;
  739. private ComponentLibrary.LabelEx labelEx9;
  740. protected ComponentLibrary.LabelEx lblAverageSellingPrice;
  741. private ComponentLibrary.LabelEx labelEx8;
  742. protected ComponentLibrary.LabelEx lblGrossMargin;
  743. private ComponentLibrary.LabelEx labelEx7;
  744. protected ComponentLibrary.LabelEx lblGrossProfit;
  745. private ComponentLibrary.LabelEx labelEx6;
  746. protected ComponentLibrary.LabelEx lbltotalCost;
  747. private ComponentLibrary.LabelEx labelEx5;
  748. protected ComponentLibrary.LabelEx lblTotalPrice;
  749. private ComponentLibrary.LabelEx lblex2;
  750. protected ComponentLibrary.LabelEx lblSingular;
  751. private ComponentLibrary.LabelEx labelEx2;
  752. protected ComponentLibrary.DateTimePickerEx txtTimeEnd;
  753. protected ComponentLibrary.DateTimePickerEx txtTimeStart;
  754. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_Number;
  755. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_CustomerName1;
  756. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_CustomerName2;
  757. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_OrdersPerson;
  758. private System.Windows.Forms.DataGridViewTextBoxColumn SellingPrice;
  759. private System.Windows.Forms.DataGridViewTextBoxColumn Costs;
  760. private System.Windows.Forms.DataGridViewTextBoxColumn ProductNames;
  761. private System.Windows.Forms.DataGridViewTextBoxColumn UnitPrice;
  762. private System.Windows.Forms.DataGridViewTextBoxColumn Quantity;
  763. private System.Windows.Forms.DataGridViewTextBoxColumn 客户电话;
  764. protected ComponentLibrary.TextBoxEx txtOrd_Number;
  765. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
  766. protected internal ComponentLibrary.LabelEx label_choose_shop;
  767. protected internal ComponentLibrary.PanelEx panel_combobox;
  768. protected internal ComponentLibrary.CheckBoxEx cb_pickup;
  769. }
  770. }