hytos / DTI_PID / SPPIDConverter_AutoModeling / ProgressForm.Designer.cs @ 4077103a
이력 | 보기 | 이력해설 | 다운로드 (8.98 KB)
1 | b33b0d0a | gaqhf | namespace SPPIDConverter_AutoModeling |
---|---|---|---|
2 | { |
||
3 | partial class ProgressForm |
||
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 | this.progressBarAll = new Telerik.WinControls.UI.RadProgressBar(); |
||
32 | this.radLabel1 = new Telerik.WinControls.UI.RadLabel(); |
||
33 | this.labelStatus = new Telerik.WinControls.UI.RadLabel(); |
||
34 | this.progressBarStatus = new Telerik.WinControls.UI.RadProgressBar(); |
||
35 | this.labelDocument = new Telerik.WinControls.UI.RadLabel(); |
||
36 | this.radLabel4 = new Telerik.WinControls.UI.RadLabel(); |
||
37 | this.btnCancel = new Telerik.WinControls.UI.RadButton(); |
||
38 | this.radLabel2 = new Telerik.WinControls.UI.RadLabel(); |
||
39 | this.labelTime = new Telerik.WinControls.UI.RadLabel(); |
||
40 | ((System.ComponentModel.ISupportInitialize)(this.progressBarAll)).BeginInit(); |
||
41 | ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit(); |
||
42 | ((System.ComponentModel.ISupportInitialize)(this.labelStatus)).BeginInit(); |
||
43 | ((System.ComponentModel.ISupportInitialize)(this.progressBarStatus)).BeginInit(); |
||
44 | ((System.ComponentModel.ISupportInitialize)(this.labelDocument)).BeginInit(); |
||
45 | ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit(); |
||
46 | ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit(); |
||
47 | ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit(); |
||
48 | ((System.ComponentModel.ISupportInitialize)(this.labelTime)).BeginInit(); |
||
49 | ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); |
||
50 | this.SuspendLayout(); |
||
51 | // |
||
52 | // progressBarAll |
||
53 | // |
||
54 | this.progressBarAll.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
||
55 | | System.Windows.Forms.AnchorStyles.Right))); |
||
56 | this.progressBarAll.Location = new System.Drawing.Point(12, 60); |
||
57 | this.progressBarAll.Maximum = 6; |
||
58 | this.progressBarAll.Name = "progressBarAll"; |
||
59 | this.progressBarAll.Size = new System.Drawing.Size(503, 24); |
||
60 | this.progressBarAll.TabIndex = 3; |
||
61 | this.progressBarAll.ThemeName = "TelerikMetroBlue"; |
||
62 | // |
||
63 | // radLabel1 |
||
64 | // |
||
65 | this.radLabel1.Location = new System.Drawing.Point(12, 6); |
||
66 | this.radLabel1.Name = "radLabel1"; |
||
67 | this.radLabel1.Size = new System.Drawing.Size(64, 18); |
||
68 | this.radLabel1.TabIndex = 4; |
||
69 | this.radLabel1.Text = "Document :"; |
||
70 | // |
||
71 | // labelStatus |
||
72 | // |
||
73 | this.labelStatus.Location = new System.Drawing.Point(101, 99); |
||
74 | this.labelStatus.Name = "labelStatus"; |
||
75 | this.labelStatus.Size = new System.Drawing.Size(40, 18); |
||
76 | this.labelStatus.TabIndex = 5; |
||
77 | this.labelStatus.Text = " "; |
||
78 | // |
||
79 | // progressBarStatus |
||
80 | // |
||
81 | this.progressBarStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
||
82 | | System.Windows.Forms.AnchorStyles.Right))); |
||
83 | this.progressBarStatus.Location = new System.Drawing.Point(12, 123); |
||
84 | this.progressBarStatus.Name = "progressBarStatus"; |
||
85 | this.progressBarStatus.Size = new System.Drawing.Size(503, 24); |
||
86 | this.progressBarStatus.TabIndex = 4; |
||
87 | this.progressBarStatus.ThemeName = "TelerikMetroBlue"; |
||
88 | // |
||
89 | // labelDocument |
||
90 | // |
||
91 | this.labelDocument.Location = new System.Drawing.Point(82, 6); |
||
92 | this.labelDocument.Name = "labelDocument"; |
||
93 | this.labelDocument.Size = new System.Drawing.Size(43, 18); |
||
94 | this.labelDocument.TabIndex = 6; |
||
95 | this.labelDocument.Text = " "; |
||
96 | // |
||
97 | // radLabel4 |
||
98 | // |
||
99 | this.radLabel4.Location = new System.Drawing.Point(12, 36); |
||
100 | this.radLabel4.Name = "radLabel4"; |
||
101 | this.radLabel4.Size = new System.Drawing.Size(140, 18); |
||
102 | this.radLabel4.TabIndex = 6; |
||
103 | this.radLabel4.Text = "Auto modeling in progress"; |
||
104 | // |
||
105 | // btnCancel |
||
106 | // |
||
107 | this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
||
108 | this.btnCancel.Location = new System.Drawing.Point(405, 168); |
||
109 | this.btnCancel.Name = "btnCancel"; |
||
110 | this.btnCancel.Size = new System.Drawing.Size(110, 24); |
||
111 | this.btnCancel.TabIndex = 7; |
||
112 | this.btnCancel.Text = "Cancel"; |
||
113 | this.btnCancel.ThemeName = "TelerikMetroBlue"; |
||
114 | this.btnCancel.Click += new System.EventHandler(this.radButtonCancel_Click); |
||
115 | // |
||
116 | // radLabel2 |
||
117 | // |
||
118 | this.radLabel2.Location = new System.Drawing.Point(12, 99); |
||
119 | this.radLabel2.Name = "radLabel2"; |
||
120 | this.radLabel2.Size = new System.Drawing.Size(83, 18); |
||
121 | this.radLabel2.TabIndex = 5; |
||
122 | this.radLabel2.Text = "Current Status :"; |
||
123 | // |
||
124 | // labelTime |
||
125 | // |
||
126 | this.labelTime.Location = new System.Drawing.Point(12, 174); |
||
127 | this.labelTime.Name = "labelTime"; |
||
128 | this.labelTime.Size = new System.Drawing.Size(25, 18); |
||
129 | this.labelTime.TabIndex = 6; |
||
130 | this.labelTime.Text = " "; |
||
131 | // |
||
132 | // ProgressForm |
||
133 | // |
||
134 | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
||
135 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
136 | this.ClientSize = new System.Drawing.Size(527, 204); |
||
137 | this.Controls.Add(this.labelTime); |
||
138 | this.Controls.Add(this.radLabel2); |
||
139 | this.Controls.Add(this.btnCancel); |
||
140 | this.Controls.Add(this.radLabel4); |
||
141 | this.Controls.Add(this.labelDocument); |
||
142 | this.Controls.Add(this.progressBarStatus); |
||
143 | this.Controls.Add(this.labelStatus); |
||
144 | this.Controls.Add(this.radLabel1); |
||
145 | this.Controls.Add(this.progressBarAll); |
||
146 | this.MaximizeBox = false; |
||
147 | this.MinimizeBox = false; |
||
148 | this.Name = "ProgressForm"; |
||
149 | // |
||
150 | // |
||
151 | // |
||
152 | this.RootElement.ApplyShapeToControl = true; |
||
153 | this.ShowIcon = false; |
||
154 | this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; |
||
155 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
||
156 | this.Text = " Converting..."; |
||
157 | this.ThemeName = "TelerikMetroBlue"; |
||
158 | ((System.ComponentModel.ISupportInitialize)(this.progressBarAll)).EndInit(); |
||
159 | ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit(); |
||
160 | ((System.ComponentModel.ISupportInitialize)(this.labelStatus)).EndInit(); |
||
161 | ((System.ComponentModel.ISupportInitialize)(this.progressBarStatus)).EndInit(); |
||
162 | ((System.ComponentModel.ISupportInitialize)(this.labelDocument)).EndInit(); |
||
163 | ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit(); |
||
164 | ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit(); |
||
165 | ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit(); |
||
166 | ((System.ComponentModel.ISupportInitialize)(this.labelTime)).EndInit(); |
||
167 | ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); |
||
168 | this.ResumeLayout(false); |
||
169 | this.PerformLayout(); |
||
170 | |||
171 | } |
||
172 | |||
173 | #endregion |
||
174 | |||
175 | private Telerik.WinControls.UI.RadProgressBar progressBarAll; |
||
176 | private Telerik.WinControls.UI.RadLabel radLabel1; |
||
177 | private Telerik.WinControls.UI.RadLabel labelStatus; |
||
178 | private Telerik.WinControls.UI.RadProgressBar progressBarStatus; |
||
179 | private Telerik.WinControls.UI.RadLabel labelDocument; |
||
180 | private Telerik.WinControls.UI.RadLabel radLabel4; |
||
181 | private Telerik.WinControls.UI.RadButton btnCancel; |
||
182 | private Telerik.WinControls.UI.RadLabel radLabel2; |
||
183 | private Telerik.WinControls.UI.RadLabel labelTime; |
||
184 | } |
||
185 | } |