namespace ICS { 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.panel_title = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.btn_hide = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.wizard1 = new DevComponents.DotNetBar.Wizard(); this.axIrisDevCtrl1 = new AxIrisDevCtrlLib.AxIrisDevCtrl(); this.irisColCtrl1 = new IrisCtrl.IrisColCtrl(); this.label_initDev = new System.Windows.Forms.Label(); this.panel_title.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.axIrisDevCtrl1)).BeginInit(); this.SuspendLayout(); // // panel_title // this.panel_title.BackColor = System.Drawing.SystemColors.ControlLightLight; this.panel_title.Controls.Add(this.button1); this.panel_title.Controls.Add(this.btn_hide); this.panel_title.Controls.Add(this.label2); this.panel_title.Controls.Add(this.pictureBox1); this.panel_title.Controls.Add(this.label1); this.panel_title.Location = new System.Drawing.Point(1, 1); this.panel_title.Name = "panel_title"; this.panel_title.Size = new System.Drawing.Size(637, 35); this.panel_title.TabIndex = 0; this.panel_title.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel_title_MouseDown); this.panel_title.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_title_MouseMove); this.panel_title.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel_title_MouseUp); // // button1 // this.button1.BackColor = System.Drawing.Color.Transparent; this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.button1.CausesValidation = false; this.button1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button1.Location = new System.Drawing.Point(558, 9); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(23, 21); this.button1.TabIndex = 31; this.button1.TabStop = false; this.button1.Text = "﹀"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // btn_hide // this.btn_hide.BackColor = System.Drawing.Color.Transparent; this.btn_hide.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btn_hide.CausesValidation = false; this.btn_hide.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btn_hide.FlatAppearance.BorderSize = 0; this.btn_hide.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_hide.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_hide.Location = new System.Drawing.Point(603, 5); this.btn_hide.Name = "btn_hide"; this.btn_hide.Size = new System.Drawing.Size(30, 23); this.btn_hide.TabIndex = 30; this.btn_hide.TabStop = false; this.btn_hide.Text = "×"; this.btn_hide.UseVisualStyleBackColor = false; this.btn_hide.Click += new System.EventHandler(this.btn_hide_Click); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(78, 12); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(47, 17); this.label2.TabIndex = 2; this.label2.Text = " V1.0.3"; // // pictureBox1 // this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage"))); this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox1.Location = new System.Drawing.Point(5, 5); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(37, 26); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 1; this.pictureBox1.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(49, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 21); this.label1.TabIndex = 0; this.label1.Text = "ICS"; // // notifyIcon1 // this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1; this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); this.notifyIcon1.Text = "ICS"; this.notifyIcon1.Visible = true; this.notifyIcon1.Click += new System.EventHandler(this.notifyIcon1_Click); // // contextMenuStrip1 // this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4); // // wizard1 // this.wizard1.CancelButtonText = "Cancel"; this.wizard1.FinishButtonTabIndex = 3; // // // this.wizard1.FooterStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.wizard1.HeaderCaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.wizard1.HeaderDescriptionFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.wizard1.HeaderDescriptionIndent = 16; // // // this.wizard1.HeaderStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.wizard1.HeaderStyle.BackColorGradientAngle = 90; this.wizard1.HeaderStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Etched; this.wizard1.HeaderStyle.BorderBottomWidth = 1; this.wizard1.HeaderStyle.BorderColor = System.Drawing.SystemColors.Control; this.wizard1.HeaderStyle.BorderLeftWidth = 1; this.wizard1.HeaderStyle.BorderRightWidth = 1; this.wizard1.HeaderStyle.BorderTopWidth = 1; this.wizard1.HeaderStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.wizard1.HeaderStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.wizard1.HeaderStyle.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.wizard1.Location = new System.Drawing.Point(0, 0); this.wizard1.Name = "Wizard"; this.wizard1.Size = new System.Drawing.Size(548, 375); this.wizard1.TabIndex = 0; // // axIrisDevCtrl1 // this.axIrisDevCtrl1.Enabled = true; this.axIrisDevCtrl1.Location = new System.Drawing.Point(1, 33); this.axIrisDevCtrl1.Name = "axIrisDevCtrl1"; this.axIrisDevCtrl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axIrisDevCtrl1.OcxState"))); this.axIrisDevCtrl1.Size = new System.Drawing.Size(637, 296); this.axIrisDevCtrl1.TabIndex = 6; this.axIrisDevCtrl1.Visible = false; this.axIrisDevCtrl1.OnCapture += new AxIrisDevCtrlLib._DIrisDevCtrlEvents_OnCaptureEventHandler(this.axIrisDevCtrl1_OnCapture); // // irisColCtrl1 // this.irisColCtrl1.Location = new System.Drawing.Point(1, 35); this.irisColCtrl1.Name = "irisColCtrl1"; this.irisColCtrl1.Size = new System.Drawing.Size(637, 294); this.irisColCtrl1.TabIndex = 7; this.irisColCtrl1.Visible = false; // // label_initDev // this.label_initDev.AutoSize = true; this.label_initDev.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.label_initDev.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label_initDev.Location = new System.Drawing.Point(557, 32); this.label_initDev.Margin = new System.Windows.Forms.Padding(3, 3, 3, 5); this.label_initDev.Name = "label_initDev"; this.label_initDev.Padding = new System.Windows.Forms.Padding(0, 5, 0, 5); this.label_initDev.Size = new System.Drawing.Size(79, 30); this.label_initDev.TabIndex = 8; this.label_initDev.Text = "初始化设备"; this.label_initDev.Visible = false; this.label_initDev.Click += new System.EventHandler(this.label_initDev_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(639, 330); this.Controls.Add(this.label_initDev); this.Controls.Add(this.panel_title); this.Controls.Add(this.irisColCtrl1); this.Controls.Add(this.axIrisDevCtrl1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Form1"; this.ShowInTaskbar = false; this.Text = "Form1"; this.WindowState = System.Windows.Forms.FormWindowState.Minimized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.panel_title.ResumeLayout(false); this.panel_title.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.axIrisDevCtrl1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel_title; private System.Windows.Forms.Button btn_hide; private System.Windows.Forms.Label label2; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.NotifyIcon notifyIcon1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private DevComponents.DotNetBar.Wizard wizard1; private AxIrisDevCtrlLib.AxIrisDevCtrl axIrisDevCtrl1; private IrisCtrl.IrisColCtrl irisColCtrl1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label_initDev; } }