106 lines
4.9 KiB
C#
106 lines
4.9 KiB
C#
namespace KssSmaPlaLib.Input.Gamen
|
|
{
|
|
partial class NumericInputForm
|
|
{
|
|
/// <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.CancelButton2 = new System.Windows.Forms.Button();
|
|
this.OkButton = new System.Windows.Forms.Button();
|
|
this.NumericUpDownNumeric = new System.Windows.Forms.NumericUpDown();
|
|
((System.ComponentModel.ISupportInitialize)(this.NumericUpDownNumeric)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// CancelButton2
|
|
//
|
|
this.CancelButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CancelButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.CancelButton2.Location = new System.Drawing.Point(255, 50);
|
|
this.CancelButton2.Name = "CancelButton2";
|
|
this.CancelButton2.Size = new System.Drawing.Size(170, 53);
|
|
this.CancelButton2.TabIndex = 2;
|
|
this.CancelButton2.Text = "キャンセル";
|
|
this.CancelButton2.UseVisualStyleBackColor = true;
|
|
//
|
|
// OkButton
|
|
//
|
|
this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.OkButton.Location = new System.Drawing.Point(79, 50);
|
|
this.OkButton.Name = "OkButton";
|
|
this.OkButton.Size = new System.Drawing.Size(170, 53);
|
|
this.OkButton.TabIndex = 1;
|
|
this.OkButton.Text = "OK";
|
|
this.OkButton.UseVisualStyleBackColor = true;
|
|
this.OkButton.Click += new System.EventHandler(this.OkButton_Click);
|
|
//
|
|
// NumericUpDownNumeric
|
|
//
|
|
this.NumericUpDownNumeric.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.NumericUpDownNumeric.Location = new System.Drawing.Point(0, 0);
|
|
this.NumericUpDownNumeric.Maximum = new decimal(new int[] {
|
|
-727379969,
|
|
232,
|
|
0,
|
|
0});
|
|
this.NumericUpDownNumeric.Minimum = new decimal(new int[] {
|
|
1316134911,
|
|
2328,
|
|
0,
|
|
-2147483648});
|
|
this.NumericUpDownNumeric.Name = "NumericUpDownNumeric";
|
|
this.NumericUpDownNumeric.Size = new System.Drawing.Size(437, 49);
|
|
this.NumericUpDownNumeric.TabIndex = 0;
|
|
this.NumericUpDownNumeric.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// NumericInputForm
|
|
//
|
|
this.AcceptButton = this.OkButton;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(19F, 42F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.CancelButton2;
|
|
this.ClientSize = new System.Drawing.Size(437, 115);
|
|
this.Controls.Add(this.NumericUpDownNumeric);
|
|
this.Controls.Add(this.OkButton);
|
|
this.Controls.Add(this.CancelButton2);
|
|
this.Font = new System.Drawing.Font("メイリオ", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
|
this.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
|
|
this.Name = "NumericInputForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "数値入力";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.NumericInputForm_FormClosing);
|
|
this.Load += new System.EventHandler(this.NumericInputForm_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.NumericUpDownNumeric)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button CancelButton2;
|
|
private System.Windows.Forms.Button OkButton;
|
|
private System.Windows.Forms.NumericUpDown NumericUpDownNumeric;
|
|
}
|
|
} |