X-Aim – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 namespace X_Aim
2 {
3 partial class About
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 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22  
23 #region Windows Form Designer generated code
24  
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About));
32 this.pictureBox1 = new System.Windows.Forms.PictureBox();
33 this.richTextBox1 = new System.Windows.Forms.RichTextBox();
34 this.label1 = new System.Windows.Forms.Label();
35 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
36 this.SuspendLayout();
37 //
38 // pictureBox1
39 //
40 this.pictureBox1.Image = global::X_Aim.Properties.Resources.xaimlogo;
41 this.pictureBox1.Location = new System.Drawing.Point(36, 12);
42 this.pictureBox1.Name = "pictureBox1";
43 this.pictureBox1.Size = new System.Drawing.Size(215, 215);
44 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
45 this.pictureBox1.TabIndex = 0;
46 this.pictureBox1.TabStop = false;
47 //
48 // richTextBox1
49 //
50 this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
51 this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
52 this.richTextBox1.Location = new System.Drawing.Point(285, 13);
53 this.richTextBox1.Name = "richTextBox1";
54 this.richTextBox1.ReadOnly = true;
55 this.richTextBox1.Size = new System.Drawing.Size(357, 255);
56 this.richTextBox1.TabIndex = 1;
57 this.richTextBox1.Text = "";
58 //
59 // label1
60 //
61 this.label1.AutoSize = true;
62 this.label1.Location = new System.Drawing.Point(90, 241);
63 this.label1.Name = "label1";
64 this.label1.Size = new System.Drawing.Size(184, 13);
65 this.label1.TabIndex = 2;
66 this.label1.Text = " ";
67 this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
68 //
69 // About
70 //
71 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
72 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
73 this.ClientSize = new System.Drawing.Size(649, 287);
74 this.Controls.Add(this.label1);
75 this.Controls.Add(this.richTextBox1);
76 this.Controls.Add(this.pictureBox1);
77 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
78 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
79 this.MaximizeBox = false;
80 this.MaximumSize = new System.Drawing.Size(665, 325);
81 this.MinimizeBox = false;
82 this.MinimumSize = new System.Drawing.Size(665, 325);
83 this.Name = "About";
84 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
85 this.Text = "About";
86 this.Load += new System.EventHandler(this.OnLoad);
87 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
88 this.ResumeLayout(false);
89 this.PerformLayout();
90  
91 }
92  
93 #endregion
94  
95 private System.Windows.Forms.PictureBox pictureBox1;
96 private System.Windows.Forms.RichTextBox richTextBox1;
97 private System.Windows.Forms.Label label1;
98 }
99 }