Click here to Skip to main content
15,881,687 members
Articles / Operating Systems / Windows

Applications Traffic Watcher Lite

Rate me:
Please Sign up or sign in to vote.
4.41/5 (6 votes)
14 Jul 20062 min read 53.9K   3.3K   47  
Applications Traffic Watcher is a small utility to get costs of the internet traffic consumed by different applications
namespace IpHlpApidotnet
{
    partial class OptionsDialog
    {
        /// <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(OptionsDialog));
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnOk = new System.Windows.Forms.Button();
            this.panel2 = new System.Windows.Forms.Panel();
            this.tbPricePerMeg = new System.Windows.Forms.MaskedTextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.cbShowOnlyCurrentUserProcesses = new System.Windows.Forms.CheckBox();
            this.cbLaunchOnStartup = new System.Windows.Forms.CheckBox();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.btnCancel);
            this.panel1.Controls.Add(this.btnOk);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(0, 225);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(292, 31);
            this.panel1.TabIndex = 0;
            // 
            // btnCancel
            // 
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location = new System.Drawing.Point(84, 4);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 1;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            // 
            // btnOk
            // 
            this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btnOk.Location = new System.Drawing.Point(3, 4);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(75, 23);
            this.btnOk.TabIndex = 0;
            this.btnOk.Text = "Ok";
            this.btnOk.UseVisualStyleBackColor = true;
            this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.cbLaunchOnStartup);
            this.panel2.Controls.Add(this.tbPricePerMeg);
            this.panel2.Controls.Add(this.label1);
            this.panel2.Controls.Add(this.cbShowOnlyCurrentUserProcesses);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(292, 225);
            this.panel2.TabIndex = 1;
            // 
            // tbPricePerMeg
            // 
            this.tbPricePerMeg.Location = new System.Drawing.Point(128, 58);
            this.tbPricePerMeg.Mask = "9.00 $";
            this.tbPricePerMeg.Name = "tbPricePerMeg";
            this.tbPricePerMeg.PromptChar = '0';
            this.tbPricePerMeg.Size = new System.Drawing.Size(81, 20);
            this.tbPricePerMeg.TabIndex = 3;
            this.tbPricePerMeg.Text = "12";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(9, 61);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(101, 13);
            this.label1.TabIndex = 1;
            this.label1.Text = "Price per megabyte:";
            // 
            // cbShowOnlyCurrentUserProcesses
            // 
            this.cbShowOnlyCurrentUserProcesses.AutoSize = true;
            this.cbShowOnlyCurrentUserProcesses.Location = new System.Drawing.Point(12, 12);
            this.cbShowOnlyCurrentUserProcesses.Name = "cbShowOnlyCurrentUserProcesses";
            this.cbShowOnlyCurrentUserProcesses.Size = new System.Drawing.Size(185, 17);
            this.cbShowOnlyCurrentUserProcesses.TabIndex = 0;
            this.cbShowOnlyCurrentUserProcesses.Text = "Show only current user processes";
            this.cbShowOnlyCurrentUserProcesses.UseVisualStyleBackColor = true;
            // 
            // cbLaunchOnStartup
            // 
            this.cbLaunchOnStartup.AutoSize = true;
            this.cbLaunchOnStartup.Location = new System.Drawing.Point(12, 35);
            this.cbLaunchOnStartup.Name = "cbLaunchOnStartup";
            this.cbLaunchOnStartup.Size = new System.Drawing.Size(112, 17);
            this.cbLaunchOnStartup.TabIndex = 4;
            this.cbLaunchOnStartup.Text = "Launch on startup";
            this.cbLaunchOnStartup.UseVisualStyleBackColor = true;
            // 
            // OptionsDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(292, 256);
            this.ControlBox = false;
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "OptionsDialog";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "OptionsDialog";
            this.Load += new System.EventHandler(this.OptionsDialog_Load);
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Button btnOk;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.CheckBox cbShowOnlyCurrentUserProcesses;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.MaskedTextBox tbPricePerMeg;
        private System.Windows.Forms.CheckBox cbLaunchOnStartup;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Russian Federation Russian Federation
I am a CIO in Nizhny Novgorod, Russia.

Comments and Discussions