namespace FPER {
partial class frmSettingFiles {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSettingFiles));
this.btnWinClose = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnWinClose
//
this.btnWinClose.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(215)))));
this.btnWinClose.FlatAppearance.BorderSize = 0;
this.btnWinClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnWinClose.Image = ((System.Drawing.Image)(resources.GetObject("btnWinClose.Image")));
this.btnWinClose.Location = new System.Drawing.Point(513, 8);
this.btnWinClose.Name = "btnWinClose";
this.btnWinClose.Size = new System.Drawing.Size(24, 22);
this.btnWinClose.TabIndex = 21;
this.btnWinClose.UseVisualStyleBackColor = true;
this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click_1);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(17, 55);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 12);
this.label1.TabIndex = 22;
//
// frmSettingFiles
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(551, 240);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnWinClose);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmSettingFiles";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "연동 파일 설정";
this.TopMost = true;
this.Load += new System.EventHandler(this.frmSettingFiles_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnWinClose;
private System.Windows.Forms.Label label1;
}
}