개정판 f31645b6
dev issue #000 : progressBarControl 추가
Change-Id: I55520ddd338eb9054466e1e3e21e9c859b4f9d92
DTI_PID/SPPIDConverter/Form/SPPIDSplashScreen.Designer.cs | ||
---|---|---|
29 | 29 |
private void InitializeComponent() |
30 | 30 |
{ |
31 | 31 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SPPIDSplashScreen)); |
32 |
this.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl(); |
|
33 | 32 |
this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); |
34 |
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
33 |
this.labelStep = new DevExpress.XtraEditors.LabelControl();
|
|
35 | 34 |
this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit(); |
36 | 35 |
this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit(); |
37 |
((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit();
|
|
36 |
this.progressBarControl = new DevExpress.XtraEditors.ProgressBarControl();
|
|
38 | 37 |
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit(); |
39 | 38 |
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit(); |
39 |
((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).BeginInit(); |
|
40 | 40 |
this.SuspendLayout(); |
41 | 41 |
// |
42 |
// marqueeProgressBarControl1 |
|
43 |
// |
|
44 |
this.marqueeProgressBarControl1.EditValue = 0; |
|
45 |
this.marqueeProgressBarControl1.Location = new System.Drawing.Point(27, 221); |
|
46 |
this.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1"; |
|
47 |
this.marqueeProgressBarControl1.Size = new System.Drawing.Size(471, 11); |
|
48 |
this.marqueeProgressBarControl1.TabIndex = 5; |
|
49 |
// |
|
50 | 42 |
// labelControl1 |
51 | 43 |
// |
44 |
this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Bottom; |
|
52 | 45 |
this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; |
53 |
this.labelControl1.Location = new System.Drawing.Point(27, 264);
|
|
46 |
this.labelControl1.Location = new System.Drawing.Point(27, 279);
|
|
54 | 47 |
this.labelControl1.Name = "labelControl1"; |
55 | 48 |
this.labelControl1.Size = new System.Drawing.Size(52, 14); |
56 | 49 |
this.labelControl1.TabIndex = 6; |
57 | 50 |
this.labelControl1.Text = "Copyright"; |
58 | 51 |
// |
59 |
// labelControl2
|
|
52 |
// labelStep
|
|
60 | 53 |
// |
61 |
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
62 |
this.labelControl2.Appearance.Options.UseFont = true;
|
|
63 |
this.labelControl2.Location = new System.Drawing.Point(27, 190);
|
|
64 |
this.labelControl2.Name = "labelControl2";
|
|
65 |
this.labelControl2.Size = new System.Drawing.Size(57, 16);
|
|
66 |
this.labelControl2.TabIndex = 7;
|
|
67 |
this.labelControl2.Text = "Starting...";
|
|
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...";
|
|
68 | 61 |
// |
69 | 62 |
// pictureEdit2 |
70 | 63 |
// |
... | ... | |
81 | 74 |
// |
82 | 75 |
// pictureEdit1 |
83 | 76 |
// |
77 |
this.pictureEdit1.Anchor = System.Windows.Forms.AnchorStyles.Bottom; |
|
84 | 78 |
this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue"))); |
85 |
this.pictureEdit1.Location = new System.Drawing.Point(324, 246);
|
|
79 |
this.pictureEdit1.Location = new System.Drawing.Point(324, 261);
|
|
86 | 80 |
this.pictureEdit1.Name = "pictureEdit1"; |
87 | 81 |
this.pictureEdit1.Properties.AllowFocused = false; |
88 | 82 |
this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; |
... | ... | |
93 | 87 |
this.pictureEdit1.Size = new System.Drawing.Size(187, 44); |
94 | 88 |
this.pictureEdit1.TabIndex = 8; |
95 | 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 |
// |
|
96 | 99 |
// SPPIDSplashScreen |
97 | 100 |
// |
98 | 101 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
99 | 102 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
100 |
this.ClientSize = new System.Drawing.Size(525, 295); |
|
103 |
this.ClientSize = new System.Drawing.Size(525, 310); |
|
104 |
this.Controls.Add(this.progressBarControl); |
|
101 | 105 |
this.Controls.Add(this.pictureEdit2); |
102 | 106 |
this.Controls.Add(this.pictureEdit1); |
103 |
this.Controls.Add(this.labelControl2);
|
|
107 |
this.Controls.Add(this.labelStep);
|
|
104 | 108 |
this.Controls.Add(this.labelControl1); |
105 |
this.Controls.Add(this.marqueeProgressBarControl1); |
|
106 | 109 |
this.Name = "SPPIDSplashScreen"; |
107 | 110 |
this.Text = "Form1"; |
108 |
((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit(); |
|
109 | 111 |
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit(); |
110 | 112 |
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit(); |
113 |
((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).EndInit(); |
|
111 | 114 |
this.ResumeLayout(false); |
112 | 115 |
this.PerformLayout(); |
113 | 116 |
|
114 | 117 |
} |
115 | 118 |
|
116 | 119 |
#endregion |
117 |
|
|
118 |
private DevExpress.XtraEditors.MarqueeProgressBarControl marqueeProgressBarControl1; |
|
119 | 120 |
private DevExpress.XtraEditors.LabelControl labelControl1; |
120 |
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
121 |
private DevExpress.XtraEditors.LabelControl labelStep;
|
|
121 | 122 |
private DevExpress.XtraEditors.PictureEdit pictureEdit1; |
122 | 123 |
private DevExpress.XtraEditors.PictureEdit pictureEdit2; |
124 |
private DevExpress.XtraEditors.ProgressBarControl progressBarControl; |
|
123 | 125 |
} |
124 | 126 |
} |
내보내기 Unified diff