Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 18 → Rev 19

/SWAT USB App/trunk/SWAT USB App/form_Drivers.Designer.cs
36,13 → 36,12
//
// btn_Cancel
//
this.btn_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btn_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btn_Cancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btn_Cancel.Location = new System.Drawing.Point(100, 61);
this.btn_Cancel.Location = new System.Drawing.Point(100, 37);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(82, 24);
this.btn_Cancel.Size = new System.Drawing.Size(62, 24);
this.btn_Cancel.TabIndex = 3;
this.btn_Cancel.Text = "Cancel";
this.btn_Cancel.UseVisualStyleBackColor = true;
50,12 → 49,11
//
// btn_Ok
//
this.btn_Ok.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btn_Ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Ok.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btn_Ok.Location = new System.Drawing.Point(12, 61);
this.btn_Ok.Location = new System.Drawing.Point(32, 37);
this.btn_Ok.Name = "btn_Ok";
this.btn_Ok.Size = new System.Drawing.Size(82, 24);
this.btn_Ok.Size = new System.Drawing.Size(62, 24);
this.btn_Ok.TabIndex = 2;
this.btn_Ok.Text = "Ok";
this.btn_Ok.UseVisualStyleBackColor = true;
65,7 → 63,7
//
this.groupBox_DriverList.Location = new System.Drawing.Point(12, 12);
this.groupBox_DriverList.Name = "groupBox_DriverList";
this.groupBox_DriverList.Size = new System.Drawing.Size(170, 43);
this.groupBox_DriverList.Size = new System.Drawing.Size(150, 19);
this.groupBox_DriverList.TabIndex = 1;
this.groupBox_DriverList.TabStop = false;
this.groupBox_DriverList.Text = "Choose Your Tablet Model";
76,7 → 74,7
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btn_Cancel;
this.ClientSize = new System.Drawing.Size(194, 97);
this.ClientSize = new System.Drawing.Size(174, 73);
this.Controls.Add(this.btn_Ok);
this.Controls.Add(this.groupBox_DriverList);
this.Controls.Add(this.btn_Cancel);