Rev 2 Rev 4
Line 31... Line 31...
31             this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 31             this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
32             this.labelProductName = new System.Windows.Forms.Label(); 32             this.labelProductName = new System.Windows.Forms.Label();
33             this.labelVersion = new System.Windows.Forms.Label(); 33             this.labelVersion = new System.Windows.Forms.Label();
34             this.labelCopyright = new System.Windows.Forms.Label(); 34             this.labelCopyright = new System.Windows.Forms.Label();
35             this.labelAcknowledgements = new System.Windows.Forms.Label(); 35             this.labelAcknowledgements = new System.Windows.Forms.Label();
36             this.okButton = new System.Windows.Forms.Button(); -  
37             this.pictureBox1 = new System.Windows.Forms.PictureBox(); 36             this.pictureBox1 = new System.Windows.Forms.PictureBox();
-   37             this.okButton = new System.Windows.Forms.Button();
38             this.tableLayoutPanel.SuspendLayout(); 38             this.tableLayoutPanel.SuspendLayout();
39             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); 39             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
40             this.SuspendLayout(); 40             this.SuspendLayout();
41             // 41             //
42             // tableLayoutPanel 42             // tableLayoutPanel
Line 111... Line 111...
111             this.labelAcknowledgements.TabIndex = 22; 111             this.labelAcknowledgements.TabIndex = 22;
112             this.labelAcknowledgements.Text = "The Dreamhost Logo is © Dreamhost.\r\nIcons from the famfamfam Silk Icon Set are us" + 112             this.labelAcknowledgements.Text = "The Dreamhost Logo is © Dreamhost.\r\nIcons from the famfamfam Silk Icon Set are us" +
113                 "ed in this product."; 113                 "ed in this product.";
114             this.labelAcknowledgements.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 114             this.labelAcknowledgements.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
115             // 115             //
116             // okButton -  
117             // -  
118             this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); -  
119             this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; -  
120             this.okButton.Location = new System.Drawing.Point(339, 121); -  
121             this.okButton.Name = "okButton"; -  
122             this.okButton.Size = new System.Drawing.Size(75, 23); -  
123             this.okButton.TabIndex = 24; -  
124             this.okButton.Text = "&OK"; -  
125             // -  
126             // pictureBox1 116             // pictureBox1
127             // 117             //
128             this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); 118             this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
129             this.pictureBox1.Location = new System.Drawing.Point(3, 3); 119             this.pictureBox1.Location = new System.Drawing.Point(3, 3);
130             this.pictureBox1.Name = "pictureBox1"; 120             this.pictureBox1.Name = "pictureBox1";
Line 132... Line 122...
132             this.pictureBox1.Size = new System.Drawing.Size(59, 59); 122             this.pictureBox1.Size = new System.Drawing.Size(59, 59);
133             this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; 123             this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
134             this.pictureBox1.TabIndex = 25; 124             this.pictureBox1.TabIndex = 25;
135             this.pictureBox1.TabStop = false; 125             this.pictureBox1.TabStop = false;
136             // 126             //
-   127             // okButton
-   128             //
-   129             this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
-   130             this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
-   131             this.okButton.Location = new System.Drawing.Point(339, 121);
-   132             this.okButton.Name = "okButton";
-   133             this.okButton.Size = new System.Drawing.Size(75, 23);
-   134             this.okButton.TabIndex = 24;
-   135             this.okButton.Text = "OK";
-   136             //
137             // About 137             // About
138             // 138             //
139             this.AcceptButton = this.okButton; 139             this.AcceptButton = this.okButton;
140             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 140             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
141             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 141             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;