for Push.
This commit is contained in:
Generated
+95
@@ -0,0 +1,95 @@
|
||||
namespace KssSmaPlaLib.Input.Gamen
|
||||
{
|
||||
partial class TextInputForm
|
||||
{
|
||||
/// <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.TextText = new System.Windows.Forms.TextBox();
|
||||
this.CancelButton2 = new System.Windows.Forms.Button();
|
||||
this.OkButton = new System.Windows.Forms.Button();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// TextText
|
||||
//
|
||||
this.TextText.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.TextText.Location = new System.Drawing.Point(0, 0);
|
||||
this.TextText.Name = "TextText";
|
||||
this.TextText.Size = new System.Drawing.Size(437, 49);
|
||||
this.TextText.TabIndex = 0;
|
||||
//
|
||||
// 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 = 1;
|
||||
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 = 2;
|
||||
this.OkButton.Text = "OK";
|
||||
this.OkButton.UseVisualStyleBackColor = true;
|
||||
this.OkButton.Click += new System.EventHandler(this.OkButton_Click);
|
||||
//
|
||||
// TextInputForm
|
||||
//
|
||||
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.OkButton);
|
||||
this.Controls.Add(this.CancelButton2);
|
||||
this.Controls.Add(this.TextText);
|
||||
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 = "TextInputForm";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "テキスト入力";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TextInputForm_FormClosing);
|
||||
this.Load += new System.EventHandler(this.TextInputForm_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.TextBox TextText;
|
||||
private System.Windows.Forms.Button CancelButton2;
|
||||
private System.Windows.Forms.Button OkButton;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user