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