hytos / DTI_PID / Dwg2Igr / Launcher.Designer.cs @ ef90c19c
이력 | 보기 | 이력해설 | 다운로드 (1.58 KB)
1 | 2a2d2a97 | Denny | |
---|---|---|---|
2 | namespace Dwg2Igr |
||
3 | { |
||
4 | partial class Launcher |
||
5 | { |
||
6 | /// <summary> |
||
7 | /// 필수 디자이너 변수입니다. |
||
8 | /// </summary> |
||
9 | private System.ComponentModel.IContainer components = null; |
||
10 | |||
11 | /// <summary> |
||
12 | /// 사용 중인 모든 리소스를 정리합니다. |
||
13 | /// </summary> |
||
14 | /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param> |
||
15 | protected override void Dispose(bool disposing) |
||
16 | { |
||
17 | if (disposing && (components != null)) |
||
18 | { |
||
19 | components.Dispose(); |
||
20 | } |
||
21 | base.Dispose(disposing); |
||
22 | } |
||
23 | |||
24 | #region Windows Form 디자이너에서 생성한 코드 |
||
25 | |||
26 | /// <summary> |
||
27 | /// 디자이너 지원에 필요한 메서드입니다. |
||
28 | /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. |
||
29 | /// </summary> |
||
30 | private void InitializeComponent() |
||
31 | { |
||
32 | this.SuspendLayout(); |
||
33 | // |
||
34 | // Form1 |
||
35 | // |
||
36 | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
||
37 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
38 | this.ClientSize = new System.Drawing.Size(120, 58); |
||
39 | this.Name = "Form1"; |
||
40 | this.ShowIcon = false; |
||
41 | this.ShowInTaskbar = false; |
||
42 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
||
43 | this.Text = "Form1"; |
||
44 | this.ResumeLayout(false); |
||
45 | |||
46 | } |
||
47 | |||
48 | #endregion |
||
49 | } |
||
50 | } |