-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Expand file tree
/
Copy pathConfigHWOSD.Designer.cs
More file actions
95 lines (88 loc) · 3.72 KB
/
Copy pathConfigHWOSD.Designer.cs
File metadata and controls
95 lines (88 loc) · 3.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
namespace MissionPlanner.GCSViews.ConfigurationView
{
partial class ConfigHWOSD
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigHWOSD));
this.label6 = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.BUT_osdrates = new Controls.MyButton();
this.label7 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
this.SuspendLayout();
//
// label6
//
resources.ApplyResources(this.label6, "label6");
this.label6.Name = "label6";
//
// groupBox5
//
resources.ApplyResources(this.groupBox5, "groupBox5");
this.groupBox5.Name = "groupBox5";
this.groupBox5.TabStop = false;
//
// pictureBox5
//
this.pictureBox5.BackColor = System.Drawing.Color.White;
this.pictureBox5.BackgroundImage = global::MissionPlanner.Properties.Resources.MinimOSD;
resources.ApplyResources(this.pictureBox5, "pictureBox5");
this.pictureBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.TabStop = false;
//
// BUT_osdrates
//
resources.ApplyResources(this.BUT_osdrates, "BUT_osdrates");
this.BUT_osdrates.Name = "BUT_osdrates";
this.BUT_osdrates.UseVisualStyleBackColor = true;
this.BUT_osdrates.Click += new System.EventHandler(this.BUT_osdrates_Click);
//
// label7
//
resources.ApplyResources(this.label7, "label7");
this.label7.Name = "label7";
//
// ConfigHWOSD
//
resources.ApplyResources(this, "$this");
this.Controls.Add(this.label7);
this.Controls.Add(this.BUT_osdrates);
this.Controls.Add(this.label6);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.pictureBox5);
this.Name = "ConfigHWOSD";
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label6;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.PictureBox pictureBox5;
private Controls.MyButton BUT_osdrates;
private System.Windows.Forms.Label label7;
}
}