프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

hytos / DTI_PID / SPPIDConverter / ConverterDocking.Designer.cs @ d19ae675

이력 | 보기 | 이력해설 | 다운로드 (6.14 KB)

1
namespace Converter.SPPID.Wrapper
2
{
3
    partial class ConverterDocking
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.components = new System.ComponentModel.Container();
32
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConverterDocking));
33
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
34
            this.btnSPPIDConverter = new DevExpress.XtraEditors.SimpleButton();
35
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
36
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
37
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
38
            this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
39
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
40
            this.layoutControl1.SuspendLayout();
41
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
42
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
43
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
44
            this.SuspendLayout();
45
            // 
46
            // layoutControl1
47
            // 
48
            this.layoutControl1.Controls.Add(this.btnSPPIDConverter);
49
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
50
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
51
            this.layoutControl1.Name = "layoutControl1";
52
            this.layoutControl1.Root = this.Root;
53
            this.layoutControl1.Size = new System.Drawing.Size(150, 300);
54
            this.layoutControl1.TabIndex = 0;
55
            this.layoutControl1.Text = "layoutControl1";
56
            // 
57
            // btnSPPIDConverter
58
            // 
59
            this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage")));
60
            this.btnSPPIDConverter.Location = new System.Drawing.Point(12, 12);
61
            this.btnSPPIDConverter.Name = "btnSPPIDConverter";
62
            this.btnSPPIDConverter.Size = new System.Drawing.Size(126, 36);
63
            this.btnSPPIDConverter.StyleController = this.layoutControl1;
64
            this.btnSPPIDConverter.TabIndex = 4;
65
            this.btnSPPIDConverter.Text = "Converter";
66
            this.btnSPPIDConverter.Click += new System.EventHandler(this.btnConverter_Click);
67
            // 
68
            // Root
69
            // 
70
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
71
            this.Root.GroupBordersVisible = false;
72
            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
73
            this.layoutControlItem1,
74
            this.emptySpaceItem1});
75
            this.Root.Name = "Root";
76
            this.Root.Size = new System.Drawing.Size(150, 300);
77
            this.Root.TextVisible = false;
78
            // 
79
            // layoutControlItem1
80
            // 
81
            this.layoutControlItem1.Control = this.btnSPPIDConverter;
82
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
83
            this.layoutControlItem1.Name = "layoutControlItem1";
84
            this.layoutControlItem1.Size = new System.Drawing.Size(130, 40);
85
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
86
            this.layoutControlItem1.TextVisible = false;
87
            // 
88
            // emptySpaceItem1
89
            // 
90
            this.emptySpaceItem1.AllowHotTrack = false;
91
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 40);
92
            this.emptySpaceItem1.Name = "emptySpaceItem1";
93
            this.emptySpaceItem1.Size = new System.Drawing.Size(130, 240);
94
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
95
            // 
96
            // defaultLookAndFeel
97
            // 
98
            this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful";
99
            // 
100
            // ConverterDocking
101
            // 
102
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
103
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
104
            this.Controls.Add(this.layoutControl1);
105
            this.Name = "ConverterDocking";
106
            this.Size = new System.Drawing.Size(150, 300);
107
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
108
            this.layoutControl1.ResumeLayout(false);
109
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
110
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
111
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
112
            this.ResumeLayout(false);
113

    
114
        }
115

    
116
        #endregion
117

    
118
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
119
        private DevExpress.XtraLayout.LayoutControlGroup Root;
120
        private DevExpress.XtraEditors.SimpleButton btnSPPIDConverter;
121
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
122
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
123
        private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel;
124
    }
125
}
클립보드 이미지 추가 (최대 크기: 500 MB)