hytos / DTI_PID / SPPIDConverter / Form / SPPIDSplashScreen.Designer.cs @ ca214bc3
이력 | 보기 | 이력해설 | 다운로드 (5.97 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.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl(); |
33 |
this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); |
34 |
this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); |
35 |
this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit(); |
36 |
this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit(); |
37 |
((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit(); |
38 |
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit(); |
39 |
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit(); |
40 |
this.SuspendLayout(); |
41 |
// |
42 |
// marqueeProgressBarControl1 |
43 |
// |
44 |
this.marqueeProgressBarControl1.EditValue = 0; |
45 |
this.marqueeProgressBarControl1.Location = new System.Drawing.Point(23, 231); |
46 |
this.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1"; |
47 |
this.marqueeProgressBarControl1.Size = new System.Drawing.Size(404, 12); |
48 |
this.marqueeProgressBarControl1.TabIndex = 5; |
49 |
// |
50 |
// labelControl1 |
51 |
// |
52 |
this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; |
53 |
this.labelControl1.Location = new System.Drawing.Point(23, 286); |
54 |
this.labelControl1.Name = "labelControl1"; |
55 |
this.labelControl1.Size = new System.Drawing.Size(115, 13); |
56 |
this.labelControl1.TabIndex = 6; |
57 |
this.labelControl1.Text = "Copyright"; |
58 |
// |
59 |
// labelControl2 |
60 |
// |
61 |
this.labelControl2.Location = new System.Drawing.Point(23, 206); |
62 |
this.labelControl2.Name = "labelControl2"; |
63 |
this.labelControl2.Size = new System.Drawing.Size(50, 13); |
64 |
this.labelControl2.TabIndex = 7; |
65 |
this.labelControl2.Text = "Starting..."; |
66 |
// |
67 |
// pictureEdit2 |
68 |
// |
69 |
this.pictureEdit2.EditValue = ((object)(resources.GetObject("pictureEdit2.EditValue"))); |
70 |
this.pictureEdit2.Location = new System.Drawing.Point(12, 12); |
71 |
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 |
this.pictureEdit2.Size = new System.Drawing.Size(426, 180); |
78 |
this.pictureEdit2.TabIndex = 9; |
79 |
// |
80 |
// pictureEdit1 |
81 |
// |
82 |
this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue"))); |
83 |
this.pictureEdit1.Location = new System.Drawing.Point(278, 266); |
84 |
this.pictureEdit1.Name = "pictureEdit1"; |
85 |
this.pictureEdit1.Properties.AllowFocused = false; |
86 |
this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; |
87 |
this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true; |
88 |
this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; |
89 |
this.pictureEdit1.Properties.ShowMenu = false; |
90 |
this.pictureEdit1.Size = new System.Drawing.Size(160, 48); |
91 |
this.pictureEdit1.TabIndex = 8; |
92 |
// |
93 |
// SplashScreen |
94 |
// |
95 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
96 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
97 |
this.ClientSize = new System.Drawing.Size(450, 320); |
98 |
this.Controls.Add(this.pictureEdit2); |
99 |
this.Controls.Add(this.pictureEdit1); |
100 |
this.Controls.Add(this.labelControl2); |
101 |
this.Controls.Add(this.labelControl1); |
102 |
this.Controls.Add(this.marqueeProgressBarControl1); |
103 |
this.Name = "Form1"; |
104 |
this.Text = "Form1"; |
105 |
((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit(); |
106 |
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit(); |
107 |
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit(); |
108 |
this.ResumeLayout(false); |
109 |
this.PerformLayout(); |
110 |
} |
111 |
|
112 |
#endregion |
113 |
|
114 |
private DevExpress.XtraEditors.MarqueeProgressBarControl marqueeProgressBarControl1; |
115 |
private DevExpress.XtraEditors.LabelControl labelControl1; |
116 |
private DevExpress.XtraEditors.LabelControl labelControl2; |
117 |
private DevExpress.XtraEditors.PictureEdit pictureEdit1; |
118 |
private DevExpress.XtraEditors.PictureEdit pictureEdit2; |
119 |
} |
120 |
} |