프로젝트

일반

사용자정보

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

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

이력 | 보기 | 이력해설 | 다운로드 (6.33 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
            this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
36 f31645b6 gaqhf
            this.progressBarControl = new DevExpress.XtraEditors.ProgressBarControl();
37 ca214bc3 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
38
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
39 f31645b6 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).BeginInit();
40 ca214bc3 gaqhf
            this.SuspendLayout();
41 965eb728 gaqhf
            // 
42 ca214bc3 gaqhf
            // labelControl1
43 965eb728 gaqhf
            // 
44 f31645b6 gaqhf
            this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
45 ca214bc3 gaqhf
            this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
46 f31645b6 gaqhf
            this.labelControl1.Location = new System.Drawing.Point(27, 279);
47 ca214bc3 gaqhf
            this.labelControl1.Name = "labelControl1";
48 965eb728 gaqhf
            this.labelControl1.Size = new System.Drawing.Size(52, 14);
49 ca214bc3 gaqhf
            this.labelControl1.TabIndex = 6;
50
            this.labelControl1.Text = "Copyright";
51 965eb728 gaqhf
            // 
52 f31645b6 gaqhf
            // labelStep
53 965eb728 gaqhf
            // 
54 f31645b6 gaqhf
            this.labelStep.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
55
            this.labelStep.Appearance.Options.UseFont = true;
56
            this.labelStep.Location = new System.Drawing.Point(27, 199);
57
            this.labelStep.Name = "labelStep";
58
            this.labelStep.Size = new System.Drawing.Size(57, 16);
59
            this.labelStep.TabIndex = 7;
60
            this.labelStep.Text = "Starting...";
61 965eb728 gaqhf
            // 
62 ca214bc3 gaqhf
            // pictureEdit2
63 965eb728 gaqhf
            // 
64 ca214bc3 gaqhf
            this.pictureEdit2.EditValue = ((object)(resources.GetObject("pictureEdit2.EditValue")));
65 965eb728 gaqhf
            this.pictureEdit2.Location = new System.Drawing.Point(14, 11);
66 ca214bc3 gaqhf
            this.pictureEdit2.Name = "pictureEdit2";
67
            this.pictureEdit2.Properties.AllowFocused = false;
68
            this.pictureEdit2.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
69
            this.pictureEdit2.Properties.Appearance.Options.UseBackColor = true;
70
            this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
71
            this.pictureEdit2.Properties.ShowMenu = false;
72 965eb728 gaqhf
            this.pictureEdit2.Size = new System.Drawing.Size(497, 166);
73 ca214bc3 gaqhf
            this.pictureEdit2.TabIndex = 9;
74 965eb728 gaqhf
            // 
75 ca214bc3 gaqhf
            // pictureEdit1
76 965eb728 gaqhf
            // 
77 f31645b6 gaqhf
            this.pictureEdit1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
78 ca214bc3 gaqhf
            this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
79 f31645b6 gaqhf
            this.pictureEdit1.Location = new System.Drawing.Point(324, 261);
80 ca214bc3 gaqhf
            this.pictureEdit1.Name = "pictureEdit1";
81
            this.pictureEdit1.Properties.AllowFocused = false;
82
            this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
83
            this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
84
            this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
85
            this.pictureEdit1.Properties.ShowMenu = false;
86 965eb728 gaqhf
            this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
87
            this.pictureEdit1.Size = new System.Drawing.Size(187, 44);
88 ca214bc3 gaqhf
            this.pictureEdit1.TabIndex = 8;
89 965eb728 gaqhf
            // 
90 f31645b6 gaqhf
            // progressBarControl
91
            // 
92
            this.progressBarControl.Location = new System.Drawing.Point(27, 221);
93
            this.progressBarControl.Name = "progressBarControl";
94
            this.progressBarControl.Properties.ShowTitle = true;
95
            this.progressBarControl.Properties.Step = 1;
96
            this.progressBarControl.Size = new System.Drawing.Size(471, 29);
97
            this.progressBarControl.TabIndex = 10;
98
            // 
99 965eb728 gaqhf
            // SPPIDSplashScreen
100
            // 
101
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
102 ca214bc3 gaqhf
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
103 f31645b6 gaqhf
            this.ClientSize = new System.Drawing.Size(525, 310);
104
            this.Controls.Add(this.progressBarControl);
105 ca214bc3 gaqhf
            this.Controls.Add(this.pictureEdit2);
106
            this.Controls.Add(this.pictureEdit1);
107 f31645b6 gaqhf
            this.Controls.Add(this.labelStep);
108 ca214bc3 gaqhf
            this.Controls.Add(this.labelControl1);
109 965eb728 gaqhf
            this.Name = "SPPIDSplashScreen";
110 ca214bc3 gaqhf
            this.Text = "Form1";
111
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
112
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
113 f31645b6 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).EndInit();
114 ca214bc3 gaqhf
            this.ResumeLayout(false);
115
            this.PerformLayout();
116 965eb728 gaqhf
117 ca214bc3 gaqhf
        }
118
119
        #endregion
120
        private DevExpress.XtraEditors.LabelControl labelControl1;
121 f31645b6 gaqhf
        private DevExpress.XtraEditors.LabelControl labelStep;
122 ca214bc3 gaqhf
        private DevExpress.XtraEditors.PictureEdit pictureEdit1;
123
        private DevExpress.XtraEditors.PictureEdit pictureEdit2;
124 f31645b6 gaqhf
        private DevExpress.XtraEditors.ProgressBarControl progressBarControl;
125 ca214bc3 gaqhf
    }
126
}