misu – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 namespace misu
2 {
3 partial class AboutForm
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(AboutForm));
32 this.pictureBox1 = new System.Windows.Forms.PictureBox();
33 this.richTextBox1 = new System.Windows.Forms.RichTextBox();
34 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
35 this.SuspendLayout();
36 //
37 // pictureBox1
38 //
39 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
40 this.pictureBox1.Location = new System.Drawing.Point(12, 12);
41 this.pictureBox1.MaximumSize = new System.Drawing.Size(156, 156);
42 this.pictureBox1.MinimumSize = new System.Drawing.Size(156, 156);
43 this.pictureBox1.Name = "pictureBox1";
44 this.pictureBox1.Size = new System.Drawing.Size(156, 156);
45 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
46 this.pictureBox1.TabIndex = 0;
47 this.pictureBox1.TabStop = false;
48 //
49 // richTextBox1
50 //
51 this.richTextBox1.BackColor = System.Drawing.SystemColors.Control;
52 this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
53 this.richTextBox1.Enabled = false;
54 this.richTextBox1.Location = new System.Drawing.Point(175, 13);
55 this.richTextBox1.Name = "richTextBox1";
56 this.richTextBox1.ReadOnly = true;
57 this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
58 this.richTextBox1.Size = new System.Drawing.Size(239, 155);
59 this.richTextBox1.TabIndex = 1;
60 this.richTextBox1.Text = "";
61 //
62 // AboutForm
63 //
64 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
65 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
66 this.ClientSize = new System.Drawing.Size(426, 180);
67 this.Controls.Add(this.richTextBox1);
68 this.Controls.Add(this.pictureBox1);
69 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
70 this.MaximizeBox = false;
71 this.MaximumSize = new System.Drawing.Size(442, 218);
72 this.MinimizeBox = false;
73 this.MinimumSize = new System.Drawing.Size(442, 218);
74 this.Name = "AboutForm";
3 office 75 this.Text = "misu: About";
1 office 76 this.Load += new System.EventHandler(this.OnLoad);
77 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
78 this.ResumeLayout(false);
79  
80 }
81  
82 #endregion
83  
84 private System.Windows.Forms.PictureBox pictureBox1;
85 private System.Windows.Forms.RichTextBox richTextBox1;
86 }
87 }