| 65 |
Kevin |
1 |
namespace SWAT_USB_App
|
|
|
2 |
{
|
|
|
3 |
partial class Drivers_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(Drivers_Form));
|
|
|
32 |
this.btn_Cancel = new System.Windows.Forms.Button();
|
|
|
33 |
this.btn_Ok = new System.Windows.Forms.Button();
|
|
|
34 |
this.groupBox_DriverList = 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.Right)));
|
|
|
40 |
this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
41 |
this.btn_Cancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|
|
42 |
this.btn_Cancel.Location = new System.Drawing.Point(100, 37);
|
|
|
43 |
this.btn_Cancel.Name = "btn_Cancel";
|
|
|
44 |
this.btn_Cancel.Size = new System.Drawing.Size(62, 24);
|
|
|
45 |
this.btn_Cancel.TabIndex = 3;
|
|
|
46 |
this.btn_Cancel.Text = "Cancel";
|
|
|
47 |
this.btn_Cancel.UseVisualStyleBackColor = true;
|
|
|
48 |
this.btn_Cancel.Click += new System.EventHandler(this.btn_Driver_Cancel_Click);
|
|
|
49 |
//
|
|
|
50 |
// btn_Ok
|
|
|
51 |
//
|
|
|
52 |
this.btn_Ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
53 |
this.btn_Ok.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|
|
54 |
this.btn_Ok.Location = new System.Drawing.Point(32, 37);
|
|
|
55 |
this.btn_Ok.Name = "btn_Ok";
|
|
|
56 |
this.btn_Ok.Size = new System.Drawing.Size(62, 24);
|
|
|
57 |
this.btn_Ok.TabIndex = 2;
|
|
|
58 |
this.btn_Ok.Text = "Ok";
|
|
|
59 |
this.btn_Ok.UseVisualStyleBackColor = true;
|
|
|
60 |
this.btn_Ok.Click += new System.EventHandler(this.btn_Driver_Ok_Click);
|
|
|
61 |
//
|
|
|
62 |
// groupBox_DriverList
|
|
|
63 |
//
|
|
|
64 |
this.groupBox_DriverList.Location = new System.Drawing.Point(12, 12);
|
|
|
65 |
this.groupBox_DriverList.Name = "groupBox_DriverList";
|
|
|
66 |
this.groupBox_DriverList.Size = new System.Drawing.Size(150, 19);
|
|
|
67 |
this.groupBox_DriverList.TabIndex = 1;
|
|
|
68 |
this.groupBox_DriverList.TabStop = false;
|
|
|
69 |
this.groupBox_DriverList.Text = "Choose Your Tablet Model";
|
|
|
70 |
//
|
|
|
71 |
// form_Drivers
|
|
|
72 |
//
|
|
|
73 |
this.AcceptButton = this.btn_Ok;
|
|
|
74 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
75 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
76 |
this.CancelButton = this.btn_Cancel;
|
|
|
77 |
this.ClientSize = new System.Drawing.Size(174, 73);
|
|
|
78 |
this.Controls.Add(this.btn_Ok);
|
|
|
79 |
this.Controls.Add(this.groupBox_DriverList);
|
|
|
80 |
this.Controls.Add(this.btn_Cancel);
|
|
|
81 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
82 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
83 |
this.MaximizeBox = false;
|
|
|
84 |
this.Name = "form_Drivers";
|
|
|
85 |
this.ShowInTaskbar = false;
|
|
|
86 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
87 |
this.Text = "Drivers";
|
|
|
88 |
this.ResumeLayout(false);
|
|
|
89 |
|
|
|
90 |
}
|
|
|
91 |
|
|
|
92 |
#endregion
|
|
|
93 |
|
|
|
94 |
private System.Windows.Forms.Button btn_Cancel;
|
|
|
95 |
private System.Windows.Forms.Button btn_Ok;
|
|
|
96 |
private System.Windows.Forms.GroupBox groupBox_DriverList;
|
|
|
97 |
|
|
|
98 |
|
|
|
99 |
}
|
|
|
100 |
}
|