hytos / DTI_PID / SPPIDConverter / Form / SPPIDSplashScreen.Designer.cs @ 91e72bfe
이력 | 보기 | 이력해설 | 다운로드 (8.44 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 | 3e5292ae | gaqhf | this.components = new System.ComponentModel.Container(); |
32 | ca214bc3 | gaqhf | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SPPIDSplashScreen)); |
33 | this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); |
||
34 | f31645b6 | gaqhf | this.labelStep = new DevExpress.XtraEditors.LabelControl(); |
35 | ca214bc3 | gaqhf | this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit(); |
36 | d5ec4d0f | gaqhf | this.pictureEditLogo = new DevExpress.XtraEditors.PictureEdit(); |
37 | f31645b6 | gaqhf | this.progressBarControl = new DevExpress.XtraEditors.ProgressBarControl(); |
38 | d5ec4d0f | gaqhf | this.labelDocument = new DevExpress.XtraEditors.LabelControl(); |
39 | 3e5292ae | gaqhf | this.timer = new System.Windows.Forms.Timer(this.components); |
40 | this.labelTime = new DevExpress.XtraEditors.LabelControl(); |
||
41 | ca214bc3 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit(); |
42 | d5ec4d0f | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.pictureEditLogo.Properties)).BeginInit(); |
43 | f31645b6 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).BeginInit(); |
44 | ca214bc3 | gaqhf | this.SuspendLayout(); |
45 | 965eb728 | gaqhf | // |
46 | ca214bc3 | gaqhf | // labelControl1 |
47 | 965eb728 | gaqhf | // |
48 | f31645b6 | gaqhf | this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Bottom; |
49 | ca214bc3 | gaqhf | this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; |
50 | d5ec4d0f | gaqhf | this.labelControl1.Location = new System.Drawing.Point(27, 304); |
51 | ca214bc3 | gaqhf | this.labelControl1.Name = "labelControl1"; |
52 | 965eb728 | gaqhf | this.labelControl1.Size = new System.Drawing.Size(52, 14); |
53 | ca214bc3 | gaqhf | this.labelControl1.TabIndex = 6; |
54 | this.labelControl1.Text = "Copyright"; |
||
55 | 965eb728 | gaqhf | // |
56 | f31645b6 | gaqhf | // labelStep |
57 | 965eb728 | gaqhf | // |
58 | d5ec4d0f | gaqhf | this.labelStep.Anchor = System.Windows.Forms.AnchorStyles.Bottom; |
59 | f31645b6 | gaqhf | this.labelStep.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
60 | this.labelStep.Appearance.Options.UseFont = true; |
||
61 | d5ec4d0f | gaqhf | this.labelStep.Location = new System.Drawing.Point(27, 224); |
62 | f31645b6 | gaqhf | 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 | 965eb728 | gaqhf | // |
67 | ca214bc3 | gaqhf | // pictureEdit2 |
68 | 965eb728 | gaqhf | // |
69 | ca214bc3 | gaqhf | this.pictureEdit2.EditValue = ((object)(resources.GetObject("pictureEdit2.EditValue"))); |
70 | 965eb728 | gaqhf | this.pictureEdit2.Location = new System.Drawing.Point(14, 11); |
71 | ca214bc3 | gaqhf | 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 | 965eb728 | gaqhf | this.pictureEdit2.Size = new System.Drawing.Size(497, 166); |
78 | ca214bc3 | gaqhf | this.pictureEdit2.TabIndex = 9; |
79 | 965eb728 | gaqhf | // |
80 | d5ec4d0f | gaqhf | // pictureEditLogo |
81 | 965eb728 | gaqhf | // |
82 | d5ec4d0f | gaqhf | 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 | 965eb728 | gaqhf | // |
95 | f31645b6 | gaqhf | // progressBarControl |
96 | // |
||
97 | d5ec4d0f | gaqhf | this.progressBarControl.Anchor = System.Windows.Forms.AnchorStyles.Bottom; |
98 | this.progressBarControl.Location = new System.Drawing.Point(27, 246); |
||
99 | f31645b6 | gaqhf | 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 | d5ec4d0f | gaqhf | // 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 | 3e5292ae | gaqhf | // 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 | 965eb728 | gaqhf | // SPPIDSplashScreen |
132 | // |
||
133 | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
||
134 | ca214bc3 | gaqhf | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
135 | d5ec4d0f | gaqhf | this.ClientSize = new System.Drawing.Size(525, 335); |
136 | 3e5292ae | gaqhf | this.Controls.Add(this.labelTime); |
137 | d5ec4d0f | gaqhf | this.Controls.Add(this.labelDocument); |
138 | f31645b6 | gaqhf | this.Controls.Add(this.progressBarControl); |
139 | ca214bc3 | gaqhf | this.Controls.Add(this.pictureEdit2); |
140 | d5ec4d0f | gaqhf | this.Controls.Add(this.pictureEditLogo); |
141 | f31645b6 | gaqhf | this.Controls.Add(this.labelStep); |
142 | ca214bc3 | gaqhf | this.Controls.Add(this.labelControl1); |
143 | 965eb728 | gaqhf | this.Name = "SPPIDSplashScreen"; |
144 | b2d1c1aa | gaqhf | this.Text = "Converting..."; |
145 | this.Load += new System.EventHandler(this.SPPIDSplashScreen_Load); |
||
146 | ca214bc3 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit(); |
147 | d5ec4d0f | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.pictureEditLogo.Properties)).EndInit(); |
148 | f31645b6 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).EndInit(); |
149 | ca214bc3 | gaqhf | this.ResumeLayout(false); |
150 | this.PerformLayout(); |
||
151 | 965eb728 | gaqhf | |
152 | ca214bc3 | gaqhf | } |
153 | |||
154 | #endregion |
||
155 | private DevExpress.XtraEditors.LabelControl labelControl1; |
||
156 | f31645b6 | gaqhf | private DevExpress.XtraEditors.LabelControl labelStep; |
157 | d5ec4d0f | gaqhf | private DevExpress.XtraEditors.PictureEdit pictureEditLogo; |
158 | ca214bc3 | gaqhf | private DevExpress.XtraEditors.PictureEdit pictureEdit2; |
159 | f31645b6 | gaqhf | private DevExpress.XtraEditors.ProgressBarControl progressBarControl; |
160 | d5ec4d0f | gaqhf | private DevExpress.XtraEditors.LabelControl labelDocument; |
161 | 3e5292ae | gaqhf | private System.Windows.Forms.Timer timer; |
162 | private DevExpress.XtraEditors.LabelControl labelTime; |
||
163 | ca214bc3 | gaqhf | } |
164 | } |