123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353 |
- namespace LYFZ.Software.FlowStatistic
- {
- partial class frmFlowStatistic
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFlowStatistic));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.ck_QueryTime = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.tx_Trans_Expire_Date = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.tx_TransBalance = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.tx_Balance = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.tx_AnnualFee = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.btn_Query = new LYFZ.ComponentLibrary.ButtonForm();
- this.label1 = new System.Windows.Forms.Label();
- this.dt_EndofTime = new System.Windows.Forms.DateTimePicker();
- this.dt_StartTime = new System.Windows.Forms.DateTimePicker();
- this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.dgv_Statistic = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.groupBoxEx1.SuspendLayout();
- this.groupBoxEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv_Statistic)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.groupBoxEx2);
- this.plExMainContainer.Controls.Add(this.groupBoxEx1);
- this.plExMainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
- this.plExMainContainer.Size = new System.Drawing.Size(1012, 590);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(1012, 590);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(953, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(980, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(926, 0);
- //
- // ck_QueryTime
- //
- this.ck_QueryTime.AutoSize = true;
- this.ck_QueryTime.BackColor = System.Drawing.Color.Transparent;
- this.ck_QueryTime.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.ck_QueryTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.ck_QueryTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.ck_QueryTime.Fourstates = false;
- this.ck_QueryTime.IsGreenTick = false;
- this.ck_QueryTime.Location = new System.Drawing.Point(605, 34);
- this.ck_QueryTime.Name = "ck_QueryTime";
- this.ck_QueryTime.Size = new System.Drawing.Size(75, 21);
- this.ck_QueryTime.TabIndex = 0;
- this.ck_QueryTime.Text = "时间范围";
- this.ck_QueryTime.UseVisualStyleBackColor = false;
- //
- // groupBoxEx1
- //
- this.groupBoxEx1.Controls.Add(this.tx_Trans_Expire_Date);
- this.groupBoxEx1.Controls.Add(this.label5);
- this.groupBoxEx1.Controls.Add(this.tx_TransBalance);
- this.groupBoxEx1.Controls.Add(this.label4);
- this.groupBoxEx1.Controls.Add(this.tx_Balance);
- this.groupBoxEx1.Controls.Add(this.label3);
- this.groupBoxEx1.Controls.Add(this.tx_AnnualFee);
- this.groupBoxEx1.Controls.Add(this.label2);
- this.groupBoxEx1.Controls.Add(this.btn_Query);
- this.groupBoxEx1.Controls.Add(this.label1);
- this.groupBoxEx1.Controls.Add(this.dt_EndofTime);
- this.groupBoxEx1.Controls.Add(this.dt_StartTime);
- this.groupBoxEx1.Controls.Add(this.ck_QueryTime);
- this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBoxEx1.Location = new System.Drawing.Point(0, 0);
- this.groupBoxEx1.Name = "groupBoxEx1";
- this.groupBoxEx1.Size = new System.Drawing.Size(1012, 88);
- this.groupBoxEx1.TabIndex = 3;
- this.groupBoxEx1.TabStop = false;
- //
- // tx_Trans_Expire_Date
- //
- this.tx_Trans_Expire_Date.Location = new System.Drawing.Point(413, 53);
- this.tx_Trans_Expire_Date.Name = "tx_Trans_Expire_Date";
- this.tx_Trans_Expire_Date.ReadOnly = true;
- this.tx_Trans_Expire_Date.Size = new System.Drawing.Size(169, 21);
- this.tx_Trans_Expire_Date.TabIndex = 4;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(304, 56);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(101, 12);
- this.label5.TabIndex = 3;
- this.label5.Text = "云传片到期日期:";
- //
- // tx_TransBalance
- //
- this.tx_TransBalance.Location = new System.Drawing.Point(116, 51);
- this.tx_TransBalance.Name = "tx_TransBalance";
- this.tx_TransBalance.ReadOnly = true;
- this.tx_TransBalance.Size = new System.Drawing.Size(169, 21);
- this.tx_TransBalance.TabIndex = 4;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(11, 56);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(101, 12);
- this.label4.TabIndex = 3;
- this.label4.Text = "云传片剩余流量:";
- //
- // tx_Balance
- //
- this.tx_Balance.Location = new System.Drawing.Point(413, 21);
- this.tx_Balance.Name = "tx_Balance";
- this.tx_Balance.ReadOnly = true;
- this.tx_Balance.Size = new System.Drawing.Size(169, 21);
- this.tx_Balance.TabIndex = 4;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(304, 27);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(101, 12);
- this.label3.TabIndex = 3;
- this.label3.Text = "云服务剩余流量:";
- //
- // tx_AnnualFee
- //
- this.tx_AnnualFee.Location = new System.Drawing.Point(116, 22);
- this.tx_AnnualFee.Name = "tx_AnnualFee";
- this.tx_AnnualFee.ReadOnly = true;
- this.tx_AnnualFee.Size = new System.Drawing.Size(169, 21);
- this.tx_AnnualFee.TabIndex = 4;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(23, 27);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(89, 12);
- this.label2.TabIndex = 3;
- this.label2.Text = "云服务器年费:";
- //
- // btn_Query
- //
- this.btn_Query.BackColor = System.Drawing.Color.Transparent;
- this.btn_Query.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Query.BackImg")));
- this.btn_Query.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btn_Query.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btn_Query.ForeColor = System.Drawing.Color.White;
- this.btn_Query.IsCustomBackImg = false;
- this.btn_Query.IsShowText = true;
- this.btn_Query.Location = new System.Drawing.Point(896, 31);
- this.btn_Query.Name = "btn_Query";
- this.btn_Query.Size = new System.Drawing.Size(85, 28);
- this.btn_Query.TabIndex = 2;
- this.btn_Query.Text = "查询";
- this.btn_Query.UseVisualStyleBackColor = false;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(773, 38);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(17, 12);
- this.label1.TabIndex = 2;
- this.label1.Text = "至";
- //
- // dt_EndofTime
- //
- this.dt_EndofTime.Location = new System.Drawing.Point(797, 34);
- this.dt_EndofTime.Name = "dt_EndofTime";
- this.dt_EndofTime.Size = new System.Drawing.Size(78, 21);
- this.dt_EndofTime.TabIndex = 1;
- //
- // dt_StartTime
- //
- this.dt_StartTime.Location = new System.Drawing.Point(686, 34);
- this.dt_StartTime.Name = "dt_StartTime";
- this.dt_StartTime.Size = new System.Drawing.Size(78, 21);
- this.dt_StartTime.TabIndex = 1;
- //
- // groupBoxEx2
- //
- this.groupBoxEx2.Controls.Add(this.dgv_Statistic);
- this.groupBoxEx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBoxEx2.Location = new System.Drawing.Point(0, 88);
- this.groupBoxEx2.Name = "groupBoxEx2";
- this.groupBoxEx2.Size = new System.Drawing.Size(1012, 502);
- this.groupBoxEx2.TabIndex = 2;
- this.groupBoxEx2.TabStop = false;
- //
- // dgv_Statistic
- //
- this.dgv_Statistic.AllowUserToAddRows = false;
- this.dgv_Statistic.AllowUserToDeleteRows = false;
- this.dgv_Statistic.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dgv_Statistic.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgv_Statistic.BackgroundColor = System.Drawing.Color.White;
- this.dgv_Statistic.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgv_Statistic.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgv_Statistic.ColumnHeadersHeight = 24;
- this.dgv_Statistic.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgv_Statistic.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column2,
- this.Column3,
- this.Column4,
- this.Column6});
- this.dgv_Statistic.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgv_Statistic.EnableHeadersVisualStyles = false;
- this.dgv_Statistic.EraseCell = false;
- this.dgv_Statistic.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgv_Statistic.GridViewUniquelyIdentify = "_dataGridViewEx1_dgv_Statistic_dgv_Statistic_dgv_Statistic_dgv_Statistic";
- this.dgv_Statistic.IsCompleteBonding = false;
- this.dgv_Statistic.IsCopyCellValue = true;
- this.dgv_Statistic.Location = new System.Drawing.Point(3, 17);
- this.dgv_Statistic.Name = "dgv_Statistic";
- this.dgv_Statistic.ReadOnly = true;
- this.dgv_Statistic.RowHeadersVisible = false;
- this.dgv_Statistic.RowTemplate.Height = 23;
- this.dgv_Statistic.RowTemplate.ReadOnly = true;
- this.dgv_Statistic.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgv_Statistic.Size = new System.Drawing.Size(1006, 482);
- this.dgv_Statistic.TabIndex = 0;
- //
- // Column2
- //
- this.Column2.HeaderText = "ERP流量(MB)";
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- this.Column2.Width = 200;
- //
- // Column3
- //
- this.Column3.HeaderText = "手机流量(MB)";
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- this.Column3.Width = 200;
- //
- // Column4
- //
- this.Column4.HeaderText = "传片流量(MB)";
- this.Column4.Name = "Column4";
- this.Column4.ReadOnly = true;
- this.Column4.Width = 200;
- //
- // Column6
- //
- this.Column6.HeaderText = "使用日期";
- this.Column6.Name = "Column6";
- this.Column6.ReadOnly = true;
- this.Column6.Width = 120;
- //
- // frmFlowStatistic
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(1012, 655);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Name = "frmFlowStatistic";
- this.Text = "流量统计";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.groupBoxEx1.ResumeLayout(false);
- this.groupBoxEx1.PerformLayout();
- this.groupBoxEx2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv_Statistic)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private ComponentLibrary.GroupBoxEx groupBoxEx1;
- private ComponentLibrary.GroupBoxEx groupBoxEx2;
- public ComponentLibrary.CheckBoxEx ck_QueryTime;
- public System.Windows.Forms.DateTimePicker dt_EndofTime;
- public System.Windows.Forms.DateTimePicker dt_StartTime;
- public ComponentLibrary.ButtonForm btn_Query;
- public ComponentLibrary.DataGridViewEx dgv_Statistic;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
- public System.Windows.Forms.TextBox tx_Trans_Expire_Date;
- public System.Windows.Forms.TextBox tx_TransBalance;
- public System.Windows.Forms.TextBox tx_Balance;
- public System.Windows.Forms.TextBox tx_AnnualFee;
- }
- }
|