|
- namespace MaiMuAOI.SysUI.Web
- {
- partial class WebFrm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.webView1 = new Microsoft.Web.WebView2.WinForms.WebView2();
- this.webView21 = new Microsoft.Web.WebView2.WinForms.WebView2();
- this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
- this.panel1 = new System.Windows.Forms.Panel();
- ((System.ComponentModel.ISupportInitialize)(this.webView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.webView21)).BeginInit();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // webView1
- //
- this.webView1.AllowExternalDrop = true;
- this.webView1.CreationProperties = null;
- this.webView1.DefaultBackgroundColor = System.Drawing.Color.White;
- this.webView1.Location = new System.Drawing.Point(0, 0);
- this.webView1.Name = "webView1";
- this.webView1.Size = new System.Drawing.Size(707, 424);
- this.webView1.TabIndex = 0;
- this.webView1.ZoomFactor = 1D;
- //
- // webView21
- //
- this.webView21.AllowExternalDrop = true;
- this.webView21.CreationProperties = null;
- this.webView21.DefaultBackgroundColor = System.Drawing.Color.White;
- this.webView21.Dock = System.Windows.Forms.DockStyle.Fill;
- this.webView21.Location = new System.Drawing.Point(0, 0);
- this.webView21.Name = "webView21";
- this.webView21.Size = new System.Drawing.Size(866, 487);
- this.webView21.TabIndex = 0;
- this.webView21.ZoomFactor = 1D;
- //
- // uiTitel1
- //
- this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
- this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.uiTitel1.Location = new System.Drawing.Point(0, 0);
- this.uiTitel1.Name = "uiTitel1";
- this.uiTitel1.Size = new System.Drawing.Size(866, 46);
- this.uiTitel1.TabIndex = 29;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.webView21);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 46);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(866, 487);
- this.panel1.TabIndex = 30;
- //
- // WebFrm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(866, 533);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.uiTitel1);
- this.Name = "WebFrm";
- this.ShowIcon = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "查询";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.SizeChanged += new System.EventHandler(this.WebFrm_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.webView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.webView21)).EndInit();
- this.panel1.ResumeLayout(false);
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private Microsoft.Web.WebView2.WinForms.WebView2 webView1;
- private Microsoft.Web.WebView2.WinForms.WebView2 webView21;
- private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
- private System.Windows.Forms.Panel panel1;
- }
- }
|