Subversion Repositories Code-Repo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
10 Kevin 1
namespace SWAT_USB_App
2
{
3
    partial class form_Software
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(form_Software));
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.SuspendLayout();
36
            // 
37
            // btn_Cancel
38
            // 
39
            this.btn_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
40
                        | 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(100, 61);
44
            this.btn_Cancel.Name = "btn_Cancel";
45
            this.btn_Cancel.Size = new System.Drawing.Size(82, 24);
46
            this.btn_Cancel.TabIndex = 3;
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.Left)
54
                        | System.Windows.Forms.AnchorStyles.Right)));
55
            this.btn_Ok.FlatStyle = System.Windows.Forms.FlatStyle.System;
56
            this.btn_Ok.Location = new System.Drawing.Point(12, 61);
57
            this.btn_Ok.Name = "btn_Ok";
58
            this.btn_Ok.Size = new System.Drawing.Size(82, 24);
59
            this.btn_Ok.TabIndex = 2;
60
            this.btn_Ok.Text = "Ok";
61
            this.btn_Ok.UseVisualStyleBackColor = true;
62
            this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
63
            // 
64
            // groupBox_SoftwareList
65
            // 
66
            this.groupBox_SoftwareList.Location = new System.Drawing.Point(12, 12);
67
            this.groupBox_SoftwareList.Name = "groupBox_SoftwareList";
68
            this.groupBox_SoftwareList.Size = new System.Drawing.Size(170, 43);
69
            this.groupBox_SoftwareList.TabIndex = 1;
70
            this.groupBox_SoftwareList.TabStop = false;
71
            this.groupBox_SoftwareList.Text = "Choose Software to Install";
72
            // 
73
            // form_Software
74
            // 
75
            this.AcceptButton = this.btn_Ok;
76
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
77
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
78
            this.CancelButton = this.btn_Cancel;
79
            this.ClientSize = new System.Drawing.Size(194, 97);
80
            this.Controls.Add(this.btn_Ok);
81
            this.Controls.Add(this.groupBox_SoftwareList);
82
            this.Controls.Add(this.btn_Cancel);
83
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
84
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
85
            this.MaximizeBox = false;
86
            this.Name = "form_Software";
87
            this.ShowInTaskbar = false;
88
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
89
            this.Text = "Software";
90
            this.ResumeLayout(false);
91
 
92
        }
93
 
94
        #endregion
95
 
96
        private System.Windows.Forms.Button btn_Cancel;
97
        private System.Windows.Forms.Button btn_Ok;
98
        private System.Windows.Forms.GroupBox groupBox_SoftwareList;
99
    }
100
}