111 lines
No EOL
4.3 KiB
C#
111 lines
No EOL
4.3 KiB
C#
namespace DNQuest.Popup
|
|
{
|
|
partial class SelectDds
|
|
{
|
|
/// <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.btnSearch = new System.Windows.Forms.Button();
|
|
this.txtSearch = new System.Windows.Forms.TextBox();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnSelect = new System.Windows.Forms.Button();
|
|
this.listBox_Dds = new System.Windows.Forms.ListBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnSearch
|
|
//
|
|
this.btnSearch.Location = new System.Drawing.Point(376, 3);
|
|
this.btnSearch.Name = "btnSearch";
|
|
this.btnSearch.Size = new System.Drawing.Size(75, 23);
|
|
this.btnSearch.TabIndex = 9;
|
|
this.btnSearch.Text = "검색";
|
|
this.btnSearch.UseVisualStyleBackColor = true;
|
|
//
|
|
// txtSearch
|
|
//
|
|
this.txtSearch.Location = new System.Drawing.Point(2, 5);
|
|
this.txtSearch.Name = "txtSearch";
|
|
this.txtSearch.Size = new System.Drawing.Size(368, 21);
|
|
this.txtSearch.TabIndex = 8;
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(376, 317);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.btnCancel.TabIndex = 7;
|
|
this.btnCancel.Text = "닫기";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnSelect
|
|
//
|
|
this.btnSelect.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.btnSelect.Location = new System.Drawing.Point(295, 317);
|
|
this.btnSelect.Name = "btnSelect";
|
|
this.btnSelect.Size = new System.Drawing.Size(75, 23);
|
|
this.btnSelect.TabIndex = 6;
|
|
this.btnSelect.Text = "선택";
|
|
this.btnSelect.UseVisualStyleBackColor = true;
|
|
//
|
|
// listBox_Dds
|
|
//
|
|
this.listBox_Dds.FormattingEnabled = true;
|
|
this.listBox_Dds.ItemHeight = 12;
|
|
this.listBox_Dds.Location = new System.Drawing.Point(2, 31);
|
|
this.listBox_Dds.Name = "listBox_Dds";
|
|
this.listBox_Dds.Size = new System.Drawing.Size(449, 280);
|
|
this.listBox_Dds.TabIndex = 5;
|
|
//
|
|
// SelectDds
|
|
//
|
|
this.AcceptButton = this.btnSelect;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btnCancel;
|
|
this.ClientSize = new System.Drawing.Size(452, 343);
|
|
this.Controls.Add(this.btnSearch);
|
|
this.Controls.Add(this.txtSearch);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnSelect);
|
|
this.Controls.Add(this.listBox_Dds);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Name = "SelectDds";
|
|
this.Text = "SelectDds";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnSearch;
|
|
private System.Windows.Forms.TextBox txtSearch;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Button btnSelect;
|
|
private System.Windows.Forms.ListBox listBox_Dds;
|
|
}
|
|
} |