frmSettingFiles.Designer.cs 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. namespace FPER {
  2. partial class frmSettingFiles {
  3. /// <summary>
  4. /// Required designer variable.
  5. /// </summary>
  6. private System.ComponentModel.IContainer components = null;
  7. /// <summary>
  8. /// Clean up any resources being used.
  9. /// </summary>
  10. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  11. protected override void Dispose(bool disposing) {
  12. if (disposing && (components != null)) {
  13. components.Dispose();
  14. }
  15. base.Dispose(disposing);
  16. }
  17. #region Windows Form Designer generated code
  18. /// <summary>
  19. /// Required method for Designer support - do not modify
  20. /// the contents of this method with the code editor.
  21. /// </summary>
  22. private void InitializeComponent() {
  23. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSettingFiles));
  24. this.btnWinClose = new System.Windows.Forms.Button();
  25. this.label1 = new System.Windows.Forms.Label();
  26. this.SuspendLayout();
  27. //
  28. // btnWinClose
  29. //
  30. this.btnWinClose.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(215)))));
  31. this.btnWinClose.FlatAppearance.BorderSize = 0;
  32. this.btnWinClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  33. this.btnWinClose.Image = ((System.Drawing.Image)(resources.GetObject("btnWinClose.Image")));
  34. this.btnWinClose.Location = new System.Drawing.Point(513, 8);
  35. this.btnWinClose.Name = "btnWinClose";
  36. this.btnWinClose.Size = new System.Drawing.Size(24, 22);
  37. this.btnWinClose.TabIndex = 21;
  38. this.btnWinClose.UseVisualStyleBackColor = true;
  39. this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click_1);
  40. //
  41. // label1
  42. //
  43. this.label1.AutoSize = true;
  44. this.label1.Location = new System.Drawing.Point(17, 55);
  45. this.label1.Name = "label1";
  46. this.label1.Size = new System.Drawing.Size(0, 12);
  47. this.label1.TabIndex = 22;
  48. //
  49. // frmSettingFiles
  50. //
  51. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  52. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  53. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  54. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  55. this.ClientSize = new System.Drawing.Size(551, 240);
  56. this.Controls.Add(this.label1);
  57. this.Controls.Add(this.btnWinClose);
  58. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  59. this.Name = "frmSettingFiles";
  60. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  61. this.Text = "연동 파일 설정";
  62. this.TopMost = true;
  63. this.Load += new System.EventHandler(this.frmSettingFiles_Load);
  64. this.ResumeLayout(false);
  65. this.PerformLayout();
  66. }
  67. #endregion
  68. private System.Windows.Forms.Button btnWinClose;
  69. private System.Windows.Forms.Label label1;
  70. }
  71. }