123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381 |
- namespace MainForm
- {
- partial class Form_Main
- {
- /// <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(Form_Main));
- this.panelMain = new System.Windows.Forms.Panel();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
- this.toolStripStatusLabel_Time = new System.Windows.Forms.ToolStripStatusLabel();
- this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
- this.toolStripStatusLabel_user = new System.Windows.Forms.ToolStripStatusLabel();
- this.imageList1 = new System.Windows.Forms.ImageList(this.components);
- this.panel2 = new System.Windows.Forms.Panel();
- this.Btn_DevAlarm = new System.Windows.Forms.Button();
- this.btnOrder = new System.Windows.Forms.Button();
- this.btnPLCDB = new System.Windows.Forms.Button();
- this.button_Home = new System.Windows.Forms.Button();
- this.Openfile = new System.Windows.Forms.Button();
- this.button_Other = new System.Windows.Forms.Button();
- this.button_Login = new System.Windows.Forms.Button();
- this.button_SystemSet = new System.Windows.Forms.Button();
- this.button_Alarm = new System.Windows.Forms.Button();
- this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.statusStrip1.SuspendLayout();
- this.panel2.SuspendLayout();
- this.SuspendLayout();
- //
- // panelMain
- //
- this.panelMain.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.panelMain.BackColor = System.Drawing.Color.WhiteSmoke;
- this.panelMain.Location = new System.Drawing.Point(2, 98);
- this.panelMain.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.panelMain.Name = "panelMain";
- this.panelMain.Size = new System.Drawing.Size(1610, 916);
- this.panelMain.TabIndex = 1;
- //
- // statusStrip1
- //
- this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripStatusLabel1,
- this.toolStripStatusLabel_Time,
- this.toolStripStatusLabel2,
- this.toolStripStatusLabel_user});
- this.statusStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
- this.statusStrip1.Location = new System.Drawing.Point(0, 1020);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Padding = new System.Windows.Forms.Padding(3, 0, 34, 0);
- this.statusStrip1.Size = new System.Drawing.Size(1626, 32);
- this.statusStrip1.TabIndex = 2;
- this.statusStrip1.Text = "statusStrip1";
- //
- // toolStripStatusLabel1
- //
- this.toolStripStatusLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
- this.toolStripStatusLabel1.Size = new System.Drawing.Size(82, 25);
- this.toolStripStatusLabel1.Text = "小米汽车";
- //
- // toolStripStatusLabel_Time
- //
- this.toolStripStatusLabel_Time.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
- this.toolStripStatusLabel_Time.Name = "toolStripStatusLabel_Time";
- this.toolStripStatusLabel_Time.Size = new System.Drawing.Size(0, 25);
- //
- // toolStripStatusLabel2
- //
- this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
- this.toolStripStatusLabel2.Size = new System.Drawing.Size(100, 25);
- this.toolStripStatusLabel2.Text = "当前用户:";
- //
- // toolStripStatusLabel_user
- //
- this.toolStripStatusLabel_user.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.toolStripStatusLabel_user.ForeColor = System.Drawing.SystemColors.MenuHighlight;
- this.toolStripStatusLabel_user.Name = "toolStripStatusLabel_user";
- this.toolStripStatusLabel_user.Size = new System.Drawing.Size(66, 25);
- this.toolStripStatusLabel_user.Text = "操作员";
- //
- // imageList1
- //
- this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
- this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
- this.imageList1.Images.SetKeyName(0, "Alarm_Off.png");
- this.imageList1.Images.SetKeyName(1, "Alarm_On.png");
- this.imageList1.Images.SetKeyName(2, "chart_line.png");
- this.imageList1.Images.SetKeyName(3, "Data_Information_Off.png");
- this.imageList1.Images.SetKeyName(4, "Data_Information_On.png");
- this.imageList1.Images.SetKeyName(5, "File_Excel_Off.png");
- this.imageList1.Images.SetKeyName(6, "File_Excel_On.png");
- this.imageList1.Images.SetKeyName(7, "half_pie.png");
- this.imageList1.Images.SetKeyName(8, "Home_Off.png");
- this.imageList1.Images.SetKeyName(9, "Home_on.png");
- this.imageList1.Images.SetKeyName(10, "ico_folder.png");
- this.imageList1.Images.SetKeyName(11, "ico_save.png");
- this.imageList1.Images.SetKeyName(12, "light_gray.png");
- this.imageList1.Images.SetKeyName(13, "light_green.png");
- this.imageList1.Images.SetKeyName(14, "light_red.png");
- this.imageList1.Images.SetKeyName(15, "Login_Off.png");
- this.imageList1.Images.SetKeyName(16, "Login_On.png");
- this.imageList1.Images.SetKeyName(17, "Mannual_Off.png");
- this.imageList1.Images.SetKeyName(18, "Mannual_On.png");
- this.imageList1.Images.SetKeyName(19, "menu_save.png");
- this.imageList1.Images.SetKeyName(20, "msdn.ico");
- this.imageList1.Images.SetKeyName(21, "Pause_Off.png");
- this.imageList1.Images.SetKeyName(22, "Pause_On.png");
- this.imageList1.Images.SetKeyName(23, "servo_back.png");
- this.imageList1.Images.SetKeyName(24, "servo_down.png");
- this.imageList1.Images.SetKeyName(25, "servo_front.png");
- this.imageList1.Images.SetKeyName(26, "servo_Left.png");
- this.imageList1.Images.SetKeyName(27, "servo_right.png");
- this.imageList1.Images.SetKeyName(28, "servo_Stop.png");
- this.imageList1.Images.SetKeyName(29, "servo_turn_left.png");
- this.imageList1.Images.SetKeyName(30, "servo_turn_right.png");
- this.imageList1.Images.SetKeyName(31, "servo_up.png");
- this.imageList1.Images.SetKeyName(32, "Start_Off.png");
- this.imageList1.Images.SetKeyName(33, "Start_On.png");
- this.imageList1.Images.SetKeyName(34, "Stop_Off.png");
- this.imageList1.Images.SetKeyName(35, "Stop_On.png");
- this.imageList1.Images.SetKeyName(36, "Vision_Off.png");
- this.imageList1.Images.SetKeyName(37, "Vision_On.png");
- this.imageList1.Images.SetKeyName(38, "set1.png");
- this.imageList1.Images.SetKeyName(39, "set.png");
- this.imageList1.Images.SetKeyName(40, "562255.png");
- this.imageList1.Images.SetKeyName(41, "544437.png");
- this.imageList1.Images.SetKeyName(42, "OpenFileIcon.png");
- this.imageList1.Images.SetKeyName(43, "546567.png");
- this.imageList1.Images.SetKeyName(44, "546567.png");
- this.imageList1.Images.SetKeyName(45, "2.ico");
- this.imageList1.Images.SetKeyName(46, "ico_folder.png");
- this.imageList1.Images.SetKeyName(47, "订单1.png");
- this.imageList1.Images.SetKeyName(48, "订单2.png");
- this.imageList1.Images.SetKeyName(49, "机器1.png");
- this.imageList1.Images.SetKeyName(50, "机器2.png");
- //
- // panel2
- //
- this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panel2.BackColor = System.Drawing.Color.WhiteSmoke;
- this.panel2.Controls.Add(this.Btn_DevAlarm);
- this.panel2.Controls.Add(this.btnOrder);
- this.panel2.Controls.Add(this.btnPLCDB);
- this.panel2.Controls.Add(this.button_Home);
- this.panel2.Controls.Add(this.Openfile);
- this.panel2.Controls.Add(this.button_Other);
- this.panel2.Controls.Add(this.button_Login);
- this.panel2.Controls.Add(this.button_SystemSet);
- this.panel2.Controls.Add(this.button_Alarm);
- this.panel2.Location = new System.Drawing.Point(2, 6);
- this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1610, 82);
- this.panel2.TabIndex = 3;
- //
- // Btn_DevAlarm
- //
- this.Btn_DevAlarm.BackColor = System.Drawing.Color.WhiteSmoke;
- this.Btn_DevAlarm.FlatAppearance.BorderSize = 0;
- this.Btn_DevAlarm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.Btn_DevAlarm.ImageIndex = 0;
- this.Btn_DevAlarm.ImageList = this.imageList1;
- this.Btn_DevAlarm.Location = new System.Drawing.Point(351, 4);
- this.Btn_DevAlarm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.Btn_DevAlarm.Name = "Btn_DevAlarm";
- this.Btn_DevAlarm.Size = new System.Drawing.Size(75, 72);
- this.Btn_DevAlarm.TabIndex = 6;
- this.toolTip1.SetToolTip(this.Btn_DevAlarm, "设备报警统计面板");
- this.Btn_DevAlarm.UseVisualStyleBackColor = false;
- //
- // btnOrder
- //
- this.btnOrder.BackColor = System.Drawing.Color.WhiteSmoke;
- this.btnOrder.FlatAppearance.BorderSize = 0;
- this.btnOrder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnOrder.ImageIndex = 47;
- this.btnOrder.ImageList = this.imageList1;
- this.btnOrder.Location = new System.Drawing.Point(183, 4);
- this.btnOrder.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.btnOrder.Name = "btnOrder";
- this.btnOrder.Size = new System.Drawing.Size(75, 72);
- this.btnOrder.TabIndex = 5;
- this.toolTip1.SetToolTip(this.btnOrder, "订单维护");
- this.btnOrder.UseVisualStyleBackColor = false;
- this.btnOrder.Click += new System.EventHandler(this.btnOrder_Click);
- //
- // btnPLCDB
- //
- this.btnPLCDB.BackColor = System.Drawing.Color.WhiteSmoke;
- this.btnPLCDB.FlatAppearance.BorderSize = 0;
- this.btnPLCDB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnPLCDB.ImageIndex = 49;
- this.btnPLCDB.ImageList = this.imageList1;
- this.btnPLCDB.Location = new System.Drawing.Point(436, 6);
- this.btnPLCDB.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.btnPLCDB.Name = "btnPLCDB";
- this.btnPLCDB.Size = new System.Drawing.Size(75, 72);
- this.btnPLCDB.TabIndex = 4;
- this.toolTip1.SetToolTip(this.btnPLCDB, "PLC交互");
- this.btnPLCDB.UseVisualStyleBackColor = false;
- //
- // button_Home
- //
- this.button_Home.AllowDrop = true;
- this.button_Home.BackColor = System.Drawing.Color.WhiteSmoke;
- this.button_Home.FlatAppearance.BorderSize = 0;
- this.button_Home.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button_Home.ImageIndex = 8;
- this.button_Home.ImageList = this.imageList1;
- this.button_Home.Location = new System.Drawing.Point(96, 3);
- this.button_Home.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.button_Home.Name = "button_Home";
- this.button_Home.Size = new System.Drawing.Size(75, 72);
- this.button_Home.TabIndex = 3;
- this.toolTip1.SetToolTip(this.button_Home, "首页");
- this.button_Home.UseVisualStyleBackColor = false;
- //
- // Openfile
- //
- this.Openfile.BackColor = System.Drawing.Color.WhiteSmoke;
- this.Openfile.FlatAppearance.BorderSize = 0;
- this.Openfile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.Openfile.ImageIndex = 46;
- this.Openfile.ImageList = this.imageList1;
- this.Openfile.Location = new System.Drawing.Point(522, 6);
- this.Openfile.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.Openfile.Name = "Openfile";
- this.Openfile.Size = new System.Drawing.Size(75, 72);
- this.Openfile.TabIndex = 2;
- this.toolTip1.SetToolTip(this.Openfile, "日志文件");
- this.Openfile.UseVisualStyleBackColor = false;
- this.Openfile.Click += new System.EventHandler(this.button1_Click);
- //
- // button_Other
- //
- this.button_Other.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.button_Other.FlatAppearance.BorderSize = 0;
- this.button_Other.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button_Other.ImageIndex = 41;
- this.button_Other.ImageList = this.imageList1;
- this.button_Other.Location = new System.Drawing.Point(1508, 9);
- this.button_Other.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.button_Other.Name = "button_Other";
- this.button_Other.Size = new System.Drawing.Size(75, 72);
- this.button_Other.TabIndex = 2;
- this.button_Other.UseVisualStyleBackColor = true;
- this.button_Other.Click += new System.EventHandler(this.button_vision_Click);
- //
- // button_Login
- //
- this.button_Login.AllowDrop = true;
- this.button_Login.BackColor = System.Drawing.Color.WhiteSmoke;
- this.button_Login.FlatAppearance.BorderSize = 0;
- this.button_Login.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button_Login.ImageIndex = 15;
- this.button_Login.ImageList = this.imageList1;
- this.button_Login.Location = new System.Drawing.Point(12, 3);
- this.button_Login.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.button_Login.Name = "button_Login";
- this.button_Login.Size = new System.Drawing.Size(75, 72);
- this.button_Login.TabIndex = 0;
- this.toolTip1.SetToolTip(this.button_Login, "用户登录");
- this.button_Login.UseVisualStyleBackColor = false;
- this.button_Login.Click += new System.EventHandler(this.button_Login_Click);
- //
- // button_SystemSet
- //
- this.button_SystemSet.BackColor = System.Drawing.Color.WhiteSmoke;
- this.button_SystemSet.FlatAppearance.BorderSize = 0;
- this.button_SystemSet.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button_SystemSet.ImageIndex = 17;
- this.button_SystemSet.ImageList = this.imageList1;
- this.button_SystemSet.Location = new System.Drawing.Point(606, 6);
- this.button_SystemSet.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.button_SystemSet.Name = "button_SystemSet";
- this.button_SystemSet.Size = new System.Drawing.Size(75, 72);
- this.button_SystemSet.TabIndex = 0;
- this.toolTip1.SetToolTip(this.button_SystemSet, "软件设置");
- this.button_SystemSet.UseVisualStyleBackColor = false;
- //
- // button_Alarm
- //
- this.button_Alarm.BackColor = System.Drawing.Color.WhiteSmoke;
- this.button_Alarm.FlatAppearance.BorderSize = 0;
- this.button_Alarm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button_Alarm.ImageIndex = 3;
- this.button_Alarm.ImageList = this.imageList1;
- this.button_Alarm.Location = new System.Drawing.Point(267, 4);
- this.button_Alarm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.button_Alarm.Name = "button_Alarm";
- this.button_Alarm.Size = new System.Drawing.Size(75, 72);
- this.button_Alarm.TabIndex = 0;
- this.toolTip1.SetToolTip(this.button_Alarm, "加工与点检数据");
- this.button_Alarm.UseVisualStyleBackColor = false;
- this.button_Alarm.Click += new System.EventHandler(this.button_Alarm_Click);
- //
- // timer1
- //
- this.timer1.Interval = 1800000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // Form_Main
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.WhiteSmoke;
- this.ClientSize = new System.Drawing.Size(1626, 1052);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.statusStrip1);
- this.Controls.Add(this.panelMain);
- this.HelpButton = true;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.Name = "Form_Main";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "N801A上位机-Xiaomi";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_Main_FormClosing);
- this.Load += new System.EventHandler(this.Form_Main_Load);
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button button_Alarm;
- private System.Windows.Forms.Panel panelMain;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel_Time;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Button button_SystemSet;
- private System.Windows.Forms.Button button_Login;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel_user;
- private System.Windows.Forms.Button button_Other;
- private System.Windows.Forms.ImageList imageList1;
- private System.Windows.Forms.Button Openfile;
- private System.Windows.Forms.Button button_Home;
- private System.Windows.Forms.Button btnPLCDB;
- private System.Windows.Forms.Button btnOrder;
- private System.Windows.Forms.Button Btn_DevAlarm;
- private System.Windows.Forms.ToolTip toolTip1;
- private System.Windows.Forms.Timer timer1;
- }
- }
|