GUI/CrashForm.Designer.cs
author moel.mich
Sun, 23 Sep 2012 18:37:43 +0000
changeset 380 573f1fff48b2
parent 150 522da3b8cb1a
permissions -rw-r--r--
Fixed Issue 387. The new implementation does not try to start a ring 0 driver that already exists, but could not be opened. It tries to delete the driver and install it new. The driver is now stored temporarily in the application folder. The driver is not correctly removed on system shutdown.
moel@150
     1
/*
moel@344
     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@344
     6
 
moel@344
     7
  Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
moel@344
     8
	
moel@344
     9
*/
moel@150
    10
moel@150
    11
moel@150
    12
namespace OpenHardwareMonitor.GUI {
moel@150
    13
  partial class CrashForm {
moel@150
    14
    /// <summary>
moel@150
    15
    /// Required designer variable.
moel@150
    16
    /// </summary>
moel@150
    17
    private System.ComponentModel.IContainer components = null;
moel@150
    18
moel@150
    19
    /// <summary>
moel@150
    20
    /// Clean up any resources being used.
moel@150
    21
    /// </summary>
moel@150
    22
    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
moel@150
    23
    protected override void Dispose(bool disposing) {
moel@150
    24
      if (disposing && (components != null)) {
moel@150
    25
        components.Dispose();
moel@150
    26
      }
moel@150
    27
      base.Dispose(disposing);
moel@150
    28
    }
moel@150
    29
moel@150
    30
    #region Windows Form Designer generated code
moel@150
    31
moel@150
    32
    /// <summary>
moel@150
    33
    /// Required method for Designer support - do not modify
moel@150
    34
    /// the contents of this method with the code editor.
moel@150
    35
    /// </summary>
moel@150
    36
    private void InitializeComponent() {
moel@150
    37
      this.sendButton = new System.Windows.Forms.Button();
moel@150
    38
      this.exitButton = new System.Windows.Forms.Button();
moel@150
    39
      this.commentTextBox = new System.Windows.Forms.TextBox();
moel@150
    40
      this.titleLabel = new System.Windows.Forms.Label();
moel@150
    41
      this.label3 = new System.Windows.Forms.Label();
moel@150
    42
      this.label1 = new System.Windows.Forms.Label();
moel@150
    43
      this.commentPanel = new System.Windows.Forms.Panel();
moel@150
    44
      this.reportPanel = new System.Windows.Forms.Panel();
moel@150
    45
      this.reportTextBox = new System.Windows.Forms.TextBox();
moel@150
    46
      this.textBox1 = new System.Windows.Forms.TextBox();
moel@150
    47
      this.label2 = new System.Windows.Forms.Label();
moel@150
    48
      this.emailTextBox = new System.Windows.Forms.TextBox();
moel@150
    49
      this.commentPanel.SuspendLayout();
moel@150
    50
      this.reportPanel.SuspendLayout();
moel@150
    51
      this.SuspendLayout();
moel@150
    52
      // 
moel@150
    53
      // sendButton
moel@150
    54
      // 
moel@150
    55
      this.sendButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
moel@150
    56
      this.sendButton.Location = new System.Drawing.Point(449, 469);
moel@150
    57
      this.sendButton.Name = "sendButton";
moel@150
    58
      this.sendButton.Size = new System.Drawing.Size(75, 23);
moel@150
    59
      this.sendButton.TabIndex = 2;
moel@150
    60
      this.sendButton.Text = "Send";
moel@150
    61
      this.sendButton.UseVisualStyleBackColor = true;
moel@150
    62
      this.sendButton.Click += new System.EventHandler(this.sendButton_Click);
moel@150
    63
      // 
moel@150
    64
      // exitButton
moel@150
    65
      // 
moel@150
    66
      this.exitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
moel@150
    67
      this.exitButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
moel@150
    68
      this.exitButton.Location = new System.Drawing.Point(530, 469);
moel@150
    69
      this.exitButton.Name = "exitButton";
moel@150
    70
      this.exitButton.Size = new System.Drawing.Size(75, 23);
moel@150
    71
      this.exitButton.TabIndex = 3;
moel@150
    72
      this.exitButton.Text = "Exit";
moel@150
    73
      this.exitButton.UseVisualStyleBackColor = true;
moel@150
    74
      // 
moel@150
    75
      // commentTextBox
moel@150
    76
      // 
moel@150
    77
      this.commentTextBox.AcceptsReturn = true;
moel@150
    78
      this.commentTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
moel@150
    79
      this.commentTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
moel@150
    80
      this.commentTextBox.Location = new System.Drawing.Point(4, 4);
moel@150
    81
      this.commentTextBox.Multiline = true;
moel@150
    82
      this.commentTextBox.Name = "commentTextBox";
moel@150
    83
      this.commentTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
moel@150
    84
      this.commentTextBox.Size = new System.Drawing.Size(586, 77);
moel@150
    85
      this.commentTextBox.TabIndex = 1;
moel@150
    86
      // 
moel@150
    87
      // titleLabel
moel@150
    88
      // 
moel@150
    89
      this.titleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
moel@150
    90
                  | System.Windows.Forms.AnchorStyles.Right)));
moel@150
    91
      this.titleLabel.BackColor = System.Drawing.SystemColors.Window;
moel@150
    92
      this.titleLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
moel@150
    93
      this.titleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
moel@150
    94
      this.titleLabel.Location = new System.Drawing.Point(-1, -1);
moel@150
    95
      this.titleLabel.Name = "titleLabel";
moel@150
    96
      this.titleLabel.Padding = new System.Windows.Forms.Padding(10);
moel@150
    97
      this.titleLabel.Size = new System.Drawing.Size(619, 52);
moel@150
    98
      this.titleLabel.TabIndex = 4;
moel@150
    99
      this.titleLabel.Text = "Open Hardware Monitor has encountered a problem and needs to close. We are sorry " +
moel@150
   100
          "for the inconvenience.";
moel@150
   101
      // 
moel@150
   102
      // label3
moel@150
   103
      // 
moel@150
   104
      this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
moel@150
   105
                  | System.Windows.Forms.AnchorStyles.Right)));
moel@150
   106
      this.label3.AutoEllipsis = true;
moel@150
   107
      this.label3.AutoSize = true;
moel@150
   108
      this.label3.Location = new System.Drawing.Point(9, 63);
moel@150
   109
      this.label3.Margin = new System.Windows.Forms.Padding(3, 12, 3, 8);
moel@150
   110
      this.label3.Name = "label3";
moel@150
   111
      this.label3.Size = new System.Drawing.Size(571, 13);
moel@150
   112
      this.label3.TabIndex = 5;
moel@150
   113
      this.label3.Text = "To help diagnose and fix the problem, you can send a crash report. The following " +
moel@150
   114
          "report has been created automatically:";
moel@150
   115
      // 
moel@150
   116
      // label1
moel@150
   117
      // 
moel@150
   118
      this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
moel@150
   119
                  | System.Windows.Forms.AnchorStyles.Right)));
moel@150
   120
      this.label1.AutoEllipsis = true;
moel@150
   121
      this.label1.AutoSize = true;
moel@150
   122
      this.label1.Location = new System.Drawing.Point(9, 347);
moel@150
   123
      this.label1.Margin = new System.Windows.Forms.Padding(3, 12, 3, 8);
moel@150
   124
      this.label1.Name = "label1";
moel@150
   125
      this.label1.Size = new System.Drawing.Size(279, 13);
moel@150
   126
      this.label1.TabIndex = 6;
moel@150
   127
      this.label1.Text = "You can add additional information to the report (optional):";
moel@150
   128
      // 
moel@150
   129
      // commentPanel
moel@150
   130
      // 
moel@150
   131
      this.commentPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
moel@150
   132
                  | System.Windows.Forms.AnchorStyles.Right)));
moel@150
   133
      this.commentPanel.BackColor = System.Drawing.SystemColors.Window;
moel@150
   134
      this.commentPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
moel@150
   135
      this.commentPanel.Controls.Add(this.commentTextBox);
moel@150
   136
      this.commentPanel.Location = new System.Drawing.Point(12, 371);
moel@150
   137
      this.commentPanel.Margin = new System.Windows.Forms.Padding(3, 3, 3, 8);
moel@150
   138
      this.commentPanel.Name = "commentPanel";
moel@150
   139
      this.commentPanel.Padding = new System.Windows.Forms.Padding(4, 4, 1, 4);
moel@150
   140
      this.commentPanel.Size = new System.Drawing.Size(593, 87);
moel@150
   141
      this.commentPanel.TabIndex = 1;
moel@150
   142
      this.commentPanel.TabStop = true;
moel@150
   143
      // 
moel@150
   144
      // reportPanel
moel@150
   145
      // 
moel@150
   146
      this.reportPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
moel@150
   147
                  | System.Windows.Forms.AnchorStyles.Left)
moel@150
   148
                  | System.Windows.Forms.AnchorStyles.Right)));
moel@150
   149
      this.reportPanel.BackColor = System.Drawing.SystemColors.Window;
moel@150
   150
      this.reportPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
moel@150
   151
      this.reportPanel.Controls.Add(this.reportTextBox);
moel@150
   152
      this.reportPanel.Controls.Add(this.textBox1);
moel@150
   153
      this.reportPanel.Location = new System.Drawing.Point(12, 87);
moel@150
   154
      this.reportPanel.Name = "reportPanel";
moel@150
   155
      this.reportPanel.Padding = new System.Windows.Forms.Padding(4, 4, 1, 4);
moel@150
   156
      this.reportPanel.Size = new System.Drawing.Size(593, 212);
moel@150
   157
      this.reportPanel.TabIndex = 8;
moel@150
   158
      // 
moel@150
   159
      // reportTextBox
moel@150
   160
      // 
moel@150
   161
      this.reportTextBox.BackColor = System.Drawing.SystemColors.Window;
moel@150
   162
      this.reportTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
moel@150
   163
      this.reportTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
moel@150
   164
      this.reportTextBox.Location = new System.Drawing.Point(4, 4);
moel@150
   165
      this.reportTextBox.Multiline = true;
moel@150
   166
      this.reportTextBox.Name = "reportTextBox";
moel@150
   167
      this.reportTextBox.ReadOnly = true;
moel@150
   168
      this.reportTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
moel@150
   169
      this.reportTextBox.Size = new System.Drawing.Size(586, 202);
moel@150
   170
      this.reportTextBox.TabIndex = 9;
moel@150
   171
      this.reportTextBox.TabStop = false;
moel@150
   172
      // 
moel@150
   173
      // textBox1
moel@150
   174
      // 
moel@150
   175
      this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
moel@150
   176
      this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
moel@150
   177
      this.textBox1.Location = new System.Drawing.Point(4, 4);
moel@150
   178
      this.textBox1.Multiline = true;
moel@150
   179
      this.textBox1.Name = "textBox1";
moel@150
   180
      this.textBox1.Size = new System.Drawing.Size(586, 202);
moel@150
   181
      this.textBox1.TabIndex = 2;
moel@150
   182
      // 
moel@150
   183
      // label2
moel@150
   184
      // 
moel@150
   185
      this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
moel@150
   186
                  | System.Windows.Forms.AnchorStyles.Right)));
moel@150
   187
      this.label2.AutoEllipsis = true;
moel@150
   188
      this.label2.AutoSize = true;
moel@150
   189
      this.label2.Location = new System.Drawing.Point(9, 318);
moel@150
   190
      this.label2.Margin = new System.Windows.Forms.Padding(3, 12, 3, 8);
moel@150
   191
      this.label2.Name = "label2";
moel@150
   192
      this.label2.Size = new System.Drawing.Size(171, 13);
moel@150
   193
      this.label2.TabIndex = 9;
moel@150
   194
      this.label2.Text = "Enter your email address (optional):";
moel@150
   195
      // 
moel@150
   196
      // emailTextBox
moel@150
   197
      // 
moel@150
   198
      this.emailTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
moel@150
   199
                  | System.Windows.Forms.AnchorStyles.Right)));
moel@150
   200
      this.emailTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
moel@150
   201
      this.emailTextBox.Location = new System.Drawing.Point(188, 315);
moel@150
   202
      this.emailTextBox.Name = "emailTextBox";
moel@150
   203
      this.emailTextBox.Size = new System.Drawing.Size(417, 20);
moel@150
   204
      this.emailTextBox.TabIndex = 0;
moel@150
   205
      // 
moel@150
   206
      // CrashReportForm
moel@150
   207
      // 
moel@150
   208
      this.AcceptButton = this.sendButton;
moel@150
   209
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
moel@150
   210
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
moel@150
   211
      this.CancelButton = this.exitButton;
moel@150
   212
      this.ClientSize = new System.Drawing.Size(617, 504);
moel@150
   213
      this.ControlBox = false;
moel@150
   214
      this.Controls.Add(this.emailTextBox);
moel@150
   215
      this.Controls.Add(this.label2);
moel@150
   216
      this.Controls.Add(this.reportPanel);
moel@150
   217
      this.Controls.Add(this.commentPanel);
moel@150
   218
      this.Controls.Add(this.label1);
moel@150
   219
      this.Controls.Add(this.label3);
moel@150
   220
      this.Controls.Add(this.titleLabel);
moel@150
   221
      this.Controls.Add(this.exitButton);
moel@150
   222
      this.Controls.Add(this.sendButton);
moel@150
   223
      this.MaximizeBox = false;
moel@150
   224
      this.MinimizeBox = false;
moel@150
   225
      this.Name = "CrashReportForm";
moel@150
   226
      this.ShowIcon = false;
moel@150
   227
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
moel@150
   228
      this.Text = "Open Hardware Monitor";
moel@150
   229
      this.commentPanel.ResumeLayout(false);
moel@150
   230
      this.commentPanel.PerformLayout();
moel@150
   231
      this.reportPanel.ResumeLayout(false);
moel@150
   232
      this.reportPanel.PerformLayout();
moel@150
   233
      this.ResumeLayout(false);
moel@150
   234
      this.PerformLayout();
moel@150
   235
moel@150
   236
    }
moel@150
   237
moel@150
   238
    #endregion
moel@150
   239
moel@150
   240
    private System.Windows.Forms.Button sendButton;
moel@150
   241
    private System.Windows.Forms.Button exitButton;
moel@150
   242
    private System.Windows.Forms.TextBox commentTextBox;
moel@150
   243
    private System.Windows.Forms.Label titleLabel;
moel@150
   244
    private System.Windows.Forms.Label label3;
moel@150
   245
    private System.Windows.Forms.Label label1;
moel@150
   246
    private System.Windows.Forms.Panel commentPanel;
moel@150
   247
    private System.Windows.Forms.Panel reportPanel;
moel@150
   248
    private System.Windows.Forms.TextBox reportTextBox;
moel@150
   249
    private System.Windows.Forms.TextBox textBox1;
moel@150
   250
    private System.Windows.Forms.Label label2;
moel@150
   251
    private System.Windows.Forms.TextBox emailTextBox;
moel@150
   252
  }
moel@150
   253
}