summaryrefslogtreecommitdiffstats
path: root/Mandriva - Autorun CD-DVD/AutorunForm.Designer.cs
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-05-27 15:49:32 +0100
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-05-27 15:49:32 +0100
commitee0cb8d9bdf057b96d22aa676a675cd32640a8ec (patch)
tree5e5667c474b0bd5e5c12e4621b2105874d7c8b03 /Mandriva - Autorun CD-DVD/AutorunForm.Designer.cs
parent94f19f2e40d861e8f60aa38ea8af660c83100ca6 (diff)
downloadautorun-ee0cb8d9bdf057b96d22aa676a675cd32640a8ec.tar
autorun-ee0cb8d9bdf057b96d22aa676a675cd32640a8ec.tar.gz
autorun-ee0cb8d9bdf057b96d22aa676a675cd32640a8ec.tar.bz2
autorun-ee0cb8d9bdf057b96d22aa676a675cd32640a8ec.tar.xz
autorun-ee0cb8d9bdf057b96d22aa676a675cd32640a8ec.zip
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1553 | ennael | 2011-05-27 09:48:37 +0100 (Fri, 27 May 2011) | 2 lines import autorun ------------------------------------------------------------------------ r1557 | ennael | 2011-05-27 11:43:06 +0100 (Fri, 27 May 2011) | 2 lines remove uneeded image ------------------------------------------------------------------------ r1567 | dams | 2011-05-27 15:49:32 +0100 (Fri, 27 May 2011) | 1 line clean and update for Mageia ------------------------------------------------------------------------
Diffstat (limited to 'Mandriva - Autorun CD-DVD/AutorunForm.Designer.cs')
-rwxr-xr-xMandriva - Autorun CD-DVD/AutorunForm.Designer.cs315
1 files changed, 0 insertions, 315 deletions
diff --git a/Mandriva - Autorun CD-DVD/AutorunForm.Designer.cs b/Mandriva - Autorun CD-DVD/AutorunForm.Designer.cs
deleted file mode 100755
index 9e92760..0000000
--- a/Mandriva - Autorun CD-DVD/AutorunForm.Designer.cs
+++ /dev/null
@@ -1,315 +0,0 @@
-namespace autorun
-{
- partial class autorunForm
- {
- /// <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.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(autorunForm));
- this.panel2 = new System.Windows.Forms.Panel();
- this.flagCN = new System.Windows.Forms.PictureBox();
- this.MDVlink = new System.Windows.Forms.LinkLabel();
- this.notes_button = new System.Windows.Forms.Button();
- this.install_button = new System.Windows.Forms.Button();
- this.community_button = new System.Windows.Forms.Button();
- this.store_button = new System.Windows.Forms.Button();
- this.gb_tooltip = new System.Windows.Forms.ToolTip(this.components);
- this.flagRU = new System.Windows.Forms.PictureBox();
- this.flagBR = new System.Windows.Forms.PictureBox();
- this.flagIT = new System.Windows.Forms.PictureBox();
- this.flagES = new System.Windows.Forms.PictureBox();
- this.flagDE = new System.Windows.Forms.PictureBox();
- this.flagFR = new System.Windows.Forms.PictureBox();
- this.flagGB = new System.Windows.Forms.PictureBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.product_label = new System.Windows.Forms.Label();
- this.arch_label = new System.Windows.Forms.Label();
- this.logoMDV = new System.Windows.Forms.PictureBox();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.flagCN)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.flagRU)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.flagBR)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.flagIT)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.flagES)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.flagDE)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.flagFR)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.flagGB)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.logoMDV)).BeginInit();
- this.SuspendLayout();
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.LightGray;
- this.panel2.Controls.Add(this.flagCN);
- this.panel2.Controls.Add(this.MDVlink);
- resources.ApplyResources(this.panel2, "panel2");
- this.panel2.Name = "panel2";
- //
- // flagCN
- //
- this.flagCN.BackColor = System.Drawing.Color.Transparent;
- this.flagCN.Image = global::autorun.Properties.Resources.cn;
- resources.ApplyResources(this.flagCN, "flagCN");
- this.flagCN.Name = "flagCN";
- this.flagCN.TabStop = false;
- this.gb_tooltip.SetToolTip(this.flagCN, resources.GetString("flagCN.ToolTip"));
- this.flagCN.Click += new System.EventHandler(this.flagCN_Click);
- //
- // MDVlink
- //
- resources.ApplyResources(this.MDVlink, "MDVlink");
- this.MDVlink.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(68)))), ((int)(((byte)(156)))));
- this.MDVlink.Name = "MDVlink";
- this.MDVlink.TabStop = true;
- this.MDVlink.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(68)))), ((int)(((byte)(156)))));
- this.MDVlink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.MDVlink_LinkClicked_1);
- //
- // notes_button
- //
- this.notes_button.BackColor = System.Drawing.Color.Transparent;
- this.notes_button.Cursor = System.Windows.Forms.Cursors.Hand;
- this.notes_button.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(179)))), ((int)(((byte)(16)))));
- this.notes_button.FlatAppearance.BorderSize = 2;
- this.notes_button.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(188)))), ((int)(((byte)(219)))));
- resources.ApplyResources(this.notes_button, "notes_button");
- this.notes_button.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(68)))), ((int)(((byte)(156)))));
- this.notes_button.Name = "notes_button";
- this.notes_button.TabStop = false;
- this.notes_button.UseVisualStyleBackColor = false;
- this.notes_button.Click += new System.EventHandler(this.notes_button_Click);
- //
- // install_button
- //
- this.install_button.BackColor = System.Drawing.Color.Transparent;
- this.install_button.Cursor = System.Windows.Forms.Cursors.Hand;
- this.install_button.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(179)))), ((int)(((byte)(16)))));
- this.install_button.FlatAppearance.BorderSize = 2;
- this.install_button.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(188)))), ((int)(((byte)(219)))));
- resources.ApplyResources(this.install_button, "install_button");
- this.install_button.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(68)))), ((int)(((byte)(156)))));
- this.install_button.Name = "install_button";
- this.install_button.TabStop = false;
- this.install_button.UseVisualStyleBackColor = false;
- this.install_button.Click += new System.EventHandler(this.install_button_Click);
- //
- // community_button
- //
- this.community_button.BackColor = System.Drawing.Color.Transparent;
- this.community_button.Cursor = System.Windows.Forms.Cursors.Hand;
- this.community_button.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(179)))), ((int)(((byte)(16)))));
- this.community_button.FlatAppearance.BorderSize = 2;
- this.community_button.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(188)))), ((int)(((byte)(219)))));
- resources.ApplyResources(this.community_button, "community_button");
- this.community_button.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(68)))), ((int)(((byte)(156)))));
- this.community_button.Name = "community_button";
- this.community_button.TabStop = false;
- this.community_button.UseVisualStyleBackColor = false;
- this.community_button.Click += new System.EventHandler(this.community_button_Click);
- //
- // store_button
- //
- this.store_button.BackColor = System.Drawing.Color.Transparent;
- this.store_button.Cursor = System.Windows.Forms.Cursors.Hand;
- this.store_button.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(179)))), ((int)(((byte)(16)))));
- this.store_button.FlatAppearance.BorderSize = 2;
- this.store_button.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(188)))), ((int)(((byte)(219)))));
- resources.ApplyResources(this.store_button, "store_button");
- this.store_button.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(68)))), ((int)(((byte)(156)))));
- this.store_button.Name = "store_button";
- this.store_button.TabStop = false;
- this.store_button.UseVisualStyleBackColor = false;
- this.store_button.Click += new System.EventHandler(this.store_button_Click);
- //
- // gb_tooltip
- //
- this.gb_tooltip.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(188)))), ((int)(((byte)(219)))));
- this.gb_tooltip.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(68)))), ((int)(((byte)(156)))));
- this.gb_tooltip.IsBalloon = true;
- //
- // flagRU
- //
- this.flagRU.BackColor = System.Drawing.Color.Transparent;
- this.flagRU.Image = global::autorun.Properties.Resources.ru;
- resources.ApplyResources(this.flagRU, "flagRU");
- this.flagRU.Name = "flagRU";
- this.flagRU.TabStop = false;
- this.gb_tooltip.SetToolTip(this.flagRU, resources.GetString("flagRU.ToolTip"));
- this.flagRU.Click += new System.EventHandler(this.flagRU_Click);
- //
- // flagBR
- //
- this.flagBR.BackColor = System.Drawing.Color.Transparent;
- this.flagBR.Image = global::autorun.Properties.Resources.br;
- resources.ApplyResources(this.flagBR, "flagBR");
- this.flagBR.Name = "flagBR";
- this.flagBR.TabStop = false;
- this.gb_tooltip.SetToolTip(this.flagBR, resources.GetString("flagBR.ToolTip"));
- this.flagBR.Click += new System.EventHandler(this.flagBR_Click);
- //
- // flagIT
- //
- this.flagIT.BackColor = System.Drawing.Color.Transparent;
- this.flagIT.Image = global::autorun.Properties.Resources.it;
- resources.ApplyResources(this.flagIT, "flagIT");
- this.flagIT.Name = "flagIT";
- this.flagIT.TabStop = false;
- this.gb_tooltip.SetToolTip(this.flagIT, resources.GetString("flagIT.ToolTip"));
- this.flagIT.Click += new System.EventHandler(this.flagIT_Click);
- //
- // flagES
- //
- this.flagES.BackColor = System.Drawing.Color.Transparent;
- this.flagES.Image = global::autorun.Properties.Resources.es;
- resources.ApplyResources(this.flagES, "flagES");
- this.flagES.Name = "flagES";
- this.flagES.TabStop = false;
- this.gb_tooltip.SetToolTip(this.flagES, resources.GetString("flagES.ToolTip"));
- this.flagES.Click += new System.EventHandler(this.flagES_Click);
- //
- // flagDE
- //
- this.flagDE.BackColor = System.Drawing.Color.Transparent;
- this.flagDE.Image = global::autorun.Properties.Resources.de;
- resources.ApplyResources(this.flagDE, "flagDE");
- this.flagDE.Name = "flagDE";
- this.flagDE.TabStop = false;
- this.gb_tooltip.SetToolTip(this.flagDE, resources.GetString("flagDE.ToolTip"));
- this.flagDE.Click += new System.EventHandler(this.flagDE_Click);
- //
- // flagFR
- //
- this.flagFR.BackColor = System.Drawing.Color.Transparent;
- this.flagFR.Image = global::autorun.Properties.Resources.fr;
- resources.ApplyResources(this.flagFR, "flagFR");
- this.flagFR.Name = "flagFR";
- this.flagFR.TabStop = false;
- this.gb_tooltip.SetToolTip(this.flagFR, resources.GetString("flagFR.ToolTip"));
- this.flagFR.Click += new System.EventHandler(this.flagFR_Click);
- //
- // flagGB
- //
- this.flagGB.BackColor = System.Drawing.Color.Transparent;
- this.flagGB.Image = global::autorun.Properties.Resources.gb;
- resources.ApplyResources(this.flagGB, "flagGB");
- this.flagGB.Name = "flagGB";
- this.flagGB.TabStop = false;
- this.gb_tooltip.SetToolTip(this.flagGB, resources.GetString("flagGB.ToolTip"));
- this.flagGB.Click += new System.EventHandler(this.flagGB_Click);
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.Transparent;
- this.panel1.BackgroundImage = global::autorun.Properties.Resources.mdv_top_blue_gradient_full;
- this.panel1.Controls.Add(this.product_label);
- this.panel1.Controls.Add(this.arch_label);
- this.panel1.Controls.Add(this.logoMDV);
- resources.ApplyResources(this.panel1, "panel1");
- this.panel1.Name = "panel1";
- //
- // product_label
- //
- resources.ApplyResources(this.product_label, "product_label");
- this.product_label.Name = "product_label";
- //
- // arch_label
- //
- resources.ApplyResources(this.arch_label, "arch_label");
- this.arch_label.Name = "arch_label";
- //
- // logoMDV
- //
- this.logoMDV.BackColor = System.Drawing.Color.Transparent;
- resources.ApplyResources(this.logoMDV, "logoMDV");
- this.logoMDV.Name = "logoMDV";
- this.logoMDV.TabStop = false;
- //
- // autorunForm
- //
- resources.ApplyResources(this, "$this");
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.Controls.Add(this.store_button);
- this.Controls.Add(this.community_button);
- this.Controls.Add(this.flagRU);
- this.Controls.Add(this.notes_button);
- this.Controls.Add(this.install_button);
- this.Controls.Add(this.flagBR);
- this.Controls.Add(this.flagIT);
- this.Controls.Add(this.flagES);
- this.Controls.Add(this.flagDE);
- this.Controls.Add(this.flagFR);
- this.Controls.Add(this.flagGB);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.MaximizeBox = false;
- this.Name = "autorunForm";
- this.Opacity = 0.96;
- this.Load += new System.EventHandler(this.Form1_Load);
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.flagCN)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.flagRU)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.flagBR)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.flagIT)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.flagES)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.flagDE)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.flagFR)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.flagGB)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.logoMDV)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.PictureBox flagGB;
- private System.Windows.Forms.PictureBox flagFR;
- private System.Windows.Forms.PictureBox flagDE;
- private System.Windows.Forms.PictureBox flagES;
- private System.Windows.Forms.PictureBox flagIT;
- private System.Windows.Forms.PictureBox flagBR;
- private System.Windows.Forms.PictureBox flagRU;
- private System.Windows.Forms.PictureBox logoMDV;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.LinkLabel MDVlink;
- private System.Windows.Forms.Button notes_button;
- private System.Windows.Forms.Button install_button;
- private System.Windows.Forms.Button community_button;
- private System.Windows.Forms.Button store_button;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label arch_label;
- private System.Windows.Forms.Label product_label;
- private System.Windows.Forms.ToolTip gb_tooltip;
- private System.Windows.Forms.PictureBox flagCN;
- }
-}
-