FrmArrearsOfDayReport.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. namespace LYFZ.Software.UI.StatisticalInquiry
  2. {
  3. partial class FrmArrearsOfDayReport
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmArrearsOfDayReport));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.btn_Search = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.dtpEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  37. this.dtpStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  38. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  40. this.订单号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.客户名称 = 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.欠款 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.门店名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.plExMainContainer.SuspendLayout();
  49. this.plFormMainContent.SuspendLayout();
  50. this.panelEx1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // plExMainContainer
  55. //
  56. this.plExMainContainer.Controls.Add(this.dgv);
  57. this.plExMainContainer.Controls.Add(this.panelEx1);
  58. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  59. this.plExMainContainer.Size = new System.Drawing.Size(1064, 580);
  60. //
  61. // plFormMainContent
  62. //
  63. this.plFormMainContent.Size = new System.Drawing.Size(1064, 580);
  64. //
  65. // btnAppFormMaximize
  66. //
  67. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  68. this.btnAppFormMaximize.Location = new System.Drawing.Point(1005, 0);
  69. //
  70. // btnAppFormExit
  71. //
  72. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  73. this.btnAppFormExit.Location = new System.Drawing.Point(1032, 0);
  74. //
  75. // btnAppFormMinimize
  76. //
  77. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  78. this.btnAppFormMinimize.Location = new System.Drawing.Point(978, 0);
  79. //
  80. // panelEx1
  81. //
  82. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  83. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  84. this.panelEx1.BorderWidth = 1;
  85. this.panelEx1.Controls.Add(this.btn_Search);
  86. this.panelEx1.Controls.Add(this.labelEx2);
  87. this.panelEx1.Controls.Add(this.dtpEnd);
  88. this.panelEx1.Controls.Add(this.dtpStart);
  89. this.panelEx1.Controls.Add(this.labelEx1);
  90. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  91. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  92. this.panelEx1.Name = "panelEx1";
  93. this.panelEx1.Size = new System.Drawing.Size(1054, 40);
  94. this.panelEx1.TabIndex = 0;
  95. this.panelEx1.Visible = false;
  96. //
  97. // btn_Search
  98. //
  99. this.btn_Search.BackColor = System.Drawing.Color.Transparent;
  100. this.btn_Search.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Search.BackImg")));
  101. this.btn_Search.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  102. this.btn_Search.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  103. this.btn_Search.ForeColor = System.Drawing.Color.White;
  104. this.btn_Search.IsCustomBackImg = false;
  105. this.btn_Search.IsShowText = true;
  106. this.btn_Search.Location = new System.Drawing.Point(300, 6);
  107. this.btn_Search.Name = "btn_Search";
  108. this.btn_Search.Size = new System.Drawing.Size(85, 28);
  109. this.btn_Search.TabIndex = 3;
  110. this.btn_Search.Text = "查询";
  111. this.btn_Search.UseVisualStyleBackColor = false;
  112. //
  113. // labelEx2
  114. //
  115. this.labelEx2.AutoSize = true;
  116. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  117. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  118. this.labelEx2.Location = new System.Drawing.Point(167, 12);
  119. this.labelEx2.Name = "labelEx2";
  120. this.labelEx2.Size = new System.Drawing.Size(17, 17);
  121. this.labelEx2.TabIndex = 2;
  122. this.labelEx2.Text = "~";
  123. //
  124. // dtpEnd
  125. //
  126. this.dtpEnd.CustomFormat = " ";
  127. this.dtpEnd.DateValue = "";
  128. this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  129. this.dtpEnd.IsShowTime = false;
  130. this.dtpEnd.Location = new System.Drawing.Point(186, 10);
  131. this.dtpEnd.Name = "dtpEnd";
  132. this.dtpEnd.Size = new System.Drawing.Size(95, 21);
  133. this.dtpEnd.TabIndex = 1;
  134. //
  135. // dtpStart
  136. //
  137. this.dtpStart.CustomFormat = " ";
  138. this.dtpStart.DateValue = "";
  139. this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  140. this.dtpStart.IsShowTime = false;
  141. this.dtpStart.Location = new System.Drawing.Point(69, 10);
  142. this.dtpStart.Name = "dtpStart";
  143. this.dtpStart.Size = new System.Drawing.Size(95, 21);
  144. this.dtpStart.TabIndex = 1;
  145. //
  146. // labelEx1
  147. //
  148. this.labelEx1.AutoSize = true;
  149. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  150. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  151. this.labelEx1.Location = new System.Drawing.Point(13, 12);
  152. this.labelEx1.Name = "labelEx1";
  153. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  154. this.labelEx1.TabIndex = 0;
  155. this.labelEx1.Text = "时间段:";
  156. //
  157. // dgv
  158. //
  159. this.dgv.AllowUserToAddRows = false;
  160. this.dgv.AllowUserToDeleteRows = false;
  161. this.dgv.AllowUserToResizeRows = false;
  162. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  163. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  164. this.dgv.BackgroundColor = System.Drawing.Color.White;
  165. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  166. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  167. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  168. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  169. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  171. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  172. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  173. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  174. this.dgv.ColumnHeadersHeight = 24;
  175. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  176. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  177. this.订单号,
  178. this.客户名称,
  179. this.联系电话,
  180. this.业绩款,
  181. this.付款,
  182. this.欠款,
  183. this.时间,
  184. this.门店名称});
  185. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  186. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  187. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  189. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  190. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  191. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  192. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  193. this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
  194. this.dgv.EnableHeadersVisualStyles = false;
  195. this.dgv.EraseCell = false;
  196. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  197. this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
  198. this.dgv.IsCompleteBonding = false;
  199. this.dgv.IsCopyCellValue = true;
  200. this.dgv.Location = new System.Drawing.Point(5, 45);
  201. this.dgv.Margin = new System.Windows.Forms.Padding(0);
  202. this.dgv.Name = "dgv";
  203. this.dgv.ReadOnly = true;
  204. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  205. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  206. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  208. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  209. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  210. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  211. this.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  212. this.dgv.RowHeadersVisible = false;
  213. this.dgv.RowTemplate.Height = 23;
  214. this.dgv.RowTemplate.ReadOnly = true;
  215. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  216. this.dgv.Size = new System.Drawing.Size(1054, 530);
  217. this.dgv.TabIndex = 233;
  218. //
  219. // 订单号
  220. //
  221. this.订单号.HeaderText = "订单号";
  222. this.订单号.Name = "订单号";
  223. this.订单号.ReadOnly = true;
  224. this.订单号.Width = 200;
  225. //
  226. // 客户名称
  227. //
  228. this.客户名称.HeaderText = "客户名称";
  229. this.客户名称.Name = "客户名称";
  230. this.客户名称.ReadOnly = true;
  231. //
  232. // 联系电话
  233. //
  234. this.联系电话.HeaderText = "联系电话";
  235. this.联系电话.Name = "联系电话";
  236. this.联系电话.ReadOnly = true;
  237. //
  238. // 业绩款
  239. //
  240. this.业绩款.HeaderText = "业绩款";
  241. this.业绩款.Name = "业绩款";
  242. this.业绩款.ReadOnly = true;
  243. //
  244. // 付款
  245. //
  246. this.付款.HeaderText = "付款";
  247. this.付款.Name = "付款";
  248. this.付款.ReadOnly = true;
  249. //
  250. // 欠款
  251. //
  252. this.欠款.HeaderText = "欠款";
  253. this.欠款.Name = "欠款";
  254. this.欠款.ReadOnly = true;
  255. this.欠款.Width = 150;
  256. //
  257. // 时间
  258. //
  259. this.时间.HeaderText = "时间";
  260. this.时间.Name = "时间";
  261. this.时间.ReadOnly = true;
  262. this.时间.Width = 200;
  263. //
  264. // 门店名称
  265. //
  266. this.门店名称.HeaderText = "门店名称";
  267. this.门店名称.Name = "门店名称";
  268. this.门店名称.ReadOnly = true;
  269. //
  270. // FrmArrearsOfDayReport
  271. //
  272. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  273. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  274. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  275. this.ClientSize = new System.Drawing.Size(1064, 645);
  276. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  277. this.Name = "FrmArrearsOfDayReport";
  278. this.Text = "FrmArrearsOfDayReport";
  279. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  280. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  281. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  282. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  283. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  284. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  285. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  286. this.plExMainContainer.ResumeLayout(false);
  287. this.plFormMainContent.ResumeLayout(false);
  288. this.panelEx1.ResumeLayout(false);
  289. this.panelEx1.PerformLayout();
  290. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  291. this.ResumeLayout(false);
  292. }
  293. #endregion
  294. private ComponentLibrary.PanelEx panelEx1;
  295. private ComponentLibrary.LabelEx labelEx1;
  296. private ComponentLibrary.LabelEx labelEx2;
  297. protected internal ComponentLibrary.DateTimePickerEx dtpEnd;
  298. protected internal ComponentLibrary.DateTimePickerEx dtpStart;
  299. protected internal ComponentLibrary.ButtonEx btn_Search;
  300. public ComponentLibrary.DataGridViewEx dgv;
  301. private System.Windows.Forms.DataGridViewTextBoxColumn 订单号;
  302. private System.Windows.Forms.DataGridViewTextBoxColumn 客户名称;
  303. private System.Windows.Forms.DataGridViewTextBoxColumn 联系电话;
  304. private System.Windows.Forms.DataGridViewTextBoxColumn 业绩款;
  305. private System.Windows.Forms.DataGridViewTextBoxColumn 付款;
  306. private System.Windows.Forms.DataGridViewTextBoxColumn 欠款;
  307. private System.Windows.Forms.DataGridViewTextBoxColumn 时间;
  308. private System.Windows.Forms.DataGridViewTextBoxColumn 门店名称;
  309. }
  310. }