12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- namespace UAS_LabelMachine.CustomControl
- {
- partial class HeadBar
- {
- /// <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 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HeadBar));
- this.MinWindow = new System.Windows.Forms.PictureBox();
- this.CloseWindow = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.MinWindow)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).BeginInit();
- this.SuspendLayout();
- //
- // MinWindow
- //
- resources.ApplyResources(this.MinWindow, "MinWindow");
- this.MinWindow.Image = global::UAS_LabelMachine.Properties.Resources.close_up_32px_1181430_easyicon_net;
- this.MinWindow.Name = "MinWindow";
- this.MinWindow.TabStop = false;
- this.MinWindow.Click += new System.EventHandler(this.CloseWindow_Click);
- //
- // CloseWindow
- //
- resources.ApplyResources(this.CloseWindow, "CloseWindow");
- this.CloseWindow.Image = global::UAS_LabelMachine.Properties.Resources.close_32px_1181428_easyicon_net;
- this.CloseWindow.Name = "CloseWindow";
- this.CloseWindow.TabStop = false;
- this.CloseWindow.Click += new System.EventHandler(this.MinWindow_Click);
- //
- // HeadBar
- //
- resources.ApplyResources(this, "$this");
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.ControlDarkDark;
- this.Controls.Add(this.MinWindow);
- this.Controls.Add(this.CloseWindow);
- this.Name = "HeadBar";
- ((System.ComponentModel.ISupportInitialize)(this.MinWindow)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.PictureBox MinWindow;
- private System.Windows.Forms.PictureBox CloseWindow;
- }
- }
|