|
|
@ -0,0 +1,181 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace MainApp.Controls |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
partial class Image_Insert_Select_Control |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
|
|
|
/// 필수 디자이너 변수입니다. |
|
|
|
|
|
|
|
/// </summary> |
|
|
|
|
|
|
|
private System.ComponentModel.IContainer components = null; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
|
|
|
/// 사용 중인 모든 리소스를 정리합니다. |
|
|
|
|
|
|
|
/// </summary> |
|
|
|
|
|
|
|
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param> |
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
if (disposing && (components != null)) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
components.Dispose(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
base.Dispose(disposing); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#region 구성 요소 디자이너에서 생성한 코드 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
|
|
|
/// 디자이너 지원에 필요한 메서드입니다. |
|
|
|
|
|
|
|
/// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. |
|
|
|
|
|
|
|
/// </summary> |
|
|
|
|
|
|
|
private void InitializeComponent() |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
|
|
|
|
|
|
|
this.pictureBox = new System.Windows.Forms.PictureBox(); |
|
|
|
|
|
|
|
this.saveButton = new System.Windows.Forms.Button(); |
|
|
|
|
|
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
|
|
|
|
|
|
|
this.uploadButton = new System.Windows.Forms.Button(); |
|
|
|
|
|
|
|
this.selectButton = new System.Windows.Forms.Button(); |
|
|
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
|
|
|
|
|
this.indexTextbox = new System.Windows.Forms.TextBox(); |
|
|
|
|
|
|
|
this.nameLabel = new System.Windows.Forms.Label(); |
|
|
|
|
|
|
|
this.tableLayoutPanel1.SuspendLayout(); |
|
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit(); |
|
|
|
|
|
|
|
this.tableLayoutPanel2.SuspendLayout(); |
|
|
|
|
|
|
|
this.SuspendLayout(); |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// tableLayoutPanel1 |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.tableLayoutPanel1.ColumnCount = 1; |
|
|
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.pictureBox, 0, 1); |
|
|
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.saveButton, 0, 0); |
|
|
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 2); |
|
|
|
|
|
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
|
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); |
|
|
|
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
|
|
|
|
|
|
|
this.tableLayoutPanel1.RowCount = 3; |
|
|
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); |
|
|
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F)); |
|
|
|
|
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(554, 549); |
|
|
|
|
|
|
|
this.tableLayoutPanel1.TabIndex = 6; |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// pictureBox |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
|
|
|
this.pictureBox.Location = new System.Drawing.Point(3, 33); |
|
|
|
|
|
|
|
this.pictureBox.Name = "pictureBox"; |
|
|
|
|
|
|
|
this.pictureBox.Size = new System.Drawing.Size(548, 478); |
|
|
|
|
|
|
|
this.pictureBox.TabIndex = 4; |
|
|
|
|
|
|
|
this.pictureBox.TabStop = false; |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// saveButton |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.saveButton.Anchor = System.Windows.Forms.AnchorStyles.Right; |
|
|
|
|
|
|
|
this.saveButton.Location = new System.Drawing.Point(457, 3); |
|
|
|
|
|
|
|
this.saveButton.Name = "saveButton"; |
|
|
|
|
|
|
|
this.saveButton.Size = new System.Drawing.Size(94, 23); |
|
|
|
|
|
|
|
this.saveButton.TabIndex = 2; |
|
|
|
|
|
|
|
this.saveButton.Text = "Save"; |
|
|
|
|
|
|
|
this.saveButton.UseVisualStyleBackColor = true; |
|
|
|
|
|
|
|
this.saveButton.Click += new System.EventHandler(this.saveButton_Click); |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// tableLayoutPanel2 |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.tableLayoutPanel2.ColumnCount = 5; |
|
|
|
|
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
|
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); |
|
|
|
|
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F)); |
|
|
|
|
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F)); |
|
|
|
|
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); |
|
|
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.uploadButton, 1, 0); |
|
|
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.selectButton, 4, 0); |
|
|
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.label1, 2, 0); |
|
|
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.indexTextbox, 3, 0); |
|
|
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.nameLabel, 0, 0); |
|
|
|
|
|
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
|
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 517); |
|
|
|
|
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2"; |
|
|
|
|
|
|
|
this.tableLayoutPanel2.RowCount = 1; |
|
|
|
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
|
|
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(548, 29); |
|
|
|
|
|
|
|
this.tableLayoutPanel2.TabIndex = 5; |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// uploadButton |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.uploadButton.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
|
|
|
this.uploadButton.Location = new System.Drawing.Point(251, 3); |
|
|
|
|
|
|
|
this.uploadButton.Name = "uploadButton"; |
|
|
|
|
|
|
|
this.uploadButton.Size = new System.Drawing.Size(94, 23); |
|
|
|
|
|
|
|
this.uploadButton.TabIndex = 0; |
|
|
|
|
|
|
|
this.uploadButton.Text = "Upload"; |
|
|
|
|
|
|
|
this.uploadButton.UseVisualStyleBackColor = true; |
|
|
|
|
|
|
|
this.uploadButton.Click += new System.EventHandler(this.uploadButton_Click); |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// selectButton |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.selectButton.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
|
|
|
this.selectButton.Location = new System.Drawing.Point(451, 3); |
|
|
|
|
|
|
|
this.selectButton.Name = "selectButton"; |
|
|
|
|
|
|
|
this.selectButton.Size = new System.Drawing.Size(94, 23); |
|
|
|
|
|
|
|
this.selectButton.TabIndex = 2; |
|
|
|
|
|
|
|
this.selectButton.Text = "Select"; |
|
|
|
|
|
|
|
this.selectButton.UseVisualStyleBackColor = true; |
|
|
|
|
|
|
|
this.selectButton.Click += new System.EventHandler(this.selectButton_Click); |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// label1 |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(351, 0); |
|
|
|
|
|
|
|
this.label1.Name = "label1"; |
|
|
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(44, 29); |
|
|
|
|
|
|
|
this.label1.TabIndex = 1; |
|
|
|
|
|
|
|
this.label1.Text = "Index :"; |
|
|
|
|
|
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// indexTextbox |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.indexTextbox.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
|
|
|
this.indexTextbox.Location = new System.Drawing.Point(401, 3); |
|
|
|
|
|
|
|
this.indexTextbox.Name = "indexTextbox"; |
|
|
|
|
|
|
|
this.indexTextbox.Size = new System.Drawing.Size(44, 21); |
|
|
|
|
|
|
|
this.indexTextbox.TabIndex = 1; |
|
|
|
|
|
|
|
this.indexTextbox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.indexTextbox_KeyUp); |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// nameLabel |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.nameLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; |
|
|
|
|
|
|
|
this.nameLabel.AutoSize = true; |
|
|
|
|
|
|
|
this.nameLabel.Location = new System.Drawing.Point(3, 8); |
|
|
|
|
|
|
|
this.nameLabel.Name = "nameLabel"; |
|
|
|
|
|
|
|
this.nameLabel.Size = new System.Drawing.Size(0, 12); |
|
|
|
|
|
|
|
this.nameLabel.TabIndex = 3; |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// Image_Insert_Select_Control |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
|
|
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
|
|
|
|
this.Controls.Add(this.tableLayoutPanel1); |
|
|
|
|
|
|
|
this.Name = "Image_Insert_Select_Control"; |
|
|
|
|
|
|
|
this.Size = new System.Drawing.Size(554, 549); |
|
|
|
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false); |
|
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit(); |
|
|
|
|
|
|
|
this.tableLayoutPanel2.ResumeLayout(false); |
|
|
|
|
|
|
|
this.tableLayoutPanel2.PerformLayout(); |
|
|
|
|
|
|
|
this.ResumeLayout(false); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endregion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; |
|
|
|
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox; |
|
|
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; |
|
|
|
|
|
|
|
private System.Windows.Forms.Button uploadButton; |
|
|
|
|
|
|
|
private System.Windows.Forms.Button selectButton; |
|
|
|
|
|
|
|
private System.Windows.Forms.Label label1; |
|
|
|
|
|
|
|
private System.Windows.Forms.TextBox indexTextbox; |
|
|
|
|
|
|
|
private System.Windows.Forms.Label nameLabel; |
|
|
|
|
|
|
|
private System.Windows.Forms.Button saveButton; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |