RegName – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 
2 namespace RegName
3 {
4 partial class AboutForm
5 {
6 /// <summary>
7 /// Required designer variable.
8 /// </summary>
9 private System.ComponentModel.IContainer components = null;
10  
11 #region Windows Form Designer generated code
12  
13 /// <summary>
14 /// Required method for Designer support - do not modify
15 /// the contents of this method with the code editor.
16 /// </summary>
17 private void InitializeComponent()
18 {
19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
20 this.pictureBox1 = new System.Windows.Forms.PictureBox();
21 this.textBox1 = new System.Windows.Forms.TextBox();
22 this.VersionTextBox = new System.Windows.Forms.TextBox();
23 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
24 this.SuspendLayout();
25 //
26 // pictureBox1
27 //
28 this.pictureBox1.Image = global::RegName.Properties.Resources.logo;
29 this.pictureBox1.Location = new System.Drawing.Point(13, 13);
30 this.pictureBox1.MaximumSize = new System.Drawing.Size(156, 156);
31 this.pictureBox1.MinimumSize = new System.Drawing.Size(156, 156);
32 this.pictureBox1.Name = "pictureBox1";
33 this.pictureBox1.Size = new System.Drawing.Size(156, 156);
34 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
35 this.pictureBox1.TabIndex = 0;
36 this.pictureBox1.TabStop = false;
37 //
38 // textBox1
39 //
40 this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
41 this.textBox1.Enabled = false;
42 this.textBox1.ImeMode = System.Windows.Forms.ImeMode.Disable;
43 this.textBox1.Location = new System.Drawing.Point(179, 42);
44 this.textBox1.Multiline = true;
45 this.textBox1.Name = "textBox1";
46 this.textBox1.ReadOnly = true;
47 this.textBox1.Size = new System.Drawing.Size(235, 126);
48 this.textBox1.TabIndex = 3;
49 this.textBox1.Text = "RegName: Batch file renaming utility\r\nusing regular expressions.\r\n\r\n-------\r\n\r\nWe" +
50 "bsite: http://www.grimore.org\r\nContact: office@grimore.org\r\n";
51 this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
52 //
53 // VersionTextBox
54 //
55 this.VersionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
56 this.VersionTextBox.Enabled = false;
57 this.VersionTextBox.ImeMode = System.Windows.Forms.ImeMode.Disable;
58 this.VersionTextBox.Location = new System.Drawing.Point(179, 12);
59 this.VersionTextBox.Multiline = true;
60 this.VersionTextBox.Name = "VersionTextBox";
61 this.VersionTextBox.ReadOnly = true;
62 this.VersionTextBox.Size = new System.Drawing.Size(235, 22);
63 this.VersionTextBox.TabIndex = 4;
64 this.VersionTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
65 //
66 // AboutForm
67 //
68 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
69 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2 office 70 this.ClientSize = new System.Drawing.Size(434, 191);
1 office 71 this.Controls.Add(this.VersionTextBox);
72 this.Controls.Add(this.textBox1);
73 this.Controls.Add(this.pictureBox1);
74 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
75 this.MaximizeBox = false;
76 this.MaximumSize = new System.Drawing.Size(442, 218);
77 this.MinimizeBox = false;
78 this.MinimumSize = new System.Drawing.Size(442, 218);
79 this.Name = "AboutForm";
80 this.Text = "RegName: About";
2 office 81 this.Load += new System.EventHandler(this.AboutForm_Load);
1 office 82 this.Shown += new System.EventHandler(this.AboutForm_Shown);
83 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
84 this.ResumeLayout(false);
85 this.PerformLayout();
86  
87 }
88  
89 #endregion
90  
91 private System.Windows.Forms.PictureBox pictureBox1;
92 private System.Windows.Forms.TextBox textBox1;
93 private System.Windows.Forms.TextBox VersionTextBox;
94 }
95 }