Winify – Blame information for rev 69

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