加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
MainForm.Designer.cs 11.91 KB
一键复制 编辑 原始数据 按行查看 历史
bensenplus 提交于 2023-02-10 09:41 . 文字修正
namespace Xbrowser
{
partial class MainForm
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.webView = new Microsoft.Web.WebView2.WinForms.WebView2();
this.address = new System.Windows.Forms.TextBox();
this.picRefresh = new System.Windows.Forms.PictureBox();
this.pictBack = new System.Windows.Forms.PictureBox();
this.pictForward = new System.Windows.Forms.PictureBox();
this.pictPrint = new System.Windows.Forms.PictureBox();
this.printWebView = new Microsoft.Web.WebView2.WinForms.WebView2();
this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.menuShowMain = new System.Windows.Forms.ToolStripMenuItem();
this.menuSettings = new System.Windows.Forms.ToolStripMenuItem();
this.memuExit = new System.Windows.Forms.ToolStripMenuItem();
((System.ComponentModel.ISupportInitialize)(this.webView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picRefresh)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictBack)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictForward)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictPrint)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.printWebView)).BeginInit();
this.contextMenuStrip.SuspendLayout();
this.SuspendLayout();
//
// webView
//
this.webView.AllowExternalDrop = true;
this.webView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.webView.BackColor = System.Drawing.SystemColors.Window;
this.webView.CreationProperties = null;
this.webView.DefaultBackgroundColor = System.Drawing.Color.White;
this.webView.Location = new System.Drawing.Point(0, 38);
this.webView.Name = "webView";
this.webView.Size = new System.Drawing.Size(1643, 1088);
this.webView.Source = new System.Uri("about:blank", System.UriKind.Absolute);
this.webView.TabIndex = 0;
this.webView.ZoomFactor = 1D;
this.webView.CoreWebView2InitializationCompleted += new System.EventHandler<Microsoft.Web.WebView2.Core.CoreWebView2InitializationCompletedEventArgs>(this.CoreWebView2InitializationCompleted);
this.webView.SourceChanged += new System.EventHandler<Microsoft.Web.WebView2.Core.CoreWebView2SourceChangedEventArgs>(this.webView_SourceChanged);
//
// address
//
this.address.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.address.Location = new System.Drawing.Point(143, 0);
this.address.Name = "address";
this.address.Size = new System.Drawing.Size(1462, 34);
this.address.TabIndex = 1;
this.address.Text = "http://www.x-emr.cn";
this.address.KeyDown += new System.Windows.Forms.KeyEventHandler(this.address_KeyDown);
//
// picRefresh
//
this.picRefresh.Image = ((System.Drawing.Image)(resources.GetObject("picRefresh.Image")));
this.picRefresh.InitialImage = null;
this.picRefresh.Location = new System.Drawing.Point(105, 0);
this.picRefresh.Name = "picRefresh";
this.picRefresh.Size = new System.Drawing.Size(32, 32);
this.picRefresh.TabIndex = 6;
this.picRefresh.TabStop = false;
this.picRefresh.Click += new System.EventHandler(this.picRefresh_Click);
//
// pictBack
//
this.pictBack.Image = ((System.Drawing.Image)(resources.GetObject("pictBack.Image")));
this.pictBack.InitialImage = null;
this.pictBack.Location = new System.Drawing.Point(0, 0);
this.pictBack.Name = "pictBack";
this.pictBack.Size = new System.Drawing.Size(32, 32);
this.pictBack.TabIndex = 7;
this.pictBack.TabStop = false;
this.pictBack.Click += new System.EventHandler(this.btnBack_Click);
//
// pictForward
//
this.pictForward.Image = ((System.Drawing.Image)(resources.GetObject("pictForward.Image")));
this.pictForward.InitialImage = null;
this.pictForward.Location = new System.Drawing.Point(53, 0);
this.pictForward.Name = "pictForward";
this.pictForward.Size = new System.Drawing.Size(32, 32);
this.pictForward.TabIndex = 8;
this.pictForward.TabStop = false;
this.pictForward.Click += new System.EventHandler(this.btnForward_Click);
//
// pictPrint
//
this.pictPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pictPrint.Image = ((System.Drawing.Image)(resources.GetObject("pictPrint.Image")));
this.pictPrint.InitialImage = null;
this.pictPrint.Location = new System.Drawing.Point(1611, 2);
this.pictPrint.Name = "pictPrint";
this.pictPrint.Size = new System.Drawing.Size(32, 32);
this.pictPrint.TabIndex = 9;
this.pictPrint.TabStop = false;
this.pictPrint.Click += new System.EventHandler(this.btnPrint_Click);
//
// printWebView
//
this.printWebView.AllowExternalDrop = true;
this.printWebView.CreationProperties = null;
this.printWebView.DefaultBackgroundColor = System.Drawing.Color.White;
this.printWebView.Location = new System.Drawing.Point(1311, 73);
this.printWebView.Name = "printWebView";
this.printWebView.Size = new System.Drawing.Size(294, 184);
this.printWebView.Source = new System.Uri("about:config", System.UriKind.Absolute);
this.printWebView.TabIndex = 10;
this.printWebView.ZoomFactor = 1D;
this.printWebView.NavigationCompleted += new System.EventHandler<Microsoft.Web.WebView2.Core.CoreWebView2NavigationCompletedEventArgs>(this.printWebView_NavigationCompleted);
//
// notifyIcon
//
this.notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
this.notifyIcon.BalloonTipText = "X-Brower";
this.notifyIcon.ContextMenuStrip = this.contextMenuStrip;
this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
this.notifyIcon.Text = "X-Brower";
this.notifyIcon.Visible = true;
this.notifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseDoubleClick);
//
// contextMenuStrip
//
this.contextMenuStrip.ImageScalingSize = new System.Drawing.Size(28, 28);
this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuShowMain,
this.menuSettings,
this.memuExit});
this.contextMenuStrip.Name = "contextMenuStrip";
this.contextMenuStrip.Size = new System.Drawing.Size(271, 144);
//
// menuShowMain
//
this.menuShowMain.Name = "menuShowMain";
this.menuShowMain.Size = new System.Drawing.Size(270, 34);
this.menuShowMain.Text = "显示浏览器";
this.menuShowMain.Click += new System.EventHandler(this.menuShowMain_Click);
//
// menuSettings
//
this.menuSettings.Name = "menuSettings";
this.menuSettings.Size = new System.Drawing.Size(270, 34);
this.menuSettings.Text = "打印设置";
this.menuSettings.Click += new System.EventHandler(this.menuSettings_Click);
//
// memuExit
//
this.memuExit.Name = "memuExit";
this.memuExit.Size = new System.Drawing.Size(270, 34);
this.memuExit.Text = "退出";
this.memuExit.Click += new System.EventHandler(this.memuExit_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 28F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1650, 1129);
this.Controls.Add(this.pictPrint);
this.Controls.Add(this.pictForward);
this.Controls.Add(this.pictBack);
this.Controls.Add(this.picRefresh);
this.Controls.Add(this.address);
this.Controls.Add(this.webView);
this.Controls.Add(this.printWebView);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "电子病历浏览器";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
((System.ComponentModel.ISupportInitialize)(this.webView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picRefresh)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictBack)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictForward)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictPrint)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.printWebView)).EndInit();
this.contextMenuStrip.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Microsoft.Web.WebView2.WinForms.WebView2 webView;
private TextBox address;
private Button btnResume;
private Button btnForwad;
private PictureBox picRefresh;
private PictureBox pictBack;
private PictureBox pictForward;
private PictureBox pictPrint;
private Microsoft.Web.WebView2.WinForms.WebView2 printWebView;
private NotifyIcon notifyIcon;
private ContextMenuStrip contextMenuStrip;
private ToolStripMenuItem menuShowMain;
private ToolStripMenuItem memuExit;
private ToolStripMenuItem menuSettings;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化