FrmSliceStatisticsDetail.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. namespace LYFZ.Software.UI.StatisticalInquiry
  2. {
  3. partial class FrmSliceStatisticsDetail
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSliceStatisticsDetail));
  31. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.lab_Text = new LYFZ.ComponentLibrary.LabelEx();
  34. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  35. this.btn_Export = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.ord_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.ord_OrderClass = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Ord_CustomerSource = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Cus_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Cus_Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Ord_SeriesName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.套系金额 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.加挑金额 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.收款金额 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Ordpg_Sights = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.景点类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.景点等级 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.摄影师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.摄影助理 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.化妆师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.化妆助理 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.引导师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.引导助理 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.初修师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.精修师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.选片师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.设计师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.选片时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.plExMainContainer.SuspendLayout();
  60. this.plFormMainContent.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  62. this.panelEx1.SuspendLayout();
  63. this.panelEx2.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // plExMainContainer
  67. //
  68. this.plExMainContainer.Controls.Add(this.dgvData);
  69. this.plExMainContainer.Controls.Add(this.panelEx1);
  70. this.plExMainContainer.Controls.Add(this.panelEx2);
  71. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  72. this.plExMainContainer.Size = new System.Drawing.Size(1024, 635);
  73. //
  74. // plFormMainContent
  75. //
  76. this.plFormMainContent.Size = new System.Drawing.Size(1024, 635);
  77. //
  78. // btnAppFormMaximize
  79. //
  80. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  81. this.btnAppFormMaximize.Location = new System.Drawing.Point(965, 0);
  82. //
  83. // btnAppFormExit
  84. //
  85. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  86. this.btnAppFormExit.Location = new System.Drawing.Point(992, 0);
  87. //
  88. // btnAppFormMinimize
  89. //
  90. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  91. this.btnAppFormMinimize.Location = new System.Drawing.Point(938, 0);
  92. //
  93. // dgvData
  94. //
  95. this.dgvData.AllowUserToAddRows = false;
  96. this.dgvData.AllowUserToDeleteRows = false;
  97. this.dgvData.AllowUserToResizeRows = false;
  98. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  99. this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  100. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  101. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  102. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  103. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  104. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  106. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  107. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  108. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  109. this.dgvData.ColumnHeadersHeight = 24;
  110. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  111. this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  112. this.ord_Number,
  113. this.ord_OrderClass,
  114. this.Ord_CustomerSource,
  115. this.Cus_Name,
  116. this.Cus_Telephone,
  117. this.Ord_SeriesName,
  118. this.套系金额,
  119. this.加挑金额,
  120. this.收款金额,
  121. this.Ordpg_Sights,
  122. this.景点类型,
  123. this.景点等级,
  124. this.摄影师,
  125. this.摄影助理,
  126. this.化妆师,
  127. this.化妆助理,
  128. this.引导师,
  129. this.引导助理,
  130. this.初修师,
  131. this.精修师,
  132. this.选片师,
  133. this.设计师,
  134. this.选片时间});
  135. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  136. this.dgvData.EnableHeadersVisualStyles = false;
  137. this.dgvData.EraseCell = false;
  138. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  139. this.dgvData.GridViewUniquelyIdentify = "_dataGridViewEx1_dgvData_dgvData_plExMainContainer_dgvData_dgvData_dgvData_dgvDat" +
  140. "a_dgvData_dgvData";
  141. this.dgvData.IsCompleteBonding = false;
  142. this.dgvData.IsCopyCellValue = true;
  143. this.dgvData.Location = new System.Drawing.Point(5, 40);
  144. this.dgvData.Name = "dgvData";
  145. this.dgvData.RowHeadersVisible = false;
  146. this.dgvData.RowTemplate.Height = 23;
  147. this.dgvData.RowTemplate.ReadOnly = true;
  148. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  149. this.dgvData.Size = new System.Drawing.Size(1014, 556);
  150. this.dgvData.TabIndex = 0;
  151. //
  152. // panelEx1
  153. //
  154. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  155. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  156. this.panelEx1.BorderWidth = 1;
  157. this.panelEx1.Controls.Add(this.lab_Text);
  158. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  159. this.panelEx1.Location = new System.Drawing.Point(5, 596);
  160. this.panelEx1.Name = "panelEx1";
  161. this.panelEx1.Size = new System.Drawing.Size(1014, 34);
  162. this.panelEx1.TabIndex = 1;
  163. //
  164. // lab_Text
  165. //
  166. this.lab_Text.AutoSize = true;
  167. this.lab_Text.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  168. this.lab_Text.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  169. this.lab_Text.Location = new System.Drawing.Point(8, 9);
  170. this.lab_Text.Name = "lab_Text";
  171. this.lab_Text.Size = new System.Drawing.Size(0, 17);
  172. this.lab_Text.TabIndex = 0;
  173. //
  174. // panelEx2
  175. //
  176. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  177. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  178. this.panelEx2.BorderWidth = 1;
  179. this.panelEx2.Controls.Add(this.btn_Export);
  180. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  181. this.panelEx2.Location = new System.Drawing.Point(5, 5);
  182. this.panelEx2.Name = "panelEx2";
  183. this.panelEx2.Padding = new System.Windows.Forms.Padding(0, 0, 5, 5);
  184. this.panelEx2.Size = new System.Drawing.Size(1014, 35);
  185. this.panelEx2.TabIndex = 2;
  186. //
  187. // btn_Export
  188. //
  189. this.btn_Export.BackColor = System.Drawing.Color.Transparent;
  190. this.btn_Export.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Export.BackImg")));
  191. this.btn_Export.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  192. this.btn_Export.Dock = System.Windows.Forms.DockStyle.Right;
  193. this.btn_Export.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  194. this.btn_Export.ForeColor = System.Drawing.Color.White;
  195. this.btn_Export.IsCustomBackImg = false;
  196. this.btn_Export.IsShowText = true;
  197. this.btn_Export.Location = new System.Drawing.Point(939, 0);
  198. this.btn_Export.Name = "btn_Export";
  199. this.btn_Export.Size = new System.Drawing.Size(70, 30);
  200. this.btn_Export.TabIndex = 0;
  201. this.btn_Export.Text = " 导出";
  202. this.btn_Export.UseVisualStyleBackColor = false;
  203. //
  204. // ord_Number
  205. //
  206. this.ord_Number.HeaderText = "订单编号";
  207. this.ord_Number.Name = "ord_Number";
  208. this.ord_Number.ReadOnly = true;
  209. //
  210. // ord_OrderClass
  211. //
  212. this.ord_OrderClass.HeaderText = "订单类别";
  213. this.ord_OrderClass.Name = "ord_OrderClass";
  214. this.ord_OrderClass.ReadOnly = true;
  215. //
  216. // Ord_CustomerSource
  217. //
  218. this.Ord_CustomerSource.HeaderText = "客户来源";
  219. this.Ord_CustomerSource.Name = "Ord_CustomerSource";
  220. this.Ord_CustomerSource.ReadOnly = true;
  221. //
  222. // Cus_Name
  223. //
  224. this.Cus_Name.HeaderText = "客户名称";
  225. this.Cus_Name.Name = "Cus_Name";
  226. this.Cus_Name.ReadOnly = true;
  227. //
  228. // Cus_Telephone
  229. //
  230. this.Cus_Telephone.HeaderText = "客户电话";
  231. this.Cus_Telephone.Name = "Cus_Telephone";
  232. this.Cus_Telephone.ReadOnly = true;
  233. //
  234. // Ord_SeriesName
  235. //
  236. this.Ord_SeriesName.HeaderText = "套系名称";
  237. this.Ord_SeriesName.Name = "Ord_SeriesName";
  238. this.Ord_SeriesName.ReadOnly = true;
  239. //
  240. // 套系金额
  241. //
  242. this.套系金额.HeaderText = "套系金额";
  243. this.套系金额.Name = "套系金额";
  244. this.套系金额.ReadOnly = true;
  245. //
  246. // 加挑金额
  247. //
  248. this.加挑金额.HeaderText = "加挑金额";
  249. this.加挑金额.Name = "加挑金额";
  250. this.加挑金额.ReadOnly = true;
  251. //
  252. // 收款金额
  253. //
  254. this.收款金额.HeaderText = "收款金额";
  255. this.收款金额.Name = "收款金额";
  256. this.收款金额.ReadOnly = true;
  257. //
  258. // Ordpg_Sights
  259. //
  260. this.Ordpg_Sights.HeaderText = "场景名称";
  261. this.Ordpg_Sights.Name = "Ordpg_Sights";
  262. this.Ordpg_Sights.ReadOnly = true;
  263. //
  264. // 景点类型
  265. //
  266. this.景点类型.HeaderText = "景点类型";
  267. this.景点类型.Name = "景点类型";
  268. this.景点类型.ReadOnly = true;
  269. //
  270. // 景点等级
  271. //
  272. this.景点等级.HeaderText = "景点等级";
  273. this.景点等级.Name = "景点等级";
  274. this.景点等级.ReadOnly = true;
  275. //
  276. // 摄影师
  277. //
  278. this.摄影师.HeaderText = "摄影师";
  279. this.摄影师.Name = "摄影师";
  280. this.摄影师.ReadOnly = true;
  281. //
  282. // 摄影助理
  283. //
  284. this.摄影助理.HeaderText = "摄影助理";
  285. this.摄影助理.Name = "摄影助理";
  286. this.摄影助理.ReadOnly = true;
  287. //
  288. // 化妆师
  289. //
  290. this.化妆师.HeaderText = "化妆师";
  291. this.化妆师.Name = "化妆师";
  292. this.化妆师.ReadOnly = true;
  293. //
  294. // 化妆助理
  295. //
  296. this.化妆助理.HeaderText = "化妆助理";
  297. this.化妆助理.Name = "化妆助理";
  298. this.化妆助理.ReadOnly = true;
  299. //
  300. // 引导师
  301. //
  302. this.引导师.HeaderText = "引导师";
  303. this.引导师.Name = "引导师";
  304. this.引导师.ReadOnly = true;
  305. //
  306. // 引导助理
  307. //
  308. this.引导助理.HeaderText = "引导助理";
  309. this.引导助理.Name = "引导助理";
  310. this.引导助理.ReadOnly = true;
  311. //
  312. // 初修师
  313. //
  314. this.初修师.HeaderText = "初修师";
  315. this.初修师.Name = "初修师";
  316. this.初修师.ReadOnly = true;
  317. //
  318. // 精修师
  319. //
  320. this.精修师.HeaderText = "精修师";
  321. this.精修师.Name = "精修师";
  322. this.精修师.ReadOnly = true;
  323. //
  324. // 选片师
  325. //
  326. this.选片师.HeaderText = "选片师";
  327. this.选片师.Name = "选片师";
  328. this.选片师.ReadOnly = true;
  329. //
  330. // 设计师
  331. //
  332. this.设计师.HeaderText = "设计师";
  333. this.设计师.Name = "设计师";
  334. this.设计师.ReadOnly = true;
  335. //
  336. // 选片时间
  337. //
  338. this.选片时间.HeaderText = "选片时间";
  339. this.选片时间.Name = "选片时间";
  340. this.选片时间.ReadOnly = true;
  341. //
  342. // FrmSliceStatisticsDetail
  343. //
  344. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  345. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  346. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  347. this.ClientSize = new System.Drawing.Size(1024, 700);
  348. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  349. this.Name = "FrmSliceStatisticsDetail";
  350. this.Text = "选片数据详情";
  351. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  352. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  353. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  354. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  355. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  356. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  357. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  358. this.plExMainContainer.ResumeLayout(false);
  359. this.plFormMainContent.ResumeLayout(false);
  360. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  361. this.panelEx1.ResumeLayout(false);
  362. this.panelEx1.PerformLayout();
  363. this.panelEx2.ResumeLayout(false);
  364. this.ResumeLayout(false);
  365. }
  366. #endregion
  367. protected internal ComponentLibrary.DataGridViewEx dgvData;
  368. private ComponentLibrary.PanelEx panelEx1;
  369. protected internal ComponentLibrary.LabelEx lab_Text;
  370. private ComponentLibrary.PanelEx panelEx2;
  371. protected internal ComponentLibrary.ButtonEx btn_Export;
  372. private System.Windows.Forms.DataGridViewTextBoxColumn ord_Number;
  373. private System.Windows.Forms.DataGridViewTextBoxColumn ord_OrderClass;
  374. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_CustomerSource;
  375. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Name;
  376. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Telephone;
  377. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_SeriesName;
  378. private System.Windows.Forms.DataGridViewTextBoxColumn 套系金额;
  379. private System.Windows.Forms.DataGridViewTextBoxColumn 加挑金额;
  380. private System.Windows.Forms.DataGridViewTextBoxColumn 收款金额;
  381. private System.Windows.Forms.DataGridViewTextBoxColumn Ordpg_Sights;
  382. private System.Windows.Forms.DataGridViewTextBoxColumn 景点类型;
  383. private System.Windows.Forms.DataGridViewTextBoxColumn 景点等级;
  384. private System.Windows.Forms.DataGridViewTextBoxColumn 摄影师;
  385. private System.Windows.Forms.DataGridViewTextBoxColumn 摄影助理;
  386. private System.Windows.Forms.DataGridViewTextBoxColumn 化妆师;
  387. private System.Windows.Forms.DataGridViewTextBoxColumn 化妆助理;
  388. private System.Windows.Forms.DataGridViewTextBoxColumn 引导师;
  389. private System.Windows.Forms.DataGridViewTextBoxColumn 引导助理;
  390. private System.Windows.Forms.DataGridViewTextBoxColumn 初修师;
  391. private System.Windows.Forms.DataGridViewTextBoxColumn 精修师;
  392. private System.Windows.Forms.DataGridViewTextBoxColumn 选片师;
  393. private System.Windows.Forms.DataGridViewTextBoxColumn 设计师;
  394. private System.Windows.Forms.DataGridViewTextBoxColumn 选片时间;
  395. }
  396. }