StableVersion4.3/HL_FristAidPlatform_RealTim.../Form_RealTimeVideo_FullScre...

76 lines
3.3 KiB
C#
Raw Permalink Normal View History

2024-03-11 09:47:34 +08:00
namespace HL_FristAidPlatform_RealTimeVideo
{
partial class Form_RealTimeVideo_FullScreen
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_RealTimeVideo_FullScreen));
this.btn_Close = new DevExpress.XtraEditors.SimpleButton();
this.SuspendLayout();
//
// btn_Close
//
this.btn_Close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Close.Appearance.ForeColor = System.Drawing.Color.Transparent;
this.btn_Close.Appearance.Options.UseForeColor = true;
this.btn_Close.AutoSize = true;
this.btn_Close.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.btn_Close.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Close.ImageOptions.Image")));
this.btn_Close.Location = new System.Drawing.Point(917, -5);
this.btn_Close.Name = "btn_Close";
this.btn_Close.Size = new System.Drawing.Size(36, 36);
this.btn_Close.TabIndex = 0;
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
//
// Form_RealTimeVideo_FullScreen
//
this.Appearance.BackColor = System.Drawing.Color.Black;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(949, 723);
this.Controls.Add(this.btn_Close);
this.Cursor = System.Windows.Forms.Cursors.Hand;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_RealTimeVideo_FullScreen";
this.Text = "全屏显示";
this.TopMost = true;
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_RealTimeVideo_FullScreen_KeyDown);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.SimpleButton btn_Close;
}
}