GUI/ParameterForm.Designer.cs
author moel.mich
Tue, 09 Mar 2010 22:27:10 +0000
changeset 79 9cdbe1d8d12a
parent 63 1a7c13ac7348
child 86 b4f0f206173d
permissions -rw-r--r--
Changed the CPU clock calculation. If no invariant TSC is available, then the max CPU clock is estimated at startup under load, otherwise an average over one second is used.
moel@63
     1
namespace OpenHardwareMonitor.GUI {
moel@63
     2
  partial class ParameterForm {
moel@63
     3
    /// <summary>
moel@63
     4
    /// Required designer variable.
moel@63
     5
    /// </summary>
moel@63
     6
    private System.ComponentModel.IContainer components = null;
moel@63
     7
moel@63
     8
    /// <summary>
moel@63
     9
    /// Clean up any resources being used.
moel@63
    10
    /// </summary>
moel@63
    11
    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
moel@63
    12
    protected override void Dispose(bool disposing) {
moel@63
    13
      if (disposing && (components != null)) {
moel@63
    14
        components.Dispose();
moel@63
    15
      }
moel@63
    16
      base.Dispose(disposing);
moel@63
    17
    }
moel@63
    18
moel@63
    19
    #region Windows Form Designer generated code
moel@63
    20
moel@63
    21
    /// <summary>
moel@63
    22
    /// Required method for Designer support - do not modify
moel@63
    23
    /// the contents of this method with the code editor.
moel@63
    24
    /// </summary>
moel@63
    25
    private void InitializeComponent() {
moel@63
    26
      this.components = new System.ComponentModel.Container();
moel@63
    27
      System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
moel@63
    28
      this.okButton = new System.Windows.Forms.Button();
moel@63
    29
      this.cancelButton = new System.Windows.Forms.Button();
moel@63
    30
      this.captionLabel = new System.Windows.Forms.Label();
moel@63
    31
      this.dataGridView = new System.Windows.Forms.DataGridView();
moel@63
    32
      this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
moel@63
    33
      this.Default = new System.Windows.Forms.DataGridViewCheckBoxColumn();
moel@63
    34
      this.ValueColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
moel@63
    35
      this.bindingSource = new System.Windows.Forms.BindingSource(this.components);
moel@63
    36
      this.descriptionLabel = new System.Windows.Forms.Label();
moel@63
    37
      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
moel@63
    38
      ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit();
moel@63
    39
      this.SuspendLayout();
moel@63
    40
      // 
moel@63
    41
      // okButton
moel@63
    42
      // 
moel@63
    43
      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
moel@63
    44
      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
moel@63
    45
      this.okButton.Location = new System.Drawing.Point(186, 213);
moel@63
    46
      this.okButton.Name = "okButton";
moel@63
    47
      this.okButton.Size = new System.Drawing.Size(75, 23);
moel@63
    48
      this.okButton.TabIndex = 2;
moel@63
    49
      this.okButton.Text = "OK";
moel@63
    50
      this.okButton.UseVisualStyleBackColor = true;
moel@63
    51
      this.okButton.Click += new System.EventHandler(this.okButton_Click);
moel@63
    52
      // 
moel@63
    53
      // cancelButton
moel@63
    54
      // 
moel@63
    55
      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
moel@63
    56
      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
moel@63
    57
      this.cancelButton.Location = new System.Drawing.Point(267, 213);
moel@63
    58
      this.cancelButton.Name = "cancelButton";
moel@63
    59
      this.cancelButton.Size = new System.Drawing.Size(75, 23);
moel@63
    60
      this.cancelButton.TabIndex = 3;
moel@74
    61
      this.cancelButton.Text = "Cancel";
moel@63
    62
      this.cancelButton.UseVisualStyleBackColor = true;
moel@63
    63
      // 
moel@63
    64
      // captionLabel
moel@63
    65
      // 
moel@63
    66
      this.captionLabel.AutoSize = true;
moel@63
    67
      this.captionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
moel@63
    68
      this.captionLabel.Location = new System.Drawing.Point(12, 9);
moel@63
    69
      this.captionLabel.Name = "captionLabel";
moel@63
    70
      this.captionLabel.Size = new System.Drawing.Size(80, 13);
moel@63
    71
      this.captionLabel.TabIndex = 4;
moel@63
    72
      this.captionLabel.Text = "captionLabel";
moel@63
    73
      // 
moel@63
    74
      // dataGridView
moel@63
    75
      // 
moel@63
    76
      this.dataGridView.AllowUserToAddRows = false;
moel@63
    77
      this.dataGridView.AllowUserToDeleteRows = false;
moel@63
    78
      this.dataGridView.AllowUserToResizeRows = false;
moel@63
    79
      this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
moel@63
    80
                  | System.Windows.Forms.AnchorStyles.Left)
moel@63
    81
                  | System.Windows.Forms.AnchorStyles.Right)));
moel@63
    82
      this.dataGridView.AutoGenerateColumns = false;
moel@63
    83
      this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
moel@63
    84
      this.dataGridView.BackgroundColor = System.Drawing.SystemColors.Window;
moel@63
    85
      this.dataGridView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
moel@63
    86
      this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
moel@63
    87
      this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
moel@63
    88
            this.NameColumn,
moel@63
    89
            this.Default,
moel@63
    90
            this.ValueColumn});
moel@63
    91
      this.dataGridView.DataSource = this.bindingSource;
moel@63
    92
      dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
moel@63
    93
      dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
moel@63
    94
      dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
moel@63
    95
      dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
moel@63
    96
      dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
moel@63
    97
      dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
moel@63
    98
      dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
moel@63
    99
      this.dataGridView.DefaultCellStyle = dataGridViewCellStyle1;
moel@63
   100
      this.dataGridView.Location = new System.Drawing.Point(15, 30);
moel@63
   101
      this.dataGridView.MultiSelect = false;
moel@63
   102
      this.dataGridView.Name = "dataGridView";
moel@63
   103
      this.dataGridView.RowHeadersVisible = false;
moel@63
   104
      this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
moel@63
   105
      this.dataGridView.ShowRowErrors = false;
moel@63
   106
      this.dataGridView.Size = new System.Drawing.Size(327, 121);
moel@63
   107
      this.dataGridView.TabIndex = 0;
moel@63
   108
      this.dataGridView.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_RowEnter);
moel@63
   109
      this.dataGridView.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dataGridView_CellValidating);
moel@63
   110
      this.dataGridView.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellEndEdit);
moel@63
   111
      this.dataGridView.CurrentCellDirtyStateChanged += new System.EventHandler(this.dataGridView_CurrentCellDirtyStateChanged);
moel@63
   112
      // 
moel@63
   113
      // NameColumn
moel@63
   114
      // 
moel@63
   115
      this.NameColumn.DataPropertyName = "Name";
moel@63
   116
      this.NameColumn.HeaderText = "Name";
moel@63
   117
      this.NameColumn.Name = "NameColumn";
moel@63
   118
      this.NameColumn.ReadOnly = true;
moel@63
   119
      this.NameColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
moel@63
   120
      // 
moel@63
   121
      // Default
moel@63
   122
      // 
moel@63
   123
      this.Default.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
moel@63
   124
      this.Default.DataPropertyName = "Default";
moel@63
   125
      this.Default.HeaderText = "Default";
moel@63
   126
      this.Default.Name = "Default";
moel@63
   127
      this.Default.Width = 47;
moel@63
   128
      // 
moel@63
   129
      // ValueColumn
moel@63
   130
      // 
moel@63
   131
      this.ValueColumn.DataPropertyName = "Value";
moel@63
   132
      this.ValueColumn.HeaderText = "Value";
moel@63
   133
      this.ValueColumn.Name = "ValueColumn";
moel@63
   134
      this.ValueColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
moel@63
   135
      // 
moel@63
   136
      // bindingSource
moel@63
   137
      // 
moel@63
   138
      this.bindingSource.AllowNew = false;
moel@63
   139
      // 
moel@63
   140
      // descriptionLabel
moel@63
   141
      // 
moel@63
   142
      this.descriptionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
moel@63
   143
                  | System.Windows.Forms.AnchorStyles.Right)));
moel@63
   144
      this.descriptionLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
moel@63
   145
      this.descriptionLabel.Location = new System.Drawing.Point(15, 154);
moel@63
   146
      this.descriptionLabel.Name = "descriptionLabel";
moel@63
   147
      this.descriptionLabel.Padding = new System.Windows.Forms.Padding(2);
moel@63
   148
      this.descriptionLabel.Size = new System.Drawing.Size(327, 50);
moel@63
   149
      this.descriptionLabel.TabIndex = 6;
moel@63
   150
      this.descriptionLabel.Text = "descriptionLabel";
moel@63
   151
      // 
moel@63
   152
      // ParameterForm
moel@63
   153
      // 
moel@63
   154
      this.AcceptButton = this.okButton;
moel@63
   155
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
moel@63
   156
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
moel@63
   157
      this.ClientSize = new System.Drawing.Size(354, 248);
moel@63
   158
      this.Controls.Add(this.descriptionLabel);
moel@63
   159
      this.Controls.Add(this.dataGridView);
moel@63
   160
      this.Controls.Add(this.captionLabel);
moel@63
   161
      this.Controls.Add(this.cancelButton);
moel@63
   162
      this.Controls.Add(this.okButton);
moel@63
   163
      this.Name = "ParameterForm";
moel@63
   164
      this.ShowIcon = false;
moel@63
   165
      this.ShowInTaskbar = false;
moel@63
   166
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
moel@63
   167
      this.Text = "Parameters";
moel@63
   168
      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
moel@63
   169
      ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit();
moel@63
   170
      this.ResumeLayout(false);
moel@63
   171
      this.PerformLayout();
moel@63
   172
moel@63
   173
    }
moel@63
   174
moel@63
   175
    #endregion
moel@63
   176
moel@63
   177
    private System.Windows.Forms.Button okButton;
moel@63
   178
    private System.Windows.Forms.Button cancelButton;
moel@63
   179
    public System.Windows.Forms.Label captionLabel;
moel@63
   180
    private System.Windows.Forms.DataGridView dataGridView;
moel@63
   181
    private System.Windows.Forms.Label descriptionLabel;
moel@63
   182
    private System.Windows.Forms.BindingSource bindingSource;
moel@63
   183
    private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn;
moel@63
   184
    private System.Windows.Forms.DataGridViewCheckBoxColumn Default;
moel@63
   185
    private System.Windows.Forms.DataGridViewTextBoxColumn ValueColumn;
moel@63
   186
moel@63
   187
  }
moel@63
   188
}