Winify – Diff between revs 48 and 57

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