hytos / DTI_PID / SPPIDConverter / Form / SPPIDSplashScreen.Designer.cs @ 5761879d
이력 | 보기 | 이력해설 | 다운로드 (7.32 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.pictureEditLogo = new DevExpress.XtraEditors.PictureEdit(); |
36 |
this.progressBarControl = new DevExpress.XtraEditors.ProgressBarControl(); |
37 |
this.labelDocument = new DevExpress.XtraEditors.LabelControl(); |
38 |
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit(); |
39 |
((System.ComponentModel.ISupportInitialize)(this.pictureEditLogo.Properties)).BeginInit(); |
40 |
((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).BeginInit(); |
41 |
this.SuspendLayout(); |
42 |
// |
43 |
// labelControl1 |
44 |
// |
45 |
this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Bottom; |
46 |
this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; |
47 |
this.labelControl1.Location = new System.Drawing.Point(27, 304); |
48 |
this.labelControl1.Name = "labelControl1"; |
49 |
this.labelControl1.Size = new System.Drawing.Size(52, 14); |
50 |
this.labelControl1.TabIndex = 6; |
51 |
this.labelControl1.Text = "Copyright"; |
52 |
// |
53 |
// labelStep |
54 |
// |
55 |
this.labelStep.Anchor = System.Windows.Forms.AnchorStyles.Bottom; |
56 |
this.labelStep.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
57 |
this.labelStep.Appearance.Options.UseFont = true; |
58 |
this.labelStep.Location = new System.Drawing.Point(27, 224); |
59 |
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 |
// |
64 |
// pictureEdit2 |
65 |
// |
66 |
this.pictureEdit2.EditValue = ((object)(resources.GetObject("pictureEdit2.EditValue"))); |
67 |
this.pictureEdit2.Location = new System.Drawing.Point(14, 11); |
68 |
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 |
this.pictureEdit2.Size = new System.Drawing.Size(497, 166); |
75 |
this.pictureEdit2.TabIndex = 9; |
76 |
// |
77 |
// pictureEditLogo |
78 |
// |
79 |
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 |
// |
92 |
// progressBarControl |
93 |
// |
94 |
this.progressBarControl.Anchor = System.Windows.Forms.AnchorStyles.Bottom; |
95 |
this.progressBarControl.Location = new System.Drawing.Point(27, 246); |
96 |
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 |
// 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 |
// SPPIDSplashScreen |
114 |
// |
115 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
116 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
117 |
this.ClientSize = new System.Drawing.Size(525, 335); |
118 |
this.Controls.Add(this.labelDocument); |
119 |
this.Controls.Add(this.progressBarControl); |
120 |
this.Controls.Add(this.pictureEdit2); |
121 |
this.Controls.Add(this.pictureEditLogo); |
122 |
this.Controls.Add(this.labelStep); |
123 |
this.Controls.Add(this.labelControl1); |
124 |
this.Name = "SPPIDSplashScreen"; |
125 |
this.Text = "Form1"; |
126 |
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit(); |
127 |
((System.ComponentModel.ISupportInitialize)(this.pictureEditLogo.Properties)).EndInit(); |
128 |
((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).EndInit(); |
129 |
this.ResumeLayout(false); |
130 |
this.PerformLayout(); |
131 |
|
132 |
} |
133 |
|
134 |
#endregion |
135 |
private DevExpress.XtraEditors.LabelControl labelControl1; |
136 |
private DevExpress.XtraEditors.LabelControl labelStep; |
137 |
private DevExpress.XtraEditors.PictureEdit pictureEditLogo; |
138 |
private DevExpress.XtraEditors.PictureEdit pictureEdit2; |
139 |
private DevExpress.XtraEditors.ProgressBarControl progressBarControl; |
140 |
private DevExpress.XtraEditors.LabelControl labelDocument; |
141 |
} |
142 |
} |