HamBook – Blame information for rev 59

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