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

Unified Diff: obsolete/Microsoft.VisualStudio.Project/DontShowAgainDialog.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/DontShowAgainDialog.designer.cs
diff --git a/obsolete/Microsoft.VisualStudio.Project/DontShowAgainDialog.designer.cs b/obsolete/Microsoft.VisualStudio.Project/DontShowAgainDialog.designer.cs
deleted file mode 100644
index 44db54d16422fd7b46bccb4b25efff578ba28df7..0000000000000000000000000000000000000000
--- a/obsolete/Microsoft.VisualStudio.Project/DontShowAgainDialog.designer.cs
+++ /dev/null
@@ -1,108 +0,0 @@
-namespace Microsoft.VisualStudio.Project
-{
- partial class DontShowAgainDialog
- {
- /// <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)
- {
- try
- {
- if(disposing)
- {
- if(components != null)
- {
- components.Dispose();
- }
-
- if(this.bitmap != null)
- {
- this.bitmap.Dispose();
- }
- }
- }
- finally
- {
- 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(DontShowAgainDialog));
- this.messageText = new System.Windows.Forms.Label();
- this.dontShowAgain = new System.Windows.Forms.CheckBox();
- this.okButton = new System.Windows.Forms.Button();
- this.cancelButton = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // messageText
- //
- this.messageText.AutoEllipsis = true;
- resources.ApplyResources(this.messageText, "messageText");
- this.messageText.Name = "messageText";
- //
- // dontShowAgain
- //
- resources.ApplyResources(this.dontShowAgain, "dontShowAgain");
- this.dontShowAgain.Name = "dontShowAgain";
- this.dontShowAgain.UseVisualStyleBackColor = true;
- //
- // okButton
- //
- resources.ApplyResources(this.okButton, "okButton");
- this.okButton.Name = "okButton";
- this.okButton.UseVisualStyleBackColor = true;
- this.okButton.Click += new System.EventHandler(this.OnOKButtonClicked);
- //
- // 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.OnCancelButtonClicked);
- //
- // DontShowAgainDialog
- //
- this.AcceptButton = this.okButton;
- this.CancelButton = this.cancelButton;
- resources.ApplyResources(this, "$this");
- this.Controls.Add(this.cancelButton);
- this.Controls.Add(this.okButton);
- this.Controls.Add(this.dontShowAgain);
- this.Controls.Add(this.messageText);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.HelpButton = true;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "DontShowAgainDialog";
- this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.OnHelpButtonClicked);
- this.Paint += new System.Windows.Forms.PaintEventHandler(this.OnPaint);
- this.HelpRequested += new System.Windows.Forms.HelpEventHandler(this.OnHelpRequested);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Label messageText;
- private System.Windows.Forms.CheckBox dontShowAgain;
- private System.Windows.Forms.Button okButton;
- private System.Windows.Forms.Button cancelButton;
- }
-}

Powered by Google App Engine
This is Rietveld 408576698