Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1082)

Unified Diff: obsolete/Microsoft.VisualStudio.Project/SecurityWarningDialog.Designer.cs

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: obsolete/Microsoft.VisualStudio.Project/SecurityWarningDialog.Designer.cs
diff --git a/obsolete/Microsoft.VisualStudio.Project/SecurityWarningDialog.Designer.cs b/obsolete/Microsoft.VisualStudio.Project/SecurityWarningDialog.Designer.cs
deleted file mode 100644
index b2d5bf916bdaa0b7779614668249162426a74ad9..0000000000000000000000000000000000000000
--- a/obsolete/Microsoft.VisualStudio.Project/SecurityWarningDialog.Designer.cs
+++ /dev/null
@@ -1,150 +0,0 @@
-namespace Microsoft.VisualStudio.Project
-{
- partial class SecurityWarningDialog
- {
- /// <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(SecurityWarningDialog));
- this.warningText = new System.Windows.Forms.Label();
- this.detailsButton = new System.Windows.Forms.Button();
- this.optionBox = new System.Windows.Forms.GroupBox();
- this.loadButton = new System.Windows.Forms.RadioButton();
- this.browseButton = new System.Windows.Forms.RadioButton();
- this.loadText = new System.Windows.Forms.Label();
- this.browseText = new System.Windows.Forms.Label();
- this.askAgainCheckBox = new System.Windows.Forms.CheckBox();
- this.okButton = new System.Windows.Forms.Button();
- this.cancelButton = new System.Windows.Forms.Button();
- this.optionBox.SuspendLayout();
- this.SuspendLayout();
- //
- // warningText
- //
- resources.ApplyResources(this.warningText, "warningText");
- this.warningText.Name = "warningText";
- //
- // detailsButton
- //
- resources.ApplyResources(this.detailsButton, "detailsButton");
- this.detailsButton.Name = "detailsButton";
- this.detailsButton.UseVisualStyleBackColor = true;
- this.detailsButton.Click += new System.EventHandler(this.detailsButton_Click);
- //
- // optionBox
- //
- this.optionBox.Controls.Add(this.loadButton);
- this.optionBox.Controls.Add(this.browseButton);
- this.optionBox.Controls.Add(this.loadText);
- this.optionBox.Controls.Add(this.browseText);
- resources.ApplyResources(this.optionBox, "optionBox");
- this.optionBox.Name = "optionBox";
- this.optionBox.TabStop = false;
- //
- // loadButton
- //
- resources.ApplyResources(this.loadButton, "loadButton");
- this.loadButton.Name = "loadButton";
- this.loadButton.TabStop = true;
- this.loadButton.UseVisualStyleBackColor = true;
- //
- // browseButton
- //
- resources.ApplyResources(this.browseButton, "browseButton");
- this.browseButton.Name = "browseButton";
- this.browseButton.TabStop = true;
- this.browseButton.UseVisualStyleBackColor = true;
- //
- // loadText
- //
- resources.ApplyResources(this.loadText, "loadText");
- this.loadText.Name = "loadText";
- //
- // browseText
- //
- resources.ApplyResources(this.browseText, "browseText");
- this.browseText.Name = "browseText";
- //
- // askAgainCheckBox
- //
- resources.ApplyResources(this.askAgainCheckBox, "askAgainCheckBox");
- this.askAgainCheckBox.Name = "askAgainCheckBox";
- this.askAgainCheckBox.UseVisualStyleBackColor = true;
- //
- // okButton
- //
- this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
- resources.ApplyResources(this.okButton, "okButton");
- this.okButton.Name = "okButton";
- this.okButton.UseVisualStyleBackColor = true;
- this.okButton.Click += new System.EventHandler(this.okButton_Click);
- //
- // cancelButton
- //
- this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- resources.ApplyResources(this.cancelButton, "cancelButton");
- this.cancelButton.Name = "cancelButton";
- this.cancelButton.UseVisualStyleBackColor = true;
- this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
- //
- // SecurityWarningDialog
- //
- this.AcceptButton = this.okButton;
- resources.ApplyResources(this, "$this");
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.cancelButton;
- this.Controls.Add(this.cancelButton);
- this.Controls.Add(this.okButton);
- this.Controls.Add(this.askAgainCheckBox);
- this.Controls.Add(this.optionBox);
- this.Controls.Add(this.detailsButton);
- this.Controls.Add(this.warningText);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "SecurityWarningDialog";
- this.ShowInTaskbar = false;
- this.optionBox.ResumeLayout(false);
- this.optionBox.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Label warningText;
- private System.Windows.Forms.Button detailsButton;
- private System.Windows.Forms.GroupBox optionBox;
- private System.Windows.Forms.Label browseText;
- private System.Windows.Forms.Label loadText;
- private System.Windows.Forms.RadioButton browseButton;
- private System.Windows.Forms.RadioButton loadButton;
- private System.Windows.Forms.CheckBox askAgainCheckBox;
- private System.Windows.Forms.Button okButton;
- private System.Windows.Forms.Button cancelButton;
- }
-}

Powered by Google App Engine
This is Rietveld 408576698