Click here to Skip to main content
15,897,315 members
Articles / Desktop Programming / Windows Forms

Reputationator - CP Narcissists Rejoice! Part 1 of 4

Rate me:
Please Sign up or sign in to vote.
4.93/5 (35 votes)
30 Aug 2011CPOL22 min read 59.2K   882   41  
Keep more detailed track of your Codeproject reputation points.
namespace Reputationator
{
	partial class Form1
	{
		/// <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(Form1));
			this.panel1 = new System.Windows.Forms.Panel();
			this.groupBox4 = new System.Windows.Forms.GroupBox();
			this.labelOvertake = new System.Windows.Forms.Label();
			this.groupBox5 = new System.Windows.Forms.GroupBox();
			this.labelGoalStatus = new System.Windows.Forms.Label();
			this.label32 = new System.Windows.Forms.Label();
			this.label31 = new System.Windows.Forms.Label();
			this.label30 = new System.Windows.Forms.Label();
			this.buttonRecalcGoal = new System.Windows.Forms.Button();
			this.label6 = new System.Windows.Forms.Label();
			this.dateTimePickerGoalDate = new System.Windows.Forms.DateTimePicker();
			this.textBoxGoalPoints = new System.Windows.Forms.TextBox();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.label2 = new System.Windows.Forms.Label();
			this.listviewEarnedPoints = new System.Windows.Forms.ListView();
			this.colPeriod = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.colEarned = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.colProjected = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.buttonManageSvc = new System.Windows.Forms.Button();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.listviewCurrentPoints = new System.Windows.Forms.ListView();
			this.colCategory = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.colPoints = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.colAvg = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.checkBoxSaveInDB = new System.Windows.Forms.CheckBox();
			this.buttonGetData = new System.Windows.Forms.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.textBoxUserID = new System.Windows.Forms.TextBox();
			this.buttonRender = new System.Windows.Forms.Button();
			this.datePickerTo = new System.Windows.Forms.DateTimePicker();
			this.label5 = new System.Windows.Forms.Label();
			this.datePickerFrom = new System.Windows.Forms.DateTimePicker();
			this.label4 = new System.Windows.Forms.Label();
			this.comboTimePeriod = new System.Windows.Forms.ComboBox();
			this.label3 = new System.Windows.Forms.Label();
			this.checkBoxTrendLines = new System.Windows.Forms.CheckBox();
			this.panel2 = new System.Windows.Forms.Panel();
			this.splitContainer1 = new System.Windows.Forms.SplitContainer();
			this.label15 = new System.Windows.Forms.Label();
			this.checkedLBCategories = new System.Windows.Forms.CheckedListBox();
			this.comboChart = new System.Windows.Forms.ComboBox();
			this.label14 = new System.Windows.Forms.Label();
			this.statusStrip = new System.Windows.Forms.StatusStrip();
			this.panel1.SuspendLayout();
			this.groupBox4.SuspendLayout();
			this.groupBox5.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.panel2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
			this.splitContainer1.Panel1.SuspendLayout();
			this.splitContainer1.SuspendLayout();
			this.SuspendLayout();
			// 
			// panel1
			// 
			this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.panel1.Controls.Add(this.groupBox4);
			this.panel1.Controls.Add(this.groupBox5);
			this.panel1.Controls.Add(this.groupBox2);
			this.panel1.Controls.Add(this.buttonManageSvc);
			this.panel1.Controls.Add(this.groupBox3);
			this.panel1.Controls.Add(this.groupBox1);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel1.Location = new System.Drawing.Point(0, 0);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(1203, 199);
			this.panel1.TabIndex = 0;
			// 
			// groupBox4
			// 
			this.groupBox4.Controls.Add(this.labelOvertake);
			this.groupBox4.Location = new System.Drawing.Point(834, 139);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(358, 52);
			this.groupBox4.TabIndex = 5;
			this.groupBox4.TabStop = false;
			this.groupBox4.Text = "You Vs. The Current Points Leader";
			// 
			// labelOvertake
			// 
			this.labelOvertake.Location = new System.Drawing.Point(20, 18);
			this.labelOvertake.Name = "labelOvertake";
			this.labelOvertake.Size = new System.Drawing.Size(324, 27);
			this.labelOvertake.TabIndex = 0;
			this.labelOvertake.Text = "You will overtake {0} ({1} on {2}";
			this.labelOvertake.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// groupBox5
			// 
			this.groupBox5.Controls.Add(this.labelGoalStatus);
			this.groupBox5.Controls.Add(this.label32);
			this.groupBox5.Controls.Add(this.label31);
			this.groupBox5.Controls.Add(this.label30);
			this.groupBox5.Controls.Add(this.buttonRecalcGoal);
			this.groupBox5.Controls.Add(this.label6);
			this.groupBox5.Controls.Add(this.dateTimePickerGoalDate);
			this.groupBox5.Controls.Add(this.textBoxGoalPoints);
			this.groupBox5.Location = new System.Drawing.Point(834, 3);
			this.groupBox5.Name = "groupBox5";
			this.groupBox5.Size = new System.Drawing.Size(358, 135);
			this.groupBox5.TabIndex = 4;
			this.groupBox5.TabStop = false;
			this.groupBox5.Text = "Stated Goal";
			// 
			// labelGoalStatus
			// 
			this.labelGoalStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.labelGoalStatus.Location = new System.Drawing.Point(262, 98);
			this.labelGoalStatus.Name = "labelGoalStatus";
			this.labelGoalStatus.Size = new System.Drawing.Size(80, 27);
			this.labelGoalStatus.TabIndex = 7;
			this.labelGoalStatus.Text = "Unknown";
			this.labelGoalStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// label32
			// 
			this.label32.AutoSize = true;
			this.label32.Location = new System.Drawing.Point(262, 80);
			this.label32.Name = "label32";
			this.label32.Size = new System.Drawing.Size(80, 13);
			this.label32.TabIndex = 6;
			this.label32.Text = "Goal Probability";
			// 
			// label31
			// 
			this.label31.AutoSize = true;
			this.label31.Location = new System.Drawing.Point(17, 108);
			this.label31.Name = "label31";
			this.label31.Size = new System.Drawing.Size(30, 13);
			this.label31.TabIndex = 3;
			this.label31.Text = "Date";
			// 
			// label30
			// 
			this.label30.AutoSize = true;
			this.label30.Location = new System.Drawing.Point(14, 83);
			this.label30.Name = "label30";
			this.label30.Size = new System.Drawing.Size(36, 13);
			this.label30.TabIndex = 1;
			this.label30.Text = "Points";
			// 
			// buttonRecalcGoal
			// 
			this.buttonRecalcGoal.Location = new System.Drawing.Point(171, 87);
			this.buttonRecalcGoal.Name = "buttonRecalcGoal";
			this.buttonRecalcGoal.Size = new System.Drawing.Size(75, 23);
			this.buttonRecalcGoal.TabIndex = 5;
			this.buttonRecalcGoal.Text = "Recalculate";
			this.buttonRecalcGoal.UseVisualStyleBackColor = true;
			this.buttonRecalcGoal.Click += new System.EventHandler(this.buttonRecalcGoal_Click);
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(13, 18);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(335, 56);
			this.label6.TabIndex = 0;
			this.label6.Text = resources.GetString("label6.Text");
			// 
			// dateTimePickerGoalDate
			// 
			this.dateTimePickerGoalDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
			this.dateTimePickerGoalDate.Location = new System.Drawing.Point(54, 104);
			this.dateTimePickerGoalDate.MinDate = new System.DateTime(2011, 1, 1, 0, 0, 0, 0);
			this.dateTimePickerGoalDate.Name = "dateTimePickerGoalDate";
			this.dateTimePickerGoalDate.Size = new System.Drawing.Size(98, 20);
			this.dateTimePickerGoalDate.TabIndex = 4;
			this.dateTimePickerGoalDate.ValueChanged += new System.EventHandler(this.dateTimePickerGoalDate_ValueChanged);
			// 
			// textBoxGoalPoints
			// 
			this.textBoxGoalPoints.Location = new System.Drawing.Point(55, 80);
			this.textBoxGoalPoints.Name = "textBoxGoalPoints";
			this.textBoxGoalPoints.Size = new System.Drawing.Size(100, 20);
			this.textBoxGoalPoints.TabIndex = 2;
			this.textBoxGoalPoints.TextChanged += new System.EventHandler(this.textBoxGoalPoints_TextChanged);
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.label2);
			this.groupBox2.Controls.Add(this.listviewEarnedPoints);
			this.groupBox2.Location = new System.Drawing.Point(555, 3);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(271, 189);
			this.groupBox2.TabIndex = 3;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Earned During Period";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(4, 107);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(263, 77);
			this.label2.TabIndex = 1;
			this.label2.Text = resources.GetString("label2.Text");
			// 
			// listviewEarnedPoints
			// 
			this.listviewEarnedPoints.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colPeriod,
            this.colEarned,
            this.colProjected});
			this.listviewEarnedPoints.GridLines = true;
			this.listviewEarnedPoints.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
			this.listviewEarnedPoints.Location = new System.Drawing.Point(3, 20);
			this.listviewEarnedPoints.MultiSelect = false;
			this.listviewEarnedPoints.Name = "listviewEarnedPoints";
			this.listviewEarnedPoints.ShowGroups = false;
			this.listviewEarnedPoints.Size = new System.Drawing.Size(264, 80);
			this.listviewEarnedPoints.TabIndex = 0;
			this.listviewEarnedPoints.UseCompatibleStateImageBehavior = false;
			this.listviewEarnedPoints.View = System.Windows.Forms.View.Details;
			// 
			// colPeriod
			// 
			this.colPeriod.Text = "Period";
			// 
			// colEarned
			// 
			this.colEarned.Text = "Earned";
			this.colEarned.Width = 100;
			// 
			// colProjected
			// 
			this.colProjected.Text = "Projected";
			this.colProjected.Width = 100;
			// 
			// buttonManageSvc
			// 
			this.buttonManageSvc.Location = new System.Drawing.Point(72, 36);
			this.buttonManageSvc.Name = "buttonManageSvc";
			this.buttonManageSvc.Size = new System.Drawing.Size(119, 23);
			this.buttonManageSvc.TabIndex = 0;
			this.buttonManageSvc.Text = "Manage Service";
			this.buttonManageSvc.UseVisualStyleBackColor = true;
			this.buttonManageSvc.Click += new System.EventHandler(this.buttonManageSvc_Click);
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.listviewCurrentPoints);
			this.groupBox3.Location = new System.Drawing.Point(256, 3);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(293, 189);
			this.groupBox3.TabIndex = 2;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Current Points";
			// 
			// listviewCurrentPoints
			// 
			this.listviewCurrentPoints.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colCategory,
            this.colPoints,
            this.colAvg});
			this.listviewCurrentPoints.GridLines = true;
			this.listviewCurrentPoints.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
			this.listviewCurrentPoints.Location = new System.Drawing.Point(4, 20);
			this.listviewCurrentPoints.MultiSelect = false;
			this.listviewCurrentPoints.Name = "listviewCurrentPoints";
			this.listviewCurrentPoints.ShowGroups = false;
			this.listviewCurrentPoints.Size = new System.Drawing.Size(285, 164);
			this.listviewCurrentPoints.TabIndex = 0;
			this.listviewCurrentPoints.UseCompatibleStateImageBehavior = false;
			this.listviewCurrentPoints.View = System.Windows.Forms.View.Details;
			// 
			// colCategory
			// 
			this.colCategory.Text = "Category";
			this.colCategory.Width = 70;
			// 
			// colPoints
			// 
			this.colPoints.Text = "Current Points";
			this.colPoints.Width = 90;
			// 
			// colAvg
			// 
			this.colAvg.Text = "Daily Average";
			this.colAvg.Width = 90;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.checkBoxSaveInDB);
			this.groupBox1.Controls.Add(this.buttonGetData);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Controls.Add(this.textBoxUserID);
			this.groupBox1.Location = new System.Drawing.Point(9, 85);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(239, 107);
			this.groupBox1.TabIndex = 1;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Data Retrieval";
			// 
			// checkBoxSaveInDB
			// 
			this.checkBoxSaveInDB.AutoSize = true;
			this.checkBoxSaveInDB.Checked = true;
			this.checkBoxSaveInDB.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkBoxSaveInDB.Location = new System.Drawing.Point(2, 85);
			this.checkBoxSaveInDB.Name = "checkBoxSaveInDB";
			this.checkBoxSaveInDB.Size = new System.Drawing.Size(109, 17);
			this.checkBoxSaveInDB.TabIndex = 2;
			this.checkBoxSaveInDB.Text = "Save in database";
			this.checkBoxSaveInDB.UseVisualStyleBackColor = true;
			this.checkBoxSaveInDB.Visible = false;
			// 
			// buttonGetData
			// 
			this.buttonGetData.Location = new System.Drawing.Point(71, 61);
			this.buttonGetData.Name = "buttonGetData";
			this.buttonGetData.Size = new System.Drawing.Size(100, 23);
			this.buttonGetData.TabIndex = 3;
			this.buttonGetData.Text = "Get Current Data";
			this.buttonGetData.UseVisualStyleBackColor = true;
			this.buttonGetData.Click += new System.EventHandler(this.buttonGetData_Click);
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(16, 36);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(104, 13);
			this.label1.TabIndex = 0;
			this.label1.Text = "CodeProject User ID";
			// 
			// textBoxUserID
			// 
			this.textBoxUserID.Location = new System.Drawing.Point(127, 33);
			this.textBoxUserID.Name = "textBoxUserID";
			this.textBoxUserID.Size = new System.Drawing.Size(100, 20);
			this.textBoxUserID.TabIndex = 1;
			// 
			// buttonRender
			// 
			this.buttonRender.Location = new System.Drawing.Point(68, 375);
			this.buttonRender.Name = "buttonRender";
			this.buttonRender.Size = new System.Drawing.Size(103, 23);
			this.buttonRender.TabIndex = 11;
			this.buttonRender.Text = "Render Chart";
			this.buttonRender.UseVisualStyleBackColor = true;
			this.buttonRender.Visible = false;
			this.buttonRender.Click += new System.EventHandler(this.buttonRender_Click);
			// 
			// datePickerTo
			// 
			this.datePickerTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
			this.datePickerTo.Location = new System.Drawing.Point(107, 221);
			this.datePickerTo.Name = "datePickerTo";
			this.datePickerTo.Size = new System.Drawing.Size(108, 20);
			this.datePickerTo.TabIndex = 9;
			this.datePickerTo.ValueChanged += new System.EventHandler(this.datePickerTo_ValueChanged);
			// 
			// label5
			// 
			this.label5.AutoSize = true;
			this.label5.Location = new System.Drawing.Point(83, 225);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(20, 13);
			this.label5.TabIndex = 8;
			this.label5.Text = "To";
			// 
			// datePickerFrom
			// 
			this.datePickerFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
			this.datePickerFrom.Location = new System.Drawing.Point(107, 195);
			this.datePickerFrom.MinDate = new System.DateTime(2010, 1, 1, 0, 0, 0, 0);
			this.datePickerFrom.Name = "datePickerFrom";
			this.datePickerFrom.Size = new System.Drawing.Size(108, 20);
			this.datePickerFrom.TabIndex = 7;
			this.datePickerFrom.ValueChanged += new System.EventHandler(this.datePickerFrom_ValueChanged);
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point(74, 198);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(30, 13);
			this.label4.TabIndex = 6;
			this.label4.Text = "From";
			// 
			// comboTimePeriod
			// 
			this.comboTimePeriod.FormattingEnabled = true;
			this.comboTimePeriod.IntegralHeight = false;
			this.comboTimePeriod.Items.AddRange(new object[] {
            "Current Week",
            "Current Month",
            "Current Year",
            "Last 7 days",
            "Last 30 days",
            "Last 365 days",
            "Specified Period"});
			this.comboTimePeriod.Location = new System.Drawing.Point(106, 168);
			this.comboTimePeriod.Name = "comboTimePeriod";
			this.comboTimePeriod.Size = new System.Drawing.Size(121, 21);
			this.comboTimePeriod.TabIndex = 5;
			this.comboTimePeriod.SelectedIndexChanged += new System.EventHandler(this.comboTimePeriod_SelectedIndexChanged);
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point(12, 172);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(63, 13);
			this.label3.TabIndex = 4;
			this.label3.Text = "Time Period";
			// 
			// checkBoxTrendLines
			// 
			this.checkBoxTrendLines.AutoSize = true;
			this.checkBoxTrendLines.Location = new System.Drawing.Point(12, 259);
			this.checkBoxTrendLines.Name = "checkBoxTrendLines";
			this.checkBoxTrendLines.Size = new System.Drawing.Size(214, 17);
			this.checkBoxTrendLines.TabIndex = 10;
			this.checkBoxTrendLines.Text = "Show trend lines for selected categories";
			this.checkBoxTrendLines.UseVisualStyleBackColor = true;
			this.checkBoxTrendLines.CheckedChanged += new System.EventHandler(this.checkBoxTrendLines_CheckedChanged);
			// 
			// panel2
			// 
			this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.panel2.Controls.Add(this.splitContainer1);
			this.panel2.Controls.Add(this.statusStrip);
			this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel2.Location = new System.Drawing.Point(0, 199);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(1203, 429);
			this.panel2.TabIndex = 1;
			// 
			// splitContainer1
			// 
			this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer1.Location = new System.Drawing.Point(0, 0);
			this.splitContainer1.Name = "splitContainer1";
			// 
			// splitContainer1.Panel1
			// 
			this.splitContainer1.Panel1.Controls.Add(this.buttonRender);
			this.splitContainer1.Panel1.Controls.Add(this.label15);
			this.splitContainer1.Panel1.Controls.Add(this.datePickerTo);
			this.splitContainer1.Panel1.Controls.Add(this.label5);
			this.splitContainer1.Panel1.Controls.Add(this.checkedLBCategories);
			this.splitContainer1.Panel1.Controls.Add(this.checkBoxTrendLines);
			this.splitContainer1.Panel1.Controls.Add(this.datePickerFrom);
			this.splitContainer1.Panel1.Controls.Add(this.label4);
			this.splitContainer1.Panel1.Controls.Add(this.comboChart);
			this.splitContainer1.Panel1.Controls.Add(this.label14);
			this.splitContainer1.Panel1.Controls.Add(this.comboTimePeriod);
			this.splitContainer1.Panel1.Controls.Add(this.label3);
			this.splitContainer1.Panel1MinSize = 0;
			this.splitContainer1.Panel2MinSize = 400;
			this.splitContainer1.Size = new System.Drawing.Size(1201, 405);
			this.splitContainer1.SplitterDistance = 250;
			this.splitContainer1.TabIndex = 0;
			// 
			// label15
			// 
			this.label15.AutoSize = true;
			this.label15.Location = new System.Drawing.Point(12, 10);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(57, 13);
			this.label15.TabIndex = 0;
			this.label15.Text = "Categories";
			// 
			// checkedLBCategories
			// 
			this.checkedLBCategories.FormattingEnabled = true;
			this.checkedLBCategories.Items.AddRange(new object[] {
            "Author",
            "Authority",
            "Debator",
            "Editor",
            "Enquirer",
            "Organiser",
            "Participant",
            "Total"});
			this.checkedLBCategories.Location = new System.Drawing.Point(74, 10);
			this.checkedLBCategories.Name = "checkedLBCategories";
			this.checkedLBCategories.Size = new System.Drawing.Size(154, 124);
			this.checkedLBCategories.TabIndex = 1;
			this.checkedLBCategories.SelectedIndexChanged += new System.EventHandler(this.checkedLBCategories_SelectedIndexChanged);
			// 
			// comboChart
			// 
			this.comboChart.FormattingEnabled = true;
			this.comboChart.Items.AddRange(new object[] {
            "Accumulated By Day",
            "Accumulated Since",
            "Current Track",
            "Overall Breakdown"});
			this.comboChart.Location = new System.Drawing.Point(74, 141);
			this.comboChart.Name = "comboChart";
			this.comboChart.Size = new System.Drawing.Size(154, 21);
			this.comboChart.TabIndex = 3;
			this.comboChart.SelectedIndexChanged += new System.EventHandler(this.comboChart_SelectedIndexChanged);
			// 
			// label14
			// 
			this.label14.AutoSize = true;
			this.label14.Location = new System.Drawing.Point(12, 144);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(32, 13);
			this.label14.TabIndex = 2;
			this.label14.Text = "Chart";
			// 
			// statusStrip
			// 
			this.statusStrip.Location = new System.Drawing.Point(0, 405);
			this.statusStrip.Name = "statusStrip";
			this.statusStrip.Size = new System.Drawing.Size(1201, 22);
			this.statusStrip.TabIndex = 0;
			this.statusStrip.Text = "statusStrip1";
			// 
			// Form1
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(1203, 628);
			this.Controls.Add(this.panel2);
			this.Controls.Add(this.panel1);
			this.Name = "Form1";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "CodeProject Reputationator";
			this.Load += new System.EventHandler(this.Form1_Load);
			this.panel1.ResumeLayout(false);
			this.groupBox4.ResumeLayout(false);
			this.groupBox5.ResumeLayout(false);
			this.groupBox5.PerformLayout();
			this.groupBox2.ResumeLayout(false);
			this.groupBox3.ResumeLayout(false);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.panel2.ResumeLayout(false);
			this.panel2.PerformLayout();
			this.splitContainer1.Panel1.ResumeLayout(false);
			this.splitContainer1.Panel1.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
			this.splitContainer1.ResumeLayout(false);
			this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.Panel panel1;
		private System.Windows.Forms.Panel panel2;
		private System.Windows.Forms.StatusStrip statusStrip;
		private System.Windows.Forms.ComboBox comboTimePeriod;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.TextBox textBoxUserID;
		private System.Windows.Forms.DateTimePicker datePickerTo;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.DateTimePicker datePickerFrom;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.GroupBox groupBox3;
		private System.Windows.Forms.CheckBox checkBoxTrendLines;
		private System.Windows.Forms.Button buttonGetData;
		private System.Windows.Forms.Button buttonManageSvc;
		private System.Windows.Forms.Button buttonRender;
		private System.Windows.Forms.CheckBox checkBoxSaveInDB;
		private System.Windows.Forms.SplitContainer splitContainer1;
		private System.Windows.Forms.Label label15;
		private System.Windows.Forms.CheckedListBox checkedLBCategories;
		private System.Windows.Forms.ComboBox comboChart;
		private System.Windows.Forms.Label label14;
		private System.Windows.Forms.GroupBox groupBox5;
		private System.Windows.Forms.Label labelGoalStatus;
		private System.Windows.Forms.Label label32;
		private System.Windows.Forms.Label label31;
		private System.Windows.Forms.Label label30;
		private System.Windows.Forms.Button buttonRecalcGoal;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.DateTimePicker dateTimePickerGoalDate;
		private System.Windows.Forms.TextBox textBoxGoalPoints;
		private System.Windows.Forms.GroupBox groupBox2;
		private System.Windows.Forms.ListView listviewCurrentPoints;
		private System.Windows.Forms.ColumnHeader colCategory;
		private System.Windows.Forms.ColumnHeader colPoints;
		private System.Windows.Forms.ColumnHeader colAvg;
		private System.Windows.Forms.ListView listviewEarnedPoints;
		private System.Windows.Forms.ColumnHeader colPeriod;
		private System.Windows.Forms.ColumnHeader colEarned;
		private System.Windows.Forms.ColumnHeader colProjected;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.GroupBox groupBox4;
		private System.Windows.Forms.Label labelOvertake;
	}
}

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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Paddedwall Software
United States United States
I've been paid as a programmer since 1982 with experience in Pascal, and C++ (both self-taught), and began writing Windows programs in 1991 using Visual C++ and MFC. In the 2nd half of 2007, I started writing C# Windows Forms and ASP.Net applications, and have since done WPF, Silverlight, WCF, web services, and Windows services.

My weakest point is that my moments of clarity are too brief to hold a meaningful conversation that requires more than 30 seconds to complete. Thankfully, grunts of agreement are all that is required to conduct most discussions without committing to any particular belief system.

Comments and Discussions