• 大小: 1.33MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-14
  • 语言: 其他
  • 标签: AGV  小车  C#  模拟  

资源简介

一个AGV模拟界面,能够模拟AGV循迹运动,可以同时运行多个AGV(13),AGV手动添加,

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace 绘图二
{
    public partial class LoginForm : Form
    {
        public LoginForm()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender EventArgs e)
        {
            /*启动欢迎窗体*/
          MainForm form1 = new MainForm();
            form1.ShowDialog();
            //Rectangle ScreenArea = Screen.GetWorkingArea(this);
            //this.Width = ScreenArea.Width;
            //this.Height = ScreenArea.Height;
        }



        //private void btnEnter_Click(object sender EventArgs e)
        //{
        //    if (txtUser.Text == “JT_AGV“ && txtPassword.Text == Config.password)
        //    {
        //        From1.UserFlag = true;
        //        this.Close();
        //    }
        //    else
        //    {
        //        MessageBox.Show(“用户名或密码错误!“);
        //    }
        //}

        //private void btnCancle_Click(object sender EventArgs e)
        //{
        //    From1.UserFlag = false;
        //    this.Close();
        //}



    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      15410  2013-06-22 14:10  AGV模拟\绘图二\AGVLable\AGVClass.cs

     文件    1465856  2013-06-22 14:19  AGV模拟\绘图二\bin\Debug\绘图二.exe

     文件     126464  2013-06-22 14:19  AGV模拟\绘图二\bin\Debug\绘图二.pdb

     文件      11600  2013-06-22 14:20  AGV模拟\绘图二\bin\Debug\绘图二.vshost.exe

     文件        490  2010-03-17 22:39  AGV模拟\绘图二\bin\Debug\绘图二.vshost.exe.manifest

     文件       1689  2013-06-22 14:10  AGV模拟\绘图二\CartoonClass\CartoonClass.cs

     文件          1  2013-06-17 10:11  AGV模拟\绘图二\ClassDiagram1.cd

     文件        164  2013-06-18 20:48  AGV模拟\绘图二\Comport\ComClass.cs

     文件       2830  2013-06-22 14:10  AGV模拟\绘图二\Config\Config.cs

     文件       4884  2013-06-17 16:23  AGV模拟\绘图二\List\ListClass.cs

     文件       1309  2013-06-18 15:28  AGV模拟\绘图二\LoginForm.cs

     文件       5471  2013-06-09 16:00  AGV模拟\绘图二\LoginForm.Designer.cs

     文件      41455  2013-06-09 15:54  AGV模拟\绘图二\LoginForm.resx

     文件       8720  2013-06-22 14:18  AGV模拟\绘图二\MainForm.cs

     文件      46487  2013-06-22 09:39  AGV模拟\绘图二\MainForm.Designer.cs

     文件      36273  2013-06-22 09:39  AGV模拟\绘图二\MainForm.resx

     文件       4440  2013-06-08 13:56  AGV模拟\绘图二\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件      16593  2013-06-22 14:19  AGV模拟\绘图二\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件      18512  2013-06-22 14:10  AGV模拟\绘图二\obj\x86\Debug\GenerateResource.read.1.tlog

     文件       5226  2013-06-22 14:10  AGV模拟\绘图二\obj\x86\Debug\GenerateResource.write.1.tlog

     文件       7897  2013-06-08 13:59  AGV模拟\绘图二\obj\x86\Debug\ResolveAssemblyReference.cache

     文件      15872  2013-06-09 15:37  AGV模拟\绘图二\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件       1236  2013-06-22 14:20  AGV模拟\绘图二\obj\x86\Debug\绘图二.csproj.FileListAbsolute.txt

     文件    1465856  2013-06-22 14:19  AGV模拟\绘图二\obj\x86\Debug\绘图二.exe

     文件      24124  2013-06-22 14:10  AGV模拟\绘图二\obj\x86\Debug\绘图二.LoginForm.resources

     文件      20540  2013-06-22 14:10  AGV模拟\绘图二\obj\x86\Debug\绘图二.MainForm.resources

     文件     126464  2013-06-22 14:19  AGV模拟\绘图二\obj\x86\Debug\绘图二.pdb

     文件    1348200  2013-06-22 14:10  AGV模拟\绘图二\obj\x86\Debug\绘图二.Properties.Resources.resources

     文件      20540  2013-06-22 14:10  AGV模拟\绘图二\obj\x86\Debug\绘图二.StartForm.resources

     文件      20947  2013-06-22 14:18  AGV模拟\绘图二\Path\PathClass.cs

............此处省略135个文件信息

评论

共有 条评论