|
@@ -47,6 +47,7 @@
|
|
this.chkHidden = new System.Windows.Forms.CheckBox();
|
|
this.chkHidden = new System.Windows.Forms.CheckBox();
|
|
this.butExportAndRun = new System.Windows.Forms.Button();
|
|
this.butExportAndRun = new System.Windows.Forms.Button();
|
|
this.butClose = new System.Windows.Forms.Button();
|
|
this.butClose = new System.Windows.Forms.Button();
|
|
|
|
+ this.chkBinary = new System.Windows.Forms.CheckBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
@@ -179,6 +180,7 @@
|
|
//
|
|
//
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
+ this.groupBox1.Controls.Add(this.chkBinary);
|
|
this.groupBox1.Controls.Add(this.chkOnlySelected);
|
|
this.groupBox1.Controls.Add(this.chkOnlySelected);
|
|
this.groupBox1.Controls.Add(this.chkAutoSave);
|
|
this.groupBox1.Controls.Add(this.chkAutoSave);
|
|
this.groupBox1.Controls.Add(this.chkHidden);
|
|
this.groupBox1.Controls.Add(this.chkHidden);
|
|
@@ -198,7 +200,7 @@
|
|
//
|
|
//
|
|
this.chkOnlySelected.AutoSize = true;
|
|
this.chkOnlySelected.AutoSize = true;
|
|
this.chkOnlySelected.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.chkOnlySelected.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
- this.chkOnlySelected.Location = new System.Drawing.Point(362, 81);
|
|
|
|
|
|
+ this.chkOnlySelected.Location = new System.Drawing.Point(320, 81);
|
|
this.chkOnlySelected.Name = "chkOnlySelected";
|
|
this.chkOnlySelected.Name = "chkOnlySelected";
|
|
this.chkOnlySelected.Size = new System.Drawing.Size(118, 17);
|
|
this.chkOnlySelected.Size = new System.Drawing.Size(118, 17);
|
|
this.chkOnlySelected.TabIndex = 15;
|
|
this.chkOnlySelected.TabIndex = 15;
|
|
@@ -209,7 +211,7 @@
|
|
//
|
|
//
|
|
this.chkAutoSave.AutoSize = true;
|
|
this.chkAutoSave.AutoSize = true;
|
|
this.chkAutoSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.chkAutoSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
- this.chkAutoSave.Location = new System.Drawing.Point(196, 104);
|
|
|
|
|
|
+ this.chkAutoSave.Location = new System.Drawing.Point(166, 104);
|
|
this.chkAutoSave.Name = "chkAutoSave";
|
|
this.chkAutoSave.Name = "chkAutoSave";
|
|
this.chkAutoSave.Size = new System.Drawing.Size(130, 17);
|
|
this.chkAutoSave.Size = new System.Drawing.Size(130, 17);
|
|
this.chkAutoSave.TabIndex = 14;
|
|
this.chkAutoSave.TabIndex = 14;
|
|
@@ -220,7 +222,7 @@
|
|
//
|
|
//
|
|
this.chkHidden.AutoSize = true;
|
|
this.chkHidden.AutoSize = true;
|
|
this.chkHidden.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.chkHidden.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
- this.chkHidden.Location = new System.Drawing.Point(196, 81);
|
|
|
|
|
|
+ this.chkHidden.Location = new System.Drawing.Point(166, 81);
|
|
this.chkHidden.Name = "chkHidden";
|
|
this.chkHidden.Name = "chkHidden";
|
|
this.chkHidden.Size = new System.Drawing.Size(125, 17);
|
|
this.chkHidden.Size = new System.Drawing.Size(125, 17);
|
|
this.chkHidden.TabIndex = 13;
|
|
this.chkHidden.TabIndex = 13;
|
|
@@ -252,6 +254,17 @@
|
|
this.butClose.UseVisualStyleBackColor = true;
|
|
this.butClose.UseVisualStyleBackColor = true;
|
|
this.butClose.Click += new System.EventHandler(this.butClose_Click);
|
|
this.butClose.Click += new System.EventHandler(this.butClose_Click);
|
|
//
|
|
//
|
|
|
|
+ // chkBinary
|
|
|
|
+ //
|
|
|
|
+ this.chkBinary.AutoSize = true;
|
|
|
|
+ this.chkBinary.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
+ this.chkBinary.Location = new System.Drawing.Point(320, 104);
|
|
|
|
+ this.chkBinary.Name = "chkBinary";
|
|
|
|
+ this.chkBinary.Size = new System.Drawing.Size(156, 17);
|
|
|
|
+ this.chkBinary.TabIndex = 16;
|
|
|
|
+ this.chkBinary.Text = "Also generate binary version";
|
|
|
|
+ this.chkBinary.UseVisualStyleBackColor = true;
|
|
|
|
+ //
|
|
// ExporterForm
|
|
// ExporterForm
|
|
//
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
@@ -302,5 +315,6 @@
|
|
private System.Windows.Forms.Button butExportAndRun;
|
|
private System.Windows.Forms.Button butExportAndRun;
|
|
private System.Windows.Forms.CheckBox chkOnlySelected;
|
|
private System.Windows.Forms.CheckBox chkOnlySelected;
|
|
private System.Windows.Forms.Button butClose;
|
|
private System.Windows.Forms.Button butClose;
|
|
|
|
+ private System.Windows.Forms.CheckBox chkBinary;
|
|
}
|
|
}
|
|
}
|
|
}
|