Subversion Repositories Code-Repo

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
65 Kevin 1
namespace SWAT_USB_App
2
{
3
    partial class Software_Form
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(Software_Form));
32
            this.btn_Cancel = new System.Windows.Forms.Button();
33
            this.btn_Ok = new System.Windows.Forms.Button();
34
            this.groupBox_SoftwareList = new System.Windows.Forms.GroupBox();
35
            this.btn_Reset = new System.Windows.Forms.Button();
36
            this.SuspendLayout();
37
            // 
38
            // btn_Cancel
39
            // 
40
            this.btn_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
41
            this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
42
            this.btn_Cancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
43
            this.btn_Cancel.Location = new System.Drawing.Point(136, 37);
44
            this.btn_Cancel.Name = "btn_Cancel";
45
            this.btn_Cancel.Size = new System.Drawing.Size(56, 24);
46
            this.btn_Cancel.TabIndex = 4;
47
            this.btn_Cancel.Text = "Cancel";
48
            this.btn_Cancel.UseVisualStyleBackColor = true;
49
            this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
50
            // 
51
            // btn_Ok
52
            // 
53
            this.btn_Ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
54
            this.btn_Ok.FlatStyle = System.Windows.Forms.FlatStyle.System;
55
            this.btn_Ok.Location = new System.Drawing.Point(74, 37);
56
            this.btn_Ok.Name = "btn_Ok";
57
            this.btn_Ok.Size = new System.Drawing.Size(56, 24);
58
            this.btn_Ok.TabIndex = 3;
59
            this.btn_Ok.Text = "Ok";
60
            this.btn_Ok.UseVisualStyleBackColor = true;
61
            this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
62
            // 
63
            // groupBox_SoftwareList
64
            // 
65
            this.groupBox_SoftwareList.Location = new System.Drawing.Point(12, 12);
66
            this.groupBox_SoftwareList.Name = "groupBox_SoftwareList";
67
            this.groupBox_SoftwareList.Size = new System.Drawing.Size(180, 19);
68
            this.groupBox_SoftwareList.TabIndex = 1;
69
            this.groupBox_SoftwareList.TabStop = false;
70
            this.groupBox_SoftwareList.Text = "Choose Software to Install";
71
            // 
72
            // btn_Reset
73
            // 
74
            this.btn_Reset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
75
            this.btn_Reset.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
76
            this.btn_Reset.Location = new System.Drawing.Point(12, 37);
77
            this.btn_Reset.Name = "btn_Reset";
78
            this.btn_Reset.Size = new System.Drawing.Size(56, 24);
79
            this.btn_Reset.TabIndex = 2;
80
            this.btn_Reset.Text = "Reset";
81
            this.btn_Reset.UseVisualStyleBackColor = true;
82
            this.btn_Reset.Click += new System.EventHandler(this.btn_Reset_Click);
83
            // 
84
            // form_Software
85
            // 
86
            this.AcceptButton = this.btn_Ok;
87
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
88
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
89
            this.CancelButton = this.btn_Cancel;
90
            this.ClientSize = new System.Drawing.Size(204, 73);
91
            this.Controls.Add(this.btn_Reset);
92
            this.Controls.Add(this.btn_Ok);
93
            this.Controls.Add(this.groupBox_SoftwareList);
94
            this.Controls.Add(this.btn_Cancel);
95
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
96
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
97
            this.MaximizeBox = false;
98
            this.Name = "form_Software";
99
            this.ShowInTaskbar = false;
100
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
101
            this.Text = "Software";
102
            this.ResumeLayout(false);
103
 
104
        }
105
 
106
        #endregion
107
 
108
        private System.Windows.Forms.Button btn_Cancel;
109
        private System.Windows.Forms.Button btn_Ok;
110
        private System.Windows.Forms.GroupBox groupBox_SoftwareList;
111
        private System.Windows.Forms.Button btn_Reset;
112
    }
113
}