프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / Form / SPPIDSplashScreen.Designer.cs @ 8c7fbec1

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

1
namespace Converter.SPPID
2
{
3
    partial class SPPIDSplashScreen
4
    {
5
        /// <summary>
6
        /// Required designer variable.
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
9

    
10
        /// <summary>
11
        /// Clean up any resources being used.
12
        /// </summary>
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
24

    
25
        /// <summary>
26
        /// Required method for Designer support - do not modify
27
        /// the contents of this method with the code editor.
28
        /// </summary>
29
        private void InitializeComponent()
30
        {
31
            this.components = new System.ComponentModel.Container();
32
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SPPIDSplashScreen));
33
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
34
            this.labelStep = new DevExpress.XtraEditors.LabelControl();
35
            this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
36
            this.pictureEditLogo = new DevExpress.XtraEditors.PictureEdit();
37
            this.progressBarControl = new DevExpress.XtraEditors.ProgressBarControl();
38
            this.labelDocument = new DevExpress.XtraEditors.LabelControl();
39
            this.timer = new System.Windows.Forms.Timer(this.components);
40
            this.labelTime = new DevExpress.XtraEditors.LabelControl();
41
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
42
            ((System.ComponentModel.ISupportInitialize)(this.pictureEditLogo.Properties)).BeginInit();
43
            ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).BeginInit();
44
            this.SuspendLayout();
45
            // 
46
            // labelControl1
47
            // 
48
            this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
49
            this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
50
            this.labelControl1.Location = new System.Drawing.Point(27, 304);
51
            this.labelControl1.Name = "labelControl1";
52
            this.labelControl1.Size = new System.Drawing.Size(52, 14);
53
            this.labelControl1.TabIndex = 6;
54
            this.labelControl1.Text = "Copyright";
55
            // 
56
            // labelStep
57
            // 
58
            this.labelStep.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
59
            this.labelStep.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
60
            this.labelStep.Appearance.Options.UseFont = true;
61
            this.labelStep.Location = new System.Drawing.Point(27, 224);
62
            this.labelStep.Name = "labelStep";
63
            this.labelStep.Size = new System.Drawing.Size(57, 16);
64
            this.labelStep.TabIndex = 7;
65
            this.labelStep.Text = "Starting...";
66
            // 
67
            // pictureEdit2
68
            // 
69
            this.pictureEdit2.EditValue = ((object)(resources.GetObject("pictureEdit2.EditValue")));
70
            this.pictureEdit2.Location = new System.Drawing.Point(14, 11);
71
            this.pictureEdit2.Name = "pictureEdit2";
72
            this.pictureEdit2.Properties.AllowFocused = false;
73
            this.pictureEdit2.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
74
            this.pictureEdit2.Properties.Appearance.Options.UseBackColor = true;
75
            this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
76
            this.pictureEdit2.Properties.ShowMenu = false;
77
            this.pictureEdit2.Size = new System.Drawing.Size(497, 166);
78
            this.pictureEdit2.TabIndex = 9;
79
            // 
80
            // pictureEditLogo
81
            // 
82
            this.pictureEditLogo.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
83
            this.pictureEditLogo.EditValue = ((object)(resources.GetObject("pictureEditLogo.EditValue")));
84
            this.pictureEditLogo.Location = new System.Drawing.Point(324, 286);
85
            this.pictureEditLogo.Name = "pictureEditLogo";
86
            this.pictureEditLogo.Properties.AllowFocused = false;
87
            this.pictureEditLogo.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
88
            this.pictureEditLogo.Properties.Appearance.Options.UseBackColor = true;
89
            this.pictureEditLogo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
90
            this.pictureEditLogo.Properties.ShowMenu = false;
91
            this.pictureEditLogo.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
92
            this.pictureEditLogo.Size = new System.Drawing.Size(187, 44);
93
            this.pictureEditLogo.TabIndex = 8;
94
            // 
95
            // progressBarControl
96
            // 
97
            this.progressBarControl.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
98
            this.progressBarControl.Location = new System.Drawing.Point(27, 246);
99
            this.progressBarControl.Name = "progressBarControl";
100
            this.progressBarControl.Properties.ShowTitle = true;
101
            this.progressBarControl.Properties.Step = 1;
102
            this.progressBarControl.Size = new System.Drawing.Size(471, 29);
103
            this.progressBarControl.TabIndex = 10;
104
            // 
105
            // labelDocument
106
            // 
107
            this.labelDocument.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
108
            this.labelDocument.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
109
            this.labelDocument.Appearance.Options.UseFont = true;
110
            this.labelDocument.Location = new System.Drawing.Point(27, 202);
111
            this.labelDocument.Name = "labelDocument";
112
            this.labelDocument.Size = new System.Drawing.Size(57, 16);
113
            this.labelDocument.TabIndex = 11;
114
            this.labelDocument.Text = "Starting...";
115
            // 
116
            // timer
117
            // 
118
            this.timer.Tick += new System.EventHandler(this.timer_Tick);
119
            // 
120
            // labelTime
121
            // 
122
            this.labelTime.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
123
            this.labelTime.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
124
            this.labelTime.Appearance.Options.UseFont = true;
125
            this.labelTime.Location = new System.Drawing.Point(27, 281);
126
            this.labelTime.Name = "labelTime";
127
            this.labelTime.Size = new System.Drawing.Size(29, 16);
128
            this.labelTime.TabIndex = 12;
129
            this.labelTime.Text = "Time";
130
            // 
131
            // SPPIDSplashScreen
132
            // 
133
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
134
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
135
            this.ClientSize = new System.Drawing.Size(525, 335);
136
            this.Controls.Add(this.labelTime);
137
            this.Controls.Add(this.labelDocument);
138
            this.Controls.Add(this.progressBarControl);
139
            this.Controls.Add(this.pictureEdit2);
140
            this.Controls.Add(this.pictureEditLogo);
141
            this.Controls.Add(this.labelStep);
142
            this.Controls.Add(this.labelControl1);
143
            this.Name = "SPPIDSplashScreen";
144
            this.Text = "Converting...";
145
            this.Load += new System.EventHandler(this.SPPIDSplashScreen_Load);
146
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
147
            ((System.ComponentModel.ISupportInitialize)(this.pictureEditLogo.Properties)).EndInit();
148
            ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).EndInit();
149
            this.ResumeLayout(false);
150
            this.PerformLayout();
151

    
152
        }
153

    
154
        #endregion
155
        private DevExpress.XtraEditors.LabelControl labelControl1;
156
        private DevExpress.XtraEditors.LabelControl labelStep;
157
        private DevExpress.XtraEditors.PictureEdit pictureEditLogo;
158
        private DevExpress.XtraEditors.PictureEdit pictureEdit2;
159
        private DevExpress.XtraEditors.ProgressBarControl progressBarControl;
160
        private DevExpress.XtraEditors.LabelControl labelDocument;
161
        private System.Windows.Forms.Timer timer;
162
        private DevExpress.XtraEditors.LabelControl labelTime;
163
    }
164
}
클립보드 이미지 추가 (최대 크기: 500 MB)