프로젝트

일반

사용자정보

통계
| 개정판:

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

이력 | 보기 | 이력해설 | 다운로드 (8.07 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
            DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true, typeof(System.Windows.Forms.UserControl));
34
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
35
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
36
            this.btnSPPIDConverter = new DevExpress.XtraEditors.SimpleButton();
37
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
38
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
39
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
40
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
41
            this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
42
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
43
            this.layoutControl1.SuspendLayout();
44
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
45
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
46
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
47
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
48
            this.SuspendLayout();
49
            // 
50
            // layoutControl1
51
            // 
52
            this.layoutControl1.Controls.Add(this.simpleButton1);
53
            this.layoutControl1.Controls.Add(this.btnSPPIDConverter);
54
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
55
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
56
            this.layoutControl1.Name = "layoutControl1";
57
            this.layoutControl1.Root = this.Root;
58
            this.layoutControl1.Size = new System.Drawing.Size(150, 300);
59
            this.layoutControl1.TabIndex = 0;
60
            this.layoutControl1.Text = "layoutControl1";
61
            // 
62
            // simpleButton1
63
            // 
64
            this.simpleButton1.Location = new System.Drawing.Point(12, 52);
65
            this.simpleButton1.Name = "simpleButton1";
66
            this.simpleButton1.Size = new System.Drawing.Size(126, 22);
67
            this.simpleButton1.StyleController = this.layoutControl1;
68
            this.simpleButton1.TabIndex = 5;
69
            this.simpleButton1.Text = "simpleButton1";
70
            this.simpleButton1.Visible = false;
71
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
72
            // 
73
            // btnSPPIDConverter
74
            // 
75
            this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage")));
76
            this.btnSPPIDConverter.Location = new System.Drawing.Point(12, 12);
77
            this.btnSPPIDConverter.Name = "btnSPPIDConverter";
78
            this.btnSPPIDConverter.Size = new System.Drawing.Size(126, 36);
79
            this.btnSPPIDConverter.StyleController = this.layoutControl1;
80
            this.btnSPPIDConverter.TabIndex = 4;
81
            this.btnSPPIDConverter.Text = "Converter";
82
            this.btnSPPIDConverter.Click += new System.EventHandler(this.btnConverter_Click);
83
            // 
84
            // Root
85
            // 
86
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
87
            this.Root.GroupBordersVisible = false;
88
            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
89
            this.layoutControlItem1,
90
            this.emptySpaceItem1,
91
            this.layoutControlItem2});
92
            this.Root.Name = "Root";
93
            this.Root.Size = new System.Drawing.Size(150, 300);
94
            this.Root.TextVisible = false;
95
            // 
96
            // layoutControlItem1
97
            // 
98
            this.layoutControlItem1.Control = this.btnSPPIDConverter;
99
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
100
            this.layoutControlItem1.Name = "layoutControlItem1";
101
            this.layoutControlItem1.Size = new System.Drawing.Size(130, 40);
102
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
103
            this.layoutControlItem1.TextVisible = false;
104
            // 
105
            // emptySpaceItem1
106
            // 
107
            this.emptySpaceItem1.AllowHotTrack = false;
108
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 66);
109
            this.emptySpaceItem1.Name = "emptySpaceItem1";
110
            this.emptySpaceItem1.Size = new System.Drawing.Size(130, 214);
111
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
112
            // 
113
            // layoutControlItem2
114
            // 
115
            this.layoutControlItem2.Control = this.simpleButton1;
116
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 40);
117
            this.layoutControlItem2.Name = "layoutControlItem2";
118
            this.layoutControlItem2.Size = new System.Drawing.Size(130, 26);
119
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
120
            this.layoutControlItem2.TextVisible = false;
121
            // 
122
            // defaultLookAndFeel
123
            // 
124
            this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful";
125
            // 
126
            // splashScreenManager
127
            // 
128
            splashScreenManager.ClosingDelay = 500;
129
            // 
130
            // ConverterDocking
131
            // 
132
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
133
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
134
            this.Controls.Add(this.layoutControl1);
135
            this.Name = "ConverterDocking";
136
            this.Size = new System.Drawing.Size(150, 300);
137
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
138
            this.layoutControl1.ResumeLayout(false);
139
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
140
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
141
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
142
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
143
            this.ResumeLayout(false);
144

    
145
        }
146

    
147
        #endregion
148

    
149
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
150
        private DevExpress.XtraLayout.LayoutControlGroup Root;
151
        private DevExpress.XtraEditors.SimpleButton btnSPPIDConverter;
152
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
153
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
154
        private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel;
155
        private DevExpress.XtraEditors.SimpleButton simpleButton1;
156
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
157
    }
158
}
클립보드 이미지 추가 (최대 크기: 500 MB)