Inertia – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 
2 namespace Inertia
3 {
4 partial class AboutForm
5 {
6 /// <summary>
7 /// Required designer variable.
8 /// </summary>
9 private System.ComponentModel.IContainer components = null;
10  
11 /// <summary>
12 /// Clean up any resources being used.
13 /// </summary>
14 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
15 protected override void Dispose(bool disposing)
16 {
17 if (disposing && (components != null))
18 {
19 components.Dispose();
20 }
21 base.Dispose(disposing);
22 }
23  
24 #region Windows Form Designer generated code
25  
26 /// <summary>
27 /// Required method for Designer support - do not modify
28 /// the contents of this method with the code editor.
29 /// </summary>
30 private void InitializeComponent()
31 {
32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
33 this.InertiaNameVersion = new System.Windows.Forms.TextBox();
34 this.textBox1 = new System.Windows.Forms.TextBox();
35 this.pictureBox1 = new System.Windows.Forms.PictureBox();
36 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
37 this.SuspendLayout();
38 //
39 // InertiaNameVersion
40 //
41 this.InertiaNameVersion.BorderStyle = System.Windows.Forms.BorderStyle.None;
42 this.InertiaNameVersion.Enabled = false;
43 this.InertiaNameVersion.ImeMode = System.Windows.Forms.ImeMode.Disable;
44 this.InertiaNameVersion.Location = new System.Drawing.Point(183, 13);
45 this.InertiaNameVersion.Multiline = true;
46 this.InertiaNameVersion.Name = "InertiaNameVersion";
47 this.InertiaNameVersion.ReadOnly = true;
48 this.InertiaNameVersion.Size = new System.Drawing.Size(235, 22);
49 this.InertiaNameVersion.TabIndex = 6;
50 this.InertiaNameVersion.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
51 //
52 // textBox1
53 //
54 this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
55 this.textBox1.Enabled = false;
56 this.textBox1.ImeMode = System.Windows.Forms.ImeMode.Disable;
57 this.textBox1.Location = new System.Drawing.Point(183, 41);
58 this.textBox1.Multiline = true;
59 this.textBox1.Name = "textBox1";
60 this.textBox1.ReadOnly = true;
61 this.textBox1.Size = new System.Drawing.Size(235, 126);
62 this.textBox1.TabIndex = 5;
63 this.textBox1.Text = "Scoll the mouse using continuous\r\ninertia perserving movement.\r\n\r\n-------\r\n\r\nWebs" +
64 "ite: http://www.grimore.org\r\nContact: office@grimore.org\r\n";
65 this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
66 //
67 // pictureBox1
68 //
69 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
70 this.pictureBox1.Location = new System.Drawing.Point(8, 13);
71 this.pictureBox1.Name = "pictureBox1";
72 this.pictureBox1.Size = new System.Drawing.Size(169, 154);
73 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
74 this.pictureBox1.TabIndex = 4;
75 this.pictureBox1.TabStop = false;
76 //
77 // AboutForm
78 //
79 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
80 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
81 this.ClientSize = new System.Drawing.Size(426, 180);
82 this.Controls.Add(this.InertiaNameVersion);
83 this.Controls.Add(this.textBox1);
84 this.Controls.Add(this.pictureBox1);
85 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
86 this.MaximizeBox = false;
87 this.MaximumSize = new System.Drawing.Size(442, 218);
88 this.MinimizeBox = false;
89 this.MinimumSize = new System.Drawing.Size(442, 218);
90 this.Name = "AboutForm";
91 this.Text = "About Inertia";
92 this.Shown += new System.EventHandler(this.AboutForm_Shown);
93 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
94 this.ResumeLayout(false);
95 this.PerformLayout();
96  
97 }
98  
99 #endregion
100  
101 private System.Windows.Forms.TextBox InertiaNameVersion;
102 private System.Windows.Forms.TextBox textBox1;
103 private System.Windows.Forms.PictureBox pictureBox1;
104 }
105 }