Winify – Diff between revs 67 and 69

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