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