Imported Upstream version 2.2.0
[deb_libcec.git] / src / LibCecTray / ui / About.Designer.cs
CommitLineData
cbbe90dd
JB
1namespace LibCECTray.ui
2{
3 partial class About
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(About));
32 this.label1 = new System.Windows.Forms.Label();
33 this.lVersionInfo = new System.Windows.Forms.Label();
34 this.lBuildInfo = new System.Windows.Forms.Label();
35 this.SuspendLayout();
36 //
37 // label1
38 //
39 this.label1.AutoSize = true;
40 this.label1.Location = new System.Drawing.Point(13, 13);
41 this.label1.Name = "label1";
42 this.label1.Size = new System.Drawing.Size(366, 117);
43 this.label1.TabIndex = 0;
44 this.label1.Text = resources.GetString("label1.Text");
45 //
46 // lVersionInfo
47 //
48 this.lVersionInfo.AutoSize = true;
49 this.lVersionInfo.Location = new System.Drawing.Point(16, 150);
50 this.lVersionInfo.Name = "lVersionInfo";
51 this.lVersionInfo.Size = new System.Drawing.Size(101, 13);
52 this.lVersionInfo.TabIndex = 1;
53 this.lVersionInfo.Text = "[libCEC version info]";
54 //
55 // lBuildInfo
56 //
57 this.lBuildInfo.AutoSize = true;
58 this.lBuildInfo.Location = new System.Drawing.Point(16, 173);
59 this.lBuildInfo.Name = "lBuildInfo";
60 this.lBuildInfo.Size = new System.Drawing.Size(89, 13);
61 this.lBuildInfo.TabIndex = 2;
62 this.lBuildInfo.Text = "[libCEC build info]";
63 //
64 // About
65 //
66 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
67 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
68 this.ClientSize = new System.Drawing.Size(464, 212);
69 this.Controls.Add(this.lBuildInfo);
70 this.Controls.Add(this.lVersionInfo);
71 this.Controls.Add(this.label1);
72 this.Name = "About";
73 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
74 this.Text = "About";
75 this.ResumeLayout(false);
76 this.PerformLayout();
77
78 }
79
80 #endregion
81
82 private System.Windows.Forms.Label label1;
83 private System.Windows.Forms.Label lVersionInfo;
84 private System.Windows.Forms.Label lBuildInfo;
85 }
86}