| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | webViewControl1 = new Yw.WinFrmUI.WebViewControl(); |
| | | webViewControl1 = new WebViewControl(); |
| | | SuspendLayout(); |
| | | // |
| | | // webViewControl1 |
| | | // |
| | | webViewControl1.BorderColor = Color.LightGray; |
| | | webViewControl1.BorderWidth = 1; |
| | | webViewControl1.Dock = DockStyle.Fill; |
| | | webViewControl1.Location = new Point(0, 0); |
| | | webViewControl1.Location = new Point(1, 1); |
| | | webViewControl1.Name = "webViewControl1"; |
| | | webViewControl1.Size = new Size(150, 150); |
| | | webViewControl1.ShowBorder = true; |
| | | webViewControl1.Size = new Size(148, 148); |
| | | webViewControl1.TabIndex = 0; |
| | | // |
| | | // MapViewProjectListContainer |
| | |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | Controls.Add(webViewControl1); |
| | | Name = "MapViewProjectListContainer"; |
| | | Padding = new Padding(1); |
| | | ResumeLayout(false); |
| | | } |
| | | |