mirror of
https://github.com/4sval/FModel.git
synced 2026-03-22 01:34:37 -05:00
479 lines
22 KiB
C#
479 lines
22 KiB
C#
namespace FModel
|
|
{
|
|
partial class OptionsWindow
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptionsWindow));
|
|
this.optionsOKButton = new System.Windows.Forms.Button();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.imgsPerRow = new System.Windows.Forms.NumericUpDown();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.checkBox8 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox7 = new System.Windows.Forms.CheckBox();
|
|
this.filenameLabel = new System.Windows.Forms.Label();
|
|
this.trackBar1 = new System.Windows.Forms.TrackBar();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.trackBar2 = new System.Windows.Forms.TrackBar();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.wPictureBox = new System.Windows.Forms.PictureBox();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.checkBox6 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox5 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox4 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.imgsPerRow)).BeginInit();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.wPictureBox)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// optionsOKButton
|
|
//
|
|
this.optionsOKButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.optionsOKButton.Location = new System.Drawing.Point(475, 415);
|
|
this.optionsOKButton.Name = "optionsOKButton";
|
|
this.optionsOKButton.Size = new System.Drawing.Size(97, 21);
|
|
this.optionsOKButton.TabIndex = 1;
|
|
this.optionsOKButton.Text = "OK";
|
|
this.optionsOKButton.UseVisualStyleBackColor = true;
|
|
this.optionsOKButton.Click += new System.EventHandler(this.optionsOKButton_Click);
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(54, 19);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(500, 20);
|
|
this.textBox1.TabIndex = 2;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 22);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(42, 13);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.Text = "Output:";
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Checked = true;
|
|
this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.checkBox1.Location = new System.Drawing.Point(453, 45);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(101, 17);
|
|
this.checkBox1.TabIndex = 4;
|
|
this.checkBox1.Text = "Always Serialize";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.ForeColor = System.Drawing.Color.Red;
|
|
this.label2.Location = new System.Drawing.Point(379, 46);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(68, 13);
|
|
this.label2.TabIndex = 5;
|
|
this.label2.Text = "Advisable -->";
|
|
//
|
|
// textBox3
|
|
//
|
|
this.textBox3.Location = new System.Drawing.Point(69, 19);
|
|
this.textBox3.Name = "textBox3";
|
|
this.textBox3.Size = new System.Drawing.Size(195, 20);
|
|
this.textBox3.TabIndex = 8;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(6, 22);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(57, 13);
|
|
this.label4.TabIndex = 9;
|
|
this.label4.Text = "File Name:";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.imgsPerRow);
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
this.groupBox1.Controls.Add(this.textBox3);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 390);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(414, 46);
|
|
this.groupBox1.TabIndex = 10;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Merger";
|
|
//
|
|
// imgsPerRow
|
|
//
|
|
this.imgsPerRow.Location = new System.Drawing.Point(364, 19);
|
|
this.imgsPerRow.Maximum = new decimal(new int[] {
|
|
20,
|
|
0,
|
|
0,
|
|
0});
|
|
this.imgsPerRow.Name = "imgsPerRow";
|
|
this.imgsPerRow.ReadOnly = true;
|
|
this.imgsPerRow.Size = new System.Drawing.Size(44, 20);
|
|
this.imgsPerRow.TabIndex = 12;
|
|
this.imgsPerRow.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.imgsPerRow.ThousandsSeparator = true;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(270, 22);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(88, 13);
|
|
this.label5.TabIndex = 10;
|
|
this.label5.Text = "Images Per Row:";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.textBox1);
|
|
this.groupBox2.Controls.Add(this.checkBox1);
|
|
this.groupBox2.Controls.Add(this.label1);
|
|
this.groupBox2.Controls.Add(this.label2);
|
|
this.groupBox2.Location = new System.Drawing.Point(12, 67);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(560, 71);
|
|
this.groupBox2.TabIndex = 11;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Extraction";
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.textBox2);
|
|
this.groupBox3.Controls.Add(this.label3);
|
|
this.groupBox3.Location = new System.Drawing.Point(12, 12);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(560, 49);
|
|
this.groupBox3.TabIndex = 12;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = ".PAK files";
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(46, 19);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(508, 20);
|
|
this.textBox2.TabIndex = 2;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(6, 22);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(34, 13);
|
|
this.label3.TabIndex = 3;
|
|
this.label3.Text = "Input:";
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.checkBox8);
|
|
this.groupBox4.Controls.Add(this.checkBox7);
|
|
this.groupBox4.Controls.Add(this.filenameLabel);
|
|
this.groupBox4.Controls.Add(this.trackBar1);
|
|
this.groupBox4.Controls.Add(this.label9);
|
|
this.groupBox4.Controls.Add(this.trackBar2);
|
|
this.groupBox4.Controls.Add(this.label8);
|
|
this.groupBox4.Controls.Add(this.button1);
|
|
this.groupBox4.Controls.Add(this.wPictureBox);
|
|
this.groupBox4.Controls.Add(this.comboBox1);
|
|
this.groupBox4.Controls.Add(this.label7);
|
|
this.groupBox4.Controls.Add(this.checkBox6);
|
|
this.groupBox4.Controls.Add(this.checkBox5);
|
|
this.groupBox4.Controls.Add(this.checkBox4);
|
|
this.groupBox4.Controls.Add(this.checkBox3);
|
|
this.groupBox4.Controls.Add(this.checkBox2);
|
|
this.groupBox4.Controls.Add(this.label6);
|
|
this.groupBox4.Location = new System.Drawing.Point(12, 144);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(560, 240);
|
|
this.groupBox4.TabIndex = 13;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Icon Creation";
|
|
//
|
|
// checkBox8
|
|
//
|
|
this.checkBox8.AutoSize = true;
|
|
this.checkBox8.Location = new System.Drawing.Point(6, 79);
|
|
this.checkBox8.Name = "checkBox8";
|
|
this.checkBox8.Size = new System.Drawing.Size(177, 17);
|
|
this.checkBox8.TabIndex = 26;
|
|
this.checkBox8.Text = "Use Featured Image If Available";
|
|
this.checkBox8.UseVisualStyleBackColor = true;
|
|
this.checkBox8.CheckedChanged += new System.EventHandler(this.checkBox8_CheckedChanged);
|
|
//
|
|
// checkBox7
|
|
//
|
|
this.checkBox7.AutoSize = true;
|
|
this.checkBox7.Location = new System.Drawing.Point(6, 118);
|
|
this.checkBox7.Name = "checkBox7";
|
|
this.checkBox7.Size = new System.Drawing.Size(15, 14);
|
|
this.checkBox7.TabIndex = 25;
|
|
this.checkBox7.UseVisualStyleBackColor = true;
|
|
this.checkBox7.CheckedChanged += new System.EventHandler(this.checkBox7_CheckedChanged);
|
|
//
|
|
// filenameLabel
|
|
//
|
|
this.filenameLabel.AutoSize = true;
|
|
this.filenameLabel.Location = new System.Drawing.Point(115, 119);
|
|
this.filenameLabel.Name = "filenameLabel";
|
|
this.filenameLabel.Size = new System.Drawing.Size(60, 13);
|
|
this.filenameLabel.TabIndex = 24;
|
|
this.filenameLabel.Text = "File Name: ";
|
|
//
|
|
// trackBar1
|
|
//
|
|
this.trackBar1.Location = new System.Drawing.Point(58, 171);
|
|
this.trackBar1.Maximum = 100;
|
|
this.trackBar1.Name = "trackBar1";
|
|
this.trackBar1.Size = new System.Drawing.Size(325, 45);
|
|
this.trackBar1.TabIndex = 20;
|
|
this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(22, 142);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(30, 13);
|
|
this.label9.TabIndex = 23;
|
|
this.label9.Text = "Size:";
|
|
//
|
|
// trackBar2
|
|
//
|
|
this.trackBar2.Location = new System.Drawing.Point(58, 142);
|
|
this.trackBar2.Maximum = 1000;
|
|
this.trackBar2.Minimum = 1;
|
|
this.trackBar2.Name = "trackBar2";
|
|
this.trackBar2.Size = new System.Drawing.Size(325, 45);
|
|
this.trackBar2.TabIndex = 22;
|
|
this.trackBar2.TickFrequency = 25;
|
|
this.trackBar2.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.trackBar2.Value = 1;
|
|
this.trackBar2.ValueChanged += new System.EventHandler(this.trackBar2_ValueChanged);
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(6, 174);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(46, 13);
|
|
this.label8.TabIndex = 21;
|
|
this.label8.Text = "Opacity:";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(27, 112);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(82, 24);
|
|
this.button1.TabIndex = 19;
|
|
this.button1.Text = "Watermark";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// wPictureBox
|
|
//
|
|
this.wPictureBox.Image = global::FModel.Properties.Resources.wTemplate;
|
|
this.wPictureBox.Location = new System.Drawing.Point(389, 69);
|
|
this.wPictureBox.Name = "wPictureBox";
|
|
this.wPictureBox.Size = new System.Drawing.Size(165, 165);
|
|
this.wPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.wPictureBox.TabIndex = 18;
|
|
this.wPictureBox.TabStop = false;
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Items.AddRange(new object[] {
|
|
"Selected Item Name (i.e. CID_001_Athena_Commando_F_Default)",
|
|
"displayName (i.e. Recruit)"});
|
|
this.comboBox1.Location = new System.Drawing.Point(69, 42);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(485, 21);
|
|
this.comboBox1.TabIndex = 16;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(6, 45);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(57, 13);
|
|
this.label7.TabIndex = 15;
|
|
this.label7.Text = "File Name:";
|
|
//
|
|
// checkBox6
|
|
//
|
|
this.checkBox6.AutoSize = true;
|
|
this.checkBox6.Location = new System.Drawing.Point(476, 19);
|
|
this.checkBox6.Name = "checkBox6";
|
|
this.checkBox6.Size = new System.Drawing.Size(78, 17);
|
|
this.checkBox6.TabIndex = 14;
|
|
this.checkBox6.Text = "Challenges";
|
|
this.checkBox6.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox5
|
|
//
|
|
this.checkBox5.AutoSize = true;
|
|
this.checkBox5.Location = new System.Drawing.Point(189, 19);
|
|
this.checkBox5.Name = "checkBox5";
|
|
this.checkBox5.Size = new System.Drawing.Size(64, 17);
|
|
this.checkBox5.TabIndex = 4;
|
|
this.checkBox5.Text = "Variants";
|
|
this.checkBox5.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox4
|
|
//
|
|
this.checkBox4.AutoSize = true;
|
|
this.checkBox4.Location = new System.Drawing.Point(415, 19);
|
|
this.checkBox4.Name = "checkBox4";
|
|
this.checkBox4.Size = new System.Drawing.Size(53, 17);
|
|
this.checkBox4.TabIndex = 3;
|
|
this.checkBox4.Text = "Traps";
|
|
this.checkBox4.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox3
|
|
//
|
|
this.checkBox3.AutoSize = true;
|
|
this.checkBox3.Location = new System.Drawing.Point(261, 19);
|
|
this.checkBox3.Name = "checkBox3";
|
|
this.checkBox3.Size = new System.Drawing.Size(147, 17);
|
|
this.checkBox3.TabIndex = 2;
|
|
this.checkBox3.Text = "Consumables && Weapons";
|
|
this.checkBox3.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox2
|
|
//
|
|
this.checkBox2.AutoSize = true;
|
|
this.checkBox2.Location = new System.Drawing.Point(108, 19);
|
|
this.checkBox2.Name = "checkBox2";
|
|
this.checkBox2.Size = new System.Drawing.Size(74, 17);
|
|
this.checkBox2.TabIndex = 1;
|
|
this.checkBox2.Text = "Cosmetics";
|
|
this.checkBox2.UseVisualStyleBackColor = true;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(6, 20);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(96, 13);
|
|
this.label6.TabIndex = 0;
|
|
this.label6.Text = "Supported Folders:";
|
|
//
|
|
// OptionsWindow
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(584, 448);
|
|
this.Controls.Add(this.groupBox4);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.optionsOKButton);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "OptionsWindow";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FModel Options";
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.imgsPerRow)).EndInit();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox4.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.wPictureBox)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button optionsOKButton;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.NumericUpDown imgsPerRow;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.CheckBox checkBox2;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.CheckBox checkBox3;
|
|
private System.Windows.Forms.CheckBox checkBox4;
|
|
private System.Windows.Forms.CheckBox checkBox5;
|
|
private System.Windows.Forms.CheckBox checkBox6;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TrackBar trackBar1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.PictureBox wPictureBox;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TrackBar trackBar2;
|
|
private System.Windows.Forms.Label filenameLabel;
|
|
private System.Windows.Forms.CheckBox checkBox7;
|
|
private System.Windows.Forms.CheckBox checkBox8;
|
|
}
|
|
} |