mirror of
https://github.com/R-YaTian/TinkeDSi.git
synced 2025-06-18 16:45:43 -04:00

Revert #5b6afa1 Update changelog, compile batch and translations [WIP] Basic command line support
140 lines
5.9 KiB
C#
140 lines
5.9 KiB
C#
namespace Tinke.Dialog
|
||
{
|
||
partial class SaveOptions
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows 窗体设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
||
this.btn_OK = new System.Windows.Forms.Button();
|
||
this.btn_Cancel = new System.Windows.Forms.Button();
|
||
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
||
this.checkBox4 = new System.Windows.Forms.CheckBox();
|
||
this.SuspendLayout();
|
||
//
|
||
// checkBox1
|
||
//
|
||
this.checkBox1.AutoSize = true;
|
||
this.checkBox1.Location = new System.Drawing.Point(12, 12);
|
||
this.checkBox1.Name = "checkBox1";
|
||
this.checkBox1.Size = new System.Drawing.Size(53, 19);
|
||
this.checkBox1.TabIndex = 0;
|
||
this.checkBox1.Text = "S1E";
|
||
this.checkBox1.UseVisualStyleBackColor = true;
|
||
//
|
||
// checkBox2
|
||
//
|
||
this.checkBox2.AutoSize = true;
|
||
this.checkBox2.Location = new System.Drawing.Point(12, 37);
|
||
this.checkBox2.Name = "checkBox2";
|
||
this.checkBox2.Size = new System.Drawing.Size(53, 19);
|
||
this.checkBox2.TabIndex = 2;
|
||
this.checkBox2.Text = "S1F";
|
||
this.checkBox2.UseVisualStyleBackColor = true;
|
||
//
|
||
// btn_OK
|
||
//
|
||
this.btn_OK.DialogResult = System.Windows.Forms.DialogResult.OK;
|
||
this.btn_OK.Image = global::Tinke.Properties.Resources.accept;
|
||
this.btn_OK.Location = new System.Drawing.Point(12, 112);
|
||
this.btn_OK.Name = "btn_OK";
|
||
this.btn_OK.Size = new System.Drawing.Size(90, 30);
|
||
this.btn_OK.TabIndex = 3;
|
||
this.btn_OK.Text = "S01";
|
||
this.btn_OK.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
||
this.btn_OK.UseVisualStyleBackColor = true;
|
||
this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
|
||
//
|
||
// btn_Cancel
|
||
//
|
||
this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||
this.btn_Cancel.Image = global::Tinke.Properties.Resources.cancel;
|
||
this.btn_Cancel.Location = new System.Drawing.Point(137, 112);
|
||
this.btn_Cancel.Name = "btn_Cancel";
|
||
this.btn_Cancel.Size = new System.Drawing.Size(90, 30);
|
||
this.btn_Cancel.TabIndex = 4;
|
||
this.btn_Cancel.Text = "S1C";
|
||
this.btn_Cancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
||
this.btn_Cancel.UseVisualStyleBackColor = true;
|
||
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
|
||
//
|
||
// checkBox3
|
||
//
|
||
this.checkBox3.AutoSize = true;
|
||
this.checkBox3.Location = new System.Drawing.Point(12, 62);
|
||
this.checkBox3.Name = "checkBox3";
|
||
this.checkBox3.Size = new System.Drawing.Size(53, 19);
|
||
this.checkBox3.TabIndex = 5;
|
||
this.checkBox3.Text = "S20";
|
||
this.checkBox3.UseVisualStyleBackColor = true;
|
||
this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
|
||
//
|
||
// checkBox4
|
||
//
|
||
this.checkBox4.AutoSize = true;
|
||
this.checkBox4.Enabled = false;
|
||
this.checkBox4.Location = new System.Drawing.Point(12, 87);
|
||
this.checkBox4.Name = "checkBox4";
|
||
this.checkBox4.Size = new System.Drawing.Size(53, 19);
|
||
this.checkBox4.TabIndex = 6;
|
||
this.checkBox4.Text = "S21";
|
||
this.checkBox4.UseVisualStyleBackColor = true;
|
||
//
|
||
// SaveOptions
|
||
//
|
||
this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
||
this.ClientSize = new System.Drawing.Size(239, 154);
|
||
this.Controls.Add(this.checkBox4);
|
||
this.Controls.Add(this.checkBox3);
|
||
this.Controls.Add(this.btn_Cancel);
|
||
this.Controls.Add(this.btn_OK);
|
||
this.Controls.Add(this.checkBox2);
|
||
this.Controls.Add(this.checkBox1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "SaveOptions";
|
||
this.ShowIcon = false;
|
||
this.ShowInTaskbar = false;
|
||
this.Text = "S07";
|
||
this.TopMost = true;
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.CheckBox checkBox1;
|
||
private System.Windows.Forms.CheckBox checkBox2;
|
||
private System.Windows.Forms.Button btn_OK;
|
||
private System.Windows.Forms.Button btn_Cancel;
|
||
private System.Windows.Forms.CheckBox checkBox3;
|
||
private System.Windows.Forms.CheckBox checkBox4;
|
||
}
|
||
}
|