summaryrefslogtreecommitdiff
path: root/script-editor/AboutBox.Designer.cs
diff options
context:
space:
mode:
authorJes <jes>2010-01-14 19:01:07 +0100
committerJes <jes>2010-01-14 19:01:07 +0100
commit78455c91b09616e2ff6713adbd6d44463a80608b (patch)
treeadf431be0dde10a2e7121348991893fd306de83a /script-editor/AboutBox.Designer.cs
parent49b3d926ea33f486468f0bc855585968eacca124 (diff)
Mise à jour de l'éditeur
Diffstat (limited to 'script-editor/AboutBox.Designer.cs')
-rw-r--r--script-editor/AboutBox.Designer.cs139
1 files changed, 139 insertions, 0 deletions
diff --git a/script-editor/AboutBox.Designer.cs b/script-editor/AboutBox.Designer.cs
new file mode 100644
index 0000000..375663d
--- /dev/null
+++ b/script-editor/AboutBox.Designer.cs
@@ -0,0 +1,139 @@
+namespace VPScriptEditor
+{
+ partial class AboutBox
+ {
+ private System.ComponentModel.IContainer components = null;
+
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ private void InitializeComponent()
+ {
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox));
+ this.labelProductName = new System.Windows.Forms.Label();
+ this.okButton = new System.Windows.Forms.Button();
+ this.labelCopyright = new System.Windows.Forms.Label();
+ this.labelVersion = new System.Windows.Forms.Label();
+ this.logoPictureBox = new System.Windows.Forms.PictureBox();
+ this.labelWebsite = new System.Windows.Forms.Label();
+ this.linkLblWebsite = new System.Windows.Forms.LinkLabel();
+ ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
+ this.SuspendLayout();
+ //
+ // labelProductName
+ //
+ this.labelProductName.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.labelProductName.Location = new System.Drawing.Point(78, 0);
+ this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
+ this.labelProductName.Name = "labelProductName";
+ this.labelProductName.Size = new System.Drawing.Size(205, 43);
+ this.labelProductName.TabIndex = 19;
+ this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // okButton
+ //
+ this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
+ this.okButton.Location = new System.Drawing.Point(110, 110);
+ this.okButton.Name = "okButton";
+ this.okButton.Size = new System.Drawing.Size(75, 22);
+ this.okButton.TabIndex = 24;
+ this.okButton.Text = "&OK";
+ this.okButton.Click += new System.EventHandler(this.okButton_Click);
+ //
+ // labelCopyright
+ //
+ this.labelCopyright.AutoSize = true;
+ this.labelCopyright.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.labelCopyright.Location = new System.Drawing.Point(78, 64);
+ this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
+ this.labelCopyright.Name = "labelCopyright";
+ this.labelCopyright.Size = new System.Drawing.Size(0, 13);
+ this.labelCopyright.TabIndex = 21;
+ this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // labelVersion
+ //
+ this.labelVersion.AutoSize = true;
+ this.labelVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.labelVersion.Location = new System.Drawing.Point(78, 43);
+ this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
+ this.labelVersion.Name = "labelVersion";
+ this.labelVersion.Size = new System.Drawing.Size(0, 13);
+ this.labelVersion.TabIndex = 0;
+ this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // logoPictureBox
+ //
+ this.logoPictureBox.Anchor = System.Windows.Forms.AnchorStyles.None;
+ this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
+ this.logoPictureBox.Location = new System.Drawing.Point(12, 43);
+ this.logoPictureBox.Name = "logoPictureBox";
+ this.logoPictureBox.Size = new System.Drawing.Size(48, 48);
+ this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+ this.logoPictureBox.TabIndex = 12;
+ this.logoPictureBox.TabStop = false;
+ //
+ // labelWebsite
+ //
+ this.labelWebsite.AutoSize = true;
+ this.labelWebsite.Location = new System.Drawing.Point(78, 85);
+ this.labelWebsite.Name = "labelWebsite";
+ this.labelWebsite.Size = new System.Drawing.Size(52, 13);
+ this.labelWebsite.TabIndex = 25;
+ this.labelWebsite.Text = "Web site:";
+ this.labelWebsite.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // linkLblWebsite
+ //
+ this.linkLblWebsite.AutoSize = true;
+ this.linkLblWebsite.Location = new System.Drawing.Point(136, 86);
+ this.linkLblWebsite.Name = "linkLblWebsite";
+ this.linkLblWebsite.Size = new System.Drawing.Size(122, 13);
+ this.linkLblWebsite.TabIndex = 26;
+ this.linkLblWebsite.TabStop = true;
+ this.linkLblWebsite.Text = "http://www.bessab.com";
+ this.linkLblWebsite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLblWebsite_LinkClicked);
+ //
+ // AboutBox
+ //
+ this.AcceptButton = this.okButton;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.CancelButton = this.okButton;
+ this.ClientSize = new System.Drawing.Size(295, 138);
+ this.Controls.Add(this.linkLblWebsite);
+ this.Controls.Add(this.labelWebsite);
+ this.Controls.Add(this.labelProductName);
+ this.Controls.Add(this.labelVersion);
+ this.Controls.Add(this.logoPictureBox);
+ this.Controls.Add(this.labelCopyright);
+ this.Controls.Add(this.okButton);
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+ this.Name = "AboutBox";
+ this.Padding = new System.Windows.Forms.Padding(9);
+ this.ShowIcon = false;
+ this.ShowInTaskbar = false;
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+ ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ private System.Windows.Forms.Label labelProductName;
+ private System.Windows.Forms.Button okButton;
+ private System.Windows.Forms.Label labelCopyright;
+ private System.Windows.Forms.Label labelVersion;
+ private System.Windows.Forms.PictureBox logoPictureBox;
+ private System.Windows.Forms.Label labelWebsite;
+ private System.Windows.Forms.LinkLabel linkLblWebsite;
+ }
+}