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

Unified Diff: experimental/visual_studio_plugin/src/MsiHelp/MainForm.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: experimental/visual_studio_plugin/src/MsiHelp/MainForm.Designer.cs
diff --git a/experimental/visual_studio_plugin/src/MsiHelp/MainForm.Designer.cs b/experimental/visual_studio_plugin/src/MsiHelp/MainForm.Designer.cs
deleted file mode 100644
index d804c91b21f5933eec7c6b8d43cb8f5c6f3f9a94..0000000000000000000000000000000000000000
--- a/experimental/visual_studio_plugin/src/MsiHelp/MainForm.Designer.cs
+++ /dev/null
@@ -1,94 +0,0 @@
-namespace MsiHelp
-{
- partial class MainForm
- {
- /// <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()
- {
- this.worker_ = new System.ComponentModel.BackgroundWorker();
- this.message_ = new System.Windows.Forms.Label();
- this.progress_ = new System.Windows.Forms.ProgressBar();
- this.button1 = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // message_
- //
- this.message_.AutoSize = true;
- this.message_.Location = new System.Drawing.Point(12, 9);
- this.message_.Name = "message_";
- this.message_.Size = new System.Drawing.Size(35, 13);
- this.message_.TabIndex = 0;
- this.message_.Text = "label1";
- //
- // progress_
- //
- this.progress_.Location = new System.Drawing.Point(15, 25);
- this.progress_.Name = "progress_";
- this.progress_.Size = new System.Drawing.Size(328, 23);
- this.progress_.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
- this.progress_.TabIndex = 1;
- //
- // button1
- //
- this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.button1.Location = new System.Drawing.Point(140, 54);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 2;
- this.button1.Text = "&Cancel";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // MainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.button1;
- this.ClientSize = new System.Drawing.Size(355, 82);
- this.ControlBox = false;
- this.Controls.Add(this.button1);
- this.Controls.Add(this.progress_);
- this.Controls.Add(this.message_);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Name = "MainForm";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "Installer";
- this.TopMost = true;
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.ComponentModel.BackgroundWorker worker_;
- private System.Windows.Forms.Label message_;
- private System.Windows.Forms.ProgressBar progress_;
- private System.Windows.Forms.Button button1;
- }
-}

Powered by Google App Engine
This is Rietveld 408576698