You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
127 lines
5.0 KiB
127 lines
5.0 KiB
namespace Stone.WinModule.BasicData
|
|
{
|
|
partial class frmJISLogCheck
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.txtMemo = new System.Windows.Forms.TextBox();
|
|
this.txtReason = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(13, 13);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(29, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Memo";
|
|
//
|
|
// txtMemo
|
|
//
|
|
this.txtMemo.Location = new System.Drawing.Point(13, 29);
|
|
this.txtMemo.Multiline = true;
|
|
this.txtMemo.Name = "txtMemo";
|
|
this.txtMemo.ReadOnly = true;
|
|
this.txtMemo.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.txtMemo.Size = new System.Drawing.Size(343, 137);
|
|
this.txtMemo.TabIndex = 1;
|
|
//
|
|
// txtReason
|
|
//
|
|
this.txtReason.Location = new System.Drawing.Point(12, 194);
|
|
this.txtReason.MaxLength = 100;
|
|
this.txtReason.Multiline = true;
|
|
this.txtReason.Name = "txtReason";
|
|
this.txtReason.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.txtReason.Size = new System.Drawing.Size(343, 137);
|
|
this.txtReason.TabIndex = 3;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(12, 178);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(41, 12);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "Reason";
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(12, 351);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(91, 33);
|
|
this.btnOK.TabIndex = 4;
|
|
this.btnOK.Text = "OK";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(264, 351);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(91, 33);
|
|
this.btnClose.TabIndex = 5;
|
|
this.btnClose.Text = "Close";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// frmJISLogCheck
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(368, 396);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.txtReason);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtMemo);
|
|
this.Controls.Add(this.label1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Name = "frmJISLogCheck";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Check";
|
|
this.Load += new System.EventHandler(this.frmJISLogCheck_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.Button btnClose;
|
|
public System.Windows.Forms.TextBox txtMemo;
|
|
public System.Windows.Forms.TextBox txtReason;
|
|
}
|
|
}
|