134 lines
5.8 KiB
C#
134 lines
5.8 KiB
C#
namespace Project.Dialog
|
|
{
|
|
partial class fNewSID
|
|
{
|
|
/// <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.button1 = new System.Windows.Forms.Button();
|
|
this.tbOldSid = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.tbNewSid = new System.Windows.Forms.TextBox();
|
|
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.button1.Location = new System.Drawing.Point(10, 138);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(694, 68);
|
|
this.button1.TabIndex = 4;
|
|
this.button1.Text = "OK";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// tbOldSid
|
|
//
|
|
this.tbOldSid.Location = new System.Drawing.Point(182, 17);
|
|
this.tbOldSid.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.tbOldSid.Name = "tbOldSid";
|
|
this.tbOldSid.ReadOnly = true;
|
|
this.tbOldSid.Size = new System.Drawing.Size(368, 43);
|
|
this.tbOldSid.TabIndex = 2;
|
|
this.tbOldSid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(55, 17);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(114, 37);
|
|
this.label3.TabIndex = 3;
|
|
this.label3.Text = "Old SID";
|
|
//
|
|
// tb1
|
|
//
|
|
this.tbNewSid.Location = new System.Drawing.Point(182, 71);
|
|
this.tbNewSid.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.tbNewSid.Name = "tb1";
|
|
this.tbNewSid.Size = new System.Drawing.Size(368, 43);
|
|
this.tbNewSid.TabIndex = 6;
|
|
this.tbNewSid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// linkLabel3
|
|
//
|
|
this.linkLabel3.AutoSize = true;
|
|
this.linkLabel3.Location = new System.Drawing.Point(52, 71);
|
|
this.linkLabel3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.linkLabel3.Name = "linkLabel3";
|
|
this.linkLabel3.Size = new System.Drawing.Size(127, 37);
|
|
this.linkLabel3.TabIndex = 8;
|
|
this.linkLabel3.TabStop = true;
|
|
this.linkLabel3.Text = "New SID";
|
|
this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(557, 17);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(147, 97);
|
|
this.button2.TabIndex = 9;
|
|
this.button2.Text = "Find in conversion info";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// fNewSID
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(714, 216);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.linkLabel3);
|
|
this.Controls.Add(this.tbNewSid);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.tbOldSid);
|
|
this.Font = new System.Drawing.Font("맑은 고딕", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "fNewSID";
|
|
this.Padding = new System.Windows.Forms.Padding(10);
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Find New SID";
|
|
this.Load += new System.EventHandler(this.fNewSID_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.TextBox tbOldSid;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox tbNewSid;
|
|
private System.Windows.Forms.LinkLabel linkLabel3;
|
|
private System.Windows.Forms.Button button2;
|
|
}
|
|
} |