frmAbout.Designer.cs
1 namespace MouseWithoutBorders 2 { 3 partial class FrmAbout 4 { 5 /// <summary> 6 /// Required designer variable. 7 /// </summary> 8 private System.ComponentModel.IContainer components = null; 9 10 /// <summary> 11 /// Clean up any resources being used. 12 /// </summary> 13 protected override void Dispose(bool disposing) 14 { 15 if (disposing && (components != null)) 16 { 17 components.Dispose(); 18 } 19 base.Dispose(disposing); 20 } 21 22 #region Windows Form Designer generated code 23 24 /// <summary> 25 /// Required method for Designer support - do not modify 26 /// the contents of this method with the code editor. 27 /// </summary> 28 private void InitializeComponent() 29 { 30 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAbout)); 31 this.logoPictureBox = new System.Windows.Forms.PictureBox(); 32 this.labelProductName = new System.Windows.Forms.Label(); 33 this.labelCopyright = new System.Windows.Forms.Label(); 34 this.labelCompanyName = new System.Windows.Forms.Label(); 35 this.groupBoxContributors = new System.Windows.Forms.GroupBox(); 36 this.textBoxContributors = new System.Windows.Forms.TextBox(); 37 this.okButton = new System.Windows.Forms.Button(); 38 ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit(); 39 this.groupBoxContributors.SuspendLayout(); 40 this.SuspendLayout(); 41 // 42 // logoPictureBox 43 // 44 this.logoPictureBox.ErrorImage = null; 45 this.logoPictureBox.Image = global::MouseWithoutBorders.Properties.Images.Logo; 46 this.logoPictureBox.Location = new System.Drawing.Point(12, 12); 47 this.logoPictureBox.Name = "logoPictureBox"; 48 this.logoPictureBox.Size = new System.Drawing.Size(131, 136); 49 this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; 50 this.logoPictureBox.TabIndex = 12; 51 this.logoPictureBox.TabStop = false; 52 // 53 // labelProductName 54 // 55 this.labelProductName.AutoSize = true; 56 this.labelProductName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 57 this.labelProductName.Location = new System.Drawing.Point(152, 12); 58 this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); 59 this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17); 60 this.labelProductName.Name = "labelProductName"; 61 this.labelProductName.Size = new System.Drawing.Size(87, 13); 62 this.labelProductName.TabIndex = 27; 63 this.labelProductName.Text = "Product Name"; 64 this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 65 // 66 // labelCopyright 67 // 68 this.labelCopyright.AutoSize = true; 69 this.labelCopyright.Location = new System.Drawing.Point(152, 31); 70 this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); 71 this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17); 72 this.labelCopyright.Name = "labelCopyright"; 73 this.labelCopyright.Size = new System.Drawing.Size(51, 13); 74 this.labelCopyright.TabIndex = 28; 75 this.labelCopyright.Text = "Copyright"; 76 this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 77 // 78 // labelCompanyName 79 // 80 this.labelCompanyName.AutoSize = true; 81 this.labelCompanyName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 82 this.labelCompanyName.Location = new System.Drawing.Point(9, 162); 83 this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); 84 this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17); 85 this.labelCompanyName.Name = "labelCompanyName"; 86 this.labelCompanyName.Size = new System.Drawing.Size(94, 13); 87 this.labelCompanyName.TabIndex = 29; 88 this.labelCompanyName.Text = "Company Name"; 89 this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 90 // 91 // groupBoxContributors 92 // 93 this.groupBoxContributors.Controls.Add(this.textBoxContributors); 94 this.groupBoxContributors.Location = new System.Drawing.Point(12, 178); 95 this.groupBoxContributors.Name = "groupBoxContributors"; 96 this.groupBoxContributors.Size = new System.Drawing.Size(466, 350); 97 this.groupBoxContributors.TabIndex = 30; 98 this.groupBoxContributors.TabStop = false; 99 this.groupBoxContributors.Text = " Contributors "; 100 // 101 // textBoxContributors 102 // 103 this.textBoxContributors.Dock = System.Windows.Forms.DockStyle.Fill; 104 this.textBoxContributors.Location = new System.Drawing.Point(3, 16); 105 this.textBoxContributors.Multiline = true; 106 this.textBoxContributors.Name = "textBoxContributors"; 107 this.textBoxContributors.ReadOnly = true; 108 this.textBoxContributors.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 109 this.textBoxContributors.Size = new System.Drawing.Size(460, 331); 110 this.textBoxContributors.TabIndex = 31; 111 // 112 // okButton 113 // 114 this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 115 this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 116 this.okButton.Location = new System.Drawing.Point(403, 534); 117 this.okButton.Name = "okButton"; 118 this.okButton.Size = new System.Drawing.Size(75, 23); 119 this.okButton.TabIndex = 24; 120 this.okButton.Text = "&OK"; 121 // 122 // frmAbout 123 // 124 this.AcceptButton = this.okButton; 125 this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); 126 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; 127 this.ClientSize = new System.Drawing.Size(487, 561); 128 this.Controls.Add(this.okButton); 129 this.Controls.Add(this.logoPictureBox); 130 this.Controls.Add(this.labelProductName); 131 this.Controls.Add(this.labelCopyright); 132 this.Controls.Add(this.labelCompanyName); 133 this.Controls.Add(this.groupBoxContributors); 134 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 135 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 136 this.MaximizeBox = false; 137 this.MinimizeBox = false; 138 this.Name = "frmAbout"; 139 this.Opacity = 0.9D; 140 this.Padding = new System.Windows.Forms.Padding(9); 141 this.ShowInTaskbar = false; 142 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 143 this.Text = "frmAbout"; 144 this.TopMost = true; 145 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmAbout_FormClosed); 146 ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit(); 147 this.groupBoxContributors.ResumeLayout(false); 148 this.groupBoxContributors.PerformLayout(); 149 this.ResumeLayout(false); 150 this.PerformLayout(); 151 152 } 153 154 #endregion 155 156 private System.Windows.Forms.PictureBox logoPictureBox; 157 private System.Windows.Forms.Label labelProductName; 158 private System.Windows.Forms.Label labelCopyright; 159 private System.Windows.Forms.Label labelCompanyName; 160 private System.Windows.Forms.GroupBox groupBoxContributors; 161 private System.Windows.Forms.Button okButton; 162 private System.Windows.Forms.TextBox textBoxContributors; 163 } 164 }