프로젝트

일반

사용자정보

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

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

이력 | 보기 | 이력해설 | 다운로드 (6.33 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
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SPPIDSplashScreen));
32
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
33
            this.labelStep = new DevExpress.XtraEditors.LabelControl();
34
            this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
35
            this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
36
            this.progressBarControl = new DevExpress.XtraEditors.ProgressBarControl();
37
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
38
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
39
            ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).BeginInit();
40
            this.SuspendLayout();
41
            // 
42
            // labelControl1
43
            // 
44
            this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
45
            this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
46
            this.labelControl1.Location = new System.Drawing.Point(27, 279);
47
            this.labelControl1.Name = "labelControl1";
48
            this.labelControl1.Size = new System.Drawing.Size(52, 14);
49
            this.labelControl1.TabIndex = 6;
50
            this.labelControl1.Text = "Copyright";
51
            // 
52
            // labelStep
53
            // 
54
            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
            // 
62
            // pictureEdit2
63
            // 
64
            this.pictureEdit2.EditValue = ((object)(resources.GetObject("pictureEdit2.EditValue")));
65
            this.pictureEdit2.Location = new System.Drawing.Point(14, 11);
66
            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
            this.pictureEdit2.Size = new System.Drawing.Size(497, 166);
73
            this.pictureEdit2.TabIndex = 9;
74
            // 
75
            // pictureEdit1
76
            // 
77
            this.pictureEdit1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
78
            this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
79
            this.pictureEdit1.Location = new System.Drawing.Point(324, 261);
80
            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
            this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
87
            this.pictureEdit1.Size = new System.Drawing.Size(187, 44);
88
            this.pictureEdit1.TabIndex = 8;
89
            // 
90
            // 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
            // SPPIDSplashScreen
100
            // 
101
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
102
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
103
            this.ClientSize = new System.Drawing.Size(525, 310);
104
            this.Controls.Add(this.progressBarControl);
105
            this.Controls.Add(this.pictureEdit2);
106
            this.Controls.Add(this.pictureEdit1);
107
            this.Controls.Add(this.labelStep);
108
            this.Controls.Add(this.labelControl1);
109
            this.Name = "SPPIDSplashScreen";
110
            this.Text = "Form1";
111
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
112
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
113
            ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).EndInit();
114
            this.ResumeLayout(false);
115
            this.PerformLayout();
116

    
117
        }
118

    
119
        #endregion
120
        private DevExpress.XtraEditors.LabelControl labelControl1;
121
        private DevExpress.XtraEditors.LabelControl labelStep;
122
        private DevExpress.XtraEditors.PictureEdit pictureEdit1;
123
        private DevExpress.XtraEditors.PictureEdit pictureEdit2;
124
        private DevExpress.XtraEditors.ProgressBarControl progressBarControl;
125
    }
126
}
클립보드 이미지 추가 (최대 크기: 500 MB)