版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

68 строки
2.5 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmWeb
  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. ((System.ComponentModel.ISupportInitialize)(this.webView1)).BeginInit();
  30. this.SuspendLayout();
  31. //
  32. // webView1
  33. //
  34. this.webView1.AllowExternalDrop = true;
  35. this.webView1.CreationProperties = null;
  36. this.webView1.DefaultBackgroundColor = System.Drawing.Color.White;
  37. this.webView1.Dock = System.Windows.Forms.DockStyle.Fill;
  38. this.webView1.Location = new System.Drawing.Point(0, 0);
  39. this.webView1.Name = "webView1";
  40. this.webView1.Size = new System.Drawing.Size(800, 450);
  41. this.webView1.TabIndex = 0;
  42. this.webView1.ZoomFactor = 1D;
  43. //
  44. // FrmWeb
  45. //
  46. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  47. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  48. this.ClientSize = new System.Drawing.Size(800, 450);
  49. this.Controls.Add(this.webView1);
  50. this.Name = "FrmWeb";
  51. this.ShowIcon = false;
  52. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  53. this.Text = "查询";
  54. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  55. this.Load += new System.EventHandler(this.FrmWeb_Load);
  56. ((System.ComponentModel.ISupportInitialize)(this.webView1)).EndInit();
  57. this.ResumeLayout(false);
  58. }
  59. #endregion
  60. private Microsoft.Web.WebView2.WinForms.WebView2 webView1;
  61. }
  62. }