Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 18 → Rev 19

/SWAT USB App/trunk/SWAT USB App/form_Software.Designer.cs
32,18 → 32,18
this.btn_Cancel = new System.Windows.Forms.Button();
this.btn_Ok = new System.Windows.Forms.Button();
this.groupBox_SoftwareList = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// 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(136, 37);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(82, 24);
this.btn_Cancel.TabIndex = 3;
this.btn_Cancel.Size = new System.Drawing.Size(56, 24);
this.btn_Cancel.TabIndex = 4;
this.btn_Cancel.Text = "Cancel";
this.btn_Cancel.UseVisualStyleBackColor = true;
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
50,13 → 50,12
//
// 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(74, 37);
this.btn_Ok.Name = "btn_Ok";
this.btn_Ok.Size = new System.Drawing.Size(82, 24);
this.btn_Ok.TabIndex = 2;
this.btn_Ok.Size = new System.Drawing.Size(56, 24);
this.btn_Ok.TabIndex = 3;
this.btn_Ok.Text = "Ok";
this.btn_Ok.UseVisualStyleBackColor = true;
this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
65,11 → 64,23
//
this.groupBox_SoftwareList.Location = new System.Drawing.Point(12, 12);
this.groupBox_SoftwareList.Name = "groupBox_SoftwareList";
this.groupBox_SoftwareList.Size = new System.Drawing.Size(170, 43);
this.groupBox_SoftwareList.Size = new System.Drawing.Size(180, 19);
this.groupBox_SoftwareList.TabIndex = 1;
this.groupBox_SoftwareList.TabStop = false;
this.groupBox_SoftwareList.Text = "Choose Software to Install";
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.Location = new System.Drawing.Point(12, 37);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(56, 24);
this.button1.TabIndex = 2;
this.button1.Text = "Reset";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// form_Software
//
this.AcceptButton = this.btn_Ok;
76,7 → 87,8
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(204, 73);
this.Controls.Add(this.button1);
this.Controls.Add(this.btn_Ok);
this.Controls.Add(this.groupBox_SoftwareList);
this.Controls.Add(this.btn_Cancel);
96,5 → 108,6
private System.Windows.Forms.Button btn_Cancel;
private System.Windows.Forms.Button btn_Ok;
private System.Windows.Forms.GroupBox groupBox_SoftwareList;
private System.Windows.Forms.Button button1;
}
}