Winify – Blame information for rev 3

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