namespace HotelPms.Share.Windows.Component.PropertyDialog
|
{
|
partial class FormInputType
|
{
|
/// <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.chkType1 = new System.Windows.Forms.CheckBox();
|
this.chkType2 = new System.Windows.Forms.CheckBox();
|
this.chkType3 = new System.Windows.Forms.CheckBox();
|
this.chkType4 = new System.Windows.Forms.CheckBox();
|
this.chkType5 = new System.Windows.Forms.CheckBox();
|
this.chkType6 = new System.Windows.Forms.CheckBox();
|
this.chkType12 = new System.Windows.Forms.CheckBox();
|
this.button1 = new System.Windows.Forms.Button();
|
this.button2 = new System.Windows.Forms.Button();
|
this.chkType13 = new System.Windows.Forms.CheckBox();
|
this.chkType7 = new System.Windows.Forms.CheckBox();
|
this.chkType10 = new System.Windows.Forms.CheckBox();
|
this.chkType11 = new System.Windows.Forms.CheckBox();
|
this.chkType9 = new System.Windows.Forms.CheckBox();
|
this.chkType8 = new System.Windows.Forms.CheckBox();
|
this.chkType14 = new System.Windows.Forms.CheckBox();
|
this.chkType15 = new System.Windows.Forms.CheckBox();
|
this.SuspendLayout();
|
//
|
// chkType1
|
//
|
this.chkType1.AutoSize = true;
|
this.chkType1.Location = new System.Drawing.Point(24, 12);
|
this.chkType1.Name = "chkType1";
|
this.chkType1.Size = new System.Drawing.Size(76, 16);
|
this.chkType1.TabIndex = 0;
|
this.chkType1.Text = "数字 0~9";
|
this.chkType1.UseVisualStyleBackColor = true;
|
//
|
// chkType2
|
//
|
this.chkType2.AutoSize = true;
|
this.chkType2.Location = new System.Drawing.Point(24, 34);
|
this.chkType2.Name = "chkType2";
|
this.chkType2.Size = new System.Drawing.Size(130, 16);
|
this.chkType2.TabIndex = 1;
|
this.chkType2.Text = "アルファベット(小) a~z";
|
this.chkType2.UseVisualStyleBackColor = true;
|
//
|
// chkType3
|
//
|
this.chkType3.AutoSize = true;
|
this.chkType3.Location = new System.Drawing.Point(24, 56);
|
this.chkType3.Name = "chkType3";
|
this.chkType3.Size = new System.Drawing.Size(134, 16);
|
this.chkType3.TabIndex = 3;
|
this.chkType3.Text = "アルファベット(大) A~Z";
|
this.chkType3.UseVisualStyleBackColor = true;
|
//
|
// chkType4
|
//
|
this.chkType4.AutoSize = true;
|
this.chkType4.Location = new System.Drawing.Point(24, 78);
|
this.chkType4.Name = "chkType4";
|
this.chkType4.Size = new System.Drawing.Size(43, 16);
|
this.chkType4.TabIndex = 2;
|
this.chkType4.Text = "カナ";
|
this.chkType4.UseVisualStyleBackColor = true;
|
//
|
// chkType5
|
//
|
this.chkType5.AutoSize = true;
|
this.chkType5.Location = new System.Drawing.Point(24, 100);
|
this.chkType5.Name = "chkType5";
|
this.chkType5.Size = new System.Drawing.Size(48, 16);
|
this.chkType5.TabIndex = 4;
|
this.chkType5.Text = "半角";
|
this.chkType5.UseVisualStyleBackColor = true;
|
//
|
// chkType6
|
//
|
this.chkType6.AutoSize = true;
|
this.chkType6.Location = new System.Drawing.Point(24, 122);
|
this.chkType6.Name = "chkType6";
|
this.chkType6.Size = new System.Drawing.Size(48, 16);
|
this.chkType6.TabIndex = 5;
|
this.chkType6.Text = "全角";
|
this.chkType6.UseVisualStyleBackColor = true;
|
//
|
// chkType12
|
//
|
this.chkType12.AutoSize = true;
|
this.chkType12.Location = new System.Drawing.Point(220, 100);
|
this.chkType12.Name = "chkType12";
|
this.chkType12.Size = new System.Drawing.Size(146, 16);
|
this.chkType12.TabIndex = 6;
|
this.chkType12.Text = "入力最大桁超えたらクリア";
|
this.chkType12.UseVisualStyleBackColor = true;
|
//
|
// button1
|
//
|
this.button1.Location = new System.Drawing.Point(158, 199);
|
this.button1.Name = "button1";
|
this.button1.Size = new System.Drawing.Size(95, 32);
|
this.button1.TabIndex = 7;
|
this.button1.Text = "OK";
|
this.button1.UseVisualStyleBackColor = true;
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
//
|
// button2
|
//
|
this.button2.Location = new System.Drawing.Point(271, 199);
|
this.button2.Name = "button2";
|
this.button2.Size = new System.Drawing.Size(95, 32);
|
this.button2.TabIndex = 8;
|
this.button2.Text = "Cancel";
|
this.button2.UseVisualStyleBackColor = true;
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
//
|
// chkType13
|
//
|
this.chkType13.AutoSize = true;
|
this.chkType13.Location = new System.Drawing.Point(220, 122);
|
this.chkType13.Name = "chkType13";
|
this.chkType13.Size = new System.Drawing.Size(96, 16);
|
this.chkType13.TabIndex = 9;
|
this.chkType13.Text = "\"+\"キーでクリア";
|
this.chkType13.UseVisualStyleBackColor = true;
|
//
|
// chkType7
|
//
|
this.chkType7.AutoSize = true;
|
this.chkType7.Location = new System.Drawing.Point(24, 144);
|
this.chkType7.Name = "chkType7";
|
this.chkType7.Size = new System.Drawing.Size(48, 16);
|
this.chkType7.TabIndex = 10;
|
this.chkType7.Text = "空白";
|
this.chkType7.UseVisualStyleBackColor = true;
|
//
|
// chkType10
|
//
|
this.chkType10.AutoSize = true;
|
this.chkType10.Location = new System.Drawing.Point(220, 56);
|
this.chkType10.Name = "chkType10";
|
this.chkType10.Size = new System.Drawing.Size(107, 16);
|
this.chkType10.TabIndex = 14;
|
this.chkType10.Text = "「.」→「000」とする";
|
this.chkType10.UseVisualStyleBackColor = true;
|
//
|
// chkType11
|
//
|
this.chkType11.AutoSize = true;
|
this.chkType11.Location = new System.Drawing.Point(220, 78);
|
this.chkType11.Name = "chkType11";
|
this.chkType11.Size = new System.Drawing.Size(44, 16);
|
this.chkType11.TabIndex = 13;
|
this.chkType11.Text = "「.」";
|
this.chkType11.UseVisualStyleBackColor = true;
|
//
|
// chkType9
|
//
|
this.chkType9.AutoSize = true;
|
this.chkType9.Location = new System.Drawing.Point(220, 34);
|
this.chkType9.Name = "chkType9";
|
this.chkType9.Size = new System.Drawing.Size(42, 16);
|
this.chkType9.TabIndex = 12;
|
this.chkType9.Text = "「-」";
|
this.chkType9.UseVisualStyleBackColor = true;
|
//
|
// chkType8
|
//
|
this.chkType8.AutoSize = true;
|
this.chkType8.Location = new System.Drawing.Point(220, 12);
|
this.chkType8.Name = "chkType8";
|
this.chkType8.Size = new System.Drawing.Size(42, 16);
|
this.chkType8.TabIndex = 11;
|
this.chkType8.Text = "「:」";
|
this.chkType8.UseVisualStyleBackColor = true;
|
//
|
// chkType14
|
//
|
this.chkType14.AutoSize = true;
|
this.chkType14.Location = new System.Drawing.Point(220, 144);
|
this.chkType14.Name = "chkType14";
|
this.chkType14.Size = new System.Drawing.Size(42, 16);
|
this.chkType14.TabIndex = 15;
|
this.chkType14.Text = "「/」";
|
this.chkType14.UseVisualStyleBackColor = true;
|
//
|
// chkType15
|
//
|
this.chkType15.AutoSize = true;
|
this.chkType15.Location = new System.Drawing.Point(220, 166);
|
this.chkType15.Name = "chkType15";
|
this.chkType15.Size = new System.Drawing.Size(38, 16);
|
this.chkType15.TabIndex = 16;
|
this.chkType15.Text = "「,」";
|
this.chkType15.UseVisualStyleBackColor = true;
|
//
|
// FormInputType
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(385, 240);
|
this.Controls.Add(this.chkType15);
|
this.Controls.Add(this.chkType14);
|
this.Controls.Add(this.chkType10);
|
this.Controls.Add(this.chkType11);
|
this.Controls.Add(this.chkType9);
|
this.Controls.Add(this.chkType8);
|
this.Controls.Add(this.chkType7);
|
this.Controls.Add(this.chkType13);
|
this.Controls.Add(this.button2);
|
this.Controls.Add(this.button1);
|
this.Controls.Add(this.chkType12);
|
this.Controls.Add(this.chkType6);
|
this.Controls.Add(this.chkType5);
|
this.Controls.Add(this.chkType3);
|
this.Controls.Add(this.chkType4);
|
this.Controls.Add(this.chkType2);
|
this.Controls.Add(this.chkType1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "FormInputType";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "入力設定";
|
this.Load += new System.EventHandler(this.FormInputType_Load);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.CheckBox chkType1;
|
private System.Windows.Forms.CheckBox chkType2;
|
private System.Windows.Forms.CheckBox chkType3;
|
private System.Windows.Forms.CheckBox chkType4;
|
private System.Windows.Forms.CheckBox chkType5;
|
private System.Windows.Forms.CheckBox chkType6;
|
private System.Windows.Forms.CheckBox chkType12;
|
private System.Windows.Forms.Button button1;
|
private System.Windows.Forms.Button button2;
|
private System.Windows.Forms.CheckBox chkType13;
|
private System.Windows.Forms.CheckBox chkType7;
|
private System.Windows.Forms.CheckBox chkType10;
|
private System.Windows.Forms.CheckBox chkType11;
|
private System.Windows.Forms.CheckBox chkType9;
|
private System.Windows.Forms.CheckBox chkType8;
|
private System.Windows.Forms.CheckBox chkType14;
|
private System.Windows.Forms.CheckBox chkType15;
|
}
|
}
|