annotate AboutForm.Designer.cs @ 0:aca8706f4eec default tip

Initial commit
author Brad Greco <brad@bgreco.net>
date Mon, 13 Oct 2014 21:28:19 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
1 namespace QuickQR
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
2 {
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
3 partial class AboutForm
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
4 {
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
5 /// <summary>
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
6 /// Required designer variable.
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
7 /// </summary>
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
8 private System.ComponentModel.IContainer components = null;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
9
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
10 /// <summary>
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
11 /// Clean up any resources being used.
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
12 /// </summary>
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
14 protected override void Dispose(bool disposing)
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
15 {
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
16 if (disposing && (components != null))
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
17 {
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
18 components.Dispose();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
19 }
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
20 base.Dispose(disposing);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
21 }
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
22
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
23 #region Windows Form Designer generated code
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
24
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
25 /// <summary>
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
26 /// Required method for Designer support - do not modify
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
27 /// the contents of this method with the code editor.
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
28 /// </summary>
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
29 private void InitializeComponent()
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
30 {
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
32 this.titleLabel = new System.Windows.Forms.Label();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
33 this.label1 = new System.Windows.Forms.Label();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
34 this.linkLabel = new System.Windows.Forms.LinkLabel();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
35 this.aboutQR = new System.Windows.Forms.PictureBox();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
36 this.label2 = new System.Windows.Forms.Label();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
37 ((System.ComponentModel.ISupportInitialize)(this.aboutQR)).BeginInit();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
38 this.SuspendLayout();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
39 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
40 // titleLabel
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
41 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
42 this.titleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
43 | System.Windows.Forms.AnchorStyles.Right)));
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
44 this.titleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
45 this.titleLabel.Location = new System.Drawing.Point(12, 9);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
46 this.titleLabel.Name = "titleLabel";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
47 this.titleLabel.Size = new System.Drawing.Size(260, 16);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
48 this.titleLabel.TabIndex = 0;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
49 this.titleLabel.Text = "QuickQR";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
50 this.titleLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
51 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
52 // label1
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
53 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
54 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
55 | System.Windows.Forms.AnchorStyles.Right)));
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
56 this.label1.Location = new System.Drawing.Point(12, 27);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
57 this.label1.Name = "label1";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
58 this.label1.Size = new System.Drawing.Size(260, 16);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
59 this.label1.TabIndex = 1;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
60 this.label1.Text = "Copyright © 2014 Brad Greco";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
61 this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
62 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
63 // linkLabel
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
64 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
65 this.linkLabel.Location = new System.Drawing.Point(12, 45);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
66 this.linkLabel.Name = "linkLabel";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
67 this.linkLabel.Size = new System.Drawing.Size(260, 19);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
68 this.linkLabel.TabIndex = 2;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
69 this.linkLabel.TabStop = true;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
70 this.linkLabel.Text = "http://bgreco.net/quickqr";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
71 this.linkLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
72 this.linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
73 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
74 // aboutQR
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
75 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
76 this.aboutQR.Image = global::QuickQR.Properties.Resources.urlImage;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
77 this.aboutQR.InitialImage = null;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
78 this.aboutQR.Location = new System.Drawing.Point(74, 63);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
79 this.aboutQR.Name = "aboutQR";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
80 this.aboutQR.Size = new System.Drawing.Size(135, 135);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
81 this.aboutQR.TabIndex = 3;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
82 this.aboutQR.TabStop = false;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
83 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
84 // label2
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
85 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
86 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
87 | System.Windows.Forms.AnchorStyles.Right)));
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
88 this.label2.Location = new System.Drawing.Point(12, 201);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
89 this.label2.Name = "label2";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
90 this.label2.Size = new System.Drawing.Size(260, 56);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
91 this.label2.TabIndex = 4;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
92 this.label2.Text = "This program is released under the MIT License.\r\nSource code is available at the " +
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
93 "page above.\r\n\r\nQR images are generated using the ZXing.Net library.";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
94 this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
95 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
96 // AboutForm
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
97 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
98 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
99 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
100 this.BackColor = System.Drawing.Color.White;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
101 this.ClientSize = new System.Drawing.Size(284, 266);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
102 this.Controls.Add(this.label2);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
103 this.Controls.Add(this.aboutQR);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
104 this.Controls.Add(this.linkLabel);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
105 this.Controls.Add(this.label1);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
106 this.Controls.Add(this.titleLabel);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
107 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
108 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
109 this.MaximizeBox = false;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
110 this.MinimizeBox = false;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
111 this.Name = "AboutForm";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
112 this.ShowInTaskbar = false;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
113 this.Text = "About QuickQR";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
114 this.Load += new System.EventHandler(this.AboutForm_Load);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
115 ((System.ComponentModel.ISupportInitialize)(this.aboutQR)).EndInit();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
116 this.ResumeLayout(false);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
117
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
118 }
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
119
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
120 #endregion
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
121
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
122 private System.Windows.Forms.Label titleLabel;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
123 private System.Windows.Forms.Label label1;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
124 private System.Windows.Forms.LinkLabel linkLabel;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
125 private System.Windows.Forms.PictureBox aboutQR;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
126 private System.Windows.Forms.Label label2;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
127 }
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
128 }