frmFlowStatistic.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. namespace LYFZ.Software.FlowStatistic
  2. {
  3. partial class frmFlowStatistic
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFlowStatistic));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.ck_QueryTime = new LYFZ.ComponentLibrary.CheckBoxEx();
  32. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  33. this.tx_Trans_Expire_Date = new System.Windows.Forms.TextBox();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.tx_TransBalance = new System.Windows.Forms.TextBox();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.tx_Balance = new System.Windows.Forms.TextBox();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.tx_AnnualFee = new System.Windows.Forms.TextBox();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.btn_Query = new LYFZ.ComponentLibrary.ButtonForm();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.dt_EndofTime = new System.Windows.Forms.DateTimePicker();
  44. this.dt_StartTime = new System.Windows.Forms.DateTimePicker();
  45. this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
  46. this.dgv_Statistic = new LYFZ.ComponentLibrary.DataGridViewEx();
  47. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.plExMainContainer.SuspendLayout();
  52. this.plFormMainContent.SuspendLayout();
  53. this.groupBoxEx1.SuspendLayout();
  54. this.groupBoxEx2.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.dgv_Statistic)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // plExMainContainer
  59. //
  60. this.plExMainContainer.Controls.Add(this.groupBoxEx2);
  61. this.plExMainContainer.Controls.Add(this.groupBoxEx1);
  62. this.plExMainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  63. this.plExMainContainer.Size = new System.Drawing.Size(1012, 590);
  64. //
  65. // plFormMainContent
  66. //
  67. this.plFormMainContent.Size = new System.Drawing.Size(1012, 590);
  68. //
  69. // btnAppFormMaximize
  70. //
  71. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  72. this.btnAppFormMaximize.Location = new System.Drawing.Point(953, 0);
  73. //
  74. // btnAppFormExit
  75. //
  76. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  77. this.btnAppFormExit.Location = new System.Drawing.Point(980, 0);
  78. //
  79. // btnAppFormMinimize
  80. //
  81. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  82. this.btnAppFormMinimize.Location = new System.Drawing.Point(926, 0);
  83. //
  84. // ck_QueryTime
  85. //
  86. this.ck_QueryTime.AutoSize = true;
  87. this.ck_QueryTime.BackColor = System.Drawing.Color.Transparent;
  88. this.ck_QueryTime.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  89. this.ck_QueryTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  90. this.ck_QueryTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  91. this.ck_QueryTime.Fourstates = false;
  92. this.ck_QueryTime.IsGreenTick = false;
  93. this.ck_QueryTime.Location = new System.Drawing.Point(605, 34);
  94. this.ck_QueryTime.Name = "ck_QueryTime";
  95. this.ck_QueryTime.Size = new System.Drawing.Size(75, 21);
  96. this.ck_QueryTime.TabIndex = 0;
  97. this.ck_QueryTime.Text = "时间范围";
  98. this.ck_QueryTime.UseVisualStyleBackColor = false;
  99. //
  100. // groupBoxEx1
  101. //
  102. this.groupBoxEx1.Controls.Add(this.tx_Trans_Expire_Date);
  103. this.groupBoxEx1.Controls.Add(this.label5);
  104. this.groupBoxEx1.Controls.Add(this.tx_TransBalance);
  105. this.groupBoxEx1.Controls.Add(this.label4);
  106. this.groupBoxEx1.Controls.Add(this.tx_Balance);
  107. this.groupBoxEx1.Controls.Add(this.label3);
  108. this.groupBoxEx1.Controls.Add(this.tx_AnnualFee);
  109. this.groupBoxEx1.Controls.Add(this.label2);
  110. this.groupBoxEx1.Controls.Add(this.btn_Query);
  111. this.groupBoxEx1.Controls.Add(this.label1);
  112. this.groupBoxEx1.Controls.Add(this.dt_EndofTime);
  113. this.groupBoxEx1.Controls.Add(this.dt_StartTime);
  114. this.groupBoxEx1.Controls.Add(this.ck_QueryTime);
  115. this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Top;
  116. this.groupBoxEx1.Location = new System.Drawing.Point(0, 0);
  117. this.groupBoxEx1.Name = "groupBoxEx1";
  118. this.groupBoxEx1.Size = new System.Drawing.Size(1012, 88);
  119. this.groupBoxEx1.TabIndex = 3;
  120. this.groupBoxEx1.TabStop = false;
  121. //
  122. // tx_Trans_Expire_Date
  123. //
  124. this.tx_Trans_Expire_Date.Location = new System.Drawing.Point(413, 53);
  125. this.tx_Trans_Expire_Date.Name = "tx_Trans_Expire_Date";
  126. this.tx_Trans_Expire_Date.ReadOnly = true;
  127. this.tx_Trans_Expire_Date.Size = new System.Drawing.Size(169, 21);
  128. this.tx_Trans_Expire_Date.TabIndex = 4;
  129. //
  130. // label5
  131. //
  132. this.label5.AutoSize = true;
  133. this.label5.Location = new System.Drawing.Point(304, 56);
  134. this.label5.Name = "label5";
  135. this.label5.Size = new System.Drawing.Size(101, 12);
  136. this.label5.TabIndex = 3;
  137. this.label5.Text = "云传片到期日期:";
  138. //
  139. // tx_TransBalance
  140. //
  141. this.tx_TransBalance.Location = new System.Drawing.Point(116, 51);
  142. this.tx_TransBalance.Name = "tx_TransBalance";
  143. this.tx_TransBalance.ReadOnly = true;
  144. this.tx_TransBalance.Size = new System.Drawing.Size(169, 21);
  145. this.tx_TransBalance.TabIndex = 4;
  146. //
  147. // label4
  148. //
  149. this.label4.AutoSize = true;
  150. this.label4.Location = new System.Drawing.Point(11, 56);
  151. this.label4.Name = "label4";
  152. this.label4.Size = new System.Drawing.Size(101, 12);
  153. this.label4.TabIndex = 3;
  154. this.label4.Text = "云传片剩余流量:";
  155. //
  156. // tx_Balance
  157. //
  158. this.tx_Balance.Location = new System.Drawing.Point(413, 21);
  159. this.tx_Balance.Name = "tx_Balance";
  160. this.tx_Balance.ReadOnly = true;
  161. this.tx_Balance.Size = new System.Drawing.Size(169, 21);
  162. this.tx_Balance.TabIndex = 4;
  163. //
  164. // label3
  165. //
  166. this.label3.AutoSize = true;
  167. this.label3.Location = new System.Drawing.Point(304, 27);
  168. this.label3.Name = "label3";
  169. this.label3.Size = new System.Drawing.Size(101, 12);
  170. this.label3.TabIndex = 3;
  171. this.label3.Text = "云服务剩余流量:";
  172. //
  173. // tx_AnnualFee
  174. //
  175. this.tx_AnnualFee.Location = new System.Drawing.Point(116, 22);
  176. this.tx_AnnualFee.Name = "tx_AnnualFee";
  177. this.tx_AnnualFee.ReadOnly = true;
  178. this.tx_AnnualFee.Size = new System.Drawing.Size(169, 21);
  179. this.tx_AnnualFee.TabIndex = 4;
  180. //
  181. // label2
  182. //
  183. this.label2.AutoSize = true;
  184. this.label2.Location = new System.Drawing.Point(23, 27);
  185. this.label2.Name = "label2";
  186. this.label2.Size = new System.Drawing.Size(89, 12);
  187. this.label2.TabIndex = 3;
  188. this.label2.Text = "云服务器年费:";
  189. //
  190. // btn_Query
  191. //
  192. this.btn_Query.BackColor = System.Drawing.Color.Transparent;
  193. this.btn_Query.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Query.BackImg")));
  194. this.btn_Query.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  195. this.btn_Query.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  196. this.btn_Query.ForeColor = System.Drawing.Color.White;
  197. this.btn_Query.IsCustomBackImg = false;
  198. this.btn_Query.IsShowText = true;
  199. this.btn_Query.Location = new System.Drawing.Point(896, 31);
  200. this.btn_Query.Name = "btn_Query";
  201. this.btn_Query.Size = new System.Drawing.Size(85, 28);
  202. this.btn_Query.TabIndex = 2;
  203. this.btn_Query.Text = "查询";
  204. this.btn_Query.UseVisualStyleBackColor = false;
  205. //
  206. // label1
  207. //
  208. this.label1.AutoSize = true;
  209. this.label1.Location = new System.Drawing.Point(773, 38);
  210. this.label1.Name = "label1";
  211. this.label1.Size = new System.Drawing.Size(17, 12);
  212. this.label1.TabIndex = 2;
  213. this.label1.Text = "至";
  214. //
  215. // dt_EndofTime
  216. //
  217. this.dt_EndofTime.Location = new System.Drawing.Point(797, 34);
  218. this.dt_EndofTime.Name = "dt_EndofTime";
  219. this.dt_EndofTime.Size = new System.Drawing.Size(78, 21);
  220. this.dt_EndofTime.TabIndex = 1;
  221. //
  222. // dt_StartTime
  223. //
  224. this.dt_StartTime.Location = new System.Drawing.Point(686, 34);
  225. this.dt_StartTime.Name = "dt_StartTime";
  226. this.dt_StartTime.Size = new System.Drawing.Size(78, 21);
  227. this.dt_StartTime.TabIndex = 1;
  228. //
  229. // groupBoxEx2
  230. //
  231. this.groupBoxEx2.Controls.Add(this.dgv_Statistic);
  232. this.groupBoxEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  233. this.groupBoxEx2.Location = new System.Drawing.Point(0, 88);
  234. this.groupBoxEx2.Name = "groupBoxEx2";
  235. this.groupBoxEx2.Size = new System.Drawing.Size(1012, 502);
  236. this.groupBoxEx2.TabIndex = 2;
  237. this.groupBoxEx2.TabStop = false;
  238. //
  239. // dgv_Statistic
  240. //
  241. this.dgv_Statistic.AllowUserToAddRows = false;
  242. this.dgv_Statistic.AllowUserToDeleteRows = false;
  243. this.dgv_Statistic.AllowUserToResizeRows = false;
  244. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  245. this.dgv_Statistic.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  246. this.dgv_Statistic.BackgroundColor = System.Drawing.Color.White;
  247. this.dgv_Statistic.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  248. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  249. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  250. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  252. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  253. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  254. this.dgv_Statistic.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  255. this.dgv_Statistic.ColumnHeadersHeight = 24;
  256. this.dgv_Statistic.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  257. this.dgv_Statistic.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  258. this.Column2,
  259. this.Column3,
  260. this.Column4,
  261. this.Column6});
  262. this.dgv_Statistic.Dock = System.Windows.Forms.DockStyle.Fill;
  263. this.dgv_Statistic.EnableHeadersVisualStyles = false;
  264. this.dgv_Statistic.EraseCell = false;
  265. this.dgv_Statistic.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  266. this.dgv_Statistic.GridViewUniquelyIdentify = "_dataGridViewEx1_dgv_Statistic_dgv_Statistic_dgv_Statistic_dgv_Statistic";
  267. this.dgv_Statistic.IsCompleteBonding = false;
  268. this.dgv_Statistic.IsCopyCellValue = true;
  269. this.dgv_Statistic.Location = new System.Drawing.Point(3, 17);
  270. this.dgv_Statistic.Name = "dgv_Statistic";
  271. this.dgv_Statistic.ReadOnly = true;
  272. this.dgv_Statistic.RowHeadersVisible = false;
  273. this.dgv_Statistic.RowTemplate.Height = 23;
  274. this.dgv_Statistic.RowTemplate.ReadOnly = true;
  275. this.dgv_Statistic.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  276. this.dgv_Statistic.Size = new System.Drawing.Size(1006, 482);
  277. this.dgv_Statistic.TabIndex = 0;
  278. //
  279. // Column2
  280. //
  281. this.Column2.HeaderText = "ERP流量(MB)";
  282. this.Column2.Name = "Column2";
  283. this.Column2.ReadOnly = true;
  284. this.Column2.Width = 200;
  285. //
  286. // Column3
  287. //
  288. this.Column3.HeaderText = "手机流量(MB)";
  289. this.Column3.Name = "Column3";
  290. this.Column3.ReadOnly = true;
  291. this.Column3.Width = 200;
  292. //
  293. // Column4
  294. //
  295. this.Column4.HeaderText = "传片流量(MB)";
  296. this.Column4.Name = "Column4";
  297. this.Column4.ReadOnly = true;
  298. this.Column4.Width = 200;
  299. //
  300. // Column6
  301. //
  302. this.Column6.HeaderText = "使用日期";
  303. this.Column6.Name = "Column6";
  304. this.Column6.ReadOnly = true;
  305. this.Column6.Width = 120;
  306. //
  307. // frmFlowStatistic
  308. //
  309. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  310. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  311. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  312. this.ClientSize = new System.Drawing.Size(1012, 655);
  313. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  314. this.Name = "frmFlowStatistic";
  315. this.Text = "流量统计";
  316. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  317. this.plExMainContainer.ResumeLayout(false);
  318. this.plFormMainContent.ResumeLayout(false);
  319. this.groupBoxEx1.ResumeLayout(false);
  320. this.groupBoxEx1.PerformLayout();
  321. this.groupBoxEx2.ResumeLayout(false);
  322. ((System.ComponentModel.ISupportInitialize)(this.dgv_Statistic)).EndInit();
  323. this.ResumeLayout(false);
  324. }
  325. #endregion
  326. private System.Windows.Forms.Label label1;
  327. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  328. private ComponentLibrary.GroupBoxEx groupBoxEx2;
  329. public ComponentLibrary.CheckBoxEx ck_QueryTime;
  330. public System.Windows.Forms.DateTimePicker dt_EndofTime;
  331. public System.Windows.Forms.DateTimePicker dt_StartTime;
  332. public ComponentLibrary.ButtonForm btn_Query;
  333. public ComponentLibrary.DataGridViewEx dgv_Statistic;
  334. private System.Windows.Forms.Label label5;
  335. private System.Windows.Forms.Label label4;
  336. private System.Windows.Forms.Label label3;
  337. private System.Windows.Forms.Label label2;
  338. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  339. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  340. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  341. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  342. public System.Windows.Forms.TextBox tx_Trans_Expire_Date;
  343. public System.Windows.Forms.TextBox tx_TransBalance;
  344. public System.Windows.Forms.TextBox tx_Balance;
  345. public System.Windows.Forms.TextBox tx_AnnualFee;
  346. }
  347. }