/// <summary>
        /// Обязательный метод для поддержки конструктора - не изменяйте
        /// содержимое данного метода при помощи редактора кода.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.cardsDistributionWatcher1 = new BridgeProject.CardsDistributionWatcher();
            this.SuspendLayout();
            // 
            // cardsDistributionWatcher1
            // 
            this.cardsDistributionWatcher1.Location = new System.Drawing.Point(5, 8);
            this.cardsDistributionWatcher1.Name = "cardsDistributionWatcher1";
            this.cardsDistributionWatcher1.Size = new System.Drawing.Size(230, 240);
            this.cardsDistributionWatcher1.TabIndex = 0;
            this.cardsDistributionWatcher1.Text = "cardsDistributionWatcher1";
            this.cardsDistributionWatcher1.AttachData(this.cd);
            // 
            // CardsDistributionShowForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.cardsDistributionWatcher1);
            this.Menu = this.mainMenu1;
            this.Name = "CardsDistributionShowForm";
            this.Text = "Распределение карт (просмотр)";
            this.ResumeLayout(false);

        }
Exemplo n.º 2
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
             
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            
            this.worldView1 = new RobotView.WorldView();
            this.SuspendLayout();
            // 
            // worldView1
            // 
            this.worldView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.worldView1.Location = new System.Drawing.Point(0, 0);
            this.worldView1.Name = "worldView1";
            this.worldView1.Size = new System.Drawing.Size(695, 541);
            this.worldView1.TabIndex = 0;
            // 
            // FormWorldView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(695, 541);
            this.Controls.Add(this.worldView1);
            this.Menu = this.mainMenu1;
            this.Name = "FormWorldView";
            this.Text = "FormWorldView";
            this.ResumeLayout(false);

        }
Exemplo n.º 3
0
        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido del método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold);
            this.label1.Location = new System.Drawing.Point(15, 3);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(135, 36);
            this.label1.Text = "Cargando...";
            // 
            // cargando
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.ClientSize = new System.Drawing.Size(163, 44);
            this.ControlBox = false;
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "cargando";
            this.Text = "cargando";
            this.ResumeLayout(false);

        }
Exemplo n.º 4
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.button1 = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(80, 67);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(72, 20);
            this.button1.TabIndex = 0;
            this.button1.Text = "button1";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.button1);
            this.Menu = this.mainMenu1;
            this.Name = "Form1";
            this.Text = "Form1";
            this.ResumeLayout(false);

        }
Exemplo n.º 5
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem();
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem();
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.menuItem1 = new System.Windows.Forms.MenuItem();
            this.menuItem2 = new System.Windows.Forms.MenuItem();
            this.menu = new System.Windows.Forms.ListView();
            this.mainMenu2 = new System.Windows.Forms.MainMenu();
            this.menuItem3 = new System.Windows.Forms.MenuItem();
            this.SuspendLayout();
            // 
            // mainMenu1
            // 
            this.mainMenu1.MenuItems.Add(this.menuItem1);
            this.mainMenu1.MenuItems.Add(this.menuItem2);
            // 
            // menuItem1
            // 
            this.menuItem1.Text = "Exit";
            this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
            // 
            // menuItem2
            // 
            this.menuItem2.Text = "Select";
            // 
            // menu
            // 
            listViewItem1.Text = "- Notrufe weltweit -";
            listViewItem2.Text = "Allgemeines";
            this.menu.Items.Add(listViewItem1);
            this.menu.Items.Add(listViewItem2);
            this.menu.Location = new System.Drawing.Point(0, 0);
            this.menu.Name = "menu";
            this.menu.Size = new System.Drawing.Size(240, 320);
            this.menu.TabIndex = 0;
            this.menu.View = System.Windows.Forms.View.List;
            this.menu.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
            // 
            // mainMenu2
            // 
            this.mainMenu2.MenuItems.Add(this.menuItem3);
            // 
            // menuItem3
            // 
            this.menuItem3.Text = "";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(131F, 131F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(230, 256);
            this.Controls.Add(this.menu);
            this.Menu = this.mainMenu1;
            this.Name = "Form1";
            this.Text = "Form1";
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.textBoxDeviceInfo = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // textBoxDeviceInfo
            // 
            this.textBoxDeviceInfo.BackColor = System.Drawing.SystemColors.AppWorkspace;
            this.textBoxDeviceInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.textBoxDeviceInfo.Location = new System.Drawing.Point(8, 8);
            this.textBoxDeviceInfo.Multiline = true;
            this.textBoxDeviceInfo.Name = "textBoxDeviceInfo";
            this.textBoxDeviceInfo.ReadOnly = true;
            this.textBoxDeviceInfo.Size = new System.Drawing.Size(223, 245);
            this.textBoxDeviceInfo.TabIndex = 0;
            // 
            // FormDeviceInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.textBoxDeviceInfo);
            this.Menu = this.mainMenu1;
            this.MinimizeBox = false;
            this.Name = "FormDeviceInfo";
            this.Text = "Device Information";
            this.Load += new System.EventHandler(this.FormDeviceInfo_Load);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.dtg = new System.Windows.Forms.DataGrid();
            this.SuspendLayout();
            // 
            // dtg
            // 
            this.dtg.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.dtg.Location = new System.Drawing.Point(0, 0);
            this.dtg.Name = "dtg";
            this.dtg.Size = new System.Drawing.Size(240, 265);
            this.dtg.TabIndex = 0;
            // 
            // FrmRelatorioClienteCidade
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.dtg);
            this.Menu = this.mainMenu1;
            this.MinimizeBox = false;
            this.Name = "FrmRelatorioClienteCidade";
            this.Text = "NeoPocket";
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.btnReset = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // btnReset
            // 
            this.btnReset.Location = new System.Drawing.Point(165, 245);
            this.btnReset.Name = "btnReset";
            this.btnReset.Size = new System.Drawing.Size(72, 20);
            this.btnReset.TabIndex = 0;
            this.btnReset.Text = "Reset";
            this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
            // 
            // MobileInputArea
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.btnReset);
            this.Menu = this.mainMenu1;
            this.Name = "MobileInputArea";
            this.Text = "MobileInputArea";
            this.Load += new System.EventHandler(this.MobileInputArea_Load);
            this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.MobileInputArea_MouseUp);
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.MobileInputArea_Paint);
            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MobileInputArea_MouseDown);
            this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MobileInputArea_MouseMove);
            this.ResumeLayout(false);

        }
Exemplo n.º 9
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.timer1 = new System.Windows.Forms.Timer();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 50;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Menu = this.mainMenu1;
            this.Name = "Form1";
            this.Text = "HTC G Sensor Demo";
            this.Deactivate += new System.EventHandler(this.Form1_Deactivate);
            this.Load += new System.EventHandler(this.Form1_Load);
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint);
            this.Activated += new System.EventHandler(this.Form1_Activated);
            this.ResumeLayout(false);

        }
Exemplo n.º 10
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.dataGrid1 = new System.Windows.Forms.DataGrid();
            this.SuspendLayout();
            // 
            // dataGrid1
            // 
            this.dataGrid1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.dataGrid1.Location = new System.Drawing.Point(12, 54);
            this.dataGrid1.Name = "dataGrid1";
            this.dataGrid1.Size = new System.Drawing.Size(209, 96);
            this.dataGrid1.TabIndex = 2;
            // 
            // frmTest4
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.dataGrid1);
            this.Menu = this.mainMenu1;
            this.Name = "frmTest4";
            this.Text = "frmTest4";
            this.Load += new System.EventHandler(this.frmTest4_Load);
            this.ResumeLayout(false);

        }
Exemplo n.º 11
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(25, 17);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(192, 56);
            this.button1.TabIndex = 0;
            this.button1.Text = "创建数据表的sql(ddl.sql)";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(25, 90);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(192, 56);
            this.button2.TabIndex = 0;
            this.button2.Text = "drop表的sql(drop-ddl.sql)";
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(25, 183);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(192, 34);
            this.button3.TabIndex = 0;
            this.button3.Text = "获取配置值";
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(25, 154);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(192, 23);
            this.textBox1.TabIndex = 1;
            // 
            // CreateTablesForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(253, 232);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Menu = this.mainMenu1;
            this.MinimizeBox = false;
            this.Name = "CreateTablesForm";
            this.Text = "创建所有的基础表";
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.SuspendLayout();
            // 
            // pictureBox1
            // 
            this.pictureBox1.Location = new System.Drawing.Point(0, 0);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(470, 240);
            // 
            // Graphical
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(473, 243);
            this.Controls.Add(this.pictureBox1);
            this.Menu = this.mainMenu1;
            this.Name = "Graphical";
            this.Text = "Graphical";
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Regular);
            this.label1.Location = new System.Drawing.Point(8, 61);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(215, 89);
            this.label1.Text = "label1";
            this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // FormDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(235, 258);
            this.ControlBox = false;
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FormDialog";
            this.Text = "FormDialog";
            this.ResumeLayout(false);

        }
Exemplo n.º 14
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mnuMain = new System.Windows.Forms.MainMenu();
            this.mnuItmSelect = new System.Windows.Forms.MenuItem();
            this.lvwMain = new System.Windows.Forms.ListView();
            this.lblTop = new System.Windows.Forms.Label();
            this.cmbStates = new System.Windows.Forms.ComboBox();
            this.SuspendLayout();
            // 
            // mnuMain
            // 
            this.mnuMain.MenuItems.Add(this.mnuItmSelect);
            // 
            // mnuItmSelect
            // 
            this.mnuItmSelect.Text = "Get Files";
            this.mnuItmSelect.Click += new System.EventHandler(this.mnuItmSelect_Click);
            // 
            // lvwMain
            // 
            this.lvwMain.Location = new System.Drawing.Point(4, 32);
            this.lvwMain.Name = "lvwMain";
            this.lvwMain.Size = new System.Drawing.Size(169, 88);
            this.lvwMain.TabIndex = 0;
            this.lvwMain.View = System.Windows.Forms.View.List;
            this.lvwMain.SelectedIndexChanged += new System.EventHandler(this.lvwMain_SelectedIndexChanged);
            // 
            // lblTop
            // 
            this.lblTop.Location = new System.Drawing.Point(4, 4);
            this.lblTop.Name = "lblTop";
            this.lblTop.Size = new System.Drawing.Size(84, 22);
            this.lblTop.Text = "Select A State:";
            // 
            // cmbStates
            // 
            this.cmbStates.Location = new System.Drawing.Point(95, 4);
            this.cmbStates.Name = "cmbStates";
            this.cmbStates.Size = new System.Drawing.Size(78, 22);
            this.cmbStates.TabIndex = 2;
            this.cmbStates.SelectedIndexChanged += new System.EventHandler(this.cmbStates_SelectedIndexChanged);
            // 
            // frmSelectFile
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(176, 180);
            this.Controls.Add(this.cmbStates);
            this.Controls.Add(this.lblTop);
            this.Controls.Add(this.lvwMain);
            this.KeyPreview = true;
            this.Menu = this.mnuMain;
            this.Name = "frmSelectFile";
            this.Text = "frmSelectFile";
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmSelectFile_KeyDown);
            this.Load += new System.EventHandler(this.frmSelectFile_Load);
            this.ResumeLayout(false);

        }
Exemplo n.º 15
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
			this.mainMenu1 = new System.Windows.Forms.MainMenu();
			this.button1 = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// button1
			// 
			resources.ApplyResources(this.button1, "button1");
			this.button1.BackColor = System.Drawing.SystemColors.ControlLight;
			this.button1.Name = "button1";
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// Form1
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
			resources.ApplyResources(this, "$this");
			this.Controls.Add(this.button1);
			this.Menu = this.mainMenu1;
			this.Name = "Form1";
			this.ResumeLayout(false);

		}
Exemplo n.º 16
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.listView1 = new System.Windows.Forms.ListView();
            this.SuspendLayout();
            // 
            // listBox1
            // 
            this.listBox1.Location = new System.Drawing.Point(171, 274);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(100, 98);
            this.listBox1.TabIndex = 0;
            // 
            // listView1
            // 
            this.listView1.Location = new System.Drawing.Point(29, 52);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(183, 128);
            this.listView1.TabIndex = 1;
            // 
            // test
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(638, 455);
            this.Controls.Add(this.listView1);
            this.Controls.Add(this.listBox1);
            this.Menu = this.mainMenu1;
            this.Name = "test";
            this.Text = "test";
            this.ResumeLayout(false);

        }
Exemplo n.º 17
0
        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido del método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.label1 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.host_lbl = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.label1.Location = new System.Drawing.Point(16, 25);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 20);
            this.label1.Text = "Host:";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(50, 56);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(72, 20);
            this.button1.TabIndex = 1;
            this.button1.Text = "Guardar";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(149, 56);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(72, 20);
            this.button2.TabIndex = 2;
            this.button2.Text = "Salir";
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // host_lbl
            // 
            this.host_lbl.Location = new System.Drawing.Point(75, 22);
            this.host_lbl.Name = "host_lbl";
            this.host_lbl.Size = new System.Drawing.Size(181, 23);
            this.host_lbl.TabIndex = 3;
            // 
            // server
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(269, 94);
            this.ControlBox = false;
            this.Controls.Add(this.host_lbl);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.label1);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "server";
            this.Text = "Configuración del servidor";
            this.ResumeLayout(false);

        }
Exemplo n.º 18
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Font = new System.Drawing.Font("Tahoma", 28F, System.Drawing.FontStyle.Regular);
            this.label1.Location = new System.Drawing.Point(190, 197);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(658, 125);
            this.label1.Text = "正在升级程序";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(1022, 743);
            this.ControlBox = false;
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Menu = this.mainMenu1;
            this.Name = "Form1";
            this.Text = "Form1";
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.tbUrl = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // tbUrl
            // 
            this.tbUrl.Location = new System.Drawing.Point(3, 27);
            this.tbUrl.Name = "tbUrl";
            this.tbUrl.Size = new System.Drawing.Size(232, 23);
            this.tbUrl.TabIndex = 0;
            this.tbUrl.Text = "http://192.168.1.100/cerpws/Service1.asmx";
            // 
            // Config
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(238, 275);
            this.Controls.Add(this.tbUrl);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Config";
            this.Text = "Config";
            this.ResumeLayout(false);

        }
Exemplo n.º 20
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this._saveMenuItem = new System.Windows.Forms.MenuItem();
            this._cancelMenuItem = new System.Windows.Forms.MenuItem();
            this.SuspendLayout();
            // 
            // mainMenu1
            // 
            this.mainMenu1.MenuItems.Add(this._saveMenuItem);
            this.mainMenu1.MenuItems.Add(this._cancelMenuItem);
            // 
            // _saveMenuItem
            // 
            this._saveMenuItem.Text = "Save";
            this._saveMenuItem.Click += new System.EventHandler(this._saveMenuItem_Click);
            // 
            // _cancelMenuItem
            // 
            this._cancelMenuItem.Text = "Cancel";
            this._cancelMenuItem.Click += new System.EventHandler(this._cancelMenuItem_Click);
            // 
            // ControlEditor
            // 
            this.AutoScaleDimensions = Properties.Resources.ScaleDimensions;
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(480, 536);
            this.Location = new System.Drawing.Point(0, 52);
            this.Menu = this.mainMenu1;
            this.Name = "ControlEditor";
            this.Text = "TextEditor";
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.SuspendLayout();
            // 
            // treeView1
            // 
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView1.Location = new System.Drawing.Point(0, 0);
            this.treeView1.Name = "treeView1";
            this.treeView1.Size = new System.Drawing.Size(240, 268);
            this.treeView1.TabIndex = 0;
            this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
            // 
            // FormCruiseInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.treeView1);
            this.Menu = this.mainMenu1;
            this.MinimizeBox = false;
            this.Name = "FormCruiseInfo";
            this.Text = "Cruise Information";
            this.Load += new System.EventHandler(this.FormCruiseInfo_Load);
            this.ResumeLayout(false);

        }
Exemplo n.º 22
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.UI_ListBox = new System.Windows.Forms.ListBox();
            this.SuspendLayout();
            // 
            // UI_ListBox
            // 
            this.UI_ListBox.Location = new System.Drawing.Point(143, 0);
            this.UI_ListBox.Name = "UI_ListBox";
            this.UI_ListBox.Size = new System.Drawing.Size(96, 254);
            this.UI_ListBox.TabIndex = 0;
            this.UI_ListBox.SelectedIndexChanged += new System.EventHandler(this.UI_ListBox_SelectedIndexChanged_1);
            // 
            // SongList
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.UI_ListBox);
            this.Menu = this.mainMenu1;
            this.Name = "SongList";
            this.Text = "SongList";
            this.ResumeLayout(false);

        }
Exemplo n.º 23
0
        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido del método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(trazabilidadSplash));
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.SuspendLayout();
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(1, 6);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(259, 83);
            // 
            // trazabilidadSplash
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.ClientSize = new System.Drawing.Size(262, 93);
            this.ControlBox = false;
            this.Controls.Add(this.pictureBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "trazabilidadSplash";
            this.Text = "trazabilidadSplash";
            this.ResumeLayout(false);

        }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(42, 31);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(106, 23);
            this.textBox1.TabIndex = 0;
            this.textBox1.Text = "0";
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(156, 34);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(43, 19);
            this.label1.Text = "dBm";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(32, 75);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(74, 25);
            this.button1.TabIndex = 2;
            this.button1.Text = "设置";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(125, 75);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(74, 25);
            this.button2.TabIndex = 3;
            this.button2.Text = "获取";
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // PowerForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(230, 272);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.textBox1);
            this.MaximizeBox = false;
            this.Menu = this.mainMenu1;
            this.MinimizeBox = false;
            this.Name = "PowerForm";
            this.Text = "PowerForm";
            this.ResumeLayout(false);

        }
Exemplo n.º 25
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.menuItem1 = new System.Windows.Forms.MenuItem();
            this.menuItem2 = new System.Windows.Forms.MenuItem();
            this.SuspendLayout();
            // 
            // mainMenu1
            // 
            this.mainMenu1.MenuItems.Add(this.menuItem1);
            // 
            // menuItem1
            // 
            this.menuItem1.MenuItems.Add(this.menuItem2);
            this.menuItem1.Text = "Opções";
            // 
            // menuItem2
            // 
            this.menuItem2.Text = "Voltar a tela anterior";
            this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
            // 
            // EnviarArquivo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Menu = this.mainMenu1;
            this.Name = "EnviarArquivo";
            this.Text = "EnviarArquivo";
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(7, 40);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(79, 18);
            this.label1.Text = "test";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.label1);
            this.Menu = this.mainMenu1;
            this.Name = "Form1";
            this.Text = "Form1";
            this.ResumeLayout(false);

        }
Exemplo n.º 27
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.lvwMails = new System.Windows.Forms.ListView();
            this.colDate = new System.Windows.Forms.ColumnHeader();
            this.colSubject = new System.Windows.Forms.ColumnHeader();
            this.colIP = new System.Windows.Forms.ColumnHeader();
            this.colName = new System.Windows.Forms.ColumnHeader();
            this.SuspendLayout();
            // 
            // lvwMails
            // 
            this.lvwMails.Columns.Add(this.colDate);
            this.lvwMails.Columns.Add(this.colSubject);
            this.lvwMails.Columns.Add(this.colIP);
            this.lvwMails.Columns.Add(this.colName);
            this.lvwMails.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvwMails.FullRowSelect = true;
            this.lvwMails.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.lvwMails.Location = new System.Drawing.Point(0, 0);
            this.lvwMails.Name = "lvwMails";
            this.lvwMails.Size = new System.Drawing.Size(238, 295);
            this.lvwMails.TabIndex = 1;
            this.lvwMails.View = System.Windows.Forms.View.Details;
            this.lvwMails.ItemActivate += new System.EventHandler(this.lvwMails_ItemActivate);
            // 
            // colDate
            // 
            this.colDate.Text = "Date";
            this.colDate.Width = 66;
            // 
            // colSubject
            // 
            this.colSubject.Text = "Subject";
            this.colSubject.Width = 180;
            // 
            // colIP
            // 
            this.colIP.Text = "IP";
            this.colIP.Width = 90;
            // 
            // colName
            // 
            this.colName.Text = "Name";
            this.colName.Width = 100;
            // 
            // Imap4Result
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(238, 295);
            this.Controls.Add(this.lvwMails);
            this.Menu = this.mainMenu1;
            this.Name = "Imap4Result";
            this.Text = "Imap4Result";
            this.Load += new System.EventHandler(this.Imap4Result_Load);
            this.ResumeLayout(false);

        }
Exemplo n.º 28
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.myExitMenuItem = new System.Windows.Forms.MenuItem();
            this.SuspendLayout();
            // 
            // mainMenu1
            // 
            this.mainMenu1.MenuItems.Add(this.myExitMenuItem);
            // 
            // myExitMenuItem
            // 
            this.myExitMenuItem.Text = "Exit";
            this.myExitMenuItem.Click += new System.EventHandler(this.myExitMenuItem_Click);
            // 
            // TestForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Menu = this.mainMenu1;
            this.Name = "TestForm";
            this.Text = "OpenGL Test";
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.mnuBack = new System.Windows.Forms.MenuItem();
            this.mnuMenu = new System.Windows.Forms.MenuItem();
            this.txtNote = new System.Windows.Forms.TextBox();
            this.mnuNext = new System.Windows.Forms.MenuItem();
            this.mnuPrev = new System.Windows.Forms.MenuItem();
            this.SuspendLayout();
            // 
            // mainMenu1
            // 
            this.mainMenu1.MenuItems.Add(this.mnuBack);
            this.mainMenu1.MenuItems.Add(this.mnuMenu);
            // 
            // mnuBack
            // 
            this.mnuBack.Text = "Back";
            this.mnuBack.Click += new System.EventHandler(this.mnuBack_Click);
            // 
            // mnuMenu
            // 
            this.mnuMenu.MenuItems.Add(this.mnuNext);
            this.mnuMenu.MenuItems.Add(this.mnuPrev);
            this.mnuMenu.Text = "Menu";
            // 
            // txtNote
            // 
            this.txtNote.BackColor = System.Drawing.SystemColors.Control;
            this.txtNote.Location = new System.Drawing.Point(4, 4);
            this.txtNote.Multiline = true;
            this.txtNote.Name = "txtNote";
            this.txtNote.ReadOnly = true;
            this.txtNote.Size = new System.Drawing.Size(233, 261);
            this.txtNote.TabIndex = 0;
            // 
            // mnuNext
            // 
            this.mnuNext.Text = "Next Note";
            this.mnuNext.Click += new System.EventHandler(this.mnuNext_Click);
            // 
            // mnuPrev
            // 
            this.mnuPrev.Text = "Prev Note";
            this.mnuPrev.Click += new System.EventHandler(this.mnuPrev_Click);
            // 
            // Presentation
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.txtNote);
            this.Menu = this.mainMenu1;
            this.Name = "Presentation";
            this.Text = "Presentation";
            this.Closed += new System.EventHandler(this.Presentation_Closed);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(31, 72);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(185, 109);
            this.label1.Text = "text";
            // 
            // LockDownTestForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.label1);
            this.Menu = this.mainMenu1;
            this.MinimizeBox = false;
            this.Name = "LockDownTestForm";
            this.Text = "LockDownTestForm";
            this.ResumeLayout(false);

        }
Exemplo n.º 31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mainMenu1 = new System.Windows.Forms.MainMenu();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.back      = new System.Windows.Forms.Button();
     this.choose    = new System.Windows.Forms.Button();
     this.label1    = new System.Windows.Forms.Label();
     this.label2    = new System.Windows.Forms.Label();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.SuspendLayout();
     //
     // comboBox1
     //
     this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBox1.Font                  = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular);
     this.comboBox1.Location              = new System.Drawing.Point(3, 42);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(234, 30);
     this.comboBox1.TabIndex              = 39;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // back
     //
     this.back.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.back.Font     = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Regular);
     this.back.Location = new System.Drawing.Point(142, 217);
     this.back.Name     = "back";
     this.back.Size     = new System.Drawing.Size(95, 40);
     this.back.TabIndex = 38;
     this.back.Text     = "Назад";
     this.back.Click   += new System.EventHandler(this.back_Click);
     //
     // choose
     //
     this.choose.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.choose.Font     = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Regular);
     this.choose.Location = new System.Drawing.Point(3, 156);
     this.choose.Name     = "choose";
     this.choose.Size     = new System.Drawing.Size(234, 50);
     this.choose.TabIndex = 37;
     this.choose.Text     = "Обрати";
     this.choose.Click   += new System.EventHandler(this.choose_Click);
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular);
     this.label1.Location = new System.Drawing.Point(3, 14);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(234, 26);
     this.label1.Text     = "Оберіть план напрямку";
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular);
     this.label2.Location = new System.Drawing.Point(3, 82);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(234, 28);
     this.label2.Text     = "Оберіть пункт на маршруті";
     //
     // comboBox2
     //
     this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBox2.Font     = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular);
     this.comboBox2.Location = new System.Drawing.Point(3, 108);
     this.comboBox2.Name     = "comboBox2";
     this.comboBox2.Size     = new System.Drawing.Size(234, 30);
     this.comboBox2.TabIndex = 44;
     //
     // DestinationPlan
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(240, 268);
     this.ControlBox          = false;
     this.Controls.Add(this.comboBox2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.back);
     this.Controls.Add(this.choose);
     this.Menu  = this.mainMenu1;
     this.Name  = "DestinationPlan";
     this.Text  = "За планом напрямку";
     this.Load += new System.EventHandler(this.DestinationPlan_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 32
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components            = new System.ComponentModel.Container();
     this.mainMenu              = new System.Windows.Forms.MainMenu(this.components);
     this.fileMenu              = new System.Windows.Forms.MenuItem();
     this.exitMenuItem          = new System.Windows.Forms.MenuItem();
     this.connectionsMenuItem   = new System.Windows.Forms.MenuItem();
     this.remoteConnectMenuItem = new System.Windows.Forms.MenuItem();
     this.servosConnectMenuItem = new System.Windows.Forms.MenuItem();
     this.motorsConnectMenuItem = new System.Windows.Forms.MenuItem();
     this.menuItem1             = new System.Windows.Forms.MenuItem();
     this.menuItem2             = new System.Windows.Forms.MenuItem();
     this.statusBar             = new System.Windows.Forms.StatusBar();
     this.messageBox            = new System.Windows.Forms.TextBox();
     this.speedBar              = new System.Windows.Forms.TrackBar();
     this.button6            = new System.Windows.Forms.Button();
     this.button5            = new System.Windows.Forms.Button();
     this.button4            = new System.Windows.Forms.Button();
     this.button3            = new System.Windows.Forms.Button();
     this.button2            = new System.Windows.Forms.Button();
     this.button1            = new System.Windows.Forms.Button();
     this.stopButton         = new System.Windows.Forms.Button();
     this.backRightButton    = new System.Windows.Forms.Button();
     this.backButton         = new System.Windows.Forms.Button();
     this.backLeftButton     = new System.Windows.Forms.Button();
     this.turnLeftButton     = new System.Windows.Forms.Button();
     this.turnRightButton    = new System.Windows.Forms.Button();
     this.forwardRightButton = new System.Windows.Forms.Button();
     this.forwardButton      = new System.Windows.Forms.Button();
     this.forwardLeftButton  = new System.Windows.Forms.Button();
     this.IPaddr             = new System.Windows.Forms.TextBox();
     this.label1             = new System.Windows.Forms.Label();
     this.button7            = new System.Windows.Forms.Button();
     this.T_left90           = new System.Windows.Forms.TextBox();
     this.T_block            = new System.Windows.Forms.TextBox();
     this.button8            = new System.Windows.Forms.Button();
     this.T_right90          = new System.Windows.Forms.TextBox();
     this.button9            = new System.Windows.Forms.Button();
     this.movementtimer      = new System.Windows.Forms.Timer(this.components);
     this.drivingtimer       = new System.Windows.Forms.Timer(this.components);
     this.txtrightspeed      = new System.Windows.Forms.TextBox();
     this.txtleftspeed       = new System.Windows.Forms.TextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.speedBar)).BeginInit();
     this.SuspendLayout();
     //
     // mainMenu
     //
     this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.fileMenu,
         this.connectionsMenuItem,
         this.menuItem1
     });
     //
     // fileMenu
     //
     this.fileMenu.Index = 0;
     this.fileMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.exitMenuItem
     });
     this.fileMenu.Text = "File";
     //
     // exitMenuItem
     //
     this.exitMenuItem.Index  = 0;
     this.exitMenuItem.Text   = "Exit";
     this.exitMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click);
     //
     // connectionsMenuItem
     //
     this.connectionsMenuItem.Index = 1;
     this.connectionsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.remoteConnectMenuItem,
         this.servosConnectMenuItem,
         this.motorsConnectMenuItem
     });
     this.connectionsMenuItem.Text = "Connections";
     //
     // remoteConnectMenuItem
     //
     this.remoteConnectMenuItem.Index  = 0;
     this.remoteConnectMenuItem.Text   = "Connect to Remote Brain";
     this.remoteConnectMenuItem.Click += new System.EventHandler(this.remoteConnectMenuItem_Click);
     //
     // servosConnectMenuItem
     //
     this.servosConnectMenuItem.Index  = 1;
     this.servosConnectMenuItem.Text   = "Connect to Servos";
     this.servosConnectMenuItem.Click += new System.EventHandler(this.servosConnectMenuItem_Click);
     //
     // motorsConnectMenuItem
     //
     this.motorsConnectMenuItem.Index  = 2;
     this.motorsConnectMenuItem.Text   = "Connect to Motors";
     this.motorsConnectMenuItem.Click += new System.EventHandler(this.motorsConnectMenuItem_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index = 2;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem2
     });
     this.menuItem1.Text = "Debug";
     //
     // menuItem2
     //
     this.menuItem2.Index  = 0;
     this.menuItem2.Text   = "ON";
     this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
     //
     // statusBar
     //
     this.statusBar.Location = new System.Drawing.Point(0, 431);
     this.statusBar.Name     = "statusBar";
     this.statusBar.Size     = new System.Drawing.Size(638, 24);
     this.statusBar.TabIndex = 109;
     //
     // messageBox
     //
     this.messageBox.BackColor = System.Drawing.Color.White;
     this.messageBox.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.messageBox.Location  = new System.Drawing.Point(0, 303);
     this.messageBox.Multiline = true;
     this.messageBox.Name      = "messageBox";
     this.messageBox.ReadOnly  = true;
     this.messageBox.Size      = new System.Drawing.Size(638, 128);
     this.messageBox.TabIndex  = 1;
     //
     // speedBar
     //
     this.speedBar.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.speedBar.LargeChange   = 50;
     this.speedBar.Location      = new System.Drawing.Point(570, 3);
     this.speedBar.Maximum       = 1000;
     this.speedBar.Minimum       = 100;
     this.speedBar.Name          = "speedBar";
     this.speedBar.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.speedBar.Size          = new System.Drawing.Size(45, 243);
     this.speedBar.TabIndex      = 81;
     this.speedBar.TickFrequency = 50;
     this.speedBar.Value         = 350;
     //
     // button6
     //
     this.button6.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button6.Location = new System.Drawing.Point(511, 207);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(40, 35);
     this.button6.TabIndex = 80;
     this.button6.Tag      = "6";
     this.button6.Text     = "6";
     this.button6.Click   += new System.EventHandler(this.button1_Click_1);
     //
     // button5
     //
     this.button5.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button5.Location = new System.Drawing.Point(463, 207);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(40, 35);
     this.button5.TabIndex = 79;
     this.button5.Tag      = "5";
     this.button5.Text     = "5";
     this.button5.Click   += new System.EventHandler(this.button1_Click_1);
     //
     // button4
     //
     this.button4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button4.Location = new System.Drawing.Point(415, 207);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(40, 35);
     this.button4.TabIndex = 78;
     this.button4.Tag      = "4";
     this.button4.Text     = "4";
     this.button4.Click   += new System.EventHandler(this.button1_Click_1);
     //
     // button3
     //
     this.button3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button3.Location = new System.Drawing.Point(511, 174);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(40, 36);
     this.button3.TabIndex = 77;
     this.button3.Tag      = "3";
     this.button3.Text     = "3";
     this.button3.Click   += new System.EventHandler(this.button1_Click_1);
     //
     // button2
     //
     this.button2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.Location = new System.Drawing.Point(463, 174);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(40, 36);
     this.button2.TabIndex = 76;
     this.button2.Tag      = "2";
     this.button2.Text     = "2";
     this.button2.Click   += new System.EventHandler(this.button1_Click_1);
     //
     // button1
     //
     this.button1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location = new System.Drawing.Point(415, 174);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(40, 36);
     this.button1.TabIndex = 75;
     this.button1.Tag      = "1";
     this.button1.Text     = "1";
     this.button1.Click   += new System.EventHandler(this.button1_Click_1);
     //
     // stopButton
     //
     this.stopButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.stopButton.Location = new System.Drawing.Point(463, 80);
     this.stopButton.Name     = "stopButton";
     this.stopButton.Size     = new System.Drawing.Size(40, 40);
     this.stopButton.TabIndex = 74;
     this.stopButton.Tag      = "0";
     this.stopButton.Text     = "STOP";
     this.stopButton.Click   += new System.EventHandler(this.stopButton_Click);
     //
     // backRightButton
     //
     this.backRightButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.backRightButton.Location = new System.Drawing.Point(511, 128);
     this.backRightButton.Name     = "backRightButton";
     this.backRightButton.Size     = new System.Drawing.Size(40, 40);
     this.backRightButton.TabIndex = 73;
     this.backRightButton.Tag      = "8";
     this.backRightButton.Text     = "RB";
     this.backRightButton.Click   += new System.EventHandler(this.driveButton_Click);
     //
     // backButton
     //
     this.backButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.backButton.Location = new System.Drawing.Point(463, 128);
     this.backButton.Name     = "backButton";
     this.backButton.Size     = new System.Drawing.Size(40, 40);
     this.backButton.TabIndex = 72;
     this.backButton.Tag      = "6";
     this.backButton.Text     = "B";
     this.backButton.Click   += new System.EventHandler(this.driveButton_Click);
     //
     // backLeftButton
     //
     this.backLeftButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.backLeftButton.Location = new System.Drawing.Point(415, 128);
     this.backLeftButton.Name     = "backLeftButton";
     this.backLeftButton.Size     = new System.Drawing.Size(40, 40);
     this.backLeftButton.TabIndex = 71;
     this.backLeftButton.Tag      = "7";
     this.backLeftButton.Text     = "LB";
     this.backLeftButton.Click   += new System.EventHandler(this.driveButton_Click);
     //
     // turnLeftButton
     //
     this.turnLeftButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.turnLeftButton.Location = new System.Drawing.Point(415, 80);
     this.turnLeftButton.Name     = "turnLeftButton";
     this.turnLeftButton.Size     = new System.Drawing.Size(40, 40);
     this.turnLeftButton.TabIndex = 70;
     this.turnLeftButton.Tag      = "4";
     this.turnLeftButton.Text     = "L";
     this.turnLeftButton.Click   += new System.EventHandler(this.driveButton_Click);
     //
     // turnRightButton
     //
     this.turnRightButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.turnRightButton.Location = new System.Drawing.Point(511, 80);
     this.turnRightButton.Name     = "turnRightButton";
     this.turnRightButton.Size     = new System.Drawing.Size(40, 40);
     this.turnRightButton.TabIndex = 69;
     this.turnRightButton.Tag      = "5";
     this.turnRightButton.Text     = "R";
     this.turnRightButton.Click   += new System.EventHandler(this.driveButton_Click);
     //
     // forwardRightButton
     //
     this.forwardRightButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.forwardRightButton.Location = new System.Drawing.Point(511, 32);
     this.forwardRightButton.Name     = "forwardRightButton";
     this.forwardRightButton.Size     = new System.Drawing.Size(40, 40);
     this.forwardRightButton.TabIndex = 68;
     this.forwardRightButton.Tag      = "3";
     this.forwardRightButton.Text     = "RF";
     this.forwardRightButton.Click   += new System.EventHandler(this.driveButton_Click);
     //
     // forwardButton
     //
     this.forwardButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.forwardButton.Location = new System.Drawing.Point(463, 32);
     this.forwardButton.Name     = "forwardButton";
     this.forwardButton.Size     = new System.Drawing.Size(40, 40);
     this.forwardButton.TabIndex = 67;
     this.forwardButton.Tag      = "1";
     this.forwardButton.Text     = "F";
     this.forwardButton.Click   += new System.EventHandler(this.driveButton_Click);
     //
     // forwardLeftButton
     //
     this.forwardLeftButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.forwardLeftButton.Location = new System.Drawing.Point(415, 32);
     this.forwardLeftButton.Name     = "forwardLeftButton";
     this.forwardLeftButton.Size     = new System.Drawing.Size(40, 40);
     this.forwardLeftButton.TabIndex = 66;
     this.forwardLeftButton.Tag      = "2";
     this.forwardLeftButton.Text     = "LF";
     this.forwardLeftButton.Click   += new System.EventHandler(this.driveButton_Click);
     //
     // IPaddr
     //
     this.IPaddr.Location = new System.Drawing.Point(263, 32);
     this.IPaddr.Name     = "IPaddr";
     this.IPaddr.Size     = new System.Drawing.Size(104, 22);
     this.IPaddr.TabIndex = 84;
     this.IPaddr.Text     = "192.168.2.137";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(203, 32);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(54, 20);
     this.label1.TabIndex = 108;
     this.label1.Text     = "Host IP:";
     //
     // button7
     //
     this.button7.Location = new System.Drawing.Point(221, 202);
     this.button7.Name     = "button7";
     this.button7.Size     = new System.Drawing.Size(54, 49);
     this.button7.TabIndex = 98;
     this.button7.Text     = "left 90";
     this.button7.Click   += new System.EventHandler(this.button7_Click_1);
     //
     // T_left90
     //
     this.T_left90.Location = new System.Drawing.Point(221, 174);
     this.T_left90.Name     = "T_left90";
     this.T_left90.Size     = new System.Drawing.Size(54, 22);
     this.T_left90.TabIndex = 99;
     this.T_left90.Text     = "2100";
     //
     // T_block
     //
     this.T_block.Location = new System.Drawing.Point(281, 174);
     this.T_block.Name     = "T_block";
     this.T_block.Size     = new System.Drawing.Size(54, 22);
     this.T_block.TabIndex = 101;
     this.T_block.Text     = "2000";
     //
     // button8
     //
     this.button8.Location = new System.Drawing.Point(281, 202);
     this.button8.Name     = "button8";
     this.button8.Size     = new System.Drawing.Size(54, 49);
     this.button8.TabIndex = 100;
     this.button8.Text     = "1 block";
     this.button8.Click   += new System.EventHandler(this.button8_Click);
     //
     // T_right90
     //
     this.T_right90.Location = new System.Drawing.Point(341, 174);
     this.T_right90.Name     = "T_right90";
     this.T_right90.Size     = new System.Drawing.Size(54, 22);
     this.T_right90.TabIndex = 103;
     this.T_right90.Text     = "1800";
     //
     // button9
     //
     this.button9.Location = new System.Drawing.Point(341, 202);
     this.button9.Name     = "button9";
     this.button9.Size     = new System.Drawing.Size(54, 49);
     this.button9.TabIndex = 102;
     this.button9.Text     = "right 90";
     this.button9.Click   += new System.EventHandler(this.button9_Click);
     //
     // movementtimer
     //
     this.movementtimer.Tick += new System.EventHandler(this.movementtimer_Tick);
     //
     // drivingtimer
     //
     this.drivingtimer.Tick += new System.EventHandler(this.drivingtimer_Tick);
     //
     // txtrightspeed
     //
     this.txtrightspeed.Location = new System.Drawing.Point(314, 109);
     this.txtrightspeed.Name     = "txtrightspeed";
     this.txtrightspeed.Size     = new System.Drawing.Size(54, 22);
     this.txtrightspeed.TabIndex = 107;
     this.txtrightspeed.Text     = "150";
     //
     // txtleftspeed
     //
     this.txtleftspeed.Location = new System.Drawing.Point(254, 109);
     this.txtleftspeed.Name     = "txtleftspeed";
     this.txtleftspeed.Size     = new System.Drawing.Size(54, 22);
     this.txtleftspeed.TabIndex = 106;
     this.txtleftspeed.Text     = "179";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(194, 109);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(54, 20);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Speed:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(254, 86);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(54, 20);
     this.label3.TabIndex = 1;
     this.label3.Text     = "left";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(313, 86);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(54, 20);
     this.label4.TabIndex = 0;
     this.label4.Text     = "right";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(638, 455);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtrightspeed);
     this.Controls.Add(this.txtleftspeed);
     this.Controls.Add(this.T_right90);
     this.Controls.Add(this.button9);
     this.Controls.Add(this.T_block);
     this.Controls.Add(this.button8);
     this.Controls.Add(this.T_left90);
     this.Controls.Add(this.button7);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.IPaddr);
     this.Controls.Add(this.speedBar);
     this.Controls.Add(this.button6);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.stopButton);
     this.Controls.Add(this.backRightButton);
     this.Controls.Add(this.backButton);
     this.Controls.Add(this.backLeftButton);
     this.Controls.Add(this.turnLeftButton);
     this.Controls.Add(this.turnRightButton);
     this.Controls.Add(this.forwardRightButton);
     this.Controls.Add(this.forwardButton);
     this.Controls.Add(this.forwardLeftButton);
     this.Controls.Add(this.messageBox);
     this.Controls.Add(this.statusBar);
     this.Menu        = this.mainMenu;
     this.Name        = "MainForm";
     this.Text        = "ViLAN Local Brain";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.speedBar)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 33
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.mainMenu1      = new System.Windows.Forms.MainMenu();
     this.menuItem1      = new System.Windows.Forms.MenuItem();
     this.btnSeleccionar = new System.Windows.Forms.Button();
     this.cboInventarios = new System.Windows.Forms.ComboBox();
     this.lblInventarios = new System.Windows.Forms.Label();
     this.btnSalir       = new System.Windows.Forms.Button();
     this.panel2         = new System.Windows.Forms.Panel();
     this.panel1         = new System.Windows.Forms.Panel();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.menuItem1);
     //
     // menuItem1
     //
     this.menuItem1.Text   = "Conexión";
     this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // btnSeleccionar
     //
     this.btnSeleccionar.Dock     = System.Windows.Forms.DockStyle.Left;
     this.btnSeleccionar.Location = new System.Drawing.Point(0, 0);
     this.btnSeleccionar.Name     = "btnSeleccionar";
     this.btnSeleccionar.Size     = new System.Drawing.Size(115, 31);
     this.btnSeleccionar.TabIndex = 1;
     this.btnSeleccionar.Text     = "Seleccionar";
     this.btnSeleccionar.Click   += new System.EventHandler(this.btniniciar_Click);
     //
     // cboInventarios
     //
     this.cboInventarios.Dock          = System.Windows.Forms.DockStyle.Top;
     this.cboInventarios.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboInventarios.Font          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.cboInventarios.Location      = new System.Drawing.Point(0, 20);
     this.cboInventarios.Name          = "cboInventarios";
     this.cboInventarios.Size          = new System.Drawing.Size(240, 20);
     this.cboInventarios.TabIndex      = 0;
     //
     // lblInventarios
     //
     this.lblInventarios.Dock     = System.Windows.Forms.DockStyle.Top;
     this.lblInventarios.Location = new System.Drawing.Point(0, 0);
     this.lblInventarios.Name     = "lblInventarios";
     this.lblInventarios.Size     = new System.Drawing.Size(240, 20);
     this.lblInventarios.Text     = "Inventarios activos:";
     //
     // btnSalir
     //
     this.btnSalir.Dock     = System.Windows.Forms.DockStyle.Right;
     this.btnSalir.Location = new System.Drawing.Point(125, 0);
     this.btnSalir.Name     = "btnSalir";
     this.btnSalir.Size     = new System.Drawing.Size(115, 31);
     this.btnSalir.TabIndex = 2;
     this.btnSalir.Text     = "Salir";
     this.btnSalir.Click   += new System.EventHandler(this.btnclose_Click);
     //
     // panel2
     //
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 40);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(240, 13);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnSeleccionar);
     this.panel1.Controls.Add(this.btnSalir);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 53);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(240, 31);
     //
     // frmInventario
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(240, 294);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.cboInventarios);
     this.Controls.Add(this.lblInventarios);
     this.Location    = new System.Drawing.Point(0, 0);
     this.Menu        = this.mainMenu1;
     this.Name        = "frmInventario";
     this.Text        = "Seleccionar Inventario";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmInventario_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components           = new System.ComponentModel.Container();
     this.mainMenu             = new System.Windows.Forms.MainMenu(this.components);
     this.mnuDevices           = new System.Windows.Forms.MenuItem();
     this.mnuVideoDevices      = new System.Windows.Forms.MenuItem();
     this.mnuAudioDevices      = new System.Windows.Forms.MenuItem();
     this.menuItem4            = new System.Windows.Forms.MenuItem();
     this.mnuVideoCompressors  = new System.Windows.Forms.MenuItem();
     this.mnuAudioCompressors  = new System.Windows.Forms.MenuItem();
     this.menuItem7            = new System.Windows.Forms.MenuItem();
     this.mnuVideoSources      = new System.Windows.Forms.MenuItem();
     this.mnuFrameSizes        = new System.Windows.Forms.MenuItem();
     this.mnuFrameRates        = new System.Windows.Forms.MenuItem();
     this.mnuVideoCaps         = new System.Windows.Forms.MenuItem();
     this.mnuAudioSources      = new System.Windows.Forms.MenuItem();
     this.mnuAudioChannels     = new System.Windows.Forms.MenuItem();
     this.mnuAudioSamplingRate = new System.Windows.Forms.MenuItem();
     this.mnuAudioSampleSizes  = new System.Windows.Forms.MenuItem();
     this.mnuAudioCaps         = new System.Windows.Forms.MenuItem();
     this.menuItem3            = new System.Windows.Forms.MenuItem();
     this.mnuChannel           = new System.Windows.Forms.MenuItem();
     this.mnuInputType         = new System.Windows.Forms.MenuItem();
     this.mnuPropertyPages     = new System.Windows.Forms.MenuItem();
     this.menuItem8            = new System.Windows.Forms.MenuItem();
     this.panelVideo           = new System.Windows.Forms.Panel();
     this.pictureBox           = new System.Windows.Forms.PictureBox();
     this.label2            = new System.Windows.Forms.Label();
     this.PeerIP_TXT        = new System.Windows.Forms.TextBox();
     this.button_PuchVideo  = new System.Windows.Forms.Button();
     this.pictureBox_Remote = new System.Windows.Forms.PictureBox();
     this.button1           = new System.Windows.Forms.Button();
     this.Message           = new System.Windows.Forms.TextBox();
     this.ChatTable         = new System.Windows.Forms.TextBox();
     this.button2           = new System.Windows.Forms.Button();
     this.LocalIPTXT        = new System.Windows.Forms.TextBox();
     this.panelVideo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Remote)).BeginInit();
     this.SuspendLayout();
     //
     // mainMenu
     //
     this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuDevices,
         this.menuItem7
     });
     //
     // mnuDevices
     //
     this.mnuDevices.Index = 0;
     this.mnuDevices.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuVideoDevices,
         this.mnuAudioDevices,
         this.menuItem4,
         this.mnuVideoCompressors,
         this.mnuAudioCompressors
     });
     this.mnuDevices.Text = "Devices";
     //
     // mnuVideoDevices
     //
     this.mnuVideoDevices.Index = 0;
     this.mnuVideoDevices.Text  = "Video Devices";
     //
     // mnuAudioDevices
     //
     this.mnuAudioDevices.Index   = 1;
     this.mnuAudioDevices.Text    = "Audio Devices";
     this.mnuAudioDevices.Visible = false;
     //
     // menuItem4
     //
     this.menuItem4.Index   = 2;
     this.menuItem4.Text    = "-";
     this.menuItem4.Visible = false;
     //
     // mnuVideoCompressors
     //
     this.mnuVideoCompressors.Index   = 3;
     this.mnuVideoCompressors.Text    = "Video Compressors";
     this.mnuVideoCompressors.Visible = false;
     //
     // mnuAudioCompressors
     //
     this.mnuAudioCompressors.Index   = 4;
     this.mnuAudioCompressors.Text    = "Audio Compressors";
     this.mnuAudioCompressors.Visible = false;
     //
     // menuItem7
     //
     this.menuItem7.Index = 1;
     this.menuItem7.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuVideoSources,
         this.mnuFrameSizes,
         this.mnuFrameRates,
         this.mnuVideoCaps,
         this.mnuAudioSources,
         this.mnuAudioChannels,
         this.mnuAudioSamplingRate,
         this.mnuAudioSampleSizes,
         this.mnuAudioCaps,
         this.menuItem3,
         this.mnuChannel,
         this.mnuInputType,
         this.mnuPropertyPages,
         this.menuItem8
     });
     this.menuItem7.Text = "Options";
     //
     // mnuVideoSources
     //
     this.mnuVideoSources.Index   = 0;
     this.mnuVideoSources.Text    = "Video Sources";
     this.mnuVideoSources.Visible = false;
     //
     // mnuFrameSizes
     //
     this.mnuFrameSizes.Index = 1;
     this.mnuFrameSizes.Text  = "Video Frame Size";
     //
     // mnuFrameRates
     //
     this.mnuFrameRates.Index = 2;
     this.mnuFrameRates.Text  = "Video Frame Rate";
     //
     // mnuVideoCaps
     //
     this.mnuVideoCaps.Index = 3;
     this.mnuVideoCaps.Text  = "Video Capabilities...";
     //
     // mnuAudioSources
     //
     this.mnuAudioSources.Index   = 4;
     this.mnuAudioSources.Text    = "Audio Sources";
     this.mnuAudioSources.Visible = false;
     //
     // mnuAudioChannels
     //
     this.mnuAudioChannels.Index   = 5;
     this.mnuAudioChannels.Text    = "Audio Channels";
     this.mnuAudioChannels.Visible = false;
     //
     // mnuAudioSamplingRate
     //
     this.mnuAudioSamplingRate.Index   = 6;
     this.mnuAudioSamplingRate.Text    = "Audio Sampling Rate";
     this.mnuAudioSamplingRate.Visible = false;
     //
     // mnuAudioSampleSizes
     //
     this.mnuAudioSampleSizes.Index   = 7;
     this.mnuAudioSampleSizes.Text    = "Audio Sample Size";
     this.mnuAudioSampleSizes.Visible = false;
     //
     // mnuAudioCaps
     //
     this.mnuAudioCaps.Index   = 8;
     this.mnuAudioCaps.Text    = "Audio Capabilities...";
     this.mnuAudioCaps.Visible = false;
     //
     // menuItem3
     //
     this.menuItem3.Index   = 9;
     this.menuItem3.Text    = "-";
     this.menuItem3.Visible = false;
     //
     // mnuChannel
     //
     this.mnuChannel.Index   = 10;
     this.mnuChannel.Text    = "TV Tuner Channel";
     this.mnuChannel.Visible = false;
     //
     // mnuInputType
     //
     this.mnuInputType.Index   = 11;
     this.mnuInputType.Text    = "TV Tuner Input Type";
     this.mnuInputType.Visible = false;
     //
     // mnuPropertyPages
     //
     this.mnuPropertyPages.Index   = 12;
     this.mnuPropertyPages.Text    = "PropertyPages";
     this.mnuPropertyPages.Visible = false;
     //
     // menuItem8
     //
     this.menuItem8.Index   = 13;
     this.menuItem8.Text    = "-";
     this.menuItem8.Visible = false;
     //
     // panelVideo
     //
     this.panelVideo.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.panelVideo.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.panelVideo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelVideo.Controls.Add(this.pictureBox);
     this.panelVideo.ForeColor = System.Drawing.Color.White;
     this.panelVideo.Location  = new System.Drawing.Point(27, 12);
     this.panelVideo.Name      = "panelVideo";
     this.panelVideo.Size      = new System.Drawing.Size(360, 257);
     this.panelVideo.TabIndex  = 6;
     //
     // pictureBox
     //
     this.pictureBox.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.pictureBox.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox.Location    = new System.Drawing.Point(-1, -1);
     this.pictureBox.Name        = "pictureBox";
     this.pictureBox.Size        = new System.Drawing.Size(360, 257);
     this.pictureBox.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox.TabIndex    = 9;
     this.pictureBox.TabStop     = false;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(9, 291);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(55, 16);
     this.label2.TabIndex = 13;
     this.label2.Text     = "Peer IP";
     //
     // PeerIP_TXT
     //
     this.PeerIP_TXT.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PeerIP_TXT.Location = new System.Drawing.Point(70, 288);
     this.PeerIP_TXT.Name     = "PeerIP_TXT";
     this.PeerIP_TXT.Size     = new System.Drawing.Size(237, 23);
     this.PeerIP_TXT.TabIndex = 12;
     //
     // button_PuchVideo
     //
     this.button_PuchVideo.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button_PuchVideo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.button_PuchVideo.Location  = new System.Drawing.Point(321, 285);
     this.button_PuchVideo.Name      = "button_PuchVideo";
     this.button_PuchVideo.Size      = new System.Drawing.Size(155, 29);
     this.button_PuchVideo.TabIndex  = 11;
     this.button_PuchVideo.Text      = "Start Pouching Video";
     this.button_PuchVideo.UseVisualStyleBackColor = true;
     this.button_PuchVideo.Click += new System.EventHandler(this.button_PuchVideo_Click);
     //
     // pictureBox_Remote
     //
     this.pictureBox_Remote.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.pictureBox_Remote.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.pictureBox_Remote.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox_Remote.Location    = new System.Drawing.Point(406, 12);
     this.pictureBox_Remote.Name        = "pictureBox_Remote";
     this.pictureBox_Remote.Size        = new System.Drawing.Size(330, 257);
     this.pictureBox_Remote.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox_Remote.TabIndex    = 14;
     this.pictureBox_Remote.TabStop     = false;
     //
     // button1
     //
     this.button1.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor = System.Drawing.Color.Maroon;
     this.button1.Location  = new System.Drawing.Point(497, 285);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(124, 29);
     this.button1.TabIndex  = 15;
     this.button1.Text      = "End and Exit";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Message
     //
     this.Message.Location = new System.Drawing.Point(38, 382);
     this.Message.Name     = "Message";
     this.Message.Size     = new System.Drawing.Size(194, 20);
     this.Message.TabIndex = 17;
     //
     // ChatTable
     //
     this.ChatTable.Location = new System.Drawing.Point(487, 382);
     this.ChatTable.Name     = "ChatTable";
     this.ChatTable.Size     = new System.Drawing.Size(265, 20);
     this.ChatTable.TabIndex = 16;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(264, 381);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(86, 20);
     this.button2.TabIndex = 18;
     this.button2.Text     = "button2";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // LocalIPTXT
     //
     this.LocalIPTXT.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LocalIPTXT.Location = new System.Drawing.Point(70, 326);
     this.LocalIPTXT.Name     = "LocalIPTXT";
     this.LocalIPTXT.Size     = new System.Drawing.Size(237, 23);
     this.LocalIPTXT.TabIndex = 19;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 450);
     this.Controls.Add(this.LocalIPTXT);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.Message);
     this.Controls.Add(this.ChatTable);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.pictureBox_Remote);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.PeerIP_TXT);
     this.Controls.Add(this.button_PuchVideo);
     this.Controls.Add(this.panelVideo);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Menu            = this.mainMenu;
     this.MinimizeBox     = false;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "MyVideoChatExample";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.P2PVideoCall_FormClosing);
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
     this.Load           += new System.EventHandler(this.P2PVideoCall_Load);
     this.panelVideo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Remote)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 35
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mainMenu1  = new System.Windows.Forms.MainMenu();
     this.buttonExit = new System.Windows.Forms.Button();
     this.listBox1   = new System.Windows.Forms.ListBox();
     this.statusBar1 = new System.Windows.Forms.StatusBar();
     this.barcode21  = new Symbol.Barcode2.Design.Barcode2();
     this.button1    = new System.Windows.Forms.Button();
     this.textBox1   = new System.Windows.Forms.TextBox();
     this.button2    = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // buttonExit
     //
     this.buttonExit.Location = new System.Drawing.Point(3, 216);
     this.buttonExit.Name     = "buttonExit";
     this.buttonExit.Size     = new System.Drawing.Size(72, 20);
     this.buttonExit.TabIndex = 1;
     this.buttonExit.Text     = "Exit";
     this.buttonExit.Click   += new System.EventHandler(this.buttonExit_Click);
     this.buttonExit.KeyDown += new System.Windows.Forms.KeyEventHandler(this.buttonExit_KeyDown);
     //
     // listBox1
     //
     this.listBox1.Location = new System.Drawing.Point(3, 3);
     this.listBox1.Name     = "listBox1";
     this.listBox1.Size     = new System.Drawing.Size(204, 114);
     this.listBox1.TabIndex = 0;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 272);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Size     = new System.Drawing.Size(240, 22);
     this.statusBar1.Text     = "statusBar1";
     //
     // barcode21
     //
     this.barcode21.Config.DecoderParameters.CODABAR = Symbol.Barcode2.Design.DisabledEnabled.Default;
     this.barcode21.Config.DecoderParameters.CODABARParams.ClsiEditing  = false;
     this.barcode21.Config.DecoderParameters.CODABARParams.NotisEditing = false;
     this.barcode21.Config.DecoderParameters.CODABARParams.Redundancy   = true;
     this.barcode21.Config.DecoderParameters.CODE128 = Symbol.Barcode2.Design.DisabledEnabled.Default;
     this.barcode21.Config.DecoderParameters.CODE128Params.EAN128     = true;
     this.barcode21.Config.DecoderParameters.CODE128Params.ISBT128    = true;
     this.barcode21.Config.DecoderParameters.CODE128Params.Other128   = true;
     this.barcode21.Config.DecoderParameters.CODE128Params.Redundancy = false;
     this.barcode21.Config.DecoderParameters.CODE39 = Symbol.Barcode2.Design.DisabledEnabled.Default;
     this.barcode21.Config.DecoderParameters.CODE39Params.Code32Prefix     = false;
     this.barcode21.Config.DecoderParameters.CODE39Params.Concatenation    = false;
     this.barcode21.Config.DecoderParameters.CODE39Params.ConvertToCode32  = false;
     this.barcode21.Config.DecoderParameters.CODE39Params.FullAscii        = false;
     this.barcode21.Config.DecoderParameters.CODE39Params.Redundancy       = false;
     this.barcode21.Config.DecoderParameters.CODE39Params.ReportCheckDigit = false;
     this.barcode21.Config.DecoderParameters.CODE39Params.VerifyCheckDigit = false;
     this.barcode21.Config.DecoderParameters.CODE93 = Symbol.Barcode2.Design.DisabledEnabled.Default;
     this.barcode21.Config.DecoderParameters.CODE93Params.Redundancy = false;
     this.barcode21.Config.DecoderParameters.D2OF5 = Symbol.Barcode2.Design.DisabledEnabled.Default;
     this.barcode21.Config.DecoderParameters.D2OF5Params.Redundancy = true;
     this.barcode21.Config.DecoderParameters.EAN13 = Symbol.Barcode2.Design.DisabledEnabled.Default;
     this.barcode21.Config.DecoderParameters.EAN8  = Symbol.Barcode2.Design.DisabledEnabled.Default;
     this.barcode21.Config.DecoderParameters.EAN8Params.ConvertToEAN13 = false;
     this.barcode21.Config.DecoderParameters.I2OF5 = Symbol.Barcode2.Design.DisabledEnabled.Default;
     this.barcode21.Config.DecoderParameters.I2OF5Params.ConvertToEAN13   = false;
     this.barcode21.Config.DecoderParameters.I2OF5Params.Redundancy       = true;
     this.barcode21.Config.DecoderParameters.I2OF5Params.ReportCheckDigit = false;
     this.barcode21.Config.DecoderParameters.I2OF5Params.VerifyCheckDigit = Symbol.Barcode2.Design.I2OF5.CheckDigitSchemes.Default;
     this.barcode21.Config.DecoderParameters.KOREAN_3OF5 = Symbol.Barcode2.Design.DisabledEnabled.Default;
     this.barcode21.Config.DecoderParameters.KOREAN_3OF5Params.Redundancy = true;
     this.barcode21.Config.DecoderParameters.MSI = Symbol.Barcode2.Design.DisabledEnabled.Default;
     this.barcode21.Config.DecoderParameters.MSIParams.CheckDigitCount  = Symbol.Barcode2.Design.CheckDigitCounts.Default;
     this.barcode21.Config.DecoderParameters.MSIParams.CheckDigitScheme = Symbol.Barcode2.Design.CheckDigitSchemes.Default;
     this.barcode21.Config.DecoderParameters.MSIParams.Redundancy       = true;
     this.barcode21.Config.DecoderParameters.MSIParams.ReportCheckDigit = false;
     this.barcode21.Config.DecoderParameters.UPCA = Symbol.Barcode2.Design.DisabledEnabled.Default;
     this.barcode21.Config.DecoderParameters.UPCAParams.Preamble         = Symbol.Barcode2.Design.Preambles.Default;
     this.barcode21.Config.DecoderParameters.UPCAParams.ReportCheckDigit = true;
     this.barcode21.Config.DecoderParameters.UPCE0 = Symbol.Barcode2.Design.DisabledEnabled.Default;
     this.barcode21.Config.DecoderParameters.UPCE0Params.ConvertToUPCA                            = false;
     this.barcode21.Config.DecoderParameters.UPCE0Params.Preamble                                 = Symbol.Barcode2.Design.Preambles.Default;
     this.barcode21.Config.DecoderParameters.UPCE0Params.ReportCheckDigit                         = false;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.AimDuration             = -1;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.AimMode                 = Symbol.Barcode2.Design.AIM_MODE.AIM_MODE_DEFAULT;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.AimType                 = Symbol.Barcode2.Design.AIM_TYPE.AIM_TYPE_DEFAULT;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.BeamTimer               = -1;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.DPMMode                 = Symbol.Barcode2.Design.DPM_MODE.DPM_MODE_DEFAULT;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.FocusMode               = Symbol.Barcode2.Design.FOCUS_MODE.FOCUS_MODE_DEFAULT;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.FocusPosition           = Symbol.Barcode2.Design.FOCUS_POSITION.FOCUS_POSITION_DEFAULT;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.IlluminationMode        = Symbol.Barcode2.Design.ILLUMINATION_MODE.ILLUMINATION_DEFAULT;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.ImageCaptureTimeout     = -1;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.ImageCompressionTimeout = -1;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.Inverse1DMode           = Symbol.Barcode2.Design.INVERSE1D_MODE.INVERSE_DEFAULT;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.LinearSecurityLevel     = Symbol.Barcode2.Design.LINEAR_SECURITY_LEVEL.SECURITY_DEFAULT;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.PicklistMode            = Symbol.Barcode2.Design.PICKLIST_MODE.PICKLIST_DEFAULT;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.PointerTimer            = -1;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.PoorQuality1DMode       = Symbol.Barcode2.Design.DisabledEnabled.Default;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.VFFeedback              = Symbol.Barcode2.Design.VIEWFINDER_FEEDBACK.VIEWFINDER_FEEDBACK_DEFAULT;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.VFFeedbackTime          = -1;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.VFMode                  = Symbol.Barcode2.Design.VIEWFINDER_MODE.VIEWFINDER_MODE_DEFAULT;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.VFPosition.Bottom       = 0;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.VFPosition.Left         = 0;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.VFPosition.Right        = 0;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.ImagerSpecific.VFPosition.Top          = 0;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.LaserSpecific.AimDuration              = -1;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.LaserSpecific.AimMode                  = Symbol.Barcode2.Design.AIM_MODE.AIM_MODE_DEFAULT;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.LaserSpecific.AimType                  = Symbol.Barcode2.Design.AIM_TYPE.AIM_TYPE_DEFAULT;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.LaserSpecific.BeamTimer                = -1;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.LaserSpecific.BeamWidth                = Symbol.Barcode2.Design.BEAM_WIDTH.DEFAULT;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.LaserSpecific.BidirRedundancy          = Symbol.Barcode2.Design.DisabledEnabled.Default;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.LaserSpecific.ControlScanLed           = Symbol.Barcode2.Design.DisabledEnabled.Default;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.LaserSpecific.DBPMode                  = Symbol.Barcode2.Design.DBP_MODE.DBP_DEFAULT;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.LaserSpecific.KlasseEinsEnable         = Symbol.Barcode2.Design.DisabledEnabled.Default;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.LaserSpecific.LinearSecurityLevel      = Symbol.Barcode2.Design.LINEAR_SECURITY_LEVEL.SECURITY_DEFAULT;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.LaserSpecific.PointerTimer             = -1;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.LaserSpecific.RasterHeight             = -1;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.LaserSpecific.RasterMode               = Symbol.Barcode2.Design.RASTER_MODE.RASTER_MODE_DEFAULT;
     this.barcode21.Config.ReaderParameters.ReaderSpecific.LaserSpecific.ScanLedLogicLevel        = Symbol.Barcode2.Design.DisabledEnabled.Default;
     this.barcode21.Config.ScanDataSize = ((uint)(55u));
     this.barcode21.Config.ScanParameters.BeepFrequency = 2670;
     this.barcode21.Config.ScanParameters.BeepTime      = 200;
     this.barcode21.Config.ScanParameters.CodeIdType    = Symbol.Barcode2.Design.CodeIdTypes.Default;
     this.barcode21.Config.ScanParameters.LedTime       = 3000;
     this.barcode21.Config.ScanParameters.ScanType      = Symbol.Barcode2.Design.SCANTYPES.Default;
     this.barcode21.Config.ScanParameters.WaveFile      = "";
     this.barcode21.DeviceType    = Symbol.Barcode2.DEVICETYPES.FIRSTAVAILABLE;
     this.barcode21.EnableScanner = true;
     this.barcode21.OnScan       += new Symbol.Barcode2.Design.Barcode2.OnScanEventHandler(this.barcode21_OnScan);
     this.barcode21.OnStatus     += new Symbol.Barcode2.Design.Barcode2.OnStatusEventHandler(this.barcode21_OnStatus);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(81, 216);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(72, 20);
     this.button1.TabIndex = 2;
     this.button1.Text     = "ÅäÖÃIP";
     this.button1.Visible  = false;
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // textBox1
     //
     this.textBox1.Location   = new System.Drawing.Point(3, 123);
     this.textBox1.Multiline  = true;
     this.textBox1.Name       = "textBox1";
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox1.Size       = new System.Drawing.Size(204, 87);
     this.textBox1.TabIndex   = 3;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(159, 216);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(72, 20);
     this.button2.TabIndex = 5;
     this.button2.Text     = "Send";
     this.button2.Visible  = false;
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // Form1
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.AutoScroll    = true;
     this.ClientSize    = new System.Drawing.Size(240, 294);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.buttonExit);
     this.Name    = "Form1";
     this.Load   += new System.EventHandler(this.Form1_Load);
     this.Closed += new System.EventHandler(this.Form1_Closed);
     this.KeyUp  += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyUp);
     this.Resize += new System.EventHandler(this.Form1_Resize);
     this.ResumeLayout(false);
 }
Exemplo n.º 36
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mainMenu1                   = new System.Windows.Forms.MainMenu();
     this.mnuExit                     = new System.Windows.Forms.MenuItem();
     this.mnuOptions                  = new System.Windows.Forms.MenuItem();
     this.mnuWindowOptions            = new System.Windows.Forms.MenuItem();
     this.mnuControlBox               = new System.Windows.Forms.MenuItem();
     this.mnuMinimizeBox              = new System.Windows.Forms.MenuItem();
     this.mnuMaximize                 = new System.Windows.Forms.MenuItem();
     this.mnuHideMainMenu             = new System.Windows.Forms.MenuItem();
     this.mnuSIPIcon                  = new System.Windows.Forms.MenuItem();
     this.mnuStartMenuShow            = new System.Windows.Forms.MenuItem();
     this.mnuTitleBarList             = new System.Windows.Forms.MenuItem();
     this.mnuSetHandler               = new System.Windows.Forms.MenuItem();
     this.mnuResetHandler             = new System.Windows.Forms.MenuItem();
     this.mnuConnectPopup             = new System.Windows.Forms.MenuItem();
     this.mnuCnctDisableAll           = new System.Windows.Forms.MenuItem();
     this.mnuCnctAnableAll            = new System.Windows.Forms.MenuItem();
     this.mnuCnctDisableCannotConnect = new System.Windows.Forms.MenuItem();
     this.mnuCnctEnableCannotConnect  = new System.Windows.Forms.MenuItem();
     this.mnuReDirectRemnet           = new System.Windows.Forms.MenuItem();
     this.mnuReplaceRemnet            = new System.Windows.Forms.MenuItem();
     this.mnuShFullScreen             = new System.Windows.Forms.MenuItem();
     this.mnuStartIconShow            = new System.Windows.Forms.MenuItem();
     this.mnuSIPShow                  = new System.Windows.Forms.MenuItem();
     this.mnuTaskbarShow              = new System.Windows.Forms.MenuItem();
     this.mnuStartIconTestForm        = new System.Windows.Forms.MenuItem();
     this.mnuNotificationsEnable      = new System.Windows.Forms.MenuItem();
     this.mnuBlacklistIExplore        = new System.Windows.Forms.MenuItem();
     this.mnuBlacklistAdd             = new System.Windows.Forms.MenuItem();
     this.mnuBlacklistRemove          = new System.Windows.Forms.MenuItem();
     this.mnuBlacklistEnable          = new System.Windows.Forms.MenuItem();
     this.mnuAllKeys                  = new System.Windows.Forms.MenuItem();
     this.textBox1                    = new System.Windows.Forms.TextBox();
     this.mnuLockTaskbar              = new System.Windows.Forms.MenuItem();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.mnuExit);
     this.mainMenu1.MenuItems.Add(this.mnuOptions);
     //
     // mnuExit
     //
     this.mnuExit.Text   = "Exit";
     this.mnuExit.Click += new System.EventHandler(this.mnuExit_Click);
     //
     // mnuOptions
     //
     this.mnuOptions.MenuItems.Add(this.mnuWindowOptions);
     this.mnuOptions.MenuItems.Add(this.mnuTitleBarList);
     this.mnuOptions.MenuItems.Add(this.mnuConnectPopup);
     this.mnuOptions.MenuItems.Add(this.mnuShFullScreen);
     this.mnuOptions.MenuItems.Add(this.mnuStartIconTestForm);
     this.mnuOptions.MenuItems.Add(this.mnuNotificationsEnable);
     this.mnuOptions.MenuItems.Add(this.mnuBlacklistIExplore);
     this.mnuOptions.MenuItems.Add(this.mnuAllKeys);
     this.mnuOptions.Text = "TESTS";
     //
     // mnuWindowOptions
     //
     this.mnuWindowOptions.MenuItems.Add(this.mnuControlBox);
     this.mnuWindowOptions.MenuItems.Add(this.mnuMinimizeBox);
     this.mnuWindowOptions.MenuItems.Add(this.mnuMaximize);
     this.mnuWindowOptions.MenuItems.Add(this.mnuHideMainMenu);
     this.mnuWindowOptions.MenuItems.Add(this.mnuSIPIcon);
     this.mnuWindowOptions.MenuItems.Add(this.mnuStartMenuShow);
     this.mnuWindowOptions.MenuItems.Add(this.mnuLockTaskbar);
     this.mnuWindowOptions.Text = "Window Options";
     //
     // mnuControlBox
     //
     this.mnuControlBox.Text   = "ControlBox";
     this.mnuControlBox.Click += new System.EventHandler(this.mnuControlBox_Click);
     //
     // mnuMinimizeBox
     //
     this.mnuMinimizeBox.Text   = "MinimizeBox";
     this.mnuMinimizeBox.Click += new System.EventHandler(this.mnuMinimizeBox_Click);
     //
     // mnuMaximize
     //
     this.mnuMaximize.Text   = "Maximize";
     this.mnuMaximize.Click += new System.EventHandler(this.mnuMaximize_Click);
     //
     // mnuHideMainMenu
     //
     this.mnuHideMainMenu.Checked = true;
     this.mnuHideMainMenu.Text    = "Main Menu";
     this.mnuHideMainMenu.Click  += new System.EventHandler(this.mnuHideMainMenu_Click);
     //
     // mnuSIPIcon
     //
     this.mnuSIPIcon.Checked = true;
     this.mnuSIPIcon.Text    = "SIP Icon";
     this.mnuSIPIcon.Click  += new System.EventHandler(this.mnuSIPIcon_Click);
     //
     // mnuStartMenuShow
     //
     this.mnuStartMenuShow.Checked = true;
     this.mnuStartMenuShow.Text    = "Start Menu";
     this.mnuStartMenuShow.Click  += new System.EventHandler(this.mnuStartMenuShow_Click);
     //
     // mnuTitleBarList
     //
     this.mnuTitleBarList.MenuItems.Add(this.mnuSetHandler);
     this.mnuTitleBarList.MenuItems.Add(this.mnuResetHandler);
     this.mnuTitleBarList.Text = "TitleBar-pullDownList";
     //
     // mnuSetHandler
     //
     this.mnuSetHandler.Text   = "Set Handler";
     this.mnuSetHandler.Click += new System.EventHandler(this.mnuSet_Click);
     //
     // mnuResetHandler
     //
     this.mnuResetHandler.Text   = "Reset Handler";
     this.mnuResetHandler.Click += new System.EventHandler(this.mnuReset_Click);
     //
     // mnuConnectPopup
     //
     this.mnuConnectPopup.MenuItems.Add(this.mnuCnctDisableAll);
     this.mnuConnectPopup.MenuItems.Add(this.mnuCnctAnableAll);
     this.mnuConnectPopup.MenuItems.Add(this.mnuCnctDisableCannotConnect);
     this.mnuConnectPopup.MenuItems.Add(this.mnuCnctEnableCannotConnect);
     this.mnuConnectPopup.MenuItems.Add(this.mnuReDirectRemnet);
     this.mnuConnectPopup.MenuItems.Add(this.mnuReplaceRemnet);
     this.mnuConnectPopup.Text = "Connect Popup";
     //
     // mnuCnctDisableAll
     //
     this.mnuCnctDisableAll.Text   = "Disable All";
     this.mnuCnctDisableAll.Click += new System.EventHandler(this.mnuCnctDisableAll_Click);
     //
     // mnuCnctAnableAll
     //
     this.mnuCnctAnableAll.Text   = "Enable All";
     this.mnuCnctAnableAll.Click += new System.EventHandler(this.mnuCnctAnableAll_Click);
     //
     // mnuCnctDisableCannotConnect
     //
     this.mnuCnctDisableCannotConnect.Text   = "Disable CannotConnect";
     this.mnuCnctDisableCannotConnect.Click += new System.EventHandler(this.mnuCnctDisableCannotConnect_Click);
     //
     // mnuCnctEnableCannotConnect
     //
     this.mnuCnctEnableCannotConnect.Text   = "Enable CannotConnect";
     this.mnuCnctEnableCannotConnect.Click += new System.EventHandler(this.mnuCnctEnableCannotConnect_Click);
     //
     // mnuReDirectRemnet
     //
     this.mnuReDirectRemnet.Text   = "ReDirect Remnet";
     this.mnuReDirectRemnet.Click += new System.EventHandler(this.mnuReDirectRemnet_Click);
     //
     // mnuReplaceRemnet
     //
     this.mnuReplaceRemnet.Text   = "Replace Remnet";
     this.mnuReplaceRemnet.Click += new System.EventHandler(this.mnuReplaceRemnet_Click);
     //
     // mnuShFullScreen
     //
     this.mnuShFullScreen.MenuItems.Add(this.mnuStartIconShow);
     this.mnuShFullScreen.MenuItems.Add(this.mnuSIPShow);
     this.mnuShFullScreen.MenuItems.Add(this.mnuTaskbarShow);
     this.mnuShFullScreen.Text = "SHFullScreen";
     //
     // mnuStartIconShow
     //
     this.mnuStartIconShow.Checked = true;
     this.mnuStartIconShow.Text    = "Show Start Icon";
     this.mnuStartIconShow.Click  += new System.EventHandler(this.mnuStartIconShow_Click);
     //
     // mnuSIPShow
     //
     this.mnuSIPShow.Checked = true;
     this.mnuSIPShow.Text    = "Show SIP Icon";
     this.mnuSIPShow.Click  += new System.EventHandler(this.mnuSIPShow_Click);
     //
     // mnuTaskbarShow
     //
     this.mnuTaskbarShow.Checked = true;
     this.mnuTaskbarShow.Text    = "TaskBar";
     this.mnuTaskbarShow.Click  += new System.EventHandler(this.mnuTaskbarShow_Click);
     //
     // mnuStartIconTestForm
     //
     this.mnuStartIconTestForm.Text   = "Form without StartIcon";
     this.mnuStartIconTestForm.Click += new System.EventHandler(this.mnuStartIconTestForm_Click);
     //
     // mnuNotificationsEnable
     //
     this.mnuNotificationsEnable.Checked = true;
     this.mnuNotificationsEnable.Text    = "Notifications";
     this.mnuNotificationsEnable.Click  += new System.EventHandler(this.mnuNotificationsEnable_Click);
     //
     // mnuBlacklistIExplore
     //
     this.mnuBlacklistIExplore.MenuItems.Add(this.mnuBlacklistAdd);
     this.mnuBlacklistIExplore.MenuItems.Add(this.mnuBlacklistRemove);
     this.mnuBlacklistIExplore.MenuItems.Add(this.mnuBlacklistEnable);
     this.mnuBlacklistIExplore.Text = "Blacklist iexplore";
     //
     // mnuBlacklistAdd
     //
     this.mnuBlacklistAdd.Text   = "Add iexplore";
     this.mnuBlacklistAdd.Click += new System.EventHandler(this.mnuBlacklistAdd_Click);
     //
     // mnuBlacklistRemove
     //
     this.mnuBlacklistRemove.Text   = "Remove iexplore";
     this.mnuBlacklistRemove.Click += new System.EventHandler(this.mnuBlacklistRemove_Click);
     //
     // mnuBlacklistEnable
     //
     this.mnuBlacklistEnable.Text   = "Enable Blacklist";
     this.mnuBlacklistEnable.Click += new System.EventHandler(this.mnuBlacklistEnable_Click);
     //
     // mnuAllKeys
     //
     this.mnuAllKeys.Text   = "AllKeys";
     this.mnuAllKeys.Click += new System.EventHandler(this.mnuAllKeys_Click);
     //
     // textBox1
     //
     this.textBox1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.Location  = new System.Drawing.Point(0, 0);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(240, 268);
     this.textBox1.TabIndex  = 0;
     //
     // mnuLockTaskbar
     //
     this.mnuLockTaskbar.Text   = "Lock Taskbar";
     this.mnuLockTaskbar.Click += new System.EventHandler(this.mnuLockTaskbar_Click);
     //
     // FormMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(240, 268);
     this.Controls.Add(this.textBox1);
     this.KeyPreview = true;
     this.Menu       = this.mainMenu1;
     this.Name       = "FormMain";
     this.Text       = "Fullscreen Test";
     this.KeyPress  += new System.Windows.Forms.KeyPressEventHandler(this.FormMain_KeyPress);
     this.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.FormMain_KeyUp);
     this.Resize    += new System.EventHandler(this.Form1_Resize);
     this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
     this.ResumeLayout(false);
 }
Exemplo n.º 37
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mainMenu1       = new System.Windows.Forms.MainMenu();
     this.menuCancel      = new System.Windows.Forms.MenuItem();
     this.menuNext        = new System.Windows.Forms.MenuItem();
     this.imageList1      = new System.Windows.Forms.ImageList();
     this.devicesListView = new System.Windows.Forms.ListView();
     this.columnHeader1   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3   = new System.Windows.Forms.ColumnHeader();
     this.logBox          = new System.Windows.Forms.ListBox();
     this.titleLabel      = new System.Windows.Forms.Label();
     this.description     = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.menuCancel);
     this.mainMenu1.MenuItems.Add(this.menuNext);
     //
     // menuCancel
     //
     this.menuCancel.Enabled = false;
     this.menuCancel.Text    = "&Cancel";
     this.menuCancel.Click  += new System.EventHandler(this.menuCancel_Click);
     //
     // menuNext
     //
     this.menuNext.Enabled = false;
     this.menuNext.Text    = "&Next";
     this.menuNext.Click  += new System.EventHandler(this.menuNext_Click);
     //
     // imageList1
     //
     this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
     //
     // devicesListView
     //
     this.devicesListView.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.devicesListView.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.devicesListView.Columns.Add(this.columnHeader1);
     this.devicesListView.Columns.Add(this.columnHeader2);
     this.devicesListView.Columns.Add(this.columnHeader3);
     this.devicesListView.Font           = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.devicesListView.FullRowSelect  = true;
     this.devicesListView.LargeImageList = this.imageList1;
     this.devicesListView.Location       = new System.Drawing.Point(0, 65);
     this.devicesListView.Name           = "devicesListView";
     this.devicesListView.Size           = new System.Drawing.Size(240, 123);
     this.devicesListView.SmallImageList = this.imageList1;
     this.devicesListView.TabIndex       = 1;
     this.devicesListView.View           = System.Windows.Forms.View.Details;
     this.devicesListView.ItemActivate  += new System.EventHandler(this.devicesListView_ItemActivate);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Device";
     this.columnHeader1.Width = 127;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Type";
     this.columnHeader2.Width = 137;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Status";
     this.columnHeader3.Width = 349;
     //
     // logBox
     //
     this.logBox.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.logBox.Font     = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.logBox.Location = new System.Drawing.Point(0, 188);
     this.logBox.Name     = "logBox";
     this.logBox.Size     = new System.Drawing.Size(240, 80);
     this.logBox.TabIndex = 2;
     //
     // titleLabel
     //
     this.titleLabel.Font     = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
     this.titleLabel.Location = new System.Drawing.Point(5, 5);
     this.titleLabel.Name     = "titleLabel";
     this.titleLabel.Size     = new System.Drawing.Size(234, 23);
     this.titleLabel.Text     = "Search In Progress...";
     //
     // description
     //
     this.description.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.description.Font     = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.description.Location = new System.Drawing.Point(4, 32);
     this.description.Name     = "description";
     this.description.Size     = new System.Drawing.Size(233, 27);
     this.description.Text     = "Please wait a moment while devices are tested...";
     //
     // DetectForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(240, 268);
     this.ControlBox          = false;
     this.Controls.Add(this.description);
     this.Controls.Add(this.titleLabel);
     this.Controls.Add(this.logBox);
     this.Controls.Add(this.devicesListView);
     this.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.Menu = this.mainMenu1;
     this.Name = "DetectForm";
     this.Text = "GPS Device Search";
     this.ResumeLayout(false);
 }
Exemplo n.º 38
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mainMenu1  = new System.Windows.Forms.MainMenu();
     this.lbProbe    = new System.Windows.Forms.ListBox();
     this.label1     = new System.Windows.Forms.Label();
     this.btNewProbe = new System.Windows.Forms.Button();
     this.panel1     = new System.Windows.Forms.Panel();
     this.btCoef     = new System.Windows.Forms.Button();
     this.lblCoef    = new System.Windows.Forms.Label();
     this.cbMethod   = new System.Windows.Forms.ComboBox();
     this.label5     = new System.Windows.Forms.Label();
     this.ck3Wire    = new System.Windows.Forms.CheckBox();
     this.ckSqr      = new System.Windows.Forms.CheckBox();
     this.cbCurr     = new System.Windows.Forms.ComboBox();
     this.label4     = new System.Windows.Forms.Label();
     this.cbStd      = new System.Windows.Forms.ComboBox();
     this.label3     = new System.Windows.Forms.Label();
     this.tbSerial   = new System.Windows.Forms.TextBox();
     this.label2     = new System.Windows.Forms.Label();
     this.btSave     = new System.Windows.Forms.Button();
     this.btQuit     = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // lbProbe
     //
     this.lbProbe.Location = new System.Drawing.Point(3, 27);
     this.lbProbe.Name     = "lbProbe";
     this.lbProbe.Size     = new System.Drawing.Size(94, 212);
     this.lbProbe.TabIndex = 0;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(3, 7);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(71, 17);
     this.label1.Text     = "探头选择";
     //
     // btNewProbe
     //
     this.btNewProbe.Location = new System.Drawing.Point(3, 245);
     this.btNewProbe.Name     = "btNewProbe";
     this.btNewProbe.Size     = new System.Drawing.Size(94, 29);
     this.btNewProbe.TabIndex = 2;
     this.btNewProbe.Text     = "增加探头";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btCoef);
     this.panel1.Controls.Add(this.lblCoef);
     this.panel1.Controls.Add(this.cbMethod);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.ck3Wire);
     this.panel1.Controls.Add(this.ckSqr);
     this.panel1.Controls.Add(this.cbCurr);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.cbStd);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.tbSerial);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Location  = new System.Drawing.Point(132, 12);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(407, 227);
     this.panel1.GotFocus += new System.EventHandler(this.panel1_GotFocus);
     //
     // btCoef
     //
     this.btCoef.Font     = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.btCoef.Location = new System.Drawing.Point(15, 179);
     this.btCoef.Name     = "btCoef";
     this.btCoef.Size     = new System.Drawing.Size(65, 20);
     this.btCoef.TabIndex = 4;
     this.btCoef.Text     = "探头系数..";
     //
     // lblCoef
     //
     this.lblCoef.Location = new System.Drawing.Point(86, 179);
     this.lblCoef.Name     = "lblCoef";
     this.lblCoef.Size     = new System.Drawing.Size(299, 20);
     this.lblCoef.Text     = "探头系数";
     //
     // cbMethod
     //
     this.cbMethod.Location = new System.Drawing.Point(85, 137);
     this.cbMethod.Name     = "cbMethod";
     this.cbMethod.Size     = new System.Drawing.Size(127, 22);
     this.cbMethod.TabIndex = 14;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(15, 139);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(63, 20);
     this.label5.Text     = "转换方法";
     //
     // ck3Wire
     //
     this.ck3Wire.Location = new System.Drawing.Point(268, 59);
     this.ck3Wire.Name     = "ck3Wire";
     this.ck3Wire.Size     = new System.Drawing.Size(86, 19);
     this.ck3Wire.TabIndex = 11;
     this.ck3Wire.Text     = "三线补偿";
     //
     // ckSqr
     //
     this.ckSqr.Location = new System.Drawing.Point(268, 98);
     this.ckSqr.Name     = "ckSqr";
     this.ckSqr.Size     = new System.Drawing.Size(86, 19);
     this.ckSqr.TabIndex = 10;
     this.ckSqr.Text     = "倍功率";
     //
     // cbCurr
     //
     this.cbCurr.Location = new System.Drawing.Point(85, 97);
     this.cbCurr.Name     = "cbCurr";
     this.cbCurr.Size     = new System.Drawing.Size(127, 22);
     this.cbCurr.TabIndex = 7;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(15, 97);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(63, 20);
     this.label4.Text     = "参考电流";
     //
     // cbStd
     //
     this.cbStd.Location = new System.Drawing.Point(84, 56);
     this.cbStd.Name     = "cbStd";
     this.cbStd.Size     = new System.Drawing.Size(127, 22);
     this.cbStd.TabIndex = 4;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(15, 58);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(63, 20);
     this.label3.Text     = "标准电阻";
     //
     // tbSerial
     //
     this.tbSerial.Location = new System.Drawing.Point(84, 19);
     this.tbSerial.Name     = "tbSerial";
     this.tbSerial.Size     = new System.Drawing.Size(128, 21);
     this.tbSerial.TabIndex = 1;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(15, 20);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(63, 20);
     this.label2.Text     = "序列号";
     //
     // btSave
     //
     this.btSave.Location = new System.Drawing.Point(203, 245);
     this.btSave.Name     = "btSave";
     this.btSave.Size     = new System.Drawing.Size(94, 29);
     this.btSave.TabIndex = 4;
     this.btSave.Text     = "保存修改";
     //
     // btQuit
     //
     this.btQuit.Location = new System.Drawing.Point(371, 245);
     this.btQuit.Name     = "btQuit";
     this.btQuit.Size     = new System.Drawing.Size(94, 29);
     this.btQuit.TabIndex = 4;
     this.btQuit.Text     = "放弃退出";
     //
     // PbForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(577, 294);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.btQuit);
     this.Controls.Add(this.btNewProbe);
     this.Controls.Add(this.btSave);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lbProbe);
     this.Name    = "PbForm";
     this.Text    = "铂电阻探头参数设置";
     this.TopMost = true;
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 39
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mainMenu1         = new System.Windows.Forms.MainMenu();
     this.txPart            = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.txtQty            = new System.Windows.Forms.TextBox();
     this.lblCount          = new System.Windows.Forms.Label();
     this.uxWhitePart       = new System.Windows.Forms.TextBox();
     this.uxWhiteQty        = new System.Windows.Forms.TextBox();
     this.lblScanCount      = new System.Windows.Forms.Label();
     this.uxYellowPart      = new System.Windows.Forms.TextBox();
     this.uxYellowQty       = new System.Windows.Forms.TextBox();
     this.uxReset           = new System.Windows.Forms.Button();
     this.uxWhitePartEnter  = new System.Windows.Forms.Button();
     this.uxWhiteQtyEnter   = new System.Windows.Forms.Button();
     this.uxYellowQtyEnter  = new System.Windows.Forms.Button();
     this.uxYellowPartEnter = new System.Windows.Forms.Button();
     this.uxWP      = new System.Windows.Forms.Label();
     this.uxWQ      = new System.Windows.Forms.Label();
     this.uxYQ      = new System.Windows.Forms.Label();
     this.uxYP      = new System.Windows.Forms.Label();
     this.uxMessage = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // txPart
     //
     this.txPart.Location = new System.Drawing.Point(59, 47);
     this.txPart.Name     = "txPart";
     this.txPart.Size     = new System.Drawing.Size(168, 21);
     this.txPart.TabIndex = 0;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(3, 44);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(41, 24);
     this.label1.Text     = "Part:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(10, 94);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(34, 25);
     this.label2.Text     = "Qty:";
     //
     // txtQty
     //
     this.txtQty.Location = new System.Drawing.Point(59, 93);
     this.txtQty.Name     = "txtQty";
     this.txtQty.Size     = new System.Drawing.Size(168, 21);
     this.txtQty.TabIndex = 3;
     //
     // lblCount
     //
     this.lblCount.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.lblCount.Location  = new System.Drawing.Point(43, 7);
     this.lblCount.Name      = "lblCount";
     this.lblCount.Size      = new System.Drawing.Size(141, 20);
     this.lblCount.Text      = "Scan Count: 0";
     this.lblCount.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // uxWhitePart
     //
     this.uxWhitePart.Location = new System.Drawing.Point(39, 61);
     this.uxWhitePart.Name     = "uxWhitePart";
     this.uxWhitePart.Size     = new System.Drawing.Size(132, 21);
     this.uxWhitePart.TabIndex = 0;
     //
     // uxWhiteQty
     //
     this.uxWhiteQty.Location = new System.Drawing.Point(39, 93);
     this.uxWhiteQty.Name     = "uxWhiteQty";
     this.uxWhiteQty.Size     = new System.Drawing.Size(131, 21);
     this.uxWhiteQty.TabIndex = 1;
     //
     // lblScanCount
     //
     this.lblScanCount.Font           = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Bold);
     this.lblScanCount.Location       = new System.Drawing.Point(22, 8);
     this.lblScanCount.Name           = "lblScanCount";
     this.lblScanCount.Size           = new System.Drawing.Size(198, 36);
     this.lblScanCount.Text           = "Scan Count:0";
     this.lblScanCount.TextAlign      = System.Drawing.ContentAlignment.TopCenter;
     this.lblScanCount.ParentChanged += new System.EventHandler(this.lblScanCount_ParentChanged);
     //
     // uxYellowPart
     //
     this.uxYellowPart.BackColor = System.Drawing.SystemColors.Info;
     this.uxYellowPart.Location  = new System.Drawing.Point(39, 143);
     this.uxYellowPart.Name      = "uxYellowPart";
     this.uxYellowPart.Size      = new System.Drawing.Size(129, 21);
     this.uxYellowPart.TabIndex  = 3;
     //
     // uxYellowQty
     //
     this.uxYellowQty.BackColor    = System.Drawing.SystemColors.Info;
     this.uxYellowQty.Location     = new System.Drawing.Point(39, 176);
     this.uxYellowQty.Name         = "uxYellowQty";
     this.uxYellowQty.Size         = new System.Drawing.Size(129, 21);
     this.uxYellowQty.TabIndex     = 4;
     this.uxYellowQty.TextChanged += new System.EventHandler(this.uxYellowQty_TextChanged);
     //
     // uxReset
     //
     this.uxReset.Location = new System.Drawing.Point(65, 239);
     this.uxReset.Name     = "uxReset";
     this.uxReset.Size     = new System.Drawing.Size(114, 40);
     this.uxReset.TabIndex = 5;
     this.uxReset.Text     = "Reset Counter";
     this.uxReset.Click   += new System.EventHandler(this.uxReset_Click);
     //
     // uxWhitePartEnter
     //
     this.uxWhitePartEnter.Location = new System.Drawing.Point(178, 62);
     this.uxWhitePartEnter.Name     = "uxWhitePartEnter";
     this.uxWhitePartEnter.Size     = new System.Drawing.Size(54, 20);
     this.uxWhitePartEnter.TabIndex = 6;
     this.uxWhitePartEnter.Text     = "Enter";
     this.uxWhitePartEnter.Visible  = false;
     this.uxWhitePartEnter.Click   += new System.EventHandler(this.uxWhitePartEnter_Click);
     //
     // uxWhiteQtyEnter
     //
     this.uxWhiteQtyEnter.Location = new System.Drawing.Point(178, 95);
     this.uxWhiteQtyEnter.Name     = "uxWhiteQtyEnter";
     this.uxWhiteQtyEnter.Size     = new System.Drawing.Size(54, 19);
     this.uxWhiteQtyEnter.TabIndex = 7;
     this.uxWhiteQtyEnter.Text     = "Enter";
     this.uxWhiteQtyEnter.Visible  = false;
     this.uxWhiteQtyEnter.Click   += new System.EventHandler(this.uxWhiteQtyEnter_Click);
     //
     // uxYellowQtyEnter
     //
     this.uxYellowQtyEnter.Location = new System.Drawing.Point(178, 177);
     this.uxYellowQtyEnter.Name     = "uxYellowQtyEnter";
     this.uxYellowQtyEnter.Size     = new System.Drawing.Size(54, 19);
     this.uxYellowQtyEnter.TabIndex = 9;
     this.uxYellowQtyEnter.Text     = "Enter";
     this.uxYellowQtyEnter.Visible  = false;
     this.uxYellowQtyEnter.Click   += new System.EventHandler(this.uxYellowQtyEnter_Click);
     //
     // uxYellowPartEnter
     //
     this.uxYellowPartEnter.Location = new System.Drawing.Point(178, 144);
     this.uxYellowPartEnter.Name     = "uxYellowPartEnter";
     this.uxYellowPartEnter.Size     = new System.Drawing.Size(54, 20);
     this.uxYellowPartEnter.TabIndex = 8;
     this.uxYellowPartEnter.Text     = "Enter";
     this.uxYellowPartEnter.Visible  = false;
     this.uxYellowPartEnter.Click   += new System.EventHandler(this.uxYellowPartEnter_Click);
     //
     // uxWP
     //
     this.uxWP.Location = new System.Drawing.Point(5, 62);
     this.uxWP.Name     = "uxWP";
     this.uxWP.Size     = new System.Drawing.Size(28, 20);
     this.uxWP.Text     = "WP:";
     //
     // uxWQ
     //
     this.uxWQ.Location = new System.Drawing.Point(5, 93);
     this.uxWQ.Name     = "uxWQ";
     this.uxWQ.Size     = new System.Drawing.Size(28, 20);
     this.uxWQ.Text     = "WQ:";
     //
     // uxYQ
     //
     this.uxYQ.BackColor = System.Drawing.SystemColors.Info;
     this.uxYQ.Location  = new System.Drawing.Point(5, 175);
     this.uxYQ.Name      = "uxYQ";
     this.uxYQ.Size      = new System.Drawing.Size(28, 20);
     this.uxYQ.Text      = "YQ:";
     //
     // uxYP
     //
     this.uxYP.BackColor = System.Drawing.SystemColors.Info;
     this.uxYP.Location  = new System.Drawing.Point(5, 144);
     this.uxYP.Name      = "uxYP";
     this.uxYP.Size      = new System.Drawing.Size(28, 20);
     this.uxYP.Text      = "YP:";
     //
     // uxMessage
     //
     this.uxMessage.Location  = new System.Drawing.Point(14, 209);
     this.uxMessage.Name      = "uxMessage";
     this.uxMessage.Size      = new System.Drawing.Size(212, 18);
     this.uxMessage.Text      = "Waiting for Scan...";
     this.uxMessage.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // ScanForm
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.ClientSize    = new System.Drawing.Size(240, 294);
     this.Controls.Add(this.uxMessage);
     this.Controls.Add(this.uxYQ);
     this.Controls.Add(this.uxYP);
     this.Controls.Add(this.uxWQ);
     this.Controls.Add(this.uxWP);
     this.Controls.Add(this.uxYellowQtyEnter);
     this.Controls.Add(this.uxYellowPartEnter);
     this.Controls.Add(this.uxWhiteQtyEnter);
     this.Controls.Add(this.uxWhitePartEnter);
     this.Controls.Add(this.uxReset);
     this.Controls.Add(this.uxYellowQty);
     this.Controls.Add(this.uxYellowPart);
     this.Controls.Add(this.lblScanCount);
     this.Controls.Add(this.uxWhiteQty);
     this.Controls.Add(this.uxWhitePart);
     this.Name  = "ScanForm";
     this.Text  = "Label Verify 1.0";
     this.Load += new System.EventHandler(this.ScanForm_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 40
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(round));
     this.mainMenu1   = new System.Windows.Forms.MainMenu();
     this.menuItem1   = new System.Windows.Forms.MenuItem();
     this.menuItem2   = new System.Windows.Forms.MenuItem();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.panel1      = new System.Windows.Forms.Panel();
     this.pic         = new System.Windows.Forms.PictureBox();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.menuItem1);
     this.mainMenu1.MenuItems.Add(this.menuItem2);
     //
     // menuItem1
     //
     this.menuItem1.Text   = "Back";
     this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menuItem2
     //
     this.menuItem2.Text   = "Quit";
     this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(240, 35);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.Controls.Add(this.pic);
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location  = new System.Drawing.Point(0, 35);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(240, 233);
     this.panel1.GotFocus += new System.EventHandler(this.panel1_GotFocus);
     //
     // pic
     //
     this.pic.Location = new System.Drawing.Point(0, 0);
     this.pic.Name     = "pic";
     this.pic.Size     = new System.Drawing.Size(78, 53);
     this.pic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     //
     // round
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(240, 268);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.pictureBox1);
     this.Menu        = this.mainMenu1;
     this.MinimizeBox = false;
     this.Name        = "round";
     this.Text        = "Quizmine - MathRef";
     this.Load       += new System.EventHandler(this.round_Load);
     this.Closed     += new System.EventHandler(this.round_Closed);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 41
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mainMenu1           = new System.Windows.Forms.MainMenu();
     this.menuBack            = new System.Windows.Forms.MenuItem();
     this.menuItem1           = new System.Windows.Forms.MenuItem();
     this.menuItemKillHaggle  = new System.Windows.Forms.MenuItem();
     this.menuItemQuitLuckyMe = new System.Windows.Forms.MenuItem();
     this.testStageLabel      = new System.Windows.Forms.Label();
     this.start_button        = new System.Windows.Forms.Button();
     this.stop_button         = new System.Windows.Forms.Button();
     this.label2              = new System.Windows.Forms.Label();
     this.shutdown_button     = new System.Windows.Forms.Button();
     this.statusMsgLabel      = new System.Windows.Forms.Label();
     this.progressBar         = new System.Windows.Forms.ProgressBar();
     this.start_haggle_button = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.menuBack);
     this.mainMenu1.MenuItems.Add(this.menuItem1);
     //
     // menuBack
     //
     this.menuBack.Text   = "Back";
     this.menuBack.Click += new System.EventHandler(this.menuBack_Click);
     //
     // menuItem1
     //
     this.menuItem1.MenuItems.Add(this.menuItemKillHaggle);
     this.menuItem1.MenuItems.Add(this.menuItemQuitLuckyMe);
     this.menuItem1.Text = "Force";
     //
     // menuItemKillHaggle
     //
     this.menuItemKillHaggle.Text   = "Kill Haggle";
     this.menuItemKillHaggle.Click += new System.EventHandler(this.kill_haggle_Click);
     //
     // menuItemQuitLuckyMe
     //
     this.menuItemQuitLuckyMe.Text   = "Quit LuckyMe";
     this.menuItemQuitLuckyMe.Click += new System.EventHandler(this.quit_luckyme_Click);
     //
     // testStageLabel
     //
     this.testStageLabel.Location = new System.Drawing.Point(4, 4);
     this.testStageLabel.Name     = "testStageLabel";
     this.testStageLabel.Size     = new System.Drawing.Size(233, 20);
     this.testStageLabel.Text     = "Test stage: NOT_RUNNING";
     //
     // start_button
     //
     this.start_button.Location = new System.Drawing.Point(41, 139);
     this.start_button.Name     = "start_button";
     this.start_button.Size     = new System.Drawing.Size(159, 34);
     this.start_button.TabIndex = 1;
     this.start_button.Text     = "Start test";
     this.start_button.Click   += new System.EventHandler(this.button_start_Click);
     //
     // stop_button
     //
     this.stop_button.Enabled  = false;
     this.stop_button.Location = new System.Drawing.Point(41, 183);
     this.stop_button.Name     = "stop_button";
     this.stop_button.Size     = new System.Drawing.Size(159, 34);
     this.stop_button.TabIndex = 2;
     this.stop_button.Text     = "Stop test";
     this.stop_button.Click   += new System.EventHandler(this.button_stop_Click);
     //
     // label2
     //
     this.label2.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.Location       = new System.Drawing.Point(4, 68);
     this.label2.Name           = "label2";
     this.label2.Size           = new System.Drawing.Size(232, 19);
     this.label2.Text           = "Clicking \'Start test\' will start a new test";
     this.label2.ParentChanged += new System.EventHandler(this.label2_ParentChanged);
     //
     // shutdown_button
     //
     this.shutdown_button.Location = new System.Drawing.Point(41, 227);
     this.shutdown_button.Name     = "shutdown_button";
     this.shutdown_button.Size     = new System.Drawing.Size(159, 34);
     this.shutdown_button.TabIndex = 5;
     this.shutdown_button.Text     = "Shutdown";
     this.shutdown_button.Click   += new System.EventHandler(this.button_shutdown_Click);
     //
     // statusMsgLabel
     //
     this.statusMsgLabel.Location       = new System.Drawing.Point(4, 24);
     this.statusMsgLabel.Name           = "statusMsgLabel";
     this.statusMsgLabel.Size           = new System.Drawing.Size(232, 20);
     this.statusMsgLabel.Text           = "Error:";
     this.statusMsgLabel.ParentChanged += new System.EventHandler(this.label1_ParentChanged);
     //
     // progressBar
     //
     this.progressBar.Location       = new System.Drawing.Point(16, 43);
     this.progressBar.Name           = "progressBar";
     this.progressBar.Size           = new System.Drawing.Size(206, 20);
     this.progressBar.Visible        = false;
     this.progressBar.ParentChanged += new System.EventHandler(this.progressBar_ParentChanged);
     //
     // start_haggle_button
     //
     this.start_haggle_button.Location = new System.Drawing.Point(41, 95);
     this.start_haggle_button.Name     = "start_haggle_button";
     this.start_haggle_button.Size     = new System.Drawing.Size(159, 35);
     this.start_haggle_button.TabIndex = 10;
     this.start_haggle_button.Text     = "Start Haggle";
     this.start_haggle_button.Click   += new System.EventHandler(this.button_start_Haggle_Click);
     //
     // TestControlWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(240, 268);
     this.Controls.Add(this.start_haggle_button);
     this.Controls.Add(this.progressBar);
     this.Controls.Add(this.statusMsgLabel);
     this.Controls.Add(this.shutdown_button);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.stop_button);
     this.Controls.Add(this.start_button);
     this.Controls.Add(this.testStageLabel);
     this.Menu  = this.mainMenu1;
     this.Name  = "TestControlWindow";
     this.Text  = "Test Controls";
     this.Load += new System.EventHandler(this.TestControlWindow_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 42
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mainMenu1   = new System.Windows.Forms.MainMenu();
     this.btCancel    = new System.Windows.Forms.MenuItem();
     this.btOk        = new System.Windows.Forms.MenuItem();
     this.label15     = new System.Windows.Forms.Label();
     this.label14     = new System.Windows.Forms.Label();
     this.txPass      = new System.Windows.Forms.TextBox();
     this.txLogin     = new System.Windows.Forms.TextBox();
     this.chMapa      = new System.Windows.Forms.CheckBox();
     this.chAviso     = new System.Windows.Forms.CheckBox();
     this.cbIdioma    = new System.Windows.Forms.ComboBox();
     this.label16     = new System.Windows.Forms.Label();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1    = new System.Windows.Forms.TabPage();
     this.chMapaURL   = new System.Windows.Forms.CheckBox();
     this.tabPage2    = new System.Windows.Forms.TabPage();
     this.label9      = new System.Windows.Forms.Label();
     this.txLat       = new System.Windows.Forms.TextBox();
     this.label10     = new System.Windows.Forms.Label();
     this.txLon       = new System.Windows.Forms.TextBox();
     this.cbGPS       = new System.Windows.Forms.ComboBox();
     this.label13     = new System.Windows.Forms.Label();
     this.txTac       = new System.Windows.Forms.TextBox();
     this.label1      = new System.Windows.Forms.Label();
     this.txTic       = new System.Windows.Forms.TextBox();
     this.label2      = new System.Windows.Forms.Label();
     this.tabPage3    = new System.Windows.Forms.TabPage();
     this.chNavega    = new System.Windows.Forms.CheckBox();
     this.btExplorer  = new System.Windows.Forms.Button();
     this.btSonido    = new System.Windows.Forms.Button();
     this.chSonido    = new System.Windows.Forms.CheckBox();
     this.label8      = new System.Windows.Forms.Label();
     this.txExplorer  = new System.Windows.Forms.TextBox();
     this.label3      = new System.Windows.Forms.Label();
     this.txSonido    = new System.Windows.Forms.TextBox();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.btCancel);
     this.mainMenu1.MenuItems.Add(this.btOk);
     //
     // btCancel
     //
     this.btCancel.Text   = "Cancelar";
     this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
     //
     // btOk
     //
     this.btOk.Text   = "Grabar";
     this.btOk.Click += new System.EventHandler(this.btOk_Click);
     //
     // label15
     //
     this.label15.Location  = new System.Drawing.Point(13, 40);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(100, 13);
     this.label15.Text      = "Clave:";
     this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label14
     //
     this.label14.Location  = new System.Drawing.Point(13, 10);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(102, 17);
     this.label14.Text      = "Login en hipoqih:";
     this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // txPass
     //
     this.txPass.Font         = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.txPass.Location     = new System.Drawing.Point(121, 38);
     this.txPass.Name         = "txPass";
     this.txPass.PasswordChar = '*';
     this.txPass.Size         = new System.Drawing.Size(97, 21);
     this.txPass.TabIndex     = 5;
     //
     // txLogin
     //
     this.txLogin.Font     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.txLogin.Location = new System.Drawing.Point(121, 8);
     this.txLogin.Name     = "txLogin";
     this.txLogin.Size     = new System.Drawing.Size(97, 21);
     this.txLogin.TabIndex = 4;
     //
     // chMapa
     //
     this.chMapa.Location = new System.Drawing.Point(9, 94);
     this.chMapa.Name     = "chMapa";
     this.chMapa.Size     = new System.Drawing.Size(223, 17);
     this.chMapa.TabIndex = 7;
     this.chMapa.Text     = "Abrir los avisos en el mapa";
     //
     // chAviso
     //
     this.chAviso.Location = new System.Drawing.Point(9, 72);
     this.chAviso.Name     = "chAviso";
     this.chAviso.Size     = new System.Drawing.Size(223, 17);
     this.chAviso.TabIndex = 6;
     this.chAviso.Text     = "Preguntar antes de abrir los avisos";
     //
     // cbIdioma
     //
     this.cbIdioma.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.cbIdioma.Items.Add("Castellano");
     this.cbIdioma.Items.Add("English");
     this.cbIdioma.Location = new System.Drawing.Point(119, 146);
     this.cbIdioma.Name     = "cbIdioma";
     this.cbIdioma.Size     = new System.Drawing.Size(95, 22);
     this.cbIdioma.TabIndex = 25;
     //
     // label16
     //
     this.label16.Location  = new System.Drawing.Point(18, 147);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(94, 21);
     this.label16.Text      = "Idioma:";
     this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(240, 268);
     this.tabControl1.TabIndex      = 37;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.chMapaURL);
     this.tabPage1.Controls.Add(this.label16);
     this.tabPage1.Controls.Add(this.chMapa);
     this.tabPage1.Controls.Add(this.cbIdioma);
     this.tabPage1.Controls.Add(this.chAviso);
     this.tabPage1.Controls.Add(this.label14);
     this.tabPage1.Controls.Add(this.txPass);
     this.tabPage1.Controls.Add(this.label15);
     this.tabPage1.Controls.Add(this.txLogin);
     this.tabPage1.Location = new System.Drawing.Point(0, 0);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(240, 245);
     this.tabPage1.Text     = "Configuración";
     //
     // chMapaURL
     //
     this.chMapaURL.Location = new System.Drawing.Point(9, 116);
     this.chMapaURL.Name     = "chMapaURL";
     this.chMapaURL.Size     = new System.Drawing.Size(223, 17);
     this.chMapaURL.TabIndex = 28;
     this.chMapaURL.Text     = "Usar mapa si no hay URL";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.label9);
     this.tabPage2.Controls.Add(this.txLat);
     this.tabPage2.Controls.Add(this.label10);
     this.tabPage2.Controls.Add(this.txLon);
     this.tabPage2.Controls.Add(this.cbGPS);
     this.tabPage2.Controls.Add(this.label13);
     this.tabPage2.Controls.Add(this.txTac);
     this.tabPage2.Controls.Add(this.label1);
     this.tabPage2.Controls.Add(this.txTic);
     this.tabPage2.Controls.Add(this.label2);
     this.tabPage2.Location = new System.Drawing.Point(0, 0);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(240, 245);
     this.tabPage2.Text     = "Posicion";
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(12, 103);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(104, 17);
     this.label9.Text      = "Latitud inicial:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // txLat
     //
     this.txLat.Font     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.txLat.Location = new System.Drawing.Point(122, 99);
     this.txLat.Name     = "txLat";
     this.txLat.Size     = new System.Drawing.Size(97, 21);
     this.txLat.TabIndex = 55;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(12, 128);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(104, 16);
     this.label10.Text      = "Longitud inicial:";
     this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // txLon
     //
     this.txLon.Font     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.txLon.Location = new System.Drawing.Point(122, 125);
     this.txLon.Name     = "txLon";
     this.txLon.Size     = new System.Drawing.Size(97, 21);
     this.txLon.TabIndex = 56;
     //
     // cbGPS
     //
     this.cbGPS.Location = new System.Drawing.Point(9, 20);
     this.cbGPS.Name     = "cbGPS";
     this.cbGPS.Size     = new System.Drawing.Size(210, 22);
     this.cbGPS.TabIndex = 49;
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(12, 2);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(140, 24);
     this.label13.Text     = "Sistema de localización";
     //
     // txTac
     //
     this.txTac.Font     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.txTac.Location = new System.Drawing.Point(178, 73);
     this.txTac.Name     = "txTac";
     this.txTac.Size     = new System.Drawing.Size(41, 21);
     this.txTac.TabIndex = 38;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(9, 72);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(164, 19);
     this.label1.Text      = "Latencia parado (seg.)";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // txTic
     //
     this.txTic.Font     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.txTic.Location = new System.Drawing.Point(178, 47);
     this.txTic.Name     = "txTic";
     this.txTic.Size     = new System.Drawing.Size(41, 21);
     this.txTic.TabIndex = 37;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(9, 50);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(162, 18);
     this.label2.Text      = "Latencia movimiento (seg.)";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.chNavega);
     this.tabPage3.Controls.Add(this.btExplorer);
     this.tabPage3.Controls.Add(this.btSonido);
     this.tabPage3.Controls.Add(this.chSonido);
     this.tabPage3.Controls.Add(this.label8);
     this.tabPage3.Controls.Add(this.txExplorer);
     this.tabPage3.Controls.Add(this.label3);
     this.tabPage3.Controls.Add(this.txSonido);
     this.tabPage3.Location = new System.Drawing.Point(0, 0);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(240, 245);
     this.tabPage3.Text     = "Avanzado";
     //
     // chNavega
     //
     this.chNavega.Location           = new System.Drawing.Point(9, 7);
     this.chNavega.Name               = "chNavega";
     this.chNavega.Size               = new System.Drawing.Size(224, 17);
     this.chNavega.TabIndex           = 53;
     this.chNavega.Text               = "Navegador de internet externo";
     this.chNavega.CheckStateChanged += new System.EventHandler(this.chNavega_CheckStateChanged);
     //
     // btExplorer
     //
     this.btExplorer.Location = new System.Drawing.Point(178, 44);
     this.btExplorer.Name     = "btExplorer";
     this.btExplorer.Size     = new System.Drawing.Size(55, 26);
     this.btExplorer.TabIndex = 50;
     this.btExplorer.Text     = "Buscar";
     this.btExplorer.Click   += new System.EventHandler(this.btExplorer_Click_1);
     //
     // btSonido
     //
     this.btSonido.Location = new System.Drawing.Point(178, 117);
     this.btSonido.Name     = "btSonido";
     this.btSonido.Size     = new System.Drawing.Size(55, 26);
     this.btSonido.TabIndex = 49;
     this.btSonido.Text     = "Buscar";
     this.btSonido.Click   += new System.EventHandler(this.btSonido_Click_1);
     //
     // chSonido
     //
     this.chSonido.Location           = new System.Drawing.Point(9, 81);
     this.chSonido.Name               = "chSonido";
     this.chSonido.Size               = new System.Drawing.Size(225, 17);
     this.chSonido.TabIndex           = 46;
     this.chSonido.Text               = "Activar sonido al recibir un aviso";
     this.chSonido.CheckStateChanged += new System.EventHandler(this.chSonido_CheckStateChanged);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(9, 103);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(158, 16);
     this.label8.Text     = "Sonido del aviso";
     //
     // txExplorer
     //
     this.txExplorer.Font     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.txExplorer.Location = new System.Drawing.Point(7, 47);
     this.txExplorer.Name     = "txExplorer";
     this.txExplorer.Size     = new System.Drawing.Size(164, 21);
     this.txExplorer.TabIndex = 47;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(7, 28);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(168, 21);
     this.label3.Text     = "Programa navegador";
     //
     // txSonido
     //
     this.txSonido.Font     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.txSonido.Location = new System.Drawing.Point(7, 121);
     this.txSonido.Name     = "txSonido";
     this.txSonido.Size     = new System.Drawing.Size(164, 21);
     this.txSonido.TabIndex = 48;
     //
     // preferencias
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(240, 268);
     this.Controls.Add(this.tabControl1);
     this.Menu  = this.mainMenu1;
     this.Name  = "preferencias";
     this.Text  = "Configuración del plugin";
     this.Load += new System.EventHandler(this.preferencias_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 43
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mainMenu1     = new System.Windows.Forms.MainMenu();
     this.txtTruckNo    = new System.Windows.Forms.Label();
     this.lblTruckNo    = new System.Windows.Forms.Label();
     this.cmbReasonName = new System.Windows.Forms.ComboBox();
     this.labelStage    = new System.Windows.Forms.Label();
     this.txtStage      = new System.Windows.Forms.Label();
     this.lblReason     = new System.Windows.Forms.Label();
     this.txtRemarks    = new System.Windows.Forms.TextBox();
     this.btnSave       = new System.Windows.Forms.Button();
     this.lblRemarks    = new System.Windows.Forms.Label();
     this.lblStatus     = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // txtTruckNo
     //
     this.txtTruckNo.ForeColor = System.Drawing.Color.White;
     this.txtTruckNo.Location  = new System.Drawing.Point(75, 6);
     this.txtTruckNo.Name      = "txtTruckNo";
     this.txtTruckNo.Size      = new System.Drawing.Size(157, 15);
     this.txtTruckNo.Text      = "Truck No";
     //
     // lblTruckNo
     //
     this.lblTruckNo.Location = new System.Drawing.Point(6, 6);
     this.lblTruckNo.Name     = "lblTruckNo";
     this.lblTruckNo.Size     = new System.Drawing.Size(64, 15);
     this.lblTruckNo.Text     = "Truck No.";
     //
     // cmbReasonName
     //
     this.cmbReasonName.Location = new System.Drawing.Point(75, 45);
     this.cmbReasonName.Name     = "cmbReasonName";
     this.cmbReasonName.Size     = new System.Drawing.Size(157, 22);
     this.cmbReasonName.TabIndex = 115;
     //
     // labelStage
     //
     this.labelStage.Location = new System.Drawing.Point(6, 27);
     this.labelStage.Name     = "labelStage";
     this.labelStage.Size     = new System.Drawing.Size(64, 15);
     this.labelStage.Text     = "Stage";
     //
     // txtStage
     //
     this.txtStage.ForeColor = System.Drawing.Color.White;
     this.txtStage.Location  = new System.Drawing.Point(75, 27);
     this.txtStage.Name      = "txtStage";
     this.txtStage.Size      = new System.Drawing.Size(157, 15);
     this.txtStage.Text      = "Stage";
     //
     // lblReason
     //
     this.lblReason.Location = new System.Drawing.Point(6, 48);
     this.lblReason.Name     = "lblReason";
     this.lblReason.Size     = new System.Drawing.Size(52, 15);
     this.lblReason.Text     = "Reason Name";
     //
     // txtRemarks
     //
     this.txtRemarks.Location  = new System.Drawing.Point(75, 76);
     this.txtRemarks.Multiline = true;
     this.txtRemarks.Name      = "txtRemarks";
     this.txtRemarks.Size      = new System.Drawing.Size(157, 76);
     this.txtRemarks.TabIndex  = 122;
     //
     // btnSave
     //
     this.btnSave.Font     = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
     this.btnSave.Location = new System.Drawing.Point(171, 158);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(61, 22);
     this.btnSave.TabIndex = 123;
     this.btnSave.Text     = "Save";
     this.btnSave.Click   += new System.EventHandler(this.btnSave_Click);
     //
     // lblRemarks
     //
     this.lblRemarks.Location = new System.Drawing.Point(6, 77);
     this.lblRemarks.Name     = "lblRemarks";
     this.lblRemarks.Size     = new System.Drawing.Size(52, 15);
     this.lblRemarks.Text     = "Remarks";
     //
     // lblStatus
     //
     this.lblStatus.ForeColor = System.Drawing.Color.Maroon;
     this.lblStatus.Location  = new System.Drawing.Point(2, 183);
     this.lblStatus.Name      = "lblStatus";
     this.lblStatus.Size      = new System.Drawing.Size(235, 15);
     this.lblStatus.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // formReason
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.BackColor           = System.Drawing.SystemColors.Highlight;
     this.ClientSize          = new System.Drawing.Size(240, 268);
     this.Controls.Add(this.lblStatus);
     this.Controls.Add(this.lblRemarks);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.txtRemarks);
     this.Controls.Add(this.lblReason);
     this.Controls.Add(this.txtStage);
     this.Controls.Add(this.labelStage);
     this.Controls.Add(this.cmbReasonName);
     this.Controls.Add(this.txtTruckNo);
     this.Controls.Add(this.lblTruckNo);
     this.Menu  = this.mainMenu1;
     this.Name  = "formReason";
     this.Text  = "Delay Reason";
     this.Load += new System.EventHandler(this.formReason_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 44
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridTextBoxColumn     cod_trafoDataGridColumnStyleDataGridTextBoxColumn;
     System.Windows.Forms.DataGridTextBoxColumn     potenciaDataGridColumnStyleDataGridTextBoxColumn;
     System.Windows.Forms.DataGridTextBoxColumn     cod_proprietarioDataGridColumnStyleDataGridTextBoxColumn;
     System.Windows.Forms.DataGridTextBoxColumn     observacaoDataGridColumnStyleDataGridTextBoxColumn;
     System.Windows.Forms.DataGridTextBoxColumn     plaqueta_trafoDataGridColumnStyleDataGridTextBoxColumn;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportaDados));
     this.mainMenu1          = new System.Windows.Forms.MainMenu();
     this.menuItem1          = new System.Windows.Forms.MenuItem();
     this.menuItem2          = new System.Windows.Forms.MenuItem();
     this.trafoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.citeluzDataSet     = new Cadx.db.citeluzDataSet();
     this.trafoDataGrid      = new System.Windows.Forms.DataGrid();
     this.trafoTableStyleDataGridTableStyle = new System.Windows.Forms.DataGridTableStyle();
     this.checkTodos            = new System.Windows.Forms.CheckBox();
     this.plaquetaBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.plaquetaTableAdapter  = new Cadx.db.citeluzDataSetTableAdapters.plaquetaTableAdapter();
     this.trafoTableAdapter     = new Cadx.db.citeluzDataSetTableAdapters.trafoTableAdapter();
     this.materialBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.materialTableAdapter  = new Cadx.db.citeluzDataSetTableAdapters.materialTableAdapter();
     this.listBox1    = new System.Windows.Forms.ListBox();
     this.picConnOK   = new System.Windows.Forms.PictureBox();
     this.picConnOff  = new System.Windows.Forms.PictureBox();
     this.picConnWait = new System.Windows.Forms.PictureBox();
     this.label2      = new System.Windows.Forms.Label();
     this.btEnvia     = new Cadx.ButtonImage(this.components);
     this.txtNomeLote = new System.Windows.Forms.TextBox();
     this.label1      = new System.Windows.Forms.Label();
     cod_trafoDataGridColumnStyleDataGridTextBoxColumn        = new System.Windows.Forms.DataGridTextBoxColumn();
     potenciaDataGridColumnStyleDataGridTextBoxColumn         = new System.Windows.Forms.DataGridTextBoxColumn();
     cod_proprietarioDataGridColumnStyleDataGridTextBoxColumn = new System.Windows.Forms.DataGridTextBoxColumn();
     observacaoDataGridColumnStyleDataGridTextBoxColumn       = new System.Windows.Forms.DataGridTextBoxColumn();
     plaqueta_trafoDataGridColumnStyleDataGridTextBoxColumn   = new System.Windows.Forms.DataGridTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.trafoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.citeluzDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.plaquetaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.materialBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // cod_trafoDataGridColumnStyleDataGridTextBoxColumn
     //
     cod_trafoDataGridColumnStyleDataGridTextBoxColumn.Format      = "";
     cod_trafoDataGridColumnStyleDataGridTextBoxColumn.FormatInfo  = null;
     cod_trafoDataGridColumnStyleDataGridTextBoxColumn.HeaderText  = "cod_trafo";
     cod_trafoDataGridColumnStyleDataGridTextBoxColumn.MappingName = "cod_trafo";
     //
     // potenciaDataGridColumnStyleDataGridTextBoxColumn
     //
     potenciaDataGridColumnStyleDataGridTextBoxColumn.Format      = "";
     potenciaDataGridColumnStyleDataGridTextBoxColumn.FormatInfo  = null;
     potenciaDataGridColumnStyleDataGridTextBoxColumn.HeaderText  = "potencia";
     potenciaDataGridColumnStyleDataGridTextBoxColumn.MappingName = "potencia";
     //
     // cod_proprietarioDataGridColumnStyleDataGridTextBoxColumn
     //
     cod_proprietarioDataGridColumnStyleDataGridTextBoxColumn.Format      = "";
     cod_proprietarioDataGridColumnStyleDataGridTextBoxColumn.FormatInfo  = null;
     cod_proprietarioDataGridColumnStyleDataGridTextBoxColumn.HeaderText  = "cod_proprietario";
     cod_proprietarioDataGridColumnStyleDataGridTextBoxColumn.MappingName = "cod_proprietario";
     //
     // observacaoDataGridColumnStyleDataGridTextBoxColumn
     //
     observacaoDataGridColumnStyleDataGridTextBoxColumn.Format      = "";
     observacaoDataGridColumnStyleDataGridTextBoxColumn.FormatInfo  = null;
     observacaoDataGridColumnStyleDataGridTextBoxColumn.HeaderText  = "observacao";
     observacaoDataGridColumnStyleDataGridTextBoxColumn.MappingName = "observacao";
     //
     // plaqueta_trafoDataGridColumnStyleDataGridTextBoxColumn
     //
     plaqueta_trafoDataGridColumnStyleDataGridTextBoxColumn.Format      = "";
     plaqueta_trafoDataGridColumnStyleDataGridTextBoxColumn.FormatInfo  = null;
     plaqueta_trafoDataGridColumnStyleDataGridTextBoxColumn.HeaderText  = "plaqueta_trafo";
     plaqueta_trafoDataGridColumnStyleDataGridTextBoxColumn.MappingName = "plaqueta_trafo";
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.menuItem1);
     //
     // menuItem1
     //
     this.menuItem1.MenuItems.Add(this.menuItem2);
     this.menuItem1.Text = "Opções";
     //
     // menuItem2
     //
     this.menuItem2.Text   = "Sair";
     this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
     //
     // trafoBindingSource
     //
     this.trafoBindingSource.DataMember = "trafo";
     this.trafoBindingSource.DataSource = this.citeluzDataSet;
     //
     // citeluzDataSet
     //
     this.citeluzDataSet.DataSetName             = "citeluzDataSet";
     this.citeluzDataSet.Prefix                  = "";
     this.citeluzDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // trafoDataGrid
     //
     this.trafoDataGrid.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.trafoDataGrid.DataSource      = this.trafoBindingSource;
     this.trafoDataGrid.Dock            = System.Windows.Forms.DockStyle.Bottom;
     this.trafoDataGrid.Location        = new System.Drawing.Point(0, 168);
     this.trafoDataGrid.Name            = "trafoDataGrid";
     this.trafoDataGrid.Size            = new System.Drawing.Size(240, 126);
     this.trafoDataGrid.TabIndex        = 11;
     this.trafoDataGrid.TableStyles.Add(this.trafoTableStyleDataGridTableStyle);
     //
     // trafoTableStyleDataGridTableStyle
     //
     this.trafoTableStyleDataGridTableStyle.GridColumnStyles.Add(cod_trafoDataGridColumnStyleDataGridTextBoxColumn);
     this.trafoTableStyleDataGridTableStyle.GridColumnStyles.Add(potenciaDataGridColumnStyleDataGridTextBoxColumn);
     this.trafoTableStyleDataGridTableStyle.GridColumnStyles.Add(cod_proprietarioDataGridColumnStyleDataGridTextBoxColumn);
     this.trafoTableStyleDataGridTableStyle.GridColumnStyles.Add(observacaoDataGridColumnStyleDataGridTextBoxColumn);
     this.trafoTableStyleDataGridTableStyle.GridColumnStyles.Add(plaqueta_trafoDataGridColumnStyleDataGridTextBoxColumn);
     this.trafoTableStyleDataGridTableStyle.MappingName = "trafo";
     //
     // checkTodos
     //
     this.checkTodos.Checked    = true;
     this.checkTodos.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkTodos.Location   = new System.Drawing.Point(3, 83);
     this.checkTodos.Name       = "checkTodos";
     this.checkTodos.Size       = new System.Drawing.Size(100, 20);
     this.checkTodos.TabIndex   = 81;
     this.checkTodos.Text       = "Enviar tudo";
     //
     // plaquetaBindingSource
     //
     this.plaquetaBindingSource.DataMember = "plaqueta";
     this.plaquetaBindingSource.DataSource = this.citeluzDataSet;
     //
     // plaquetaTableAdapter
     //
     this.plaquetaTableAdapter.ClearBeforeFill = true;
     //
     // trafoTableAdapter
     //
     this.trafoTableAdapter.ClearBeforeFill = true;
     //
     // materialBindingSource
     //
     this.materialBindingSource.DataMember = "material";
     this.materialBindingSource.DataSource = this.citeluzDataSet;
     //
     // materialTableAdapter
     //
     this.materialTableAdapter.ClearBeforeFill = true;
     //
     // listBox1
     //
     this.listBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.listBox1.Font      = new System.Drawing.Font("Courier New", 7F, System.Drawing.FontStyle.Regular);
     this.listBox1.ForeColor = System.Drawing.Color.Lime;
     this.listBox1.Location  = new System.Drawing.Point(3, 105);
     this.listBox1.Name      = "listBox1";
     this.listBox1.Size      = new System.Drawing.Size(234, 57);
     this.listBox1.TabIndex  = 82;
     //
     // picConnOK
     //
     this.picConnOK.Image    = ((System.Drawing.Image)(resources.GetObject("picConnOK.Image")));
     this.picConnOK.Location = new System.Drawing.Point(200, 84);
     this.picConnOK.Name     = "picConnOK";
     this.picConnOK.Size     = new System.Drawing.Size(16, 16);
     this.picConnOK.Visible  = false;
     //
     // picConnOff
     //
     this.picConnOff.Image    = ((System.Drawing.Image)(resources.GetObject("picConnOff.Image")));
     this.picConnOff.Location = new System.Drawing.Point(200, 84);
     this.picConnOff.Name     = "picConnOff";
     this.picConnOff.Size     = new System.Drawing.Size(16, 16);
     //
     // picConnWait
     //
     this.picConnWait.Image    = ((System.Drawing.Image)(resources.GetObject("picConnWait.Image")));
     this.picConnWait.Location = new System.Drawing.Point(200, 84);
     this.picConnWait.Name     = "picConnWait";
     this.picConnWait.Size     = new System.Drawing.Size(16, 16);
     this.picConnWait.Visible  = false;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(138, 84);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(96, 20);
     this.label2.Text     = "Conexão:";
     //
     // btEnvia
     //
     this.btEnvia.Font     = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular);
     this.btEnvia.Image    = ((System.Drawing.Image)(resources.GetObject("btEnvia.Image")));
     this.btEnvia.Location = new System.Drawing.Point(3, 3);
     this.btEnvia.Name     = "btEnvia";
     this.btEnvia.Size     = new System.Drawing.Size(234, 43);
     this.btEnvia.TabIndex = 11;
     this.btEnvia.Text     = "Enviar";
     this.btEnvia.Click   += new System.EventHandler(this.enviarButton_Click);
     //
     // txtNomeLote
     //
     this.txtNomeLote.Location = new System.Drawing.Point(98, 52);
     this.txtNomeLote.Name     = "txtNomeLote";
     this.txtNomeLote.Size     = new System.Drawing.Size(139, 21);
     this.txtNomeLote.TabIndex = 88;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(3, 53);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 20);
     this.label1.Text     = "Nome do Lote:";
     //
     // ExportaDados
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(240, 294);
     this.ControlBox          = false;
     this.Controls.Add(this.txtNomeLote);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.picConnOK);
     this.Controls.Add(this.picConnOff);
     this.Controls.Add(this.picConnWait);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.checkTodos);
     this.Controls.Add(this.trafoDataGrid);
     this.Controls.Add(this.btEnvia);
     this.Location    = new System.Drawing.Point(0, 0);
     this.Menu        = this.mainMenu1;
     this.MinimizeBox = false;
     this.Name        = "ExportaDados";
     this.Text        = "ExportaDados";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.ExportaDados_Load);
     this.Closing    += new System.ComponentModel.CancelEventHandler(this.ExportaDados_Closing);
     ((System.ComponentModel.ISupportInitialize)(this.trafoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.citeluzDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.plaquetaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.materialBindingSource)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 45
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mainMenu1       = new System.Windows.Forms.MainMenu();
     this.mnuGRNBack      = new System.Windows.Forms.MenuItem();
     this.mnuItemOpt      = new System.Windows.Forms.MenuItem();
     this.menuItem1       = new System.Windows.Forms.MenuItem();
     this.MnuRegister     = new System.Windows.Forms.MenuItem();
     this.menuItem2       = new System.Windows.Forms.MenuItem();
     this.MnuPost         = new System.Windows.Forms.MenuItem();
     this.Main            = new System.Windows.Forms.TabPage();
     this.lblTotalQty     = new System.Windows.Forms.Label();
     this.txtScanItemNo   = new System.Windows.Forms.ComboBox();
     this.txtqty          = new System.Windows.Forms.TextBox();
     this.txtbin          = new System.Windows.Forms.TextBox();
     this.txtlocation     = new System.Windows.Forms.TextBox();
     this.label6          = new System.Windows.Forms.Label();
     this.txtTO           = new System.Windows.Forms.TextBox();
     this.lblTO           = new System.Windows.Forms.Label();
     this.btnAdd          = new System.Windows.Forms.Button();
     this.GrdTO           = new System.Windows.Forms.DataGrid();
     this.tbMain          = new System.Windows.Forms.TabControl();
     this.SOLines         = new System.Windows.Forms.TabPage();
     this.GrdPoLines      = new System.Windows.Forms.DataGrid();
     this.tPEdit          = new System.Windows.Forms.TabPage();
     this.panel1          = new System.Windows.Forms.Panel();
     this.lblRole         = new System.Windows.Forms.Label();
     this.label8          = new System.Windows.Forms.Label();
     this.lblStaffCode    = new System.Windows.Forms.Label();
     this.label4          = new System.Windows.Forms.Label();
     this.btnSaveUpdate   = new System.Windows.Forms.Button();
     this.txtEditLocation = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this.txtEditItemNo   = new System.Windows.Forms.TextBox();
     this.label10         = new System.Windows.Forms.Label();
     this.txtEditBinCode  = new System.Windows.Forms.TextBox();
     this.label7          = new System.Windows.Forms.Label();
     this.txtEditQty      = new System.Windows.Forms.TextBox();
     this.label2          = new System.Windows.Forms.Label();
     this.tbAssigned      = new System.Windows.Forms.TabPage();
     this.GrdAssign       = new System.Windows.Forms.DataGrid();
     this.label3          = new System.Windows.Forms.Label();
     this.Main.SuspendLayout();
     this.tbMain.SuspendLayout();
     this.SOLines.SuspendLayout();
     this.tPEdit.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tbAssigned.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.mnuGRNBack);
     this.mainMenu1.MenuItems.Add(this.mnuItemOpt);
     //
     // mnuGRNBack
     //
     this.mnuGRNBack.Text   = "Main";
     this.mnuGRNBack.Click += new System.EventHandler(this.mnuGRNBack_Click);
     //
     // mnuItemOpt
     //
     this.mnuItemOpt.MenuItems.Add(this.menuItem1);
     this.mnuItemOpt.MenuItems.Add(this.MnuRegister);
     this.mnuItemOpt.MenuItems.Add(this.menuItem2);
     this.mnuItemOpt.MenuItems.Add(this.MnuPost);
     this.mnuItemOpt.Text = "Options";
     //
     // menuItem1
     //
     this.menuItem1.Text = "New";
     //
     // MnuRegister
     //
     this.MnuRegister.Text = "Transfer to NAV";
     //
     // menuItem2
     //
     this.menuItem2.Text = "Delete";
     //
     // MnuPost
     //
     this.MnuPost.Enabled = false;
     this.MnuPost.Text    = "Post To NAV";
     //
     // Main
     //
     this.Main.Controls.Add(this.lblTotalQty);
     this.Main.Controls.Add(this.txtScanItemNo);
     this.Main.Controls.Add(this.txtqty);
     this.Main.Controls.Add(this.txtbin);
     this.Main.Controls.Add(this.txtlocation);
     this.Main.Controls.Add(this.label6);
     this.Main.Controls.Add(this.txtTO);
     this.Main.Controls.Add(this.lblTO);
     this.Main.Controls.Add(this.btnAdd);
     this.Main.Controls.Add(this.GrdTO);
     this.Main.Location = new System.Drawing.Point(0, 0);
     this.Main.Name     = "Main";
     this.Main.Size     = new System.Drawing.Size(240, 263);
     this.Main.Text     = "Assign List";
     //
     // lblTotalQty
     //
     this.lblTotalQty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.lblTotalQty.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.lblTotalQty.ForeColor = System.Drawing.Color.White;
     this.lblTotalQty.Location  = new System.Drawing.Point(6, 74);
     this.lblTotalQty.Name      = "lblTotalQty";
     this.lblTotalQty.Size      = new System.Drawing.Size(165, 20);
     //
     // txtScanItemNo
     //
     this.txtScanItemNo.Location = new System.Drawing.Point(5, 46);
     this.txtScanItemNo.Name     = "txtScanItemNo";
     this.txtScanItemNo.Size     = new System.Drawing.Size(73, 22);
     this.txtScanItemNo.TabIndex = 111;
     //
     // txtqty
     //
     this.txtqty.Location = new System.Drawing.Point(173, 46);
     this.txtqty.Name     = "txtqty";
     this.txtqty.Size     = new System.Drawing.Size(60, 21);
     this.txtqty.TabIndex = 108;
     //
     // txtbin
     //
     this.txtbin.Location = new System.Drawing.Point(79, 46);
     this.txtbin.Name     = "txtbin";
     this.txtbin.Size     = new System.Drawing.Size(92, 21);
     this.txtbin.TabIndex = 107;
     //
     // txtlocation
     //
     this.txtlocation.Location = new System.Drawing.Point(174, 2);
     this.txtlocation.Name     = "txtlocation";
     this.txtlocation.Size     = new System.Drawing.Size(63, 21);
     this.txtlocation.TabIndex = 106;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.label6.Font      = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular);
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location  = new System.Drawing.Point(5, 26);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(230, 17);
     this.label6.Text      = "Item.No                      Bin                       Qty.";
     //
     // txtTO
     //
     this.txtTO.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
     this.txtTO.Location = new System.Drawing.Point(50, 2);
     this.txtTO.Name     = "txtTO";
     this.txtTO.Size     = new System.Drawing.Size(121, 20);
     this.txtTO.TabIndex = 46;
     //
     // lblTO
     //
     this.lblTO.Font     = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular);
     this.lblTO.Location = new System.Drawing.Point(6, 5);
     this.lblTO.Name     = "lblTO";
     this.lblTO.Size     = new System.Drawing.Size(67, 20);
     this.lblTO.Text     = "PO No.";
     //
     // btnAdd
     //
     this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.btnAdd.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.btnAdd.ForeColor = System.Drawing.Color.White;
     this.btnAdd.Location  = new System.Drawing.Point(179, 72);
     this.btnAdd.Name      = "btnAdd";
     this.btnAdd.Size      = new System.Drawing.Size(51, 21);
     this.btnAdd.TabIndex  = 38;
     this.btnAdd.Text      = "Put";
     this.btnAdd.Click    += new System.EventHandler(this.btnAdd_Click);
     //
     // GrdTO
     //
     this.GrdTO.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.GrdTO.Dock            = System.Windows.Forms.DockStyle.Bottom;
     this.GrdTO.Font            = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular);
     this.GrdTO.Location        = new System.Drawing.Point(0, 98);
     this.GrdTO.Name            = "GrdTO";
     this.GrdTO.Size            = new System.Drawing.Size(240, 165);
     this.GrdTO.TabIndex        = 24;
     //
     // tbMain
     //
     this.tbMain.Controls.Add(this.Main);
     this.tbMain.Controls.Add(this.SOLines);
     this.tbMain.Controls.Add(this.tPEdit);
     this.tbMain.Controls.Add(this.tbAssigned);
     this.tbMain.Location      = new System.Drawing.Point(0, 0);
     this.tbMain.Name          = "tbMain";
     this.tbMain.SelectedIndex = 0;
     this.tbMain.Size          = new System.Drawing.Size(240, 286);
     this.tbMain.TabIndex      = 0;
     //
     // SOLines
     //
     this.SOLines.Controls.Add(this.GrdPoLines);
     this.SOLines.Location = new System.Drawing.Point(0, 0);
     this.SOLines.Name     = "SOLines";
     this.SOLines.Size     = new System.Drawing.Size(232, 260);
     this.SOLines.Text     = "PO Lines";
     //
     // GrdPoLines
     //
     this.GrdPoLines.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.GrdPoLines.Dock            = System.Windows.Forms.DockStyle.Bottom;
     this.GrdPoLines.Font            = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular);
     this.GrdPoLines.Location        = new System.Drawing.Point(0, -3);
     this.GrdPoLines.Name            = "GrdPoLines";
     this.GrdPoLines.Size            = new System.Drawing.Size(232, 263);
     this.GrdPoLines.TabIndex        = 25;
     //
     // tPEdit
     //
     this.tPEdit.Controls.Add(this.panel1);
     this.tPEdit.Location = new System.Drawing.Point(0, 0);
     this.tPEdit.Name     = "tPEdit";
     this.tPEdit.Size     = new System.Drawing.Size(232, 260);
     this.tPEdit.Text     = "Edit";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.lblRole);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.lblStaffCode);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.btnSaveUpdate);
     this.panel1.Controls.Add(this.txtEditLocation);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.txtEditItemNo);
     this.panel1.Controls.Add(this.label10);
     this.panel1.Controls.Add(this.txtEditBinCode);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.txtEditQty);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Location = new System.Drawing.Point(6, 5);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(229, 253);
     //
     // lblRole
     //
     this.lblRole.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.lblRole.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.lblRole.Location  = new System.Drawing.Point(162, 18);
     this.lblRole.Name      = "lblRole";
     this.lblRole.Size      = new System.Drawing.Size(58, 20);
     //
     // label8
     //
     this.label8.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.label8.Location  = new System.Drawing.Point(129, 18);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(34, 20);
     this.label8.Text      = "Role:";
     //
     // lblStaffCode
     //
     this.lblStaffCode.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.lblStaffCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.lblStaffCode.Location  = new System.Drawing.Point(73, 18);
     this.lblStaffCode.Name      = "lblStaffCode";
     this.lblStaffCode.Size      = new System.Drawing.Size(47, 20);
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.label4.Location  = new System.Drawing.Point(9, 18);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(70, 20);
     this.label4.Text      = "Staff Code:";
     //
     // btnSaveUpdate
     //
     this.btnSaveUpdate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.btnSaveUpdate.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.btnSaveUpdate.ForeColor = System.Drawing.Color.White;
     this.btnSaveUpdate.Location  = new System.Drawing.Point(135, 150);
     this.btnSaveUpdate.Name      = "btnSaveUpdate";
     this.btnSaveUpdate.Size      = new System.Drawing.Size(72, 20);
     this.btnSaveUpdate.TabIndex  = 163;
     this.btnSaveUpdate.Text      = "Save";
     //
     // txtEditLocation
     //
     this.txtEditLocation.Enabled  = false;
     this.txtEditLocation.Font     = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.txtEditLocation.Location = new System.Drawing.Point(89, 70);
     this.txtEditLocation.Name     = "txtEditLocation";
     this.txtEditLocation.Size     = new System.Drawing.Size(118, 19);
     this.txtEditLocation.TabIndex = 162;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.label1.Location  = new System.Drawing.Point(31, 71);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(50, 18);
     this.label1.Text      = "Location";
     //
     // txtEditItemNo
     //
     this.txtEditItemNo.Enabled  = false;
     this.txtEditItemNo.Font     = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.txtEditItemNo.Location = new System.Drawing.Point(89, 47);
     this.txtEditItemNo.Name     = "txtEditItemNo";
     this.txtEditItemNo.Size     = new System.Drawing.Size(118, 19);
     this.txtEditItemNo.TabIndex = 160;
     //
     // label10
     //
     this.label10.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.label10.Location  = new System.Drawing.Point(31, 48);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(50, 18);
     this.label10.Text      = "Item No";
     //
     // txtEditBinCode
     //
     this.txtEditBinCode.Font     = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.txtEditBinCode.Location = new System.Drawing.Point(89, 117);
     this.txtEditBinCode.Name     = "txtEditBinCode";
     this.txtEditBinCode.Size     = new System.Drawing.Size(118, 19);
     this.txtEditBinCode.TabIndex = 158;
     //
     // label7
     //
     this.label7.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.label7.Location  = new System.Drawing.Point(31, 119);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(47, 13);
     this.label7.Text      = "Bin Code";
     //
     // txtEditQty
     //
     this.txtEditQty.Font     = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.txtEditQty.Location = new System.Drawing.Point(89, 93);
     this.txtEditQty.Name     = "txtEditQty";
     this.txtEditQty.Size     = new System.Drawing.Size(118, 19);
     this.txtEditQty.TabIndex = 157;
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.label2.Location  = new System.Drawing.Point(30, 94);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(48, 18);
     this.label2.Text      = "Quantity";
     //
     // tbAssigned
     //
     this.tbAssigned.Controls.Add(this.GrdAssign);
     this.tbAssigned.Controls.Add(this.label3);
     this.tbAssigned.Location = new System.Drawing.Point(0, 0);
     this.tbAssigned.Name     = "tbAssigned";
     this.tbAssigned.Size     = new System.Drawing.Size(232, 260);
     this.tbAssigned.Text     = "Assigend";
     //
     // GrdAssign
     //
     this.GrdAssign.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.GrdAssign.Dock            = System.Windows.Forms.DockStyle.Bottom;
     this.GrdAssign.Font            = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular);
     this.GrdAssign.Location        = new System.Drawing.Point(0, 17);
     this.GrdAssign.Name            = "GrdAssign";
     this.GrdAssign.Size            = new System.Drawing.Size(232, 243);
     this.GrdAssign.TabIndex        = 115;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.label3.Font      = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular);
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(0, -1);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(240, 21);
     this.label3.Text      = "Below Items are already assigned.";
     //
     // POAssignV1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(240, 286);
     this.Controls.Add(this.tbMain);
     this.KeyPreview  = true;
     this.Location    = new System.Drawing.Point(0, 0);
     this.Menu        = this.mainMenu1;
     this.MinimizeBox = false;
     this.Name        = "POAssignV1";
     this.Text        = "frmGRN";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Main.ResumeLayout(false);
     this.tbMain.ResumeLayout(false);
     this.SOLines.ResumeLayout(false);
     this.tPEdit.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.tbAssigned.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 46
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmProposta));
            this.menuPedido         = new System.Windows.Forms.MainMenu();
            this.mnuPropostas       = new System.Windows.Forms.MenuItem();
            this.mnuOpcoes_Terminar = new System.Windows.Forms.MenuItem();
            this.mnuOpcoes_Logout   = new System.Windows.Forms.MenuItem();
            this.mnuOpcoes_Exit     = new System.Windows.Forms.MenuItem();
            this.lbPedido           = new System.Windows.Forms.Label();
            this.lbCliente          = new System.Windows.Forms.Label();
            this.lbItemProposta     = new System.Windows.Forms.Label();
            this.lbProduto          = new System.Windows.Forms.Label();
            this.lbLote             = new System.Windows.Forms.Label();
            this.lbSequencia        = new System.Windows.Forms.Label();
            this.lbMensagem         = new System.Windows.Forms.Label();
            this.lbQtdItens         = new System.Windows.Forms.Label();
            this.lbQtdPecas         = new System.Windows.Forms.Label();
            this.lbNomeCliente      = new System.Windows.Forms.Label();
            this.lbNumeroPedido     = new System.Windows.Forms.Label();
            this.lbVolumes          = new System.Windows.Forms.Label();
            this.lbQtdVolumes       = new System.Windows.Forms.Label();
            this.pnlFrmProposta     = new System.Windows.Forms.Panel();
            tbMensagem        = new System.Windows.Forms.TextBox();
            this.tbSequencia  = new System.Windows.Forms.TextBox();
            this.tbLote       = new System.Windows.Forms.TextBox();
            this.tbProduto    = new System.Windows.Forms.TextBox();
            this.pnCentral    = new System.Windows.Forms.Panel();
            this.tbQuantidade = new System.Windows.Forms.TextBox();
            this.tbLocal      = new System.Windows.Forms.TextBox();
            this.tbDescricao  = new System.Windows.Forms.TextBox();
            this.tbPartNumber = new System.Windows.Forms.TextBox();
            this.dgProposta   = new System.Windows.Forms.DataGrid();
            this.imgPropostas = new System.Windows.Forms.ImageList();
            this.btnVolumes   = new TitaniumColector.Classes.Utility.ImageButton();
            this.pnlFrmProposta.SuspendLayout();
            this.pnCentral.SuspendLayout();
            this.SuspendLayout();
            //
            // menuPedido
            //
            this.menuPedido.MenuItems.Add(this.mnuPropostas);
            //
            // mnuPropostas
            //
            this.mnuPropostas.MenuItems.Add(this.mnuOpcoes_Terminar);
            this.mnuPropostas.MenuItems.Add(this.mnuOpcoes_Logout);
            this.mnuPropostas.MenuItems.Add(this.mnuOpcoes_Exit);
            this.mnuPropostas.Text = "Opções";
            //
            // mnuOpcoes_Terminar
            //
            this.mnuOpcoes_Terminar.Text   = "Terminar";
            this.mnuOpcoes_Terminar.Click += new System.EventHandler(this.mnuOpcoes_Terminar_Click);
            //
            // mnuOpcoes_Logout
            //
            this.mnuOpcoes_Logout.Text   = "Logout";
            this.mnuOpcoes_Logout.Click += new System.EventHandler(this.mnuOpcoes_Logout_Click);
            //
            // mnuOpcoes_Exit
            //
            this.mnuOpcoes_Exit.Text   = "Exit";
            this.mnuOpcoes_Exit.Click += new System.EventHandler(this.mnuOpcoes_Exit_Click);
            //
            // lbPedido
            //
            this.lbPedido.Location = new System.Drawing.Point(3, 31);
            this.lbPedido.Name     = "lbPedido";
            this.lbPedido.Size     = new System.Drawing.Size(70, 23);
            this.lbPedido.Text     = "Pedido :";
            //
            // lbCliente
            //
            this.lbCliente.Location = new System.Drawing.Point(2, 54);
            this.lbCliente.Name     = "lbCliente";
            this.lbCliente.Size     = new System.Drawing.Size(70, 23);
            this.lbCliente.Text     = "Cliente :";
            //
            // lbItemProposta
            //
            this.lbItemProposta.Location  = new System.Drawing.Point(3, 72);
            this.lbItemProposta.Name      = "lbItemProposta";
            this.lbItemProposta.Size      = new System.Drawing.Size(83, 17);
            this.lbItemProposta.Text      = "Itens Proposta";
            this.lbItemProposta.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            //
            // lbProduto
            //
            this.lbProduto.Location = new System.Drawing.Point(14, 281);
            this.lbProduto.Name     = "lbProduto";
            this.lbProduto.Size     = new System.Drawing.Size(69, 16);
            this.lbProduto.Text     = "Produto";
            //
            // lbLote
            //
            this.lbLote.Location = new System.Drawing.Point(14, 328);
            this.lbLote.Name     = "lbLote";
            this.lbLote.Size     = new System.Drawing.Size(31, 15);
            this.lbLote.Text     = "Lote";
            //
            // lbSequencia
            //
            this.lbSequencia.Location = new System.Drawing.Point(203, 326);
            this.lbSequencia.Name     = "lbSequencia";
            this.lbSequencia.Size     = new System.Drawing.Size(68, 17);
            this.lbSequencia.Text     = "Sequência";
            //
            // lbMensagem
            //
            this.lbMensagem.Location = new System.Drawing.Point(13, 374);
            this.lbMensagem.Name     = "lbMensagem";
            this.lbMensagem.Size     = new System.Drawing.Size(70, 16);
            this.lbMensagem.Text     = "Mensagem";
            //
            // lbQtdItens
            //
            this.lbQtdItens.Font     = new System.Drawing.Font("Tahoma", 8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
            this.lbQtdItens.Location = new System.Drawing.Point(252, 31);
            this.lbQtdItens.Name     = "lbQtdItens";
            this.lbQtdItens.Size     = new System.Drawing.Size(70, 23);
            this.lbQtdItens.Text     = "0000 Itens";
            //
            // lbQtdPecas
            //
            this.lbQtdPecas.Font     = new System.Drawing.Font("Tahoma", 8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
            this.lbQtdPecas.Location = new System.Drawing.Point(252, 54);
            this.lbQtdPecas.Name     = "lbQtdPecas";
            this.lbQtdPecas.Size     = new System.Drawing.Size(70, 23);
            this.lbQtdPecas.Text     = "00000 pçs";
            //
            // lbNomeCliente
            //
            this.lbNomeCliente.Location = new System.Drawing.Point(58, 54);
            this.lbNomeCliente.Name     = "lbNomeCliente";
            this.lbNomeCliente.Size     = new System.Drawing.Size(136, 23);
            this.lbNomeCliente.Text     = "Nome   Cliente";
            //
            // lbNumeroPedido
            //
            this.lbNumeroPedido.Location = new System.Drawing.Point(58, 31);
            this.lbNumeroPedido.Name     = "lbNumeroPedido";
            this.lbNumeroPedido.Size     = new System.Drawing.Size(136, 23);
            this.lbNumeroPedido.Text     = "000001";
            //
            // lbVolumes
            //
            this.lbVolumes.Location = new System.Drawing.Point(0, 0);
            this.lbVolumes.Name     = "lbVolumes";
            this.lbVolumes.Size     = new System.Drawing.Size(100, 20);
            this.lbVolumes.Tag      = "N";
            this.lbVolumes.Text     = "Volumes";
            //
            // lbQtdVolumes
            //
            this.lbQtdVolumes.Location = new System.Drawing.Point(0, 0);
            this.lbQtdVolumes.Name     = "lbQtdVolumes";
            this.lbQtdVolumes.Size     = new System.Drawing.Size(100, 20);
            this.lbQtdVolumes.Tag      = "N";
            this.lbQtdVolumes.Text     = "1";
            //
            // pnlFrmProposta
            //
            this.pnlFrmProposta.Controls.Add(this.lbProduto);
            this.pnlFrmProposta.Controls.Add(this.lbLote);
            this.pnlFrmProposta.Controls.Add(this.lbSequencia);
            this.pnlFrmProposta.Controls.Add(this.lbMensagem);
            this.pnlFrmProposta.Controls.Add(tbMensagem);
            this.pnlFrmProposta.Controls.Add(this.tbSequencia);
            this.pnlFrmProposta.Controls.Add(this.tbLote);
            this.pnlFrmProposta.Controls.Add(this.tbProduto);
            this.pnlFrmProposta.Controls.Add(this.pnCentral);
            this.pnlFrmProposta.Controls.Add(this.lbQtdItens);
            this.pnlFrmProposta.Controls.Add(this.lbQtdPecas);
            this.pnlFrmProposta.Controls.Add(this.lbNomeCliente);
            this.pnlFrmProposta.Controls.Add(this.lbNumeroPedido);
            this.pnlFrmProposta.Controls.Add(this.dgProposta);
            this.pnlFrmProposta.Controls.Add(this.lbItemProposta);
            this.pnlFrmProposta.Controls.Add(this.lbPedido);
            this.pnlFrmProposta.Controls.Add(this.lbCliente);
            this.pnlFrmProposta.Controls.Add(this.lbVolumes);
            this.pnlFrmProposta.Controls.Add(this.lbQtdVolumes);
            this.pnlFrmProposta.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.pnlFrmProposta.Location = new System.Drawing.Point(0, 0);
            this.pnlFrmProposta.Name     = "pnlFrmProposta";
            this.pnlFrmProposta.Size     = new System.Drawing.Size(325, 455);
            //
            // tbMensagem
            //
            tbMensagem.Location  = new System.Drawing.Point(14, 392);
            tbMensagem.Multiline = true;
            tbMensagem.Name      = "tbMensagem";
            tbMensagem.Size      = new System.Drawing.Size(296, 23);
            tbMensagem.TabIndex  = 14;
            tbMensagem.Text      = "produto não existe no pedido";
            //
            // tbSequencia
            //
            this.tbSequencia.Location = new System.Drawing.Point(203, 344);
            this.tbSequencia.Name     = "tbSequencia";
            this.tbSequencia.Size     = new System.Drawing.Size(107, 23);
            this.tbSequencia.TabIndex = 13;
            this.tbSequencia.Text     = "12451542";
            //
            // tbLote
            //
            this.tbLote.Location = new System.Drawing.Point(14, 344);
            this.tbLote.Name     = "tbLote";
            this.tbLote.Size     = new System.Drawing.Size(84, 23);
            this.tbLote.TabIndex = 12;
            this.tbLote.Text     = "lt1070";
            //
            // tbProduto
            //
            this.tbProduto.Location = new System.Drawing.Point(14, 299);
            this.tbProduto.Name     = "tbProduto";
            this.tbProduto.Size     = new System.Drawing.Size(296, 23);
            this.tbProduto.TabIndex = 11;
            this.tbProduto.Text     = "70220 - Terminal Olhal";
            //
            // pnCentral
            //
            this.pnCentral.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.pnCentral.Controls.Add(this.tbQuantidade);
            this.pnCentral.Controls.Add(this.tbLocal);
            this.pnCentral.Controls.Add(this.tbDescricao);
            this.pnCentral.Controls.Add(this.tbPartNumber);
            this.pnCentral.Location = new System.Drawing.Point(14, 100);
            this.pnCentral.Name     = "pnCentral";
            this.pnCentral.Size     = new System.Drawing.Size(296, 129);
            //
            // tbQuantidade
            //
            this.tbQuantidade.Font      = new System.Drawing.Font("Tahoma", 32F, System.Drawing.FontStyle.Bold);
            this.tbQuantidade.Location  = new System.Drawing.Point(148, 71);
            this.tbQuantidade.Multiline = true;
            this.tbQuantidade.Name      = "tbQuantidade";
            this.tbQuantidade.Size      = new System.Drawing.Size(148, 58);
            this.tbQuantidade.TabIndex  = 3;
            this.tbQuantidade.Text      = "4000";
            this.tbQuantidade.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // tbLocal
            //
            this.tbLocal.Font      = new System.Drawing.Font("Tahoma", 32F, System.Drawing.FontStyle.Bold);
            this.tbLocal.Location  = new System.Drawing.Point(0, 71);
            this.tbLocal.Multiline = true;
            this.tbLocal.Name      = "tbLocal";
            this.tbLocal.Size      = new System.Drawing.Size(148, 58);
            this.tbLocal.TabIndex  = 2;
            this.tbLocal.Text      = "A1";
            this.tbLocal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // tbDescricao
            //
            this.tbDescricao.Font      = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Bold);
            this.tbDescricao.Location  = new System.Drawing.Point(0, 42);
            this.tbDescricao.Multiline = true;
            this.tbDescricao.Name      = "tbDescricao";
            this.tbDescricao.Size      = new System.Drawing.Size(296, 29);
            this.tbDescricao.TabIndex  = 1;
            this.tbDescricao.Text      = "Terminal Olhal";
            this.tbDescricao.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // tbPartNumber
            //
            this.tbPartNumber.Font      = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Bold);
            this.tbPartNumber.Location  = new System.Drawing.Point(0, 0);
            this.tbPartNumber.Multiline = true;
            this.tbPartNumber.Name      = "tbPartNumber";
            this.tbPartNumber.Size      = new System.Drawing.Size(296, 42);
            this.tbPartNumber.TabIndex  = 0;
            this.tbPartNumber.Text      = "7020";
            this.tbPartNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // dgProposta
            //
            this.dgProposta.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.dgProposta.Location        = new System.Drawing.Point(3, 90);
            this.dgProposta.Name            = "dgProposta";
            this.dgProposta.Size            = new System.Drawing.Size(41, 37);
            this.dgProposta.TabIndex        = 6;

            //
            // imgPropostas
            //
            this.imgPropostas.ImageSize = new System.Drawing.Size(30, 30);
            this.imgPropostas.Images.Clear();
            this.imgPropostas.Images.Add(((System.Drawing.Icon)(resources.GetObject("resource"))));
            this.imgPropostas.Images.Add(((System.Drawing.Icon)(resources.GetObject("resource1"))));
            //
            // btnVolumes
            //
            this.btnVolumes.BackGroundImage = null;
            this.btnVolumes.Location        = new System.Drawing.Point(0, 0);
            this.btnVolumes.Name            = "btnVolumes";
            this.btnVolumes.PressedImage    = null;
            this.btnVolumes.Size            = new System.Drawing.Size(200, 200);
            this.btnVolumes.TabIndex        = 0;
            //
            // FrmProposta
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll          = true;
            this.ClientSize          = new System.Drawing.Size(325, 455);
            this.Controls.Add(this.pnlFrmProposta);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.KeyPreview      = true;
            this.Menu            = this.menuPedido;
            this.Name            = "FrmProposta";
            this.Text            = "Proposta";
            this.Load           += new System.EventHandler(this.FrmProposta_Load);
            this.Closing        += new System.ComponentModel.CancelEventHandler(this.FrmProposta_Closing);
            this.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.FrmProposta_KeyPress);
            this.pnlFrmProposta.ResumeLayout(false);
            this.pnCentral.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Exemplo n.º 47
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.mainMenu1            = new System.Windows.Forms.MainMenu();
     this.btnSeleccionar       = new System.Windows.Forms.Button();
     this.lblUbicacion         = new System.Windows.Forms.Label();
     this.btnAtras             = new System.Windows.Forms.Button();
     this.cboCustodio          = new System.Windows.Forms.ComboBox();
     this.lblCustodio          = new System.Windows.Forms.Label();
     this.cboUbicacion         = new System.Windows.Forms.ListBox();
     this.lblUbicacionCompleta = new System.Windows.Forms.Label();
     this.panel1     = new System.Windows.Forms.Panel();
     this.panel2     = new System.Windows.Forms.Panel();
     this.txtparcial = new ActivosFijos.Controles.TextBoxStd();
     this.panel3     = new System.Windows.Forms.Panel();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // btnSeleccionar
     //
     this.btnSeleccionar.Dock     = System.Windows.Forms.DockStyle.Left;
     this.btnSeleccionar.Location = new System.Drawing.Point(0, 0);
     this.btnSeleccionar.Name     = "btnSeleccionar";
     this.btnSeleccionar.Size     = new System.Drawing.Size(114, 31);
     this.btnSeleccionar.TabIndex = 3;
     this.btnSeleccionar.Text     = "Seleccionar";
     this.btnSeleccionar.Click   += new System.EventHandler(this.btnSeleccionar_Click);
     //
     // lblUbicacion
     //
     this.lblUbicacion.Dock     = System.Windows.Forms.DockStyle.Top;
     this.lblUbicacion.Location = new System.Drawing.Point(0, 0);
     this.lblUbicacion.Name     = "lblUbicacion";
     this.lblUbicacion.Size     = new System.Drawing.Size(240, 20);
     this.lblUbicacion.Text     = "Ubicación:";
     //
     // btnAtras
     //
     this.btnAtras.Dock     = System.Windows.Forms.DockStyle.Right;
     this.btnAtras.Location = new System.Drawing.Point(126, 0);
     this.btnAtras.Name     = "btnAtras";
     this.btnAtras.Size     = new System.Drawing.Size(114, 31);
     this.btnAtras.TabIndex = 4;
     this.btnAtras.Text     = "<< Atrás";
     this.btnAtras.Click   += new System.EventHandler(this.btnAtras_Click);
     //
     // cboCustodio
     //
     this.cboCustodio.Dock          = System.Windows.Forms.DockStyle.Top;
     this.cboCustodio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboCustodio.Font          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.cboCustodio.Location      = new System.Drawing.Point(0, 155);
     this.cboCustodio.Name          = "cboCustodio";
     this.cboCustodio.Size          = new System.Drawing.Size(240, 20);
     this.cboCustodio.TabIndex      = 2;
     //
     // lblCustodio
     //
     this.lblCustodio.Dock     = System.Windows.Forms.DockStyle.Left;
     this.lblCustodio.Location = new System.Drawing.Point(0, 0);
     this.lblCustodio.Name     = "lblCustodio";
     this.lblCustodio.Size     = new System.Drawing.Size(59, 23);
     this.lblCustodio.Text     = "Custodio:";
     //
     // cboUbicacion
     //
     this.cboUbicacion.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.cboUbicacion.Font                  = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.cboUbicacion.Location              = new System.Drawing.Point(0, 20);
     this.cboUbicacion.Name                  = "cboUbicacion";
     this.cboUbicacion.Size                  = new System.Drawing.Size(240, 67);
     this.cboUbicacion.TabIndex              = 0;
     this.cboUbicacion.SelectedIndexChanged += new System.EventHandler(this.cboUbicacion_SelectedIndexChanged);
     //
     // lblUbicacionCompleta
     //
     this.lblUbicacionCompleta.BackColor = System.Drawing.SystemColors.Info;
     this.lblUbicacionCompleta.Dock      = System.Windows.Forms.DockStyle.Top;
     this.lblUbicacionCompleta.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.lblUbicacionCompleta.ForeColor = System.Drawing.SystemColors.InfoText;
     this.lblUbicacionCompleta.Location  = new System.Drawing.Point(0, 87);
     this.lblUbicacionCompleta.Name      = "lblUbicacionCompleta";
     this.lblUbicacionCompleta.Size      = new System.Drawing.Size(240, 45);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnSeleccionar);
     this.panel1.Controls.Add(this.btnAtras);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 182);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(240, 31);
     //
     // panel2
     //
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 175);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(240, 7);
     //
     // txtparcial
     //
     this.txtparcial.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.txtparcial.Location    = new System.Drawing.Point(59, 0);
     this.txtparcial.Name        = "txtparcial";
     this.txtparcial.Size        = new System.Drawing.Size(181, 21);
     this.txtparcial.TabIndex    = 1;
     this.txtparcial.PressEnter += new System.EventHandler(this.txtparcial_PressEnter);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.txtparcial);
     this.panel3.Controls.Add(this.lblCustodio);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 132);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(240, 23);
     //
     // frmIniciarToma
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(240, 294);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.cboCustodio);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.lblUbicacionCompleta);
     this.Controls.Add(this.cboUbicacion);
     this.Controls.Add(this.lblUbicacion);
     this.Location    = new System.Drawing.Point(0, 0);
     this.Menu        = this.mainMenu1;
     this.Name        = "frmIniciarToma";
     this.Text        = "Iniciar Toma Inventario";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmIniciarToma_Load);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 48
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mainMenu1    = new System.Windows.Forms.MainMenu();
     this.mnuCancel    = new System.Windows.Forms.MenuItem();
     this.mnuConnect   = new System.Windows.Forms.MenuItem();
     this.lblComPort   = new System.Windows.Forms.Label();
     this.cmbPortName  = new System.Windows.Forms.ComboBox();
     this.cmbBaudRate  = new System.Windows.Forms.ComboBox();
     this.lblBaudRate  = new System.Windows.Forms.Label();
     this.cmbParity    = new System.Windows.Forms.ComboBox();
     this.label1       = new System.Windows.Forms.Label();
     this.lblStopBits  = new System.Windows.Forms.Label();
     this.cmbStopBits  = new System.Windows.Forms.ComboBox();
     this.lblDataBits  = new System.Windows.Forms.Label();
     this.cmbDataBits  = new System.Windows.Forms.ComboBox();
     this.cmbHandshake = new System.Windows.Forms.ComboBox();
     this.label2       = new System.Windows.Forms.Label();
     this.btnBTPrinter = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.mnuCancel);
     this.mainMenu1.MenuItems.Add(this.mnuConnect);
     //
     // mnuCancel
     //
     this.mnuCancel.Text   = "Cancel";
     this.mnuCancel.Click += new System.EventHandler(this.mnuCancel_Click);
     //
     // mnuConnect
     //
     this.mnuConnect.Text   = "Connect";
     this.mnuConnect.Click += new System.EventHandler(this.mnuConnect_Click);
     //
     // lblComPort
     //
     this.lblComPort.Location = new System.Drawing.Point(27, 11);
     this.lblComPort.Name     = "lblComPort";
     this.lblComPort.Size     = new System.Drawing.Size(74, 13);
     this.lblComPort.Text     = "COM Port:";
     //
     // cmbPortName
     //
     this.cmbPortName.Items.Add("COM0");
     this.cmbPortName.Items.Add("COM1");
     this.cmbPortName.Items.Add("COM2");
     this.cmbPortName.Items.Add("COM3");
     this.cmbPortName.Items.Add("COM4");
     this.cmbPortName.Location = new System.Drawing.Point(112, 3);
     this.cmbPortName.Name     = "cmbPortName";
     this.cmbPortName.Size     = new System.Drawing.Size(68, 22);
     this.cmbPortName.TabIndex = 18;
     //
     // cmbBaudRate
     //
     this.cmbBaudRate.Items.Add("1200");
     this.cmbBaudRate.Items.Add("2400");
     this.cmbBaudRate.Items.Add("4800");
     this.cmbBaudRate.Items.Add("");
     this.cmbBaudRate.Location = new System.Drawing.Point(112, 39);
     this.cmbBaudRate.Name     = "cmbBaudRate";
     this.cmbBaudRate.Size     = new System.Drawing.Size(68, 22);
     this.cmbBaudRate.TabIndex = 19;
     //
     // lblBaudRate
     //
     this.lblBaudRate.Location = new System.Drawing.Point(27, 47);
     this.lblBaudRate.Name     = "lblBaudRate";
     this.lblBaudRate.Size     = new System.Drawing.Size(79, 13);
     this.lblBaudRate.Text     = "Baud Rate:";
     //
     // cmbParity
     //
     this.cmbParity.Items.Add("None");
     this.cmbParity.Items.Add("1");
     this.cmbParity.Items.Add("2");
     this.cmbParity.Items.Add("3");
     this.cmbParity.Items.Add("4");
     this.cmbParity.Items.Add("5");
     this.cmbParity.Items.Add("6");
     this.cmbParity.Location = new System.Drawing.Point(112, 79);
     this.cmbParity.Name     = "cmbParity";
     this.cmbParity.Size     = new System.Drawing.Size(68, 22);
     this.cmbParity.TabIndex = 21;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(27, 79);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(54, 13);
     this.label1.Text     = "Parity:";
     //
     // lblStopBits
     //
     this.lblStopBits.Location = new System.Drawing.Point(27, 158);
     this.lblStopBits.Name     = "lblStopBits";
     this.lblStopBits.Size     = new System.Drawing.Size(70, 13);
     this.lblStopBits.Text     = "Stop Bits:";
     //
     // cmbStopBits
     //
     this.cmbStopBits.Items.Add("1");
     this.cmbStopBits.Items.Add("2");
     this.cmbStopBits.Items.Add("3");
     this.cmbStopBits.Location = new System.Drawing.Point(112, 155);
     this.cmbStopBits.Name     = "cmbStopBits";
     this.cmbStopBits.Size     = new System.Drawing.Size(69, 22);
     this.cmbStopBits.TabIndex = 26;
     //
     // lblDataBits
     //
     this.lblDataBits.Location = new System.Drawing.Point(27, 119);
     this.lblDataBits.Name     = "lblDataBits";
     this.lblDataBits.Size     = new System.Drawing.Size(71, 13);
     this.lblDataBits.Text     = "Data Bits:";
     //
     // cmbDataBits
     //
     this.cmbDataBits.Items.Add("5");
     this.cmbDataBits.Items.Add("6");
     this.cmbDataBits.Items.Add("7");
     this.cmbDataBits.Items.Add("8");
     this.cmbDataBits.Location = new System.Drawing.Point(112, 119);
     this.cmbDataBits.Name     = "cmbDataBits";
     this.cmbDataBits.Size     = new System.Drawing.Size(68, 22);
     this.cmbDataBits.TabIndex = 25;
     //
     // cmbHandshake
     //
     this.cmbHandshake.Items.Add("1");
     this.cmbHandshake.Items.Add("2");
     this.cmbHandshake.Items.Add("3");
     this.cmbHandshake.Location = new System.Drawing.Point(111, 192);
     this.cmbHandshake.Name     = "cmbHandshake";
     this.cmbHandshake.Size     = new System.Drawing.Size(69, 22);
     this.cmbHandshake.TabIndex = 26;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(26, 195);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(70, 13);
     this.label2.Text     = "Handshake:";
     //
     // btnBTPrinter
     //
     this.btnBTPrinter.Location = new System.Drawing.Point(27, 230);
     this.btnBTPrinter.Name     = "btnBTPrinter";
     this.btnBTPrinter.Size     = new System.Drawing.Size(181, 22);
     this.btnBTPrinter.TabIndex = 31;
     this.btnBTPrinter.Text     = "Bluetooth Printer";
     this.btnBTPrinter.Click   += new System.EventHandler(this.btnBTPrinter_Click);
     //
     // ConnectDlg
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(240, 268);
     this.ControlBox          = false;
     this.Controls.Add(this.btnBTPrinter);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.lblStopBits);
     this.Controls.Add(this.cmbHandshake);
     this.Controls.Add(this.cmbStopBits);
     this.Controls.Add(this.lblDataBits);
     this.Controls.Add(this.cmbDataBits);
     this.Controls.Add(this.lblComPort);
     this.Controls.Add(this.cmbPortName);
     this.Controls.Add(this.cmbBaudRate);
     this.Controls.Add(this.lblBaudRate);
     this.Controls.Add(this.cmbParity);
     this.Controls.Add(this.label1);
     this.Menu        = this.mainMenu1;
     this.MinimizeBox = false;
     this.Name        = "ConnectDlg";
     this.Text        = "ConnectDlg";
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Обязательный метод для поддержки конструктора - не изменяйте
 /// содержимое данного метода при помощи редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     this.mainMenu1        = new System.Windows.Forms.MainMenu();
     this.menuItem1        = new System.Windows.Forms.MenuItem();
     this.menuItem2        = new System.Windows.Forms.MenuItem();
     this.labelActive      = new System.Windows.Forms.Label();
     this.labelCurrentTemp = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.labelLastActive  = new System.Windows.Forms.Label();
     this.labelPower       = new System.Windows.Forms.Label();
     this.labelMinTemp     = new System.Windows.Forms.Label();
     this.labelMaxTemp     = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.menuItem1);
     this.mainMenu1.MenuItems.Add(this.menuItem2);
     //
     // menuItem1
     //
     this.menuItem1.Text   = "Отправить";
     this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menuItem2
     //
     this.menuItem2.Text   = "Настройки";
     this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
     //
     // labelActive
     //
     this.labelActive.Location = new System.Drawing.Point(6, 5);
     this.labelActive.Name     = "labelActive";
     this.labelActive.Size     = new System.Drawing.Size(207, 28);
     this.labelActive.Text     = "Датчик: не активен";
     //
     // labelCurrentTemp
     //
     this.labelCurrentTemp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.labelCurrentTemp.Font      = new System.Drawing.Font("Segoe Condensed", 36F, System.Drawing.FontStyle.Bold);
     this.labelCurrentTemp.Location  = new System.Drawing.Point(5, 186);
     this.labelCurrentTemp.Name      = "labelCurrentTemp";
     this.labelCurrentTemp.Size      = new System.Drawing.Size(231, 77);
     this.labelCurrentTemp.Text      = "--.- oC";
     this.labelCurrentTemp.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.Location  = new System.Drawing.Point(6, 162);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(230, 28);
     this.label3.Text      = "Текущая температура";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(6, 29);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(207, 28);
     this.label4.Text     = "Последняя активность:";
     //
     // labelLastActive
     //
     this.labelLastActive.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.labelLastActive.Location  = new System.Drawing.Point(6, 55);
     this.labelLastActive.Name      = "labelLastActive";
     this.labelLastActive.Size      = new System.Drawing.Size(230, 27);
     this.labelLastActive.Text      = "нет данных";
     this.labelLastActive.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // labelPower
     //
     this.labelPower.Location = new System.Drawing.Point(6, 85);
     this.labelPower.Name     = "labelPower";
     this.labelPower.Size     = new System.Drawing.Size(230, 25);
     this.labelPower.Text     = "Питание: аккумулятор";
     //
     // labelMinTemp
     //
     this.labelMinTemp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.labelMinTemp.Font      = new System.Drawing.Font("Segoe Condensed", 12F, System.Drawing.FontStyle.Bold);
     this.labelMinTemp.Location  = new System.Drawing.Point(6, 132);
     this.labelMinTemp.Name      = "labelMinTemp";
     this.labelMinTemp.Size      = new System.Drawing.Size(94, 30);
     this.labelMinTemp.Text      = "--.-- oC";
     this.labelMinTemp.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // labelMaxTemp
     //
     this.labelMaxTemp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.labelMaxTemp.Font      = new System.Drawing.Font("Segoe Condensed", 12F, System.Drawing.FontStyle.Bold);
     this.labelMaxTemp.Location  = new System.Drawing.Point(149, 132);
     this.labelMaxTemp.Name      = "labelMaxTemp";
     this.labelMaxTemp.Size      = new System.Drawing.Size(87, 30);
     this.labelMaxTemp.Text      = "--.-- oC";
     this.labelMaxTemp.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location  = new System.Drawing.Point(6, 110);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(94, 22);
     this.label2.Text      = "Мин.";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label5
     //
     this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label5.Location  = new System.Drawing.Point(142, 110);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(94, 22);
     this.label5.Text      = "Макс.";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(131F, 131F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(240, 266);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.labelMaxTemp);
     this.Controls.Add(this.labelMinTemp);
     this.Controls.Add(this.labelPower);
     this.Controls.Add(this.labelLastActive);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.labelCurrentTemp);
     this.Controls.Add(this.labelActive);
     this.Menu  = this.mainMenu1;
     this.Name  = "Form1";
     this.Text  = "GSM Датчик температуры";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Administration));
     this.mainMenu1      = new System.Windows.Forms.MainMenu();
     this.menuItem1      = new System.Windows.Forms.MenuItem();
     this.button1        = new System.Windows.Forms.Button();
     this.button2        = new System.Windows.Forms.Button();
     this.button3        = new System.Windows.Forms.Button();
     this.label1         = new System.Windows.Forms.Label();
     this.button4        = new System.Windows.Forms.Button();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.menuItem1);
     //
     // menuItem1
     //
     resources.ApplyResources(this.menuItem1, "menuItem1");
     this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name   = "button1";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     resources.ApplyResources(this.button2, "button2");
     this.button2.Name   = "button2";
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     resources.ApplyResources(this.button3, "button3");
     this.button3.Name   = "button3";
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name           = "label1";
     this.label1.ParentChanged += new System.EventHandler(this.label1_ParentChanged);
     //
     // button4
     //
     resources.ApplyResources(this.button4, "button4");
     this.button4.Name   = "button4";
     this.button4.Click += new System.EventHandler(this.button4_Click_1);
     //
     // Administration
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.button4);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Menu = this.mainMenu1;
     this.Name = "Administration";
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServiceSelection));
     this.mainMenu1    = new System.Windows.Forms.MainMenu();
     this.buttonTest   = new System.Windows.Forms.Button();
     this.labelUri     = new System.Windows.Forms.Label();
     this.buttonOk     = new System.Windows.Forms.Button();
     this.labelTest    = new System.Windows.Forms.Label();
     this.comboBoxUri  = new System.Windows.Forms.ComboBox();
     this.labelInfo    = new System.Windows.Forms.Label();
     this.labelStatus  = new System.Windows.Forms.Label();
     this.buttonCancel = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // buttonTest
     //
     resources.ApplyResources(this.buttonTest, "buttonTest");
     this.buttonTest.Name   = "buttonTest";
     this.buttonTest.Click += new System.EventHandler(this.buttonTest_Click);
     //
     // labelUri
     //
     resources.ApplyResources(this.labelUri, "labelUri");
     this.labelUri.Name = "labelUri";
     //
     // buttonOk
     //
     resources.ApplyResources(this.buttonOk, "buttonOk");
     this.buttonOk.Name   = "buttonOk";
     this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
     //
     // labelTest
     //
     resources.ApplyResources(this.labelTest, "labelTest");
     this.labelTest.Name = "labelTest";
     //
     // comboBoxUri
     //
     this.comboBoxUri.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.comboBoxUri.Items.Add(resources.GetString("comboBoxUri.Items"));
     this.comboBoxUri.Items.Add(resources.GetString("comboBoxUri.Items1"));
     resources.ApplyResources(this.comboBoxUri, "comboBoxUri");
     this.comboBoxUri.Name         = "comboBoxUri";
     this.comboBoxUri.TextChanged += new System.EventHandler(this.comboBoxUri_TextChanged);
     //
     // labelInfo
     //
     resources.ApplyResources(this.labelInfo, "labelInfo");
     this.labelInfo.Name = "labelInfo";
     //
     // labelStatus
     //
     resources.ApplyResources(this.labelStatus, "labelStatus");
     this.labelStatus.Name = "labelStatus";
     //
     // buttonCancel
     //
     resources.ApplyResources(this.buttonCancel, "buttonCancel");
     this.buttonCancel.Name   = "buttonCancel";
     this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
     //
     // ServiceSelection
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     resources.ApplyResources(this, "$this");
     this.ControlBox = false;
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.labelStatus);
     this.Controls.Add(this.labelInfo);
     this.Controls.Add(this.comboBoxUri);
     this.Controls.Add(this.labelTest);
     this.Controls.Add(this.buttonOk);
     this.Controls.Add(this.labelUri);
     this.Controls.Add(this.buttonTest);
     this.Name    = "ServiceSelection";
     this.TopMost = true;
     this.ResumeLayout(false);
 }
Exemplo n.º 52
0
 /// <summary>
 /// Обязательный метод для поддержки конструктора - не изменяйте
 /// содержимое данного метода при помощи редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     this.mainMenu1          = new System.Windows.Forms.MainMenu();
     this.Назад              = new System.Windows.Forms.Button();
     this.Далее              = new System.Windows.Forms.Button();
     this.Пользователь       = new System.Windows.Forms.Label();
     this.Инструкция         = new System.Windows.Forms.Label();
     this.ТекстДЯ            = new System.Windows.Forms.Label();
     this.Информация         = new System.Windows.Forms.Label();
     this.СписокПеремещения  = new System.Windows.Forms.ListView();
     this.ПанельСоСплиттером = new System.Windows.Forms.Panel();
     this.panel2             = new System.Windows.Forms.Panel();
     this.Сплиттер           = new System.Windows.Forms.Splitter();
     this.panel1             = new System.Windows.Forms.Panel();
     this.ПолеВвода          = new System.Windows.Forms.TextBox();
     this.ПанельСоСплиттером.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // Назад
     //
     this.Назад.Font     = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     this.Назад.Location = new System.Drawing.Point(1, 283);
     this.Назад.Name     = "Назад";
     this.Назад.Size     = new System.Drawing.Size(100, 22);
     this.Назад.TabIndex = 1;
     this.Назад.Text     = "&0. Назад";
     this.Назад.Click   += new System.EventHandler(this.ПриНажатииНаКнопку);
     //
     // Далее
     //
     this.Далее.Font     = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     this.Далее.Location = new System.Drawing.Point(138, 283);
     this.Далее.Name     = "Далее";
     this.Далее.Size     = new System.Drawing.Size(100, 22);
     this.Далее.TabIndex = 2;
     this.Далее.Text     = "&1. Далее";
     this.Далее.Click   += new System.EventHandler(this.ПриНажатииНаКнопку);
     //
     // Пользователь
     //
     this.Пользователь.BackColor = System.Drawing.SystemColors.Info;
     this.Пользователь.Font      = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular);
     this.Пользователь.Location  = new System.Drawing.Point(4, 307);
     this.Пользователь.Name      = "Пользователь";
     this.Пользователь.Size      = new System.Drawing.Size(229, 10);
     //
     // Инструкция
     //
     this.Инструкция.Font     = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular);
     this.Инструкция.Location = new System.Drawing.Point(3, 0);
     this.Инструкция.Name     = "Инструкция";
     this.Инструкция.Size     = new System.Drawing.Size(105, 10);
     this.Инструкция.Tag      = "Инструкция";
     //
     // ТекстДЯ
     //
     this.ТекстДЯ.Font     = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular);
     this.ТекстДЯ.Location = new System.Drawing.Point(120, 0);
     this.ТекстДЯ.Name     = "ТекстДЯ";
     this.ТекстДЯ.Size     = new System.Drawing.Size(120, 10);
     this.ТекстДЯ.Tag      = "Инструкция";
     //
     // Информация
     //
     this.Информация.BackColor = System.Drawing.SystemColors.Info;
     this.Информация.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.Информация.Location  = new System.Drawing.Point(0, 0);
     this.Информация.Name      = "Информация";
     this.Информация.Size      = new System.Drawing.Size(237, 53);
     this.Информация.Text      = "Товар";
     //
     // СписокПеремещения
     //
     this.СписокПеремещения.Activation            = System.Windows.Forms.ItemActivation.TwoClick;
     this.СписокПеремещения.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.СписокПеремещения.Font                  = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
     this.СписокПеремещения.FullRowSelect         = true;
     this.СписокПеремещения.Location              = new System.Drawing.Point(0, 0);
     this.СписокПеремещения.Name                  = "СписокПеремещения";
     this.СписокПеремещения.Size                  = new System.Drawing.Size(237, 208);
     this.СписокПеремещения.TabIndex              = 0;
     this.СписокПеремещения.Tag                   = "Таблица";
     this.СписокПеремещения.View                  = System.Windows.Forms.View.Details;
     this.СписокПеремещения.ItemActivate         += new System.EventHandler(this.СписокПеремещения_ItemActivate);
     this.СписокПеремещения.SelectedIndexChanged += new System.EventHandler(this.СписокПеремещения_SelectedIndexChanged);
     //
     // ПанельСоСплиттером
     //
     this.ПанельСоСплиттером.BackColor = System.Drawing.Color.PapayaWhip;
     this.ПанельСоСплиттером.Controls.Add(this.panel2);
     this.ПанельСоСплиттером.Controls.Add(this.Сплиттер);
     this.ПанельСоСплиттером.Controls.Add(this.panel1);
     this.ПанельСоСплиттером.Location = new System.Drawing.Point(0, 13);
     this.ПанельСоСплиттером.Name     = "ПанельСоСплиттером";
     this.ПанельСоСплиттером.Size     = new System.Drawing.Size(237, 264);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.Информация);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 211);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(237, 53);
     //
     // Сплиттер
     //
     this.Сплиттер.BackColor = System.Drawing.Color.Lime;
     this.Сплиттер.Dock      = System.Windows.Forms.DockStyle.Top;
     this.Сплиттер.Location  = new System.Drawing.Point(0, 208);
     this.Сплиттер.Name      = "Сплиттер";
     this.Сплиттер.Size      = new System.Drawing.Size(237, 3);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ПолеВвода);
     this.panel1.Controls.Add(this.СписокПеремещения);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(237, 208);
     //
     // ПолеВвода
     //
     this.ПолеВвода.BackColor  = System.Drawing.Color.LightYellow;
     this.ПолеВвода.Location   = new System.Drawing.Point(41, 34);
     this.ПолеВвода.Name       = "ПолеВвода";
     this.ПолеВвода.Size       = new System.Drawing.Size(67, 23);
     this.ПолеВвода.TabIndex   = 1;
     this.ПолеВвода.Visible    = false;
     this.ПолеВвода.WordWrap   = false;
     this.ПолеВвода.KeyPress  += new System.Windows.Forms.KeyPressEventHandler(this.ПолеВвода_KeyPress);
     this.ПолеВвода.LostFocus += new System.EventHandler(this.ПолеВвода_LostFocus);
     //
     // Окно_перемещения_списка
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.SystemColors.Info;
     this.ClientSize          = new System.Drawing.Size(240, 320);
     this.ControlBox          = false;
     this.Controls.Add(this.ПанельСоСплиттером);
     this.Controls.Add(this.ТекстДЯ);
     this.Controls.Add(this.Инструкция);
     this.Controls.Add(this.Пользователь);
     this.Controls.Add(this.Далее);
     this.Controls.Add(this.Назад);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.KeyPreview      = true;
     this.MinimizeBox     = false;
     this.Name            = "Окно_перемещения_списка";
     this.Text            = "Выбор";
     this.TopMost         = true;
     this.Load           += new System.EventHandler(this.Окно_выбора_из_списка_Load);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.Окно_выбора_из_списка_KeyDown);
     this.ПанельСоСплиттером.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 53
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mainMenu1    = new System.Windows.Forms.MainMenu();
     this.menuItem1    = new System.Windows.Forms.MenuItem();
     this.menuItem2    = new System.Windows.Forms.MenuItem();
     this.menuItem3    = new System.Windows.Forms.MenuItem();
     this.menuItem4    = new System.Windows.Forms.MenuItem();
     this.menuItem5    = new System.Windows.Forms.MenuItem();
     this.menuItem6    = new System.Windows.Forms.MenuItem();
     this.menuItem7    = new System.Windows.Forms.MenuItem();
     this.menuItem8    = new System.Windows.Forms.MenuItem();
     this.menuItem9    = new System.Windows.Forms.MenuItem();
     this.lstInfo      = new System.Windows.Forms.ListBox();
     this.btnStartStop = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.menuItem1);
     //
     // menuItem1
     //
     this.menuItem1.MenuItems.Add(this.menuItem2);
     this.menuItem1.MenuItems.Add(this.menuItem3);
     this.menuItem1.MenuItems.Add(this.menuItem4);
     this.menuItem1.MenuItems.Add(this.menuItem5);
     this.menuItem1.MenuItems.Add(this.menuItem6);
     this.menuItem1.MenuItems.Add(this.menuItem7);
     this.menuItem1.MenuItems.Add(this.menuItem8);
     this.menuItem1.MenuItems.Add(this.menuItem9);
     this.menuItem1.Text = "Tools";
     //
     // menuItem2
     //
     this.menuItem2.Text   = "Power Info";
     this.menuItem2.Click += new System.EventHandler(this.ShowPowerInfo);
     //
     // menuItem3
     //
     this.menuItem3.Text   = "Power Drain";
     this.menuItem3.Click += new System.EventHandler(this.ShowPowerDrain);
     //
     // menuItem4
     //
     this.menuItem4.Text   = "Reg Info";
     this.menuItem4.Click += new System.EventHandler(this.ShowRegInfo);
     //
     // menuItem5
     //
     this.menuItem5.Text   = "Battery Info";
     this.menuItem5.Click += new System.EventHandler(this.ShowBatteryInfo);
     //
     // menuItem6
     //
     this.menuItem6.Text   = "Timer Info";
     this.menuItem6.Click += new System.EventHandler(this.ShowTimerInfo);
     //
     // menuItem7
     //
     this.menuItem7.Text = "-";
     //
     // menuItem8
     //
     this.menuItem8.Text   = "Selector";
     this.menuItem8.Click += new System.EventHandler(this.ShowSelector);
     //
     // menuItem9
     //
     this.menuItem9.Text   = "Exit";
     this.menuItem9.Click += new System.EventHandler(this.Exit);
     //
     // lstInfo
     //
     this.lstInfo.Location = new System.Drawing.Point(0, 0);
     this.lstInfo.Name     = "lstInfo";
     this.lstInfo.Size     = new System.Drawing.Size(240, 156);
     this.lstInfo.TabIndex = 0;
     //
     // btnStartStop
     //
     this.btnStartStop.Location = new System.Drawing.Point(87, 187);
     this.btnStartStop.Name     = "btnStartStop";
     this.btnStartStop.Size     = new System.Drawing.Size(60, 31);
     this.btnStartStop.TabIndex = 1;
     this.btnStartStop.Text     = "Start";
     this.btnStartStop.Click   += new System.EventHandler(this.btnStartStop_Click);
     //
     // frmPowerTrans
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(240, 268);
     this.Controls.Add(this.btnStartStop);
     this.Controls.Add(this.lstInfo);
     this.Menu = this.mainMenu1;
     this.Name = "frmPowerTrans";
     this.Text = "PowerTrans";
     this.ResumeLayout(false);
 }
Exemplo n.º 54
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mainMenu1   = new System.Windows.Forms.MainMenu();
     this.edtServer   = new System.Windows.Forms.TextBox();
     this.label1      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.edtPort     = new System.Windows.Forms.TextBox();
     this.label3      = new System.Windows.Forms.Label();
     this.edtTimeOut  = new System.Windows.Forms.TextBox();
     this.label4      = new System.Windows.Forms.Label();
     this.edtLocation = new System.Windows.Forms.TextBox();
     this.btnSave     = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // edtServer
     //
     this.edtServer.Location = new System.Drawing.Point(13, 35);
     this.edtServer.Name     = "edtServer";
     this.edtServer.Size     = new System.Drawing.Size(208, 23);
     this.edtServer.TabIndex = 0;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(13, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(157, 20);
     this.label1.Text     = "Сервер:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(13, 72);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(157, 20);
     this.label2.Text     = "Порт:";
     //
     // edtPort
     //
     this.edtPort.Location = new System.Drawing.Point(13, 95);
     this.edtPort.Name     = "edtPort";
     this.edtPort.Size     = new System.Drawing.Size(208, 23);
     this.edtPort.TabIndex = 3;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(13, 135);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(157, 20);
     this.label3.Text     = "Таймаут:";
     //
     // edtTimeOut
     //
     this.edtTimeOut.Location = new System.Drawing.Point(13, 158);
     this.edtTimeOut.Name     = "edtTimeOut";
     this.edtTimeOut.Size     = new System.Drawing.Size(208, 23);
     this.edtTimeOut.TabIndex = 6;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(13, 198);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(157, 20);
     this.label4.Text     = "Склад:";
     //
     // edtLocation
     //
     this.edtLocation.Location = new System.Drawing.Point(13, 221);
     this.edtLocation.Name     = "edtLocation";
     this.edtLocation.Size     = new System.Drawing.Size(208, 23);
     this.edtLocation.TabIndex = 9;
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(67, 260);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(88, 20);
     this.btnSave.TabIndex = 11;
     this.btnSave.Text     = "Сохранить";
     this.btnSave.Click   += new System.EventHandler(this.btnSave_Click);
     //
     // FormOptions
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(638, 455);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.edtLocation);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.edtTimeOut);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.edtPort);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.edtServer);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "FormOptions";
     this.Text        = "Настройки";
     this.TopMost     = true;
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmOptions_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 55
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Stopwatch));
     this.label1                  = new System.Windows.Forms.Label();
     this.listTimers              = new System.Windows.Forms.ListBox();
     this.btnStart                = new System.Windows.Forms.Button();
     this.btnStop                 = new System.Windows.Forms.Button();
     this.btnLap                  = new System.Windows.Forms.Button();
     this.cboPeriod               = new System.Windows.Forms.ComboBox();
     this.dtFromFilter            = new System.Windows.Forms.DateTimePicker();
     this.dtToPicker              = new System.Windows.Forms.DateTimePicker();
     this.lblTo                   = new System.Windows.Forms.Label();
     this.lblFrom                 = new System.Windows.Forms.Label();
     this.label3                  = new System.Windows.Forms.Label();
     this.btnDeleteTimer          = new System.Windows.Forms.Button();
     this.Formtimer               = new System.Windows.Forms.Timer(this.components);
     this.lblMessage              = new System.Windows.Forms.Label();
     this.btnAddLap               = new System.Windows.Forms.Button();
     this.mainMenu1               = new System.Windows.Forms.MainMenu(this.components);
     this.menuItem1               = new System.Windows.Forms.MenuItem();
     this.mnuNewTimer             = new System.Windows.Forms.MenuItem();
     this.mnuEditTimes            = new System.Windows.Forms.MenuItem();
     this.mnuExportPeriodByDay    = new System.Windows.Forms.MenuItem();
     this.mnuDeleteTimer          = new System.Windows.Forms.MenuItem();
     this.mnuOpenContainingFolder = new System.Windows.Forms.MenuItem();
     this.cboTasks                = new System.Windows.Forms.ComboBox();
     this.label2                  = new System.Windows.Forms.Label();
     this.mnuExport               = new System.Windows.Forms.MenuItem();
     this.mnuExportSalesForce     = new System.Windows.Forms.MenuItem();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(12, 21);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(110, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Stopwatch";
     //
     // listTimers
     //
     this.listTimers.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.listTimers.Location              = new System.Drawing.Point(16, 112);
     this.listTimers.Name                  = "listTimers";
     this.listTimers.Size                  = new System.Drawing.Size(409, 160);
     this.listTimers.TabIndex              = 1;
     this.listTimers.SelectedIndexChanged += new System.EventHandler(this.listTimers_SelectedIndexChanged);
     this.listTimers.DoubleClick          += new System.EventHandler(this.listTimers_DoubleClick);
     //
     // btnStart
     //
     this.btnStart.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnStart.Enabled  = false;
     this.btnStart.Location = new System.Drawing.Point(16, 338);
     this.btnStart.Name     = "btnStart";
     this.btnStart.Size     = new System.Drawing.Size(64, 42);
     this.btnStart.TabIndex = 3;
     this.btnStart.Text     = "Start";
     this.btnStart.Visible  = false;
     this.btnStart.Click   += new System.EventHandler(this.Start);
     //
     // btnStop
     //
     this.btnStop.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnStop.Enabled  = false;
     this.btnStop.Location = new System.Drawing.Point(155, 338);
     this.btnStop.Name     = "btnStop";
     this.btnStop.Size     = new System.Drawing.Size(64, 42);
     this.btnStop.TabIndex = 4;
     this.btnStop.Text     = "Stop";
     this.btnStop.Visible  = false;
     this.btnStop.Click   += new System.EventHandler(this.Stop);
     //
     // btnLap
     //
     this.btnLap.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnLap.Enabled  = false;
     this.btnLap.Location = new System.Drawing.Point(85, 338);
     this.btnLap.Name     = "btnLap";
     this.btnLap.Size     = new System.Drawing.Size(64, 42);
     this.btnLap.TabIndex = 5;
     this.btnLap.Text     = "New Lap";
     this.btnLap.Visible  = false;
     this.btnLap.Click   += new System.EventHandler(this.Lap);
     //
     // cboPeriod
     //
     this.cboPeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboPeriod.Items.AddRange(new object[] {
         "Total",
         "Last Lap",
         "Today",
         "This Week",
         "Workweek Average",
         "This Month",
         "Monthly Average",
         "Yesterday",
         "Last Week",
         "Last Month",
         "Daily",
         "Custom"
     });
     this.cboPeriod.Location              = new System.Drawing.Point(16, 81);
     this.cboPeriod.MaxDropDownItems      = 15;
     this.cboPeriod.Name                  = "cboPeriod";
     this.cboPeriod.Size                  = new System.Drawing.Size(160, 21);
     this.cboPeriod.TabIndex              = 6;
     this.cboPeriod.SelectedIndexChanged += new System.EventHandler(this.cboPeriod_SelectedIndexChanged);
     //
     // dtFromFilter
     //
     this.dtFromFilter.CustomFormat = "dd MMM yyyy   HH:mm";
     this.dtFromFilter.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtFromFilter.Location     = new System.Drawing.Point(249, 57);
     this.dtFromFilter.Name         = "dtFromFilter";
     this.dtFromFilter.Size         = new System.Drawing.Size(175, 21);
     this.dtFromFilter.TabIndex     = 7;
     this.dtFromFilter.Value        = new System.DateTime(2007, 8, 22, 0, 0, 0, 0);
     this.dtFromFilter.Visible      = false;
     //
     // dtToPicker
     //
     this.dtToPicker.CustomFormat = "dd MMM yyyy   HH:mm";
     this.dtToPicker.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtToPicker.Location     = new System.Drawing.Point(249, 81);
     this.dtToPicker.Name         = "dtToPicker";
     this.dtToPicker.Size         = new System.Drawing.Size(175, 21);
     this.dtToPicker.TabIndex     = 8;
     this.dtToPicker.Value        = new System.DateTime(2007, 8, 22, 0, 0, 0, 0);
     this.dtToPicker.Visible      = false;
     //
     // lblTo
     //
     this.lblTo.AutoSize = true;
     this.lblTo.Location = new System.Drawing.Point(206, 84);
     this.lblTo.Name     = "lblTo";
     this.lblTo.Size     = new System.Drawing.Size(21, 13);
     this.lblTo.TabIndex = 9;
     this.lblTo.Text     = "To";
     this.lblTo.Visible  = false;
     //
     // lblFrom
     //
     this.lblFrom.AutoSize = true;
     this.lblFrom.Location = new System.Drawing.Point(206, 65);
     this.lblFrom.Name     = "lblFrom";
     this.lblFrom.Size     = new System.Drawing.Size(36, 13);
     this.lblFrom.TabIndex = 10;
     this.lblFrom.Text     = "From";
     this.lblFrom.Visible  = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(13, 63);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(86, 13);
     this.label3.TabIndex = 11;
     this.label3.Text     = "Show Timers:";
     //
     // btnDeleteTimer
     //
     this.btnDeleteTimer.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDeleteTimer.Enabled  = false;
     this.btnDeleteTimer.Location = new System.Drawing.Point(361, 338);
     this.btnDeleteTimer.Name     = "btnDeleteTimer";
     this.btnDeleteTimer.Size     = new System.Drawing.Size(64, 42);
     this.btnDeleteTimer.TabIndex = 13;
     this.btnDeleteTimer.Text     = "Delete Timer";
     this.btnDeleteTimer.Click   += new System.EventHandler(this.DeleteTimer);
     //
     // Formtimer
     //
     this.Formtimer.Enabled  = true;
     this.Formtimer.Interval = 1000;
     this.Formtimer.Tick    += new System.EventHandler(this.Formtimer_Tick);
     //
     // lblMessage
     //
     this.lblMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.lblMessage.ForeColor = System.Drawing.Color.Red;
     this.lblMessage.Location  = new System.Drawing.Point(13, 394);
     this.lblMessage.Name      = "lblMessage";
     this.lblMessage.Size      = new System.Drawing.Size(412, 17);
     this.lblMessage.TabIndex  = 16;
     this.lblMessage.Text      = "Format String:";
     this.lblMessage.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.lblMessage.Visible   = false;
     //
     // btnAddLap
     //
     this.btnAddLap.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAddLap.Enabled  = false;
     this.btnAddLap.Location = new System.Drawing.Point(291, 338);
     this.btnAddLap.Name     = "btnAddLap";
     this.btnAddLap.Size     = new System.Drawing.Size(64, 42);
     this.btnAddLap.TabIndex = 17;
     this.btnAddLap.Text     = "Add Lap";
     this.btnAddLap.Visible  = false;
     this.btnAddLap.Click   += new System.EventHandler(this.btnAddLap_Click);
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem1,
         this.mnuExport
     });
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuNewTimer,
         this.mnuEditTimes,
         this.mnuDeleteTimer,
         this.mnuOpenContainingFolder
     });
     this.menuItem1.Text = "File";
     //
     // mnuNewTimer
     //
     this.mnuNewTimer.Index  = 0;
     this.mnuNewTimer.Text   = "New Timer";
     this.mnuNewTimer.Click += new System.EventHandler(this.mnuNewTimer_Click);
     //
     // mnuEditTimes
     //
     this.mnuEditTimes.Index  = 1;
     this.mnuEditTimes.Text   = "Edit Times";
     this.mnuEditTimes.Click += new System.EventHandler(this.mnuEditTimes_Click);
     //
     // mnuExportPeriodByDay
     //
     this.mnuExportPeriodByDay.Index  = 1;
     this.mnuExportPeriodByDay.Text   = "Export Period By Day";
     this.mnuExportPeriodByDay.Click += new System.EventHandler(this.mnuExportPeriodByDay_Click);
     //
     // mnuDeleteTimer
     //
     this.mnuDeleteTimer.Index  = 2;
     this.mnuDeleteTimer.Text   = "Delete Timer";
     this.mnuDeleteTimer.Click += new System.EventHandler(this.DeleteTimer);
     //
     // mnuOpenContainingFolder
     //
     this.mnuOpenContainingFolder.Index  = 3;
     this.mnuOpenContainingFolder.Text   = "Open Containing Folder";
     this.mnuOpenContainingFolder.Click += new System.EventHandler(this.mnuOpenContainingFolder_Click);
     //
     // cboTasks
     //
     this.cboTasks.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cboTasks.FormattingEnabled = true;
     this.cboTasks.Location          = new System.Drawing.Point(160, 294);
     this.cboTasks.Name     = "cboTasks";
     this.cboTasks.Size     = new System.Drawing.Size(265, 21);
     this.cboTasks.TabIndex = 19;
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(21, 297);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(133, 13);
     this.label2.TabIndex = 20;
     this.label2.Text     = "Currently working on:";
     //
     // mnuExport
     //
     this.mnuExport.Index = 1;
     this.mnuExport.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuExportSalesForce,
         this.mnuExportPeriodByDay
     });
     this.mnuExport.Text = "Export";
     //
     // mnuExportSalesForce
     //
     this.mnuExportSalesForce.Index  = 0;
     this.mnuExportSalesForce.Text   = "Sales Force";
     this.mnuExportSalesForce.Click += new System.EventHandler(this.mnuExportSalesForce_Click);
     //
     // Stopwatch
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(444, 420);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.cboTasks);
     this.Controls.Add(this.btnAddLap);
     this.Controls.Add(this.lblMessage);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.lblFrom);
     this.Controls.Add(this.lblTo);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnDeleteTimer);
     this.Controls.Add(this.dtToPicker);
     this.Controls.Add(this.dtFromFilter);
     this.Controls.Add(this.cboPeriod);
     this.Controls.Add(this.btnLap);
     this.Controls.Add(this.btnStop);
     this.Controls.Add(this.btnStart);
     this.Controls.Add(this.listTimers);
     this.Font        = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu        = this.mainMenu1;
     this.MinimumSize = new System.Drawing.Size(452, 335);
     this.Name        = "Stopwatch";
     this.Text        = "Stopwatch";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 56
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.mMain       = new System.Windows.Forms.MainMenu();
     this.miMain      = new System.Windows.Forms.MenuItem();
     this.miSetting   = new System.Windows.Forms.MenuItem();
     this.biK3Setting = new System.Windows.Forms.MenuItem();
     this.label1      = new System.Windows.Forms.Label();
     this.btnLogin    = new System.Windows.Forms.Button();
     this.txtPwd      = new System.Windows.Forms.TextBox();
     this.txtName     = new System.Windows.Forms.TextBox();
     this.label3      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // mMain
     //
     this.mMain.MenuItems.Add(this.miMain);
     //
     // miMain
     //
     this.miMain.MenuItems.Add(this.miSetting);
     this.miMain.MenuItems.Add(this.biK3Setting);
     this.miMain.Text = "系统";
     //
     // miSetting
     //
     this.miSetting.Text   = "HX连接配置";
     this.miSetting.Click += new System.EventHandler(this.miSetting_Click);
     //
     // biK3Setting
     //
     this.biK3Setting.Checked = true;
     this.biK3Setting.Text    = "K3连接配置";
     this.biK3Setting.Click  += new System.EventHandler(this.biK3Setting_Click);
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
     this.label1.Location  = new System.Drawing.Point(39, 46);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(232, 26);
     this.label1.Text      = "华翔MES管理PDA端";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // btnLogin
     //
     this.btnLogin.BackColor = System.Drawing.SystemColors.Desktop;
     this.btnLogin.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.btnLogin.ForeColor = System.Drawing.Color.White;
     this.btnLogin.Location  = new System.Drawing.Point(181, 226);
     this.btnLogin.Name      = "btnLogin";
     this.btnLogin.Size      = new System.Drawing.Size(109, 25);
     this.btnLogin.TabIndex  = 6;
     this.btnLogin.Text      = "登录";
     this.btnLogin.Click    += new System.EventHandler(this.btnLogin_Click_1);
     //
     // txtPwd
     //
     this.txtPwd.Font         = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular);
     this.txtPwd.Location     = new System.Drawing.Point(118, 175);
     this.txtPwd.Name         = "txtPwd";
     this.txtPwd.PasswordChar = '*';
     this.txtPwd.Size         = new System.Drawing.Size(157, 26);
     this.txtPwd.TabIndex     = 10;
     this.txtPwd.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txtPwd_KeyDown);
     //
     // txtName
     //
     this.txtName.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular);
     this.txtName.Location = new System.Drawing.Point(118, 129);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(157, 26);
     this.txtName.TabIndex = 9;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.SystemColors.Desktop;
     this.label3.Font      = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(39, 178);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(73, 20);
     this.label3.Text      = "密   码";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.SystemColors.Desktop;
     this.label2.Font      = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(39, 132);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(73, 20);
     this.label2.Text      = "用户名";
     //
     // frmLogin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(318, 269);
     this.Controls.Add(this.txtPwd);
     this.Controls.Add(this.txtName);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.btnLogin);
     this.Controls.Add(this.label1);
     this.Menu  = this.mMain;
     this.Name  = "frmLogin";
     this.Text  = "登录界面";
     this.Load += new System.EventHandler(this.frmLogin_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 57
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPedidosArea));
     this.mainMenu1            = new System.Windows.Forms.MainMenu();
     this.panel1               = new System.Windows.Forms.Panel();
     this.pedidosBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dgPedidos            = new System.Windows.Forms.DataGrid();
     this.dataGridTableStyle1  = new System.Windows.Forms.DataGridTableStyle();
     this.dgtCve_clpv          = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dgtCliente           = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dgtPedido            = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dgtFecha             = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dgtEstatus           = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dgtServicio          = new System.Windows.Forms.DataGridTextBoxColumn();
     this.label1               = new System.Windows.Forms.Label();
     this.panel2               = new System.Windows.Forms.Panel();
     this.pbAsignar            = new System.Windows.Forms.PictureBox();
     this.pbSalir              = new System.Windows.Forms.PictureBox();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pedidosBindingSource)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.dgPedidos);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(238, 235);
     //
     // pedidosBindingSource
     //
     this.pedidosBindingSource.AllowNew   = false;
     this.pedidosBindingSource.DataSource = typeof(SWYRA_Movil.Pedidos);
     //
     // dgPedidos
     //
     this.dgPedidos.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.dgPedidos.DataSource      = this.pedidosBindingSource;
     this.dgPedidos.Font            = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Regular);
     this.dgPedidos.Location        = new System.Drawing.Point(8, 23);
     this.dgPedidos.Name            = "dgPedidos";
     this.dgPedidos.Size            = new System.Drawing.Size(223, 206);
     this.dgPedidos.TabIndex        = 15;
     this.dgPedidos.TableStyles.Add(this.dataGridTableStyle1);
     this.dgPedidos.CurrentCellChanged += new System.EventHandler(this.dgPedidos_CurrentCellChanged);
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.GridColumnStyles.Add(this.dgtCve_clpv);
     this.dataGridTableStyle1.GridColumnStyles.Add(this.dgtCliente);
     this.dataGridTableStyle1.GridColumnStyles.Add(this.dgtPedido);
     this.dataGridTableStyle1.GridColumnStyles.Add(this.dgtFecha);
     this.dataGridTableStyle1.GridColumnStyles.Add(this.dgtEstatus);
     this.dataGridTableStyle1.GridColumnStyles.Add(this.dgtServicio);
     this.dataGridTableStyle1.MappingName = "Pedidos";
     //
     // dgtCve_clpv
     //
     this.dgtCve_clpv.Format      = "";
     this.dgtCve_clpv.FormatInfo  = null;
     this.dgtCve_clpv.HeaderText  = "# Clte.";
     this.dgtCve_clpv.MappingName = "cve_clpv";
     //
     // dgtCliente
     //
     this.dgtCliente.Format      = "";
     this.dgtCliente.FormatInfo  = null;
     this.dgtCliente.HeaderText  = "Cliente";
     this.dgtCliente.MappingName = "cliente";
     this.dgtCliente.Width       = 150;
     //
     // dgtPedido
     //
     this.dgtPedido.Format      = "";
     this.dgtPedido.FormatInfo  = null;
     this.dgtPedido.HeaderText  = "Pedido";
     this.dgtPedido.MappingName = "cve_doc";
     this.dgtPedido.Width       = 60;
     //
     // dgtFecha
     //
     this.dgtFecha.Format      = "dd-MMM-yyyy";
     this.dgtFecha.FormatInfo  = null;
     this.dgtFecha.HeaderText  = "Fecha";
     this.dgtFecha.MappingName = "fecha_doc";
     this.dgtFecha.Width       = 60;
     //
     // dgtEstatus
     //
     this.dgtEstatus.Format      = "";
     this.dgtEstatus.FormatInfo  = null;
     this.dgtEstatus.HeaderText  = "Estatus";
     this.dgtEstatus.MappingName = "estatuspedido";
     //
     // dgtServicio
     //
     this.dgtServicio.Format      = "";
     this.dgtServicio.FormatInfo  = null;
     this.dgtServicio.HeaderText  = "Servicio";
     this.dgtServicio.MappingName = "tiposervicio";
     this.dgtServicio.Width       = 100;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.label1.Location  = new System.Drawing.Point(5, 4);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(228, 20);
     this.label1.Text      = "Selecciona Pedido";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.Window;
     this.panel2.Controls.Add(this.pbAsignar);
     this.panel2.Controls.Add(this.pbSalir);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 235);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(238, 40);
     //
     // pbAsignar
     //
     this.pbAsignar.Image    = ((System.Drawing.Image)(resources.GetObject("pbAsignar.Image")));
     this.pbAsignar.Location = new System.Drawing.Point(198, 3);
     this.pbAsignar.Name     = "pbAsignar";
     this.pbAsignar.Size     = new System.Drawing.Size(35, 35);
     this.pbAsignar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pbAsignar.Click   += new System.EventHandler(this.pbAsignar_Click);
     //
     // pbSalir
     //
     this.pbSalir.Image    = ((System.Drawing.Image)(resources.GetObject("pbSalir.Image")));
     this.pbSalir.Location = new System.Drawing.Point(5, 3);
     this.pbSalir.Name     = "pbSalir";
     this.pbSalir.Size     = new System.Drawing.Size(35, 35);
     this.pbSalir.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pbSalir.Click   += new System.EventHandler(this.pbSalir_Click);
     //
     // FrmPedidosArea
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(238, 275);
     this.ControlBox          = false;
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu  = this.mainMenu1;
     this.Name  = "FrmPedidosArea";
     this.Text  = "SWRYA";
     this.Load += new System.EventHandler(this.FrmPedidosArea_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pedidosBindingSource)).EndInit();
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 58
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.MainMenu mainMenu2;
     this.mnuGRNBack      = new System.Windows.Forms.MenuItem();
     this.mnuItemOpt      = new System.Windows.Forms.MenuItem();
     this.MnuNewGRN       = new System.Windows.Forms.MenuItem();
     this.menuItem1       = new System.Windows.Forms.MenuItem();
     this.mainMenu1       = new System.Windows.Forms.MainMenu();
     this.mnuItmMain      = new System.Windows.Forms.MenuItem();
     this.menuItem2       = new System.Windows.Forms.MenuItem();
     this.menuNewScan     = new System.Windows.Forms.MenuItem();
     this.mnuItmRegtoNav  = new System.Windows.Forms.MenuItem();
     this.Main            = new System.Windows.Forms.TabPage();
     this.label2          = new System.Windows.Forms.Label();
     this.lblCount        = new System.Windows.Forms.Label();
     this.dgTOLine        = new System.Windows.Forms.DataGrid();
     this.txtTOScan       = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this.gdScanned       = new System.Windows.Forms.DataGrid();
     this.Scan            = new System.Windows.Forms.TabPage();
     this.tbMain          = new System.Windows.Forms.TabControl();
     this.tabPage1        = new System.Windows.Forms.TabPage();
     this.label3          = new System.Windows.Forms.Label();
     this.lblReqLineCount = new System.Windows.Forms.Label();
     this.label8          = new System.Windows.Forms.Label();
     this.txtTRLines      = new System.Windows.Forms.TextBox();
     this.dgTrReqLines    = new System.Windows.Forms.DataGrid();
     mainMenu2            = new System.Windows.Forms.MainMenu();
     this.Main.SuspendLayout();
     this.Scan.SuspendLayout();
     this.tbMain.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenu2
     //
     mainMenu2.MenuItems.Add(this.mnuGRNBack);
     mainMenu2.MenuItems.Add(this.mnuItemOpt);
     //
     // mnuGRNBack
     //
     this.mnuGRNBack.Text = "Main";
     //
     // mnuItemOpt
     //
     this.mnuItemOpt.MenuItems.Add(this.MnuNewGRN);
     this.mnuItemOpt.MenuItems.Add(this.menuItem1);
     this.mnuItemOpt.Text = "Options";
     //
     // MnuNewGRN
     //
     this.MnuNewGRN.Text = "New";
     //
     // menuItem1
     //
     this.menuItem1.Text = "Register to NAV";
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.mnuItmMain);
     this.mainMenu1.MenuItems.Add(this.menuItem2);
     //
     // mnuItmMain
     //
     this.mnuItmMain.Text   = "Main";
     this.mnuItmMain.Click += new System.EventHandler(this.mnuItmMain_Click);
     //
     // menuItem2
     //
     this.menuItem2.MenuItems.Add(this.menuNewScan);
     this.menuItem2.MenuItems.Add(this.mnuItmRegtoNav);
     this.menuItem2.Text = "Options";
     //
     // menuNewScan
     //
     this.menuNewScan.Text   = "New Scan";
     this.menuNewScan.Click += new System.EventHandler(this.menuNewScan_Click);
     //
     // mnuItmRegtoNav
     //
     this.mnuItmRegtoNav.Text   = "Register to Nav";
     this.mnuItmRegtoNav.Click += new System.EventHandler(this.mnuItmRegtoNav_Click);
     //
     // Main
     //
     this.Main.Controls.Add(this.label2);
     this.Main.Controls.Add(this.lblCount);
     this.Main.Controls.Add(this.dgTOLine);
     this.Main.Controls.Add(this.txtTOScan);
     this.Main.Controls.Add(this.label1);
     this.Main.Location = new System.Drawing.Point(0, 0);
     this.Main.Name     = "Main";
     this.Main.Size     = new System.Drawing.Size(240, 263);
     this.Main.Text     = "Main";
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular);
     this.label2.Location = new System.Drawing.Point(128, 28);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(57, 11);
     this.label2.Text     = "Line Count : ";
     //
     // lblCount
     //
     this.lblCount.Font     = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular);
     this.lblCount.Location = new System.Drawing.Point(185, 28);
     this.lblCount.Name     = "lblCount";
     this.lblCount.Size     = new System.Drawing.Size(48, 10);
     this.lblCount.Text     = "( - )";
     //
     // dgTOLine
     //
     this.dgTOLine.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.dgTOLine.Dock            = System.Windows.Forms.DockStyle.Bottom;
     this.dgTOLine.Font            = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular);
     this.dgTOLine.Location        = new System.Drawing.Point(0, 39);
     this.dgTOLine.Name            = "dgTOLine";
     this.dgTOLine.Size            = new System.Drawing.Size(240, 224);
     this.dgTOLine.TabIndex        = 24;
     //
     // txtTOScan
     //
     this.txtTOScan.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
     this.txtTOScan.Location = new System.Drawing.Point(64, 4);
     this.txtTOScan.Name     = "txtTOScan";
     this.txtTOScan.Size     = new System.Drawing.Size(170, 20);
     this.txtTOScan.TabIndex = 21;
     this.txtTOScan.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtTOScan_KeyDown);
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
     this.label1.Location = new System.Drawing.Point(3, 5);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(67, 20);
     this.label1.Text     = "SO No.";
     //
     // gdScanned
     //
     this.gdScanned.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.gdScanned.Location        = new System.Drawing.Point(0, 0);
     this.gdScanned.Name            = "gdScanned";
     this.gdScanned.Size            = new System.Drawing.Size(240, 271);
     this.gdScanned.TabIndex        = 0;
     //
     // Scan
     //
     this.Scan.Controls.Add(this.gdScanned);
     this.Scan.Location = new System.Drawing.Point(0, 0);
     this.Scan.Name     = "Scan";
     this.Scan.Size     = new System.Drawing.Size(232, 260);
     this.Scan.Text     = "Scanned";
     //
     // tbMain
     //
     this.tbMain.Controls.Add(this.Main);
     this.tbMain.Controls.Add(this.tabPage1);
     this.tbMain.Controls.Add(this.Scan);
     this.tbMain.Location      = new System.Drawing.Point(0, 0);
     this.tbMain.Name          = "tbMain";
     this.tbMain.SelectedIndex = 0;
     this.tbMain.Size          = new System.Drawing.Size(240, 286);
     this.tbMain.TabIndex      = 1;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Controls.Add(this.lblReqLineCount);
     this.tabPage1.Controls.Add(this.label8);
     this.tabPage1.Controls.Add(this.txtTRLines);
     this.tabPage1.Controls.Add(this.dgTrReqLines);
     this.tabPage1.Location = new System.Drawing.Point(0, 0);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(232, 260);
     this.tabPage1.Text     = "SO Tracking Lines";
     this.tabPage1.Click   += new System.EventHandler(this.tabPage1_Click);
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular);
     this.label3.Location = new System.Drawing.Point(128, 24);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(57, 11);
     this.label3.Text     = "Line Count : ";
     //
     // lblReqLineCount
     //
     this.lblReqLineCount.Font     = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular);
     this.lblReqLineCount.Location = new System.Drawing.Point(185, 24);
     this.lblReqLineCount.Name     = "lblReqLineCount";
     this.lblReqLineCount.Size     = new System.Drawing.Size(48, 10);
     this.lblReqLineCount.Text     = "( - )";
     //
     // label8
     //
     this.label8.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
     this.label8.Location = new System.Drawing.Point(4, 2);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(62, 20);
     this.label8.Text     = "Scan No.";
     //
     // txtTRLines
     //
     this.txtTRLines.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
     this.txtTRLines.Location = new System.Drawing.Point(72, 2);
     this.txtTRLines.Name     = "txtTRLines";
     this.txtTRLines.Size     = new System.Drawing.Size(165, 20);
     this.txtTRLines.TabIndex = 38;
     this.txtTRLines.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtTRLines_KeyDown);
     //
     // dgTrReqLines
     //
     this.dgTrReqLines.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.dgTrReqLines.Location        = new System.Drawing.Point(0, 37);
     this.dgTrReqLines.Name            = "dgTrReqLines";
     this.dgTrReqLines.Size            = new System.Drawing.Size(240, 234);
     this.dgTrReqLines.TabIndex        = 1;
     //
     // frmSOscan
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(240, 294);
     this.Controls.Add(this.tbMain);
     this.Location    = new System.Drawing.Point(0, 0);
     this.Menu        = this.mainMenu1;
     this.MinimizeBox = false;
     this.Name        = "frmSOscan";
     this.Text        = "frmTR";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmTR_Load);
     this.Main.ResumeLayout(false);
     this.Scan.ResumeLayout(false);
     this.tbMain.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 59
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.Label nomeLabel;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TelaInicial));
     this.mainMenu1            = new System.Windows.Forms.MainMenu();
     this.menuItem1            = new System.Windows.Forms.MenuItem();
     this.menuItem6            = new System.Windows.Forms.MenuItem();
     this.menuItem8            = new System.Windows.Forms.MenuItem();
     this.menuItem9            = new System.Windows.Forms.MenuItem();
     this.menuItem10           = new System.Windows.Forms.MenuItem();
     this.menuItem3            = new System.Windows.Forms.MenuItem();
     this.menuItem5            = new System.Windows.Forms.MenuItem();
     this.menuItem7            = new System.Windows.Forms.MenuItem();
     this.menuItem4            = new System.Windows.Forms.MenuItem();
     this.menuItem2            = new System.Windows.Forms.MenuItem();
     this.listGPS              = new System.Windows.Forms.ListBox();
     this.eletrocadDataSet     = new CipX.db.eletrocadDataSet();
     this.usuarioBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.usuarioTableAdapter  = new CipX.db.eletrocadDataSetTableAdapters.usuarioTableAdapter();
     this.nomeComboBox         = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.postehastipoluminariaBindingSource   = new System.Windows.Forms.BindingSource(this.components);
     this.poste_has_tipo_luminariaTableAdapter = new CipX.db.eletrocadDataSetTableAdapters.poste_has_tipo_luminariaTableAdapter();
     this.postehasusomutuoBindingSource        = new System.Windows.Forms.BindingSource(this.components);
     this.poste_has_uso_mutuoTableAdapter      = new CipX.db.eletrocadDataSetTableAdapters.poste_has_uso_mutuoTableAdapter();
     this.ativacaoBindingSource      = new System.Windows.Forms.BindingSource(this.components);
     this.ativacaoTableAdapter       = new CipX.db.eletrocadDataSetTableAdapters.ativacaoTableAdapter();
     this.bracoBindingSource         = new System.Windows.Forms.BindingSource(this.components);
     this.bracoTableAdapter          = new CipX.db.eletrocadDataSetTableAdapters.bracoTableAdapter();
     this.faseBindingSource          = new System.Windows.Forms.BindingSource(this.components);
     this.faseTableAdapter           = new CipX.db.eletrocadDataSetTableAdapters.faseTableAdapter();
     this.condicaoriscoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.condicao_riscoTableAdapter = new CipX.db.eletrocadDataSetTableAdapters.condicao_riscoTableAdapter();
     this.lampadaBindingSource       = new System.Windows.Forms.BindingSource(this.components);
     this.lampadaTableAdapter        = new CipX.db.eletrocadDataSetTableAdapters.lampadaTableAdapter();
     this.tipolampadaBindingSource   = new System.Windows.Forms.BindingSource(this.components);
     this.tipo_lampadaTableAdapter   = new CipX.db.eletrocadDataSetTableAdapters.tipo_lampadaTableAdapter();
     this.posteBindingSource         = new System.Windows.Forms.BindingSource(this.components);
     this.posteTableAdapter          = new CipX.db.eletrocadDataSetTableAdapters.posteTableAdapter();
     this.trafoBindingSource         = new System.Windows.Forms.BindingSource(this.components);
     this.trafoTableAdapter          = new CipX.db.eletrocadDataSetTableAdapters.trafoTableAdapter();
     this.reatorBindingSource        = new System.Windows.Forms.BindingSource(this.components);
     this.reatorTableAdapter         = new CipX.db.eletrocadDataSetTableAdapters.reatorTableAdapter();
     this.programacaoipBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.programacao_ipTableAdapter = new CipX.db.eletrocadDataSetTableAdapters.programacao_ipTableAdapter();
     this.usomutuoBindingSource      = new System.Windows.Forms.BindingSource(this.components);
     this.uso_mutuoTableAdapter      = new CipX.db.eletrocadDataSetTableAdapters.uso_mutuoTableAdapter();
     this.timerVerificarGps          = new System.Windows.Forms.Timer();
     this.tipoluminariaBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tipo_luminariaTableAdapter = new CipX.db.eletrocadDataSetTableAdapters.tipo_luminariaTableAdapter();
     this.chavecomandoBindingSource  = new System.Windows.Forms.BindingSource(this.components);
     this.chave_comandoTableAdapter  = new CipX.db.eletrocadDataSetTableAdapters.chave_comandoTableAdapter();
     this.btnConectar  = new CipX.components.ButtonImage(this.components);
     this.buttonImage1 = new CipX.components.ButtonImage(this.components);
     this.label2       = new System.Windows.Forms.Label();
     nomeLabel         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.eletrocadDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.usuarioBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.postehastipoluminariaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.postehasusomutuoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ativacaoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bracoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.faseBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.condicaoriscoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lampadaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipolampadaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.posteBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trafoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.reatorBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.programacaoipBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.usomutuoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoluminariaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chavecomandoBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // nomeLabel
     //
     nomeLabel.Font     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     nomeLabel.Location = new System.Drawing.Point(3, 25);
     nomeLabel.Name     = "nomeLabel";
     nomeLabel.Size     = new System.Drawing.Size(66, 14);
     nomeLabel.Text     = "Usuário";
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.menuItem1);
     //
     // menuItem1
     //
     this.menuItem1.MenuItems.Add(this.menuItem6);
     this.menuItem1.MenuItems.Add(this.menuItem8);
     this.menuItem1.MenuItems.Add(this.menuItem3);
     this.menuItem1.MenuItems.Add(this.menuItem4);
     this.menuItem1.MenuItems.Add(this.menuItem2);
     this.menuItem1.Text = "Opções";
     //
     // menuItem6
     //
     this.menuItem6.Text   = "Cadastrar";
     this.menuItem6.Click += new System.EventHandler(this.cadastrar);
     //
     // menuItem8
     //
     this.menuItem8.MenuItems.Add(this.menuItem9);
     this.menuItem8.MenuItems.Add(this.menuItem10);
     this.menuItem8.Text = "Dados";
     //
     // menuItem9
     //
     this.menuItem9.Text   = "Enviar";
     this.menuItem9.Click += new System.EventHandler(this.menuItem9_Click);
     //
     // menuItem10
     //
     this.menuItem10.Text   = "Receber";
     this.menuItem10.Click += new System.EventHandler(this.menuItem10_Click);
     //
     // menuItem3
     //
     this.menuItem3.MenuItems.Add(this.menuItem5);
     this.menuItem3.MenuItems.Add(this.menuItem7);
     this.menuItem3.Text = "GPS";
     //
     // menuItem5
     //
     this.menuItem5.Text   = "Conectar para Trabalho";
     this.menuItem5.Click += new System.EventHandler(this.menuItem5_Click);
     //
     // menuItem7
     //
     this.menuItem7.Text   = "Conectar Simulando";
     this.menuItem7.Click += new System.EventHandler(this.conectarModoSimulacao);
     //
     // menuItem4
     //
     this.menuItem4.Text = "-";
     //
     // menuItem2
     //
     this.menuItem2.Text   = "Sair";
     this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
     //
     // listGPS
     //
     this.listGPS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.listGPS.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.listGPS.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.listGPS.ForeColor = System.Drawing.Color.Lime;
     this.listGPS.Location  = new System.Drawing.Point(0, 116);
     this.listGPS.Name      = "listGPS";
     this.listGPS.Size      = new System.Drawing.Size(240, 158);
     this.listGPS.TabIndex  = 1;
     //
     // eletrocadDataSet
     //
     this.eletrocadDataSet.DataSetName             = "eletrocadDataSet";
     this.eletrocadDataSet.Prefix                  = "";
     this.eletrocadDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // usuarioBindingSource
     //
     this.usuarioBindingSource.DataMember = "usuario";
     this.usuarioBindingSource.DataSource = this.eletrocadDataSet;
     //
     // usuarioTableAdapter
     //
     this.usuarioTableAdapter.ClearBeforeFill = true;
     //
     // nomeComboBox
     //
     this.nomeComboBox.DataSource    = this.usuarioBindingSource;
     this.nomeComboBox.DisplayMember = "nome";
     this.nomeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.nomeComboBox.Location      = new System.Drawing.Point(3, 43);
     this.nomeComboBox.Name          = "nomeComboBox";
     this.nomeComboBox.Size          = new System.Drawing.Size(181, 22);
     this.nomeComboBox.TabIndex      = 3;
     this.nomeComboBox.ValueMember   = "nome";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.label1.Location  = new System.Drawing.Point(0, 274);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(240, 20);
     this.label1.Text      = "label1";
     this.label1.Visible   = false;
     //
     // postehastipoluminariaBindingSource
     //
     this.postehastipoluminariaBindingSource.DataMember = "poste_has_tipo_luminaria";
     this.postehastipoluminariaBindingSource.DataSource = this.eletrocadDataSet;
     //
     // poste_has_tipo_luminariaTableAdapter
     //
     this.poste_has_tipo_luminariaTableAdapter.ClearBeforeFill = true;
     //
     // postehasusomutuoBindingSource
     //
     this.postehasusomutuoBindingSource.DataMember = "poste_has_uso_mutuo";
     this.postehasusomutuoBindingSource.DataSource = this.eletrocadDataSet;
     //
     // poste_has_uso_mutuoTableAdapter
     //
     this.poste_has_uso_mutuoTableAdapter.ClearBeforeFill = true;
     //
     // ativacaoBindingSource
     //
     this.ativacaoBindingSource.DataMember = "ativacao";
     this.ativacaoBindingSource.DataSource = this.eletrocadDataSet;
     //
     // ativacaoTableAdapter
     //
     this.ativacaoTableAdapter.ClearBeforeFill = true;
     //
     // bracoBindingSource
     //
     this.bracoBindingSource.DataMember = "braco";
     this.bracoBindingSource.DataSource = this.eletrocadDataSet;
     //
     // bracoTableAdapter
     //
     this.bracoTableAdapter.ClearBeforeFill = true;
     //
     // faseBindingSource
     //
     this.faseBindingSource.DataMember = "fase";
     this.faseBindingSource.DataSource = this.eletrocadDataSet;
     //
     // faseTableAdapter
     //
     this.faseTableAdapter.ClearBeforeFill = true;
     //
     // condicaoriscoBindingSource
     //
     this.condicaoriscoBindingSource.DataMember = "condicao_risco";
     this.condicaoriscoBindingSource.DataSource = this.eletrocadDataSet;
     //
     // condicao_riscoTableAdapter
     //
     this.condicao_riscoTableAdapter.ClearBeforeFill = true;
     //
     // lampadaBindingSource
     //
     this.lampadaBindingSource.DataMember = "lampada";
     this.lampadaBindingSource.DataSource = this.eletrocadDataSet;
     //
     // lampadaTableAdapter
     //
     this.lampadaTableAdapter.ClearBeforeFill = true;
     //
     // tipolampadaBindingSource
     //
     this.tipolampadaBindingSource.DataMember = "tipo_lampada";
     this.tipolampadaBindingSource.DataSource = this.eletrocadDataSet;
     //
     // tipo_lampadaTableAdapter
     //
     this.tipo_lampadaTableAdapter.ClearBeforeFill = true;
     //
     // posteBindingSource
     //
     this.posteBindingSource.DataMember = "poste";
     this.posteBindingSource.DataSource = this.eletrocadDataSet;
     //
     // posteTableAdapter
     //
     this.posteTableAdapter.ClearBeforeFill = true;
     //
     // trafoBindingSource
     //
     this.trafoBindingSource.DataMember = "trafo";
     this.trafoBindingSource.DataSource = this.eletrocadDataSet;
     //
     // trafoTableAdapter
     //
     this.trafoTableAdapter.ClearBeforeFill = true;
     //
     // reatorBindingSource
     //
     this.reatorBindingSource.DataMember = "reator";
     this.reatorBindingSource.DataSource = this.eletrocadDataSet;
     //
     // reatorTableAdapter
     //
     this.reatorTableAdapter.ClearBeforeFill = true;
     //
     // programacaoipBindingSource
     //
     this.programacaoipBindingSource.DataMember = "programacao_ip";
     this.programacaoipBindingSource.DataSource = this.eletrocadDataSet;
     //
     // programacao_ipTableAdapter
     //
     this.programacao_ipTableAdapter.ClearBeforeFill = true;
     //
     // usomutuoBindingSource
     //
     this.usomutuoBindingSource.DataMember = "uso_mutuo";
     this.usomutuoBindingSource.DataSource = this.eletrocadDataSet;
     //
     // uso_mutuoTableAdapter
     //
     this.uso_mutuoTableAdapter.ClearBeforeFill = true;
     //
     // timerVerificarGps
     //
     this.timerVerificarGps.Tick += new System.EventHandler(this.timerVerificarGps_Tick);
     //
     // tipoluminariaBindingSource
     //
     this.tipoluminariaBindingSource.DataMember = "tipo_luminaria";
     this.tipoluminariaBindingSource.DataSource = this.eletrocadDataSet;
     //
     // tipo_luminariaTableAdapter
     //
     this.tipo_luminariaTableAdapter.ClearBeforeFill = true;
     //
     // chavecomandoBindingSource
     //
     this.chavecomandoBindingSource.DataMember = "chave_comando";
     this.chavecomandoBindingSource.DataSource = this.eletrocadDataSet;
     //
     // chave_comandoTableAdapter
     //
     this.chave_comandoTableAdapter.ClearBeforeFill = true;
     //
     // btnConectar
     //
     this.btnConectar.Image    = ((System.Drawing.Image)(resources.GetObject("btnConectar.Image")));
     this.btnConectar.Location = new System.Drawing.Point(3, 74);
     this.btnConectar.Name     = "btnConectar";
     this.btnConectar.Size     = new System.Drawing.Size(109, 35);
     this.btnConectar.TabIndex = 5;
     this.btnConectar.Text     = "Conectar";
     this.btnConectar.Click   += new System.EventHandler(this.btnConectar_Click);
     //
     // buttonImage1
     //
     this.buttonImage1.Image    = ((System.Drawing.Image)(resources.GetObject("buttonImage1.Image")));
     this.buttonImage1.Location = new System.Drawing.Point(125, 74);
     this.buttonImage1.Name     = "buttonImage1";
     this.buttonImage1.Size     = new System.Drawing.Size(109, 35);
     this.buttonImage1.TabIndex = 8;
     this.buttonImage1.Text     = "Cadastrar";
     this.buttonImage1.Click   += new System.EventHandler(this.buttonImage1_Click);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(174, 23);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(63, 17);
     this.label2.Text      = "A26";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // TelaInicial
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(240, 294);
     this.ControlBox          = false;
     this.Controls.Add(this.label2);
     this.Controls.Add(this.buttonImage1);
     this.Controls.Add(this.btnConectar);
     this.Controls.Add(nomeLabel);
     this.Controls.Add(this.nomeComboBox);
     this.Controls.Add(this.listGPS);
     this.Controls.Add(this.label1);
     this.Location    = new System.Drawing.Point(0, 0);
     this.Menu        = this.mainMenu1;
     this.MinimizeBox = false;
     this.Name        = "TelaInicial";
     this.Text        = "TelaInicial";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.TelaInicial_Load);
     ((System.ComponentModel.ISupportInitialize)(this.eletrocadDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.usuarioBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.postehastipoluminariaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.postehasusomutuoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ativacaoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bracoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.faseBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.condicaoriscoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lampadaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipolampadaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.posteBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trafoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.reatorBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.programacaoipBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.usomutuoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoluminariaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chavecomandoBindingSource)).EndInit();
     this.ResumeLayout(false);
 }
/// <summary>
/// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
/// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1       = new System.Windows.Forms.MainMenu();
            this.menuMain        = new System.Windows.Forms.MenuItem();
            this.menuItemGpsMenu = new System.Windows.Forms.MenuItem();
            this.menuItemGpsOn   = new System.Windows.Forms.MenuItem();
            this.menuItemGpsOff  = new System.Windows.Forms.MenuItem();
            this.menuItem2       = new System.Windows.Forms.MenuItem();
            this.menuItem3       = new System.Windows.Forms.MenuItem();
            this.menuItem4       = new System.Windows.Forms.MenuItem();
            this.menuItem1       = new System.Windows.Forms.MenuItem();
            this.menuItemExit    = new System.Windows.Forms.MenuItem();
            this.lblHeader       = new System.Windows.Forms.Label();
            this.lblSocial       = new System.Windows.Forms.Label();
            this.lblSetZone      = new System.Windows.Forms.Label();
            this.btnRefresh      = new System.Windows.Forms.Button();
            this.lblZone         = new System.Windows.Forms.Label();
            this.lblSetSocial    = new System.Windows.Forms.Label();
            this.lblGps          = new System.Windows.Forms.Label();
            this.lblSetGps       = new System.Windows.Forms.Label();
            this.txtStatus       = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
//
// mainMenu1
//
            this.mainMenu1.MenuItems.Add(this.menuMain);
            this.mainMenu1.MenuItems.Add(this.menuItemExit);
//
// menuMain
            this.menuMain.MenuItems.Add(this.menuItemGpsMenu);
            this.menuMain.MenuItems.Add(this.menuItem2);
            this.menuMain.MenuItems.Add(this.menuItem1);
            this.menuMain.Text   = "Menu";
            this.menuMain.Click += new
                                   System.EventHandler(this.menuMain_Click);
//
            // menuItemGpsMenu
//
            this.menuItemGpsMenu.MenuItems.Add(this.menuItemGpsOn);
            this.menuItemGpsMenu.MenuItems.Add(this.menuItemGpsOff);
            this.menuItemGpsMenu.Text   = "GPS";
            this.menuItemGpsMenu.Click += new
                                          System.EventHandler(this.menuItemGpsMenu_Click);
            //
// menuItemGpsOn
//
            this.menuItemGpsOn.Text   = "GPS On";
            this.menuItemGpsOn.Click += new
                                        System.EventHandler(this.menuItemGpsOn_Click);
//
// menuItemGpsOff
//
            this.menuItemGpsOff.Text   = "GPS Off";
            this.menuItemGpsOff.Click += new
                                         System.EventHandler(this.menuItemGpsOff_Click);
//
// menuItem2
//
            this.menuItem2.MenuItems.Add(this.menuItem3);
            this.menuItem2.MenuItems.Add(this.menuItem4);
            this.menuItem2.Text = "Status";
//
// menuItem3
//
            this.menuItem3.Text   = "Current Appointment";
            this.menuItem3.Click += new
                                    System.EventHandler(this.menuItem3_Click);
            //
// menuItem4
//
            this.menuItem4.Text   = "Next Appointment";
            this.menuItem4.Click += new
                                    System.EventHandler(this.menuItem4_Click);
            //
// menuItem1
//
            this.menuItem1.Text   = "About";
            this.menuItem1.Click += new
                                    System.EventHandler(this.menuItem1_Click);
//
// menuItemExit
//
            this.menuItemExit.Text   = "Exit";
            this.menuItemExit.Click += new
                                       System.EventHandler(this.menuItemExit_Click);
            //
// lblHeader
//
            this.lblHeader.Dock = System.Windows.Forms.DockStyle.Top;
            this.lblHeader.Font = new System.Drawing.Font("Tahoma", 12F,
                                                          System.Drawing.FontStyle.Regular);
            this.lblHeader.Location  = new System.Drawing.Point(0, 0);
            this.lblHeader.Name      = "lblHeader";
            this.lblHeader.Size      = new System.Drawing.Size(240, 20);
            this.lblHeader.Text      = "PIM Application Beta ";
            this.lblHeader.TextAlign =
                System.Drawing.ContentAlignment.TopCenter;
            this.lblHeader.ParentChanged += new
                                            System.EventHandler(this.lblHeader_ParentChanged);
            //
// lblSocial
//
            this.lblSocial.BackColor =
                System.Drawing.Color.FromArgb(((int)(((byte)(224)))),
                                              ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.lblSocial.Font = new System.Drawing.Font("Tahoma", 10F,
                                                          System.Drawing.FontStyle.Regular);
            this.lblSocial.Location = new System.Drawing.Point(3, 222);
            this.lblSocial.Name     = "lblSocial";
            this.lblSocial.Size     = new System.Drawing.Size(120, 20);
            this.lblSocial.Text     = "Current Social";
//
// lblSetZone
//
            this.lblSetZone.BackColor =
                System.Drawing.Color.FromArgb(((int)(((byte)(224)))),
                                              ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.lblSetZone.Font = new System.Drawing.Font("Tahoma", 10F,
                                                           System.Drawing.FontStyle.Regular);
            this.lblSetZone.Location = new System.Drawing.Point(123,
                                                                202);
            this.lblSetZone.Name = "lblSetZone";
            this.lblSetZone.Size = new System.Drawing.Size(113, 20);
//
// btnRefresh
//
            this.btnRefresh.Location = new System.Drawing.Point(3, 245);
            this.btnRefresh.Name     = "btnRefresh";
            this.btnRefresh.Size     = new System.Drawing.Size(151, 20);
            this.btnRefresh.TabIndex = 3;
            this.btnRefresh.Text     = "Reset display text";
            this.btnRefresh.Click   += new
                                       System.EventHandler(this.btnRefresh_Click);
//
// lblZone
//
            this.lblZone.BackColor =
                System.Drawing.Color.FromArgb(((int)(((byte)(224)))),
                                              ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.lblZone.Font = new System.Drawing.Font("Tahoma", 10F,
                                                        System.Drawing.FontStyle.Regular);
            this.lblZone.Location = new System.Drawing.Point(3, 202);
            this.lblZone.Name     = "lblZone";
            this.lblZone.Size     = new System.Drawing.Size(120, 20);
            this.lblZone.Text     = "Current Zone";
//
            // lblSetSocial
            //
            this.lblSetSocial.BackColor =
                System.Drawing.Color.FromArgb(((int)(((byte)(224)))),
                                              ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.lblSetSocial.Font = new System.Drawing.Font("Tahoma",
                                                             10F, System.Drawing.FontStyle.Regular);
            this.lblSetSocial.Location = new System.Drawing.Point(123,
                                                                  222);
            this.lblSetSocial.Name = "lblSetSocial";
            this.lblSetSocial.Size = new System.Drawing.Size(113, 20);
//
// lblGps
//
            this.lblGps.BackColor =
                System.Drawing.Color.FromArgb(((int)(((byte)(224)))),
                                              ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.lblGps.Font = new System.Drawing.Font("Tahoma", 10F,
                                                       System.Drawing.FontStyle.Regular);
            this.lblGps.Location = new System.Drawing.Point(3, 182);
            this.lblGps.Name     = "lblGps";
            this.lblGps.Size     = new System.Drawing.Size(80, 20);
            this.lblGps.Text     = "GPS status";
            //
            // lblSetGps
//
            this.lblSetGps.BackColor =
                System.Drawing.Color.FromArgb(((int)(((byte)(224)))),
                                              ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.lblSetGps.Font = new System.Drawing.Font("Tahoma", 10F,
                                                          System.Drawing.FontStyle.Regular);
            this.lblSetGps.Location = new System.Drawing.Point(78, 182);
            this.lblSetGps.Name     = "lblSetGps";
            this.lblSetGps.Size     = new System.Drawing.Size(158, 20);
//
            // txtStatus
            //
            this.txtStatus.BorderStyle =
                System.Windows.Forms.BorderStyle.None;
            this.txtStatus.Location   = new System.Drawing.Point(3, 23);
            this.txtStatus.Multiline  = true;
            this.txtStatus.Name       = "txtStatus";
            this.txtStatus.ScrollBars =
                System.Windows.Forms.ScrollBars.Vertical;
            this.txtStatus.Size     = new System.Drawing.Size(233, 153);
            this.txtStatus.TabIndex = 20;
//
// Startup
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F,
                                                                96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll    = true;
            this.ClientSize    = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.txtStatus);
            this.Controls.Add(this.btnRefresh);
            this.Controls.Add(this.lblSetSocial);
            this.Controls.Add(this.lblSetGps);
            this.Controls.Add(this.lblSetZone);
            this.Controls.Add(this.lblGps);
            this.Controls.Add(this.lblZone);
            this.Controls.Add(this.lblSocial);
            this.Controls.Add(this.lblHeader);
            this.Menu  = this.mainMenu1;
            this.Name  = "Startup";
            this.Text  = "MTech Dissertation";
            this.Load += new System.EventHandler(this.Startup_Load);
            this.ResumeLayout(false);
        }