| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 | namespace FPER {  partial class frmSettingFiles {    /// <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() {      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;  }}
 |