프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

hytos / DTI_PID / SPPIDConverter_AutoModeling / ProgressForm.Designer.cs @ 2909e094

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