32 |
32 |
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
33 |
33 |
this.labelStep = new DevExpress.XtraEditors.LabelControl();
|
34 |
34 |
this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
|
35 |
|
this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
|
|
35 |
this.pictureEditLogo = new DevExpress.XtraEditors.PictureEdit();
|
36 |
36 |
this.progressBarControl = new DevExpress.XtraEditors.ProgressBarControl();
|
|
37 |
this.labelDocument = new DevExpress.XtraEditors.LabelControl();
|
37 |
38 |
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
|
38 |
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
|
|
39 |
((System.ComponentModel.ISupportInitialize)(this.pictureEditLogo.Properties)).BeginInit();
|
39 |
40 |
((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).BeginInit();
|
40 |
41 |
this.SuspendLayout();
|
41 |
42 |
//
|
... | ... | |
43 |
44 |
//
|
44 |
45 |
this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
45 |
46 |
this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
46 |
|
this.labelControl1.Location = new System.Drawing.Point(27, 279);
|
|
47 |
this.labelControl1.Location = new System.Drawing.Point(27, 304);
|
47 |
48 |
this.labelControl1.Name = "labelControl1";
|
48 |
49 |
this.labelControl1.Size = new System.Drawing.Size(52, 14);
|
49 |
50 |
this.labelControl1.TabIndex = 6;
|
... | ... | |
51 |
52 |
//
|
52 |
53 |
// labelStep
|
53 |
54 |
//
|
|
55 |
this.labelStep.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
54 |
56 |
this.labelStep.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
55 |
57 |
this.labelStep.Appearance.Options.UseFont = true;
|
56 |
|
this.labelStep.Location = new System.Drawing.Point(27, 199);
|
|
58 |
this.labelStep.Location = new System.Drawing.Point(27, 224);
|
57 |
59 |
this.labelStep.Name = "labelStep";
|
58 |
60 |
this.labelStep.Size = new System.Drawing.Size(57, 16);
|
59 |
61 |
this.labelStep.TabIndex = 7;
|
... | ... | |
72 |
74 |
this.pictureEdit2.Size = new System.Drawing.Size(497, 166);
|
73 |
75 |
this.pictureEdit2.TabIndex = 9;
|
74 |
76 |
//
|
75 |
|
// pictureEdit1
|
|
77 |
// pictureEditLogo
|
76 |
78 |
//
|
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;
|
|
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;
|
89 |
91 |
//
|
90 |
92 |
// progressBarControl
|
91 |
93 |
//
|
92 |
|
this.progressBarControl.Location = new System.Drawing.Point(27, 221);
|
|
94 |
this.progressBarControl.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
95 |
this.progressBarControl.Location = new System.Drawing.Point(27, 246);
|
93 |
96 |
this.progressBarControl.Name = "progressBarControl";
|
94 |
97 |
this.progressBarControl.Properties.ShowTitle = true;
|
95 |
98 |
this.progressBarControl.Properties.Step = 1;
|
96 |
99 |
this.progressBarControl.Size = new System.Drawing.Size(471, 29);
|
97 |
100 |
this.progressBarControl.TabIndex = 10;
|
98 |
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 |
//
|
99 |
113 |
// SPPIDSplashScreen
|
100 |
114 |
//
|
101 |
115 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
102 |
116 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
103 |
|
this.ClientSize = new System.Drawing.Size(525, 310);
|
|
117 |
this.ClientSize = new System.Drawing.Size(525, 335);
|
|
118 |
this.Controls.Add(this.labelDocument);
|
104 |
119 |
this.Controls.Add(this.progressBarControl);
|
105 |
120 |
this.Controls.Add(this.pictureEdit2);
|
106 |
|
this.Controls.Add(this.pictureEdit1);
|
|
121 |
this.Controls.Add(this.pictureEditLogo);
|
107 |
122 |
this.Controls.Add(this.labelStep);
|
108 |
123 |
this.Controls.Add(this.labelControl1);
|
109 |
124 |
this.Name = "SPPIDSplashScreen";
|
110 |
125 |
this.Text = "Form1";
|
111 |
126 |
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
|
112 |
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
|
|
127 |
((System.ComponentModel.ISupportInitialize)(this.pictureEditLogo.Properties)).EndInit();
|
113 |
128 |
((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).EndInit();
|
114 |
129 |
this.ResumeLayout(false);
|
115 |
130 |
this.PerformLayout();
|
... | ... | |
119 |
134 |
#endregion
|
120 |
135 |
private DevExpress.XtraEditors.LabelControl labelControl1;
|
121 |
136 |
private DevExpress.XtraEditors.LabelControl labelStep;
|
122 |
|
private DevExpress.XtraEditors.PictureEdit pictureEdit1;
|
|
137 |
private DevExpress.XtraEditors.PictureEdit pictureEditLogo;
|
123 |
138 |
private DevExpress.XtraEditors.PictureEdit pictureEdit2;
|
124 |
139 |
private DevExpress.XtraEditors.ProgressBarControl progressBarControl;
|
|
140 |
private DevExpress.XtraEditors.LabelControl labelDocument;
|
125 |
141 |
}
|
126 |
142 |
}
|