FormField.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. namespace FPER {
  2. partial class FormField {
  3. /// <summary>
  4. /// 필수 디자이너 변수입니다.
  5. /// </summary>
  6. private System.ComponentModel.IContainer components = null;
  7. /// <summary>
  8. /// 사용 중인 모든 리소스를 정리합니다.
  9. /// </summary>
  10. /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 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 디자이너에서 생성한 코드
  18. /// <summary>
  19. /// 디자이너 지원에 필요한 메서드입니다.
  20. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
  21. /// </summary>
  22. private void InitializeComponent() {
  23. this.components = new System.ComponentModel.Container();
  24. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormField));
  25. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  26. this.panel1 = new System.Windows.Forms.Panel();
  27. this.panel2 = new System.Windows.Forms.Panel();
  28. this.btnWinClose = new System.Windows.Forms.Button();
  29. this.lblDir = new System.Windows.Forms.Label();
  30. this.comboBox1 = new System.Windows.Forms.ComboBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.panel3 = new System.Windows.Forms.Panel();
  33. this.timer1 = new System.Windows.Forms.Timer(this.components);
  34. this.panel2.SuspendLayout();
  35. this.panel3.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // panel1
  39. //
  40. this.panel1.AutoScroll = true;
  41. this.panel1.BackColor = System.Drawing.Color.LightGray;
  42. this.panel1.Location = new System.Drawing.Point(0, 104);
  43. this.panel1.Name = "panel1";
  44. this.panel1.Size = new System.Drawing.Size(1080, 720);
  45. this.panel1.TabIndex = 0;
  46. this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
  47. this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
  48. //
  49. // panel2
  50. //
  51. this.panel2.BackColor = System.Drawing.Color.Black;
  52. this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
  53. this.panel2.Controls.Add(this.btnWinClose);
  54. this.panel2.Controls.Add(this.lblDir);
  55. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  56. this.panel2.Location = new System.Drawing.Point(0, 0);
  57. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  58. this.panel2.Name = "panel2";
  59. this.panel2.Size = new System.Drawing.Size(1080, 824);
  60. this.panel2.TabIndex = 12;
  61. //
  62. // btnWinClose
  63. //
  64. this.btnWinClose.BackgroundImage = global::FPER.Properties.Resources.버튼_폼닫기_63_31;
  65. this.btnWinClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  66. this.btnWinClose.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  67. this.btnWinClose.FlatAppearance.BorderSize = 0;
  68. this.btnWinClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  69. this.btnWinClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  70. this.btnWinClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  71. this.btnWinClose.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  72. this.btnWinClose.Location = new System.Drawing.Point(1003, 1);
  73. this.btnWinClose.Name = "btnWinClose";
  74. this.btnWinClose.Size = new System.Drawing.Size(63, 31);
  75. this.btnWinClose.TabIndex = 171;
  76. this.btnWinClose.UseVisualStyleBackColor = false;
  77. this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click);
  78. //
  79. // lblDir
  80. //
  81. this.lblDir.AutoSize = true;
  82. this.lblDir.BackColor = System.Drawing.Color.Transparent;
  83. this.lblDir.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold);
  84. this.lblDir.ForeColor = System.Drawing.Color.Black;
  85. this.lblDir.Location = new System.Drawing.Point(12, 9);
  86. this.lblDir.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  87. this.lblDir.Name = "lblDir";
  88. this.lblDir.Size = new System.Drawing.Size(225, 21);
  89. this.lblDir.TabIndex = 10;
  90. this.lblDir.Text = "시작 > 현장도면 보기";
  91. //
  92. // comboBox1
  93. //
  94. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  95. this.comboBox1.Font = new System.Drawing.Font("굴림", 15F);
  96. this.comboBox1.Location = new System.Drawing.Point(178, 14);
  97. this.comboBox1.MaxDropDownItems = 15;
  98. this.comboBox1.Name = "comboBox1";
  99. this.comboBox1.Size = new System.Drawing.Size(260, 28);
  100. this.comboBox1.TabIndex = 13;
  101. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  102. //
  103. // label1
  104. //
  105. this.label1.AutoSize = true;
  106. this.label1.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  107. this.label1.Location = new System.Drawing.Point(18, 13);
  108. this.label1.Name = "label1";
  109. this.label1.Size = new System.Drawing.Size(154, 27);
  110. this.label1.TabIndex = 14;
  111. this.label1.Text = "도면 선택 :";
  112. //
  113. // panel3
  114. //
  115. this.panel3.Controls.Add(this.comboBox1);
  116. this.panel3.Controls.Add(this.label1);
  117. this.panel3.Location = new System.Drawing.Point(0, 44);
  118. this.panel3.Name = "panel3";
  119. this.panel3.Size = new System.Drawing.Size(1080, 61);
  120. this.panel3.TabIndex = 15;
  121. //
  122. // timer1
  123. //
  124. this.timer1.Interval = 2000;
  125. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  126. //
  127. // FormField
  128. //
  129. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  130. this.BackColor = System.Drawing.Color.WhiteSmoke;
  131. this.ClientSize = new System.Drawing.Size(1080, 824);
  132. this.Controls.Add(this.panel1);
  133. this.Controls.Add(this.panel3);
  134. this.Controls.Add(this.panel2);
  135. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  136. this.Name = "FormField";
  137. this.ShowIcon = false;
  138. this.ShowInTaskbar = false;
  139. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  140. this.Text = "FormField";
  141. this.Activated += new System.EventHandler(this.FormField_Activated);
  142. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormField_FormClosing);
  143. this.Load += new System.EventHandler(this.FormField_Load);
  144. this.Disposed += new System.EventHandler(this.FormField_Disposed);
  145. this.panel2.ResumeLayout(false);
  146. this.panel2.PerformLayout();
  147. this.panel3.ResumeLayout(false);
  148. this.panel3.PerformLayout();
  149. this.ResumeLayout(false);
  150. }
  151. #endregion
  152. private System.Windows.Forms.ToolTip toolTip1;
  153. private System.Windows.Forms.Panel panel1;
  154. private System.Windows.Forms.Panel panel2;
  155. public System.Windows.Forms.Button btnWinClose;
  156. private System.Windows.Forms.Label lblDir;
  157. private System.Windows.Forms.ComboBox comboBox1;
  158. private System.Windows.Forms.Label label1;
  159. private System.Windows.Forms.Panel panel3;
  160. private System.Windows.Forms.Timer timer1;
  161. }
  162. }