hytos / ID2.Manager / ID2.Manager / Controls / CommentViewer.Designer.cs @ 7aa369fc
이력 | 보기 | 이력해설 | 다운로드 (9.24 KB)
1 |
|
---|---|
2 |
namespace ID2.Manager.Controls |
3 |
{ |
4 |
partial class CommentViewer |
5 |
{ |
6 |
/// <summary> |
7 |
/// 필수 디자이너 변수입니다. |
8 |
/// </summary> |
9 |
private System.ComponentModel.IContainer components = null; |
10 |
|
11 |
/// <summary> |
12 |
/// 사용 중인 모든 리소스를 정리합니다. |
13 |
/// </summary> |
14 |
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param> |
15 |
protected override void Dispose(bool disposing) |
16 |
{ |
17 |
if (disposing && (components != null)) |
18 |
{ |
19 |
components.Dispose(); |
20 |
} |
21 |
base.Dispose(disposing); |
22 |
} |
23 |
|
24 |
#region 구성 요소 디자이너에서 생성한 코드 |
25 |
|
26 |
/// <summary> |
27 |
/// 디자이너 지원에 필요한 메서드입니다. |
28 |
/// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. |
29 |
/// </summary> |
30 |
private void InitializeComponent() |
31 |
{ |
32 |
this.radPageView1 = new Telerik.WinControls.UI.RadPageView(); |
33 |
this.radPageViewComment = new Telerik.WinControls.UI.RadPageView(); |
34 |
this.radPageViewPageReview = new Telerik.WinControls.UI.RadPageViewPage(); |
35 |
this.radSplitContainerReview = new Telerik.WinControls.UI.RadSplitContainer(); |
36 |
this.panelReview = new Telerik.WinControls.UI.SplitPanel(); |
37 |
this.radPageViewPageValidation = new Telerik.WinControls.UI.RadPageViewPage(); |
38 |
this.radSplitContainerValidation = new Telerik.WinControls.UI.RadSplitContainer(); |
39 |
this.panelValidation = new Telerik.WinControls.UI.SplitPanel(); |
40 |
((System.ComponentModel.ISupportInitialize)(this.radPageView1)).BeginInit(); |
41 |
((System.ComponentModel.ISupportInitialize)(this.radPageViewComment)).BeginInit(); |
42 |
this.radPageViewComment.SuspendLayout(); |
43 |
this.radPageViewPageReview.SuspendLayout(); |
44 |
((System.ComponentModel.ISupportInitialize)(this.radSplitContainerReview)).BeginInit(); |
45 |
this.radSplitContainerReview.SuspendLayout(); |
46 |
((System.ComponentModel.ISupportInitialize)(this.panelReview)).BeginInit(); |
47 |
this.radPageViewPageValidation.SuspendLayout(); |
48 |
((System.ComponentModel.ISupportInitialize)(this.radSplitContainerValidation)).BeginInit(); |
49 |
this.radSplitContainerValidation.SuspendLayout(); |
50 |
((System.ComponentModel.ISupportInitialize)(this.panelValidation)).BeginInit(); |
51 |
this.SuspendLayout(); |
52 |
// |
53 |
// radPageView1 |
54 |
// |
55 |
this.radPageView1.Location = new System.Drawing.Point(208, 139); |
56 |
this.radPageView1.Name = "radPageView1"; |
57 |
this.radPageView1.Size = new System.Drawing.Size(8, 8); |
58 |
this.radPageView1.TabIndex = 0; |
59 |
// |
60 |
// radPageViewComment |
61 |
// |
62 |
this.radPageViewComment.Controls.Add(this.radPageViewPageReview); |
63 |
this.radPageViewComment.Controls.Add(this.radPageViewPageValidation); |
64 |
this.radPageViewComment.Dock = System.Windows.Forms.DockStyle.Fill; |
65 |
this.radPageViewComment.Location = new System.Drawing.Point(0, 0); |
66 |
this.radPageViewComment.Name = "radPageViewComment"; |
67 |
this.radPageViewComment.SelectedPage = this.radPageViewPageReview; |
68 |
this.radPageViewComment.Size = new System.Drawing.Size(150, 100); |
69 |
this.radPageViewComment.TabIndex = 0; |
70 |
// |
71 |
// radPageViewPageReview |
72 |
// |
73 |
this.radPageViewPageReview.Controls.Add(this.radSplitContainerReview); |
74 |
this.radPageViewPageReview.ItemSize = new System.Drawing.SizeF(39F, 28F); |
75 |
this.radPageViewPageReview.Location = new System.Drawing.Point(10, 37); |
76 |
this.radPageViewPageReview.Name = "radPageViewPageReview"; |
77 |
this.radPageViewPageReview.Size = new System.Drawing.Size(129, 52); |
78 |
this.radPageViewPageReview.Text = "검토"; |
79 |
// |
80 |
// radSplitContainerReview |
81 |
// |
82 |
this.radSplitContainerReview.Controls.Add(this.panelReview); |
83 |
this.radSplitContainerReview.Dock = System.Windows.Forms.DockStyle.Fill; |
84 |
this.radSplitContainerReview.Location = new System.Drawing.Point(0, 0); |
85 |
this.radSplitContainerReview.Name = "radSplitContainerReview"; |
86 |
// |
87 |
// |
88 |
// |
89 |
this.radSplitContainerReview.RootElement.MinSize = new System.Drawing.Size(25, 25); |
90 |
this.radSplitContainerReview.Size = new System.Drawing.Size(129, 52); |
91 |
this.radSplitContainerReview.TabIndex = 0; |
92 |
this.radSplitContainerReview.TabStop = false; |
93 |
// |
94 |
// panelReview |
95 |
// |
96 |
this.panelReview.Dock = System.Windows.Forms.DockStyle.Fill; |
97 |
this.panelReview.Location = new System.Drawing.Point(0, 0); |
98 |
this.panelReview.Name = "panelReview"; |
99 |
// |
100 |
// |
101 |
// |
102 |
this.panelReview.RootElement.MinSize = new System.Drawing.Size(25, 25); |
103 |
this.panelReview.Size = new System.Drawing.Size(129, 52); |
104 |
this.panelReview.TabIndex = 0; |
105 |
this.panelReview.TabStop = false; |
106 |
this.panelReview.Text = "splitPanel1"; |
107 |
// |
108 |
// radPageViewPageValidation |
109 |
// |
110 |
this.radPageViewPageValidation.Controls.Add(this.radSplitContainerValidation); |
111 |
this.radPageViewPageValidation.ItemSize = new System.Drawing.SizeF(39F, 28F); |
112 |
this.radPageViewPageValidation.Location = new System.Drawing.Point(10, 37); |
113 |
this.radPageViewPageValidation.Name = "radPageViewPageValidation"; |
114 |
this.radPageViewPageValidation.Size = new System.Drawing.Size(129, 52); |
115 |
this.radPageViewPageValidation.Text = "검증"; |
116 |
// |
117 |
// radSplitContainerValidation |
118 |
// |
119 |
this.radSplitContainerValidation.Controls.Add(this.panelValidation); |
120 |
this.radSplitContainerValidation.Dock = System.Windows.Forms.DockStyle.Fill; |
121 |
this.radSplitContainerValidation.Location = new System.Drawing.Point(0, 0); |
122 |
this.radSplitContainerValidation.Name = "radSplitContainerValidation"; |
123 |
// |
124 |
// |
125 |
// |
126 |
this.radSplitContainerValidation.RootElement.MinSize = new System.Drawing.Size(25, 25); |
127 |
this.radSplitContainerValidation.Size = new System.Drawing.Size(129, 52); |
128 |
this.radSplitContainerValidation.TabIndex = 0; |
129 |
this.radSplitContainerValidation.TabStop = false; |
130 |
// |
131 |
// panelValidation |
132 |
// |
133 |
this.panelValidation.Dock = System.Windows.Forms.DockStyle.Fill; |
134 |
this.panelValidation.Location = new System.Drawing.Point(0, 0); |
135 |
this.panelValidation.Name = "panelValidation"; |
136 |
// |
137 |
// |
138 |
// |
139 |
this.panelValidation.RootElement.MinSize = new System.Drawing.Size(25, 25); |
140 |
this.panelValidation.Size = new System.Drawing.Size(129, 52); |
141 |
this.panelValidation.TabIndex = 0; |
142 |
this.panelValidation.TabStop = false; |
143 |
this.panelValidation.Text = "splitPanel1"; |
144 |
// |
145 |
// CommentViewer |
146 |
// |
147 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
148 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
149 |
this.AutoSize = true; |
150 |
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
151 |
this.Controls.Add(this.radPageViewComment); |
152 |
this.MinimumSize = new System.Drawing.Size(150, 100); |
153 |
this.Name = "CommentViewer"; |
154 |
this.Size = new System.Drawing.Size(150, 100); |
155 |
((System.ComponentModel.ISupportInitialize)(this.radPageView1)).EndInit(); |
156 |
((System.ComponentModel.ISupportInitialize)(this.radPageViewComment)).EndInit(); |
157 |
this.radPageViewComment.ResumeLayout(false); |
158 |
this.radPageViewPageReview.ResumeLayout(false); |
159 |
((System.ComponentModel.ISupportInitialize)(this.radSplitContainerReview)).EndInit(); |
160 |
this.radSplitContainerReview.ResumeLayout(false); |
161 |
((System.ComponentModel.ISupportInitialize)(this.panelReview)).EndInit(); |
162 |
this.radPageViewPageValidation.ResumeLayout(false); |
163 |
((System.ComponentModel.ISupportInitialize)(this.radSplitContainerValidation)).EndInit(); |
164 |
this.radSplitContainerValidation.ResumeLayout(false); |
165 |
((System.ComponentModel.ISupportInitialize)(this.panelValidation)).EndInit(); |
166 |
this.ResumeLayout(false); |
167 |
|
168 |
} |
169 |
|
170 |
#endregion |
171 |
|
172 |
private Telerik.WinControls.UI.RadPageView radPageView1; |
173 |
private Telerik.WinControls.UI.RadPageView radPageViewComment; |
174 |
private Telerik.WinControls.UI.RadPageViewPage radPageViewPageReview; |
175 |
private Telerik.WinControls.UI.RadSplitContainer radSplitContainerReview; |
176 |
private Telerik.WinControls.UI.RadPageViewPage radPageViewPageValidation; |
177 |
private Telerik.WinControls.UI.RadSplitContainer radSplitContainerValidation; |
178 |
private Telerik.WinControls.UI.SplitPanel panelReview; |
179 |
private Telerik.WinControls.UI.SplitPanel panelValidation; |
180 |
} |
181 |
} |