namespace 窗体的浮动及隐藏
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.panel_Title = new System.Windows.Forms.Panel();
this.panel_Close = new System.Windows.Forms.Panel();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.panel1 = new System.Windows.Forms.Panel();
this.panel_Title.SuspendLayout();
this.SuspendLayout();
//
// panel_Title
//
this.panel_Title.BackColor = System.Drawing.Color.DarkBlue;
this.panel_Title.BackgroundImage = global::窗体的浮动及隐藏.Properties.Resources._1;
this.panel_Title.Controls.Add(this.panel_Close);
this.panel_Title.Dock = System.Windows.Forms.DockStyle.Top;
this.panel_Title.Location = new System.Drawing.Point(0, 0);
this.panel_Title.Name = "panel_Title";
this.panel_Title.Size = new System.Drawing.Size(170, 27);
this.panel_Title.TabIndex = 0;
this.panel_Title.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_Title_MouseMove);
this.panel_Title.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel_Title_MouseDown);
this.panel_Title.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel_Title_MouseUp);
//
// panel_Close
//
this.panel_Close.BackColor = System.Drawing.Color.Red;
this.panel_Close.BackgroundImage = global::窗体的浮动及隐藏.Properties.Resources.Close;
this.panel_Close.Location = new System.Drawing.Point(149, 5);
this.panel_Close.Name = "panel_Close";
this.panel_Close.Size = new System.Drawing.Size(18, 18);
this.panel_Close.TabIndex = 0;
this.panel_Close.Click += new System.EventHandler(this.panel1_Click);
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 2;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// timer2
//
this.timer2.Interval = 1;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// panel1
//
this.panel1.BackgroundImage = global::窗体的浮动及隐藏.Properties.Resources._2;
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 27);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(170, 309);
this.panel1.TabIndex = 1;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(170, 336);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel_Title);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.panel_Title.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel_Title;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.Panel panel_Close;
private System.Windows.Forms.Panel panel1;
}
}
相关文章
- windows下如果clion开发c++代码出现乱码,应该怎么修改,修改clion编辑器右下角的类型一般是UTF-8,我们修改为GBK
- 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。 编译器错误消息: CS0016: 未能写入输出文件“c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\41c191fd\ff9345c5\App_Web_login.cshtml.65793277
- C#,人工智能,深度学习,目标检测,OpenCV级联分类器数据集的制作与《层级分类器一键生成器》源代码
- 文件中的类都不能进行设计,因此未能为该文件显示设计器。设计器检查出文件中有以下类: FormMain --- 未能加载基类“WinForm.Win.FormsBase.FormMainBase”。请确保已引用该程序集并已生成所有项目
- Matlab/Simulink 自动代码生成 基于模型设计学习教程(9)---- 编码器模式实验
- Visual Studio c#窗体设计器的打开
- C#基础系列:开发自己的窗体设计器(总纲)
- 关于 OnCloseQuery: 顺序、不能关机等(所有的windows的广播消息都是逐窗口传递的)——如果一个窗体的OnCloseQuery事件中如果写了代码那么WM_QUERYENDSESSION消息就传不过去了msg.result会返回0,关机事件也就停止了
- c#代码生成谷歌身份验证器_如何设置Google的新的无代码两因素身份验证
- 利用Matlabb Simulink基于模型设计的自动代码生成对STM32F4进行开发 (2)----(串口通讯以及串口上位机的搭建)