프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / Form / SPPIDSplashScreen.Designer.cs @ e88aae98

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

1 ca214bc3 gaqhf
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
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SPPIDSplashScreen));
32
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
33 f31645b6 gaqhf
            this.labelStep = new DevExpress.XtraEditors.LabelControl();
34 ca214bc3 gaqhf
            this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
35 d5ec4d0f gaqhf
            this.pictureEditLogo = new DevExpress.XtraEditors.PictureEdit();
36 f31645b6 gaqhf
            this.progressBarControl = new DevExpress.XtraEditors.ProgressBarControl();
37 d5ec4d0f gaqhf
            this.labelDocument = new DevExpress.XtraEditors.LabelControl();
38 ca214bc3 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
39 d5ec4d0f gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.pictureEditLogo.Properties)).BeginInit();
40 f31645b6 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).BeginInit();
41 ca214bc3 gaqhf
            this.SuspendLayout();
42 965eb728 gaqhf
            // 
43 ca214bc3 gaqhf
            // labelControl1
44 965eb728 gaqhf
            // 
45 f31645b6 gaqhf
            this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
46 ca214bc3 gaqhf
            this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
47 d5ec4d0f gaqhf
            this.labelControl1.Location = new System.Drawing.Point(27, 304);
48 ca214bc3 gaqhf
            this.labelControl1.Name = "labelControl1";
49 965eb728 gaqhf
            this.labelControl1.Size = new System.Drawing.Size(52, 14);
50 ca214bc3 gaqhf
            this.labelControl1.TabIndex = 6;
51
            this.labelControl1.Text = "Copyright";
52 965eb728 gaqhf
            // 
53 f31645b6 gaqhf
            // labelStep
54 965eb728 gaqhf
            // 
55 d5ec4d0f gaqhf
            this.labelStep.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
56 f31645b6 gaqhf
            this.labelStep.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
57
            this.labelStep.Appearance.Options.UseFont = true;
58 d5ec4d0f gaqhf
            this.labelStep.Location = new System.Drawing.Point(27, 224);
59 f31645b6 gaqhf
            this.labelStep.Name = "labelStep";
60
            this.labelStep.Size = new System.Drawing.Size(57, 16);
61
            this.labelStep.TabIndex = 7;
62
            this.labelStep.Text = "Starting...";
63 965eb728 gaqhf
            // 
64 ca214bc3 gaqhf
            // pictureEdit2
65 965eb728 gaqhf
            // 
66 ca214bc3 gaqhf
            this.pictureEdit2.EditValue = ((object)(resources.GetObject("pictureEdit2.EditValue")));
67 965eb728 gaqhf
            this.pictureEdit2.Location = new System.Drawing.Point(14, 11);
68 ca214bc3 gaqhf
            this.pictureEdit2.Name = "pictureEdit2";
69
            this.pictureEdit2.Properties.AllowFocused = false;
70
            this.pictureEdit2.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
71
            this.pictureEdit2.Properties.Appearance.Options.UseBackColor = true;
72
            this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
73
            this.pictureEdit2.Properties.ShowMenu = false;
74 965eb728 gaqhf
            this.pictureEdit2.Size = new System.Drawing.Size(497, 166);
75 ca214bc3 gaqhf
            this.pictureEdit2.TabIndex = 9;
76 965eb728 gaqhf
            // 
77 d5ec4d0f gaqhf
            // pictureEditLogo
78 965eb728 gaqhf
            // 
79 d5ec4d0f gaqhf
            this.pictureEditLogo.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
80
            this.pictureEditLogo.EditValue = ((object)(resources.GetObject("pictureEditLogo.EditValue")));
81
            this.pictureEditLogo.Location = new System.Drawing.Point(324, 286);
82
            this.pictureEditLogo.Name = "pictureEditLogo";
83
            this.pictureEditLogo.Properties.AllowFocused = false;
84
            this.pictureEditLogo.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
85
            this.pictureEditLogo.Properties.Appearance.Options.UseBackColor = true;
86
            this.pictureEditLogo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
87
            this.pictureEditLogo.Properties.ShowMenu = false;
88
            this.pictureEditLogo.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
89
            this.pictureEditLogo.Size = new System.Drawing.Size(187, 44);
90
            this.pictureEditLogo.TabIndex = 8;
91 965eb728 gaqhf
            // 
92 f31645b6 gaqhf
            // progressBarControl
93
            // 
94 d5ec4d0f gaqhf
            this.progressBarControl.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
95
            this.progressBarControl.Location = new System.Drawing.Point(27, 246);
96 f31645b6 gaqhf
            this.progressBarControl.Name = "progressBarControl";
97
            this.progressBarControl.Properties.ShowTitle = true;
98
            this.progressBarControl.Properties.Step = 1;
99
            this.progressBarControl.Size = new System.Drawing.Size(471, 29);
100
            this.progressBarControl.TabIndex = 10;
101
            // 
102 d5ec4d0f gaqhf
            // labelDocument
103
            // 
104
            this.labelDocument.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
105
            this.labelDocument.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
106
            this.labelDocument.Appearance.Options.UseFont = true;
107
            this.labelDocument.Location = new System.Drawing.Point(27, 202);
108
            this.labelDocument.Name = "labelDocument";
109
            this.labelDocument.Size = new System.Drawing.Size(57, 16);
110
            this.labelDocument.TabIndex = 11;
111
            this.labelDocument.Text = "Starting...";
112
            // 
113 965eb728 gaqhf
            // SPPIDSplashScreen
114
            // 
115
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
116 ca214bc3 gaqhf
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
117 d5ec4d0f gaqhf
            this.ClientSize = new System.Drawing.Size(525, 335);
118
            this.Controls.Add(this.labelDocument);
119 f31645b6 gaqhf
            this.Controls.Add(this.progressBarControl);
120 ca214bc3 gaqhf
            this.Controls.Add(this.pictureEdit2);
121 d5ec4d0f gaqhf
            this.Controls.Add(this.pictureEditLogo);
122 f31645b6 gaqhf
            this.Controls.Add(this.labelStep);
123 ca214bc3 gaqhf
            this.Controls.Add(this.labelControl1);
124 965eb728 gaqhf
            this.Name = "SPPIDSplashScreen";
125 b2d1c1aa gaqhf
            this.Text = "Converting...";
126
            this.Load += new System.EventHandler(this.SPPIDSplashScreen_Load);
127 ca214bc3 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
128 d5ec4d0f gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.pictureEditLogo.Properties)).EndInit();
129 f31645b6 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).EndInit();
130 ca214bc3 gaqhf
            this.ResumeLayout(false);
131
            this.PerformLayout();
132 965eb728 gaqhf
133 ca214bc3 gaqhf
        }
134
135
        #endregion
136
        private DevExpress.XtraEditors.LabelControl labelControl1;
137 f31645b6 gaqhf
        private DevExpress.XtraEditors.LabelControl labelStep;
138 d5ec4d0f gaqhf
        private DevExpress.XtraEditors.PictureEdit pictureEditLogo;
139 ca214bc3 gaqhf
        private DevExpress.XtraEditors.PictureEdit pictureEdit2;
140 f31645b6 gaqhf
        private DevExpress.XtraEditors.ProgressBarControl progressBarControl;
141 d5ec4d0f gaqhf
        private DevExpress.XtraEditors.LabelControl labelDocument;
142 ca214bc3 gaqhf
    }
143
}
클립보드 이미지 추가 (최대 크기: 500 MB)