版博士V2.0程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

WebFrm.Designer.cs 4.7 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. namespace MaiMuAOI.SysUI.Web
  2. {
  3. partial class WebFrm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.webView1 = new Microsoft.Web.WebView2.WinForms.WebView2();
  29. this.webView21 = new Microsoft.Web.WebView2.WinForms.WebView2();
  30. this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. ((System.ComponentModel.ISupportInitialize)(this.webView1)).BeginInit();
  33. ((System.ComponentModel.ISupportInitialize)(this.webView21)).BeginInit();
  34. this.panel1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // webView1
  38. //
  39. this.webView1.AllowExternalDrop = true;
  40. this.webView1.CreationProperties = null;
  41. this.webView1.DefaultBackgroundColor = System.Drawing.Color.White;
  42. this.webView1.Location = new System.Drawing.Point(0, 0);
  43. this.webView1.Name = "webView1";
  44. this.webView1.Size = new System.Drawing.Size(707, 424);
  45. this.webView1.TabIndex = 0;
  46. this.webView1.ZoomFactor = 1D;
  47. //
  48. // webView21
  49. //
  50. this.webView21.AllowExternalDrop = true;
  51. this.webView21.CreationProperties = null;
  52. this.webView21.DefaultBackgroundColor = System.Drawing.Color.White;
  53. this.webView21.Dock = System.Windows.Forms.DockStyle.Fill;
  54. this.webView21.Location = new System.Drawing.Point(0, 0);
  55. this.webView21.Name = "webView21";
  56. this.webView21.Size = new System.Drawing.Size(866, 487);
  57. this.webView21.TabIndex = 0;
  58. this.webView21.ZoomFactor = 1D;
  59. //
  60. // uiTitel1
  61. //
  62. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  63. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  64. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  65. this.uiTitel1.Name = "uiTitel1";
  66. this.uiTitel1.Size = new System.Drawing.Size(866, 46);
  67. this.uiTitel1.TabIndex = 29;
  68. //
  69. // panel1
  70. //
  71. this.panel1.Controls.Add(this.webView21);
  72. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  73. this.panel1.Location = new System.Drawing.Point(0, 46);
  74. this.panel1.Name = "panel1";
  75. this.panel1.Size = new System.Drawing.Size(866, 487);
  76. this.panel1.TabIndex = 30;
  77. //
  78. // WebFrm
  79. //
  80. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  81. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  82. this.ClientSize = new System.Drawing.Size(866, 533);
  83. this.Controls.Add(this.panel1);
  84. this.Controls.Add(this.uiTitel1);
  85. this.Name = "WebFrm";
  86. this.ShowIcon = false;
  87. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  88. this.Text = "查询";
  89. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  90. this.SizeChanged += new System.EventHandler(this.WebFrm_SizeChanged);
  91. ((System.ComponentModel.ISupportInitialize)(this.webView1)).EndInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.webView21)).EndInit();
  93. this.panel1.ResumeLayout(false);
  94. this.ResumeLayout(false);
  95. }
  96. #endregion
  97. private Microsoft.Web.WebView2.WinForms.WebView2 webView1;
  98. private Microsoft.Web.WebView2.WinForms.WebView2 webView21;
  99. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  100. private System.Windows.Forms.Panel panel1;
  101. }
  102. }