636 lines
31 KiB
C#
636 lines
31 KiB
C#
namespace GamerServices {
|
|
partial class FormDevUpdate {
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing) {
|
|
if (disposing && (components != null)) {
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent() {
|
|
this.components = new System.ComponentModel.Container();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.listBox2 = new System.Windows.Forms.ListBox();
|
|
this.listBox1 = new System.Windows.Forms.ListBox();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.labelHelp = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.textPath = new System.Windows.Forms.TextBox();
|
|
this.comboCommand = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.labelInfo = new System.Windows.Forms.Label();
|
|
this.radioButton1 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton2 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton3 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton4 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton5 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton6 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton7 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton8 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton9 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton10 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton11 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton12 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton13 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton14 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton15 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton16 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton17 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton18 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton19 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton20 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton21 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton22 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton23 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton24 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton25 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton26 = new System.Windows.Forms.RadioButton();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.button6);
|
|
this.groupBox1.Controls.Add(this.button2);
|
|
this.groupBox1.Controls.Add(this.button1);
|
|
this.groupBox1.Controls.Add(this.listBox2);
|
|
this.groupBox1.Controls.Add(this.listBox1);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(480, 292);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Files";
|
|
//
|
|
// button6
|
|
//
|
|
this.button6.Location = new System.Drawing.Point(247, 263);
|
|
this.button6.Name = "button6";
|
|
this.button6.Size = new System.Drawing.Size(111, 23);
|
|
this.button6.TabIndex = 4;
|
|
this.button6.Text = "Add Empty";
|
|
this.button6.UseVisualStyleBackColor = true;
|
|
this.button6.Click += new System.EventHandler(this.button6_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(364, 263);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(111, 23);
|
|
this.button2.TabIndex = 3;
|
|
this.button2.Text = "Remove";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(6, 263);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(235, 23);
|
|
this.button1.TabIndex = 2;
|
|
this.button1.Text = "Add";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// listBox2
|
|
//
|
|
this.listBox2.FormattingEnabled = true;
|
|
this.listBox2.Location = new System.Drawing.Point(247, 19);
|
|
this.listBox2.Name = "listBox2";
|
|
this.listBox2.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
|
|
this.listBox2.Size = new System.Drawing.Size(228, 238);
|
|
this.listBox2.TabIndex = 1;
|
|
this.listBox2.SelectedIndexChanged += new System.EventHandler(this.listBox2_SelectedIndexChanged);
|
|
//
|
|
// listBox1
|
|
//
|
|
this.listBox1.FormattingEnabled = true;
|
|
this.listBox1.Location = new System.Drawing.Point(6, 19);
|
|
this.listBox1.Name = "listBox1";
|
|
this.listBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
|
|
this.listBox1.Size = new System.Drawing.Size(235, 238);
|
|
this.listBox1.TabIndex = 0;
|
|
this.listBox1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBox1_MouseDoubleClick);
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Enabled = false;
|
|
this.button3.Location = new System.Drawing.Point(689, 242);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(120, 62);
|
|
this.button3.TabIndex = 4;
|
|
this.button3.Text = "Create patch";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// progressBar1
|
|
//
|
|
this.progressBar1.Location = new System.Drawing.Point(498, 242);
|
|
this.progressBar1.Name = "progressBar1";
|
|
this.progressBar1.Size = new System.Drawing.Size(182, 27);
|
|
this.progressBar1.TabIndex = 1;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.button4);
|
|
this.groupBox2.Controls.Add(this.labelHelp);
|
|
this.groupBox2.Controls.Add(this.label3);
|
|
this.groupBox2.Controls.Add(this.label2);
|
|
this.groupBox2.Controls.Add(this.textPath);
|
|
this.groupBox2.Controls.Add(this.comboCommand);
|
|
this.groupBox2.Controls.Add(this.label1);
|
|
this.groupBox2.Enabled = false;
|
|
this.groupBox2.Location = new System.Drawing.Point(498, 12);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(313, 182);
|
|
this.groupBox2.TabIndex = 5;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Special Propreties";
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Location = new System.Drawing.Point(6, 152);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(292, 23);
|
|
this.button4.TabIndex = 6;
|
|
this.button4.Text = "Save path change";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
//
|
|
// labelHelp
|
|
//
|
|
this.labelHelp.Location = new System.Drawing.Point(145, 45);
|
|
this.labelHelp.Name = "labelHelp";
|
|
this.labelHelp.Size = new System.Drawing.Size(153, 70);
|
|
this.labelHelp.TabIndex = 5;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(38, 40);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(32, 13);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "Help:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(13, 129);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(29, 13);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "Path";
|
|
//
|
|
// textPath
|
|
//
|
|
this.textPath.Location = new System.Drawing.Point(70, 126);
|
|
this.textPath.Name = "textPath";
|
|
this.textPath.Size = new System.Drawing.Size(228, 20);
|
|
this.textPath.TabIndex = 2;
|
|
//
|
|
// comboCommand
|
|
//
|
|
this.comboCommand.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboCommand.FormattingEnabled = true;
|
|
this.comboCommand.Items.AddRange(new object[] {
|
|
"ADD",
|
|
"DEL",
|
|
"MDR",
|
|
"MNF"});
|
|
this.comboCommand.Location = new System.Drawing.Point(145, 16);
|
|
this.comboCommand.Name = "comboCommand";
|
|
this.comboCommand.Size = new System.Drawing.Size(153, 21);
|
|
this.comboCommand.TabIndex = 1;
|
|
this.comboCommand.SelectedIndexChanged += new System.EventHandler(this.comboCommand_SelectedIndexChanged);
|
|
this.comboCommand.SelectionChangeCommitted += new System.EventHandler(this.comboCommand_SelectionChangeCommitted);
|
|
this.comboCommand.SelectedValueChanged += new System.EventHandler(this.comboCommand_SelectedValueChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(21, 19);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(54, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Command";
|
|
//
|
|
// labelInfo
|
|
//
|
|
this.labelInfo.AutoSize = true;
|
|
this.labelInfo.Location = new System.Drawing.Point(496, 217);
|
|
this.labelInfo.Name = "labelInfo";
|
|
this.labelInfo.Size = new System.Drawing.Size(0, 13);
|
|
this.labelInfo.TabIndex = 6;
|
|
//
|
|
// radioButton1
|
|
//
|
|
this.radioButton1.AutoSize = true;
|
|
this.radioButton1.Enabled = false;
|
|
this.radioButton1.Location = new System.Drawing.Point(498, 275);
|
|
this.radioButton1.Name = "radioButton1";
|
|
this.radioButton1.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton1.TabIndex = 9;
|
|
this.radioButton1.TabStop = true;
|
|
this.radioButton1.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton2
|
|
//
|
|
this.radioButton2.AutoSize = true;
|
|
this.radioButton2.Enabled = false;
|
|
this.radioButton2.Location = new System.Drawing.Point(512, 275);
|
|
this.radioButton2.Name = "radioButton2";
|
|
this.radioButton2.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton2.TabIndex = 10;
|
|
this.radioButton2.TabStop = true;
|
|
this.radioButton2.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton3
|
|
//
|
|
this.radioButton3.AutoSize = true;
|
|
this.radioButton3.Enabled = false;
|
|
this.radioButton3.Location = new System.Drawing.Point(526, 275);
|
|
this.radioButton3.Name = "radioButton3";
|
|
this.radioButton3.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton3.TabIndex = 11;
|
|
this.radioButton3.TabStop = true;
|
|
this.radioButton3.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton4
|
|
//
|
|
this.radioButton4.AutoSize = true;
|
|
this.radioButton4.Enabled = false;
|
|
this.radioButton4.Location = new System.Drawing.Point(540, 275);
|
|
this.radioButton4.Name = "radioButton4";
|
|
this.radioButton4.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton4.TabIndex = 12;
|
|
this.radioButton4.TabStop = true;
|
|
this.radioButton4.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton5
|
|
//
|
|
this.radioButton5.AutoSize = true;
|
|
this.radioButton5.Enabled = false;
|
|
this.radioButton5.Location = new System.Drawing.Point(554, 275);
|
|
this.radioButton5.Name = "radioButton5";
|
|
this.radioButton5.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton5.TabIndex = 13;
|
|
this.radioButton5.TabStop = true;
|
|
this.radioButton5.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton6
|
|
//
|
|
this.radioButton6.AutoSize = true;
|
|
this.radioButton6.Enabled = false;
|
|
this.radioButton6.Location = new System.Drawing.Point(568, 275);
|
|
this.radioButton6.Name = "radioButton6";
|
|
this.radioButton6.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton6.TabIndex = 14;
|
|
this.radioButton6.TabStop = true;
|
|
this.radioButton6.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton7
|
|
//
|
|
this.radioButton7.AutoSize = true;
|
|
this.radioButton7.Enabled = false;
|
|
this.radioButton7.Location = new System.Drawing.Point(582, 275);
|
|
this.radioButton7.Name = "radioButton7";
|
|
this.radioButton7.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton7.TabIndex = 15;
|
|
this.radioButton7.TabStop = true;
|
|
this.radioButton7.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton8
|
|
//
|
|
this.radioButton8.AutoSize = true;
|
|
this.radioButton8.Enabled = false;
|
|
this.radioButton8.Location = new System.Drawing.Point(596, 275);
|
|
this.radioButton8.Name = "radioButton8";
|
|
this.radioButton8.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton8.TabIndex = 16;
|
|
this.radioButton8.TabStop = true;
|
|
this.radioButton8.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton9
|
|
//
|
|
this.radioButton9.AutoSize = true;
|
|
this.radioButton9.Enabled = false;
|
|
this.radioButton9.Location = new System.Drawing.Point(610, 275);
|
|
this.radioButton9.Name = "radioButton9";
|
|
this.radioButton9.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton9.TabIndex = 17;
|
|
this.radioButton9.TabStop = true;
|
|
this.radioButton9.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton10
|
|
//
|
|
this.radioButton10.AutoSize = true;
|
|
this.radioButton10.Enabled = false;
|
|
this.radioButton10.Location = new System.Drawing.Point(624, 275);
|
|
this.radioButton10.Name = "radioButton10";
|
|
this.radioButton10.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton10.TabIndex = 18;
|
|
this.radioButton10.TabStop = true;
|
|
this.radioButton10.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton11
|
|
//
|
|
this.radioButton11.AutoSize = true;
|
|
this.radioButton11.Enabled = false;
|
|
this.radioButton11.Location = new System.Drawing.Point(638, 275);
|
|
this.radioButton11.Name = "radioButton11";
|
|
this.radioButton11.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton11.TabIndex = 19;
|
|
this.radioButton11.TabStop = true;
|
|
this.radioButton11.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton12
|
|
//
|
|
this.radioButton12.AutoSize = true;
|
|
this.radioButton12.Enabled = false;
|
|
this.radioButton12.Location = new System.Drawing.Point(652, 275);
|
|
this.radioButton12.Name = "radioButton12";
|
|
this.radioButton12.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton12.TabIndex = 20;
|
|
this.radioButton12.TabStop = true;
|
|
this.radioButton12.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton13
|
|
//
|
|
this.radioButton13.AutoSize = true;
|
|
this.radioButton13.Enabled = false;
|
|
this.radioButton13.Location = new System.Drawing.Point(666, 275);
|
|
this.radioButton13.Name = "radioButton13";
|
|
this.radioButton13.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton13.TabIndex = 21;
|
|
this.radioButton13.TabStop = true;
|
|
this.radioButton13.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton14
|
|
//
|
|
this.radioButton14.AutoSize = true;
|
|
this.radioButton14.Enabled = false;
|
|
this.radioButton14.Location = new System.Drawing.Point(666, 291);
|
|
this.radioButton14.Name = "radioButton14";
|
|
this.radioButton14.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton14.TabIndex = 34;
|
|
this.radioButton14.TabStop = true;
|
|
this.radioButton14.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton15
|
|
//
|
|
this.radioButton15.AutoSize = true;
|
|
this.radioButton15.Enabled = false;
|
|
this.radioButton15.Location = new System.Drawing.Point(652, 291);
|
|
this.radioButton15.Name = "radioButton15";
|
|
this.radioButton15.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton15.TabIndex = 33;
|
|
this.radioButton15.TabStop = true;
|
|
this.radioButton15.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton16
|
|
//
|
|
this.radioButton16.AutoSize = true;
|
|
this.radioButton16.Enabled = false;
|
|
this.radioButton16.Location = new System.Drawing.Point(638, 291);
|
|
this.radioButton16.Name = "radioButton16";
|
|
this.radioButton16.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton16.TabIndex = 32;
|
|
this.radioButton16.TabStop = true;
|
|
this.radioButton16.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton17
|
|
//
|
|
this.radioButton17.AutoSize = true;
|
|
this.radioButton17.Enabled = false;
|
|
this.radioButton17.Location = new System.Drawing.Point(624, 291);
|
|
this.radioButton17.Name = "radioButton17";
|
|
this.radioButton17.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton17.TabIndex = 31;
|
|
this.radioButton17.TabStop = true;
|
|
this.radioButton17.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton18
|
|
//
|
|
this.radioButton18.AutoSize = true;
|
|
this.radioButton18.Enabled = false;
|
|
this.radioButton18.Location = new System.Drawing.Point(610, 291);
|
|
this.radioButton18.Name = "radioButton18";
|
|
this.radioButton18.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton18.TabIndex = 30;
|
|
this.radioButton18.TabStop = true;
|
|
this.radioButton18.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton19
|
|
//
|
|
this.radioButton19.AutoSize = true;
|
|
this.radioButton19.Enabled = false;
|
|
this.radioButton19.Location = new System.Drawing.Point(596, 291);
|
|
this.radioButton19.Name = "radioButton19";
|
|
this.radioButton19.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton19.TabIndex = 29;
|
|
this.radioButton19.TabStop = true;
|
|
this.radioButton19.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton20
|
|
//
|
|
this.radioButton20.AutoSize = true;
|
|
this.radioButton20.Enabled = false;
|
|
this.radioButton20.Location = new System.Drawing.Point(582, 291);
|
|
this.radioButton20.Name = "radioButton20";
|
|
this.radioButton20.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton20.TabIndex = 28;
|
|
this.radioButton20.TabStop = true;
|
|
this.radioButton20.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton21
|
|
//
|
|
this.radioButton21.AutoSize = true;
|
|
this.radioButton21.Enabled = false;
|
|
this.radioButton21.Location = new System.Drawing.Point(568, 291);
|
|
this.radioButton21.Name = "radioButton21";
|
|
this.radioButton21.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton21.TabIndex = 27;
|
|
this.radioButton21.TabStop = true;
|
|
this.radioButton21.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton22
|
|
//
|
|
this.radioButton22.AutoSize = true;
|
|
this.radioButton22.Enabled = false;
|
|
this.radioButton22.Location = new System.Drawing.Point(554, 291);
|
|
this.radioButton22.Name = "radioButton22";
|
|
this.radioButton22.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton22.TabIndex = 26;
|
|
this.radioButton22.TabStop = true;
|
|
this.radioButton22.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton23
|
|
//
|
|
this.radioButton23.AutoSize = true;
|
|
this.radioButton23.Enabled = false;
|
|
this.radioButton23.Location = new System.Drawing.Point(540, 291);
|
|
this.radioButton23.Name = "radioButton23";
|
|
this.radioButton23.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton23.TabIndex = 25;
|
|
this.radioButton23.TabStop = true;
|
|
this.radioButton23.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton24
|
|
//
|
|
this.radioButton24.AutoSize = true;
|
|
this.radioButton24.Enabled = false;
|
|
this.radioButton24.Location = new System.Drawing.Point(526, 291);
|
|
this.radioButton24.Name = "radioButton24";
|
|
this.radioButton24.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton24.TabIndex = 24;
|
|
this.radioButton24.TabStop = true;
|
|
this.radioButton24.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton25
|
|
//
|
|
this.radioButton25.AutoSize = true;
|
|
this.radioButton25.Enabled = false;
|
|
this.radioButton25.Location = new System.Drawing.Point(512, 291);
|
|
this.radioButton25.Name = "radioButton25";
|
|
this.radioButton25.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton25.TabIndex = 23;
|
|
this.radioButton25.TabStop = true;
|
|
this.radioButton25.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton26
|
|
//
|
|
this.radioButton26.AutoSize = true;
|
|
this.radioButton26.Enabled = false;
|
|
this.radioButton26.Location = new System.Drawing.Point(498, 291);
|
|
this.radioButton26.Name = "radioButton26";
|
|
this.radioButton26.Size = new System.Drawing.Size(14, 13);
|
|
this.radioButton26.TabIndex = 22;
|
|
this.radioButton26.TabStop = true;
|
|
this.radioButton26.UseVisualStyleBackColor = true;
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Interval = 75;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// FormDevUpdate
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(823, 312);
|
|
this.Controls.Add(this.radioButton14);
|
|
this.Controls.Add(this.radioButton15);
|
|
this.Controls.Add(this.radioButton16);
|
|
this.Controls.Add(this.radioButton17);
|
|
this.Controls.Add(this.radioButton18);
|
|
this.Controls.Add(this.radioButton19);
|
|
this.Controls.Add(this.radioButton20);
|
|
this.Controls.Add(this.radioButton21);
|
|
this.Controls.Add(this.radioButton22);
|
|
this.Controls.Add(this.radioButton23);
|
|
this.Controls.Add(this.radioButton24);
|
|
this.Controls.Add(this.radioButton25);
|
|
this.Controls.Add(this.radioButton26);
|
|
this.Controls.Add(this.radioButton13);
|
|
this.Controls.Add(this.radioButton12);
|
|
this.Controls.Add(this.radioButton11);
|
|
this.Controls.Add(this.radioButton10);
|
|
this.Controls.Add(this.radioButton9);
|
|
this.Controls.Add(this.radioButton8);
|
|
this.Controls.Add(this.radioButton7);
|
|
this.Controls.Add(this.radioButton6);
|
|
this.Controls.Add(this.radioButton5);
|
|
this.Controls.Add(this.radioButton4);
|
|
this.Controls.Add(this.radioButton3);
|
|
this.Controls.Add(this.radioButton2);
|
|
this.Controls.Add(this.radioButton1);
|
|
this.Controls.Add(this.labelInfo);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.progressBar1);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Name = "FormDevUpdate";
|
|
this.Text = "Update manager";
|
|
this.Load += new System.EventHandler(this.FormDevUpdate_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.ListBox listBox2;
|
|
private System.Windows.Forms.ListBox listBox1;
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Button button6;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.Label labelHelp;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox textPath;
|
|
private System.Windows.Forms.ComboBox comboCommand;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label labelInfo;
|
|
private System.Windows.Forms.RadioButton radioButton1;
|
|
private System.Windows.Forms.RadioButton radioButton2;
|
|
private System.Windows.Forms.RadioButton radioButton3;
|
|
private System.Windows.Forms.RadioButton radioButton4;
|
|
private System.Windows.Forms.RadioButton radioButton5;
|
|
private System.Windows.Forms.RadioButton radioButton6;
|
|
private System.Windows.Forms.RadioButton radioButton7;
|
|
private System.Windows.Forms.RadioButton radioButton8;
|
|
private System.Windows.Forms.RadioButton radioButton9;
|
|
private System.Windows.Forms.RadioButton radioButton10;
|
|
private System.Windows.Forms.RadioButton radioButton11;
|
|
private System.Windows.Forms.RadioButton radioButton12;
|
|
private System.Windows.Forms.RadioButton radioButton13;
|
|
private System.Windows.Forms.RadioButton radioButton14;
|
|
private System.Windows.Forms.RadioButton radioButton15;
|
|
private System.Windows.Forms.RadioButton radioButton16;
|
|
private System.Windows.Forms.RadioButton radioButton17;
|
|
private System.Windows.Forms.RadioButton radioButton18;
|
|
private System.Windows.Forms.RadioButton radioButton19;
|
|
private System.Windows.Forms.RadioButton radioButton20;
|
|
private System.Windows.Forms.RadioButton radioButton21;
|
|
private System.Windows.Forms.RadioButton radioButton22;
|
|
private System.Windows.Forms.RadioButton radioButton23;
|
|
private System.Windows.Forms.RadioButton radioButton24;
|
|
private System.Windows.Forms.RadioButton radioButton25;
|
|
private System.Windows.Forms.RadioButton radioButton26;
|
|
private System.Windows.Forms.Timer timer1;
|
|
}
|
|
} |