Patch.Designer.cs 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. namespace Patch
  2. {
  3. partial class Patch
  4. {
  5. /// <summary>
  6. /// 필수 디자이너 변수입니다.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 사용 중인 모든 리소스를 정리합니다.
  11. /// </summary>
  12. /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form 디자이너에서 생성한 코드
  22. /// <summary>
  23. /// 디자이너 지원에 필요한 메서드입니다.
  24. /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Patch));
  29. this.lc_Title = new DevExpress.XtraEditors.LabelControl();
  30. this.SuspendLayout();
  31. //
  32. // lc_Title
  33. //
  34. this.lc_Title.Appearance.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  35. this.lc_Title.Appearance.Options.UseFont = true;
  36. this.lc_Title.Appearance.Options.UseTextOptions = true;
  37. this.lc_Title.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  38. this.lc_Title.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  39. this.lc_Title.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  40. this.lc_Title.Dock = System.Windows.Forms.DockStyle.Fill;
  41. this.lc_Title.ImageAlignToText = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
  42. this.lc_Title.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("lc_Title.ImageOptions.Image")));
  43. this.lc_Title.IndentBetweenImageAndText = 15;
  44. this.lc_Title.Location = new System.Drawing.Point(0, 0);
  45. this.lc_Title.Name = "lc_Title";
  46. this.lc_Title.Size = new System.Drawing.Size(540, 147);
  47. this.lc_Title.TabIndex = 0;
  48. this.lc_Title.Text = "DataManager 버전 확인 중..";
  49. //
  50. // Patch
  51. //
  52. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  53. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  54. this.BackColor = System.Drawing.Color.White;
  55. this.ClientSize = new System.Drawing.Size(540, 147);
  56. this.Controls.Add(this.lc_Title);
  57. this.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  58. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  59. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  60. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  61. this.Name = "Patch";
  62. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  63. this.Text = "Patch";
  64. this.ResumeLayout(false);
  65. }
  66. #endregion
  67. private DevExpress.XtraEditors.LabelControl lc_Title;
  68. }
  69. }