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