Пример #1
0
        public FormLogs(IApplicationController controller, StratumModel stratum)
            : base()
        {
            this.Controller = controller;
            InitializeComponent();
            this.KeyPreview = true;

            if (ViewController.PlatformType == PlatformType.WinCE)
            {
                this.WindowState = FormWindowState.Maximized;
                this._ceControlPanel.Visible = true;
                this.Menu = null;
                this.mainMenu1.Dispose();
                this.mainMenu1 = null;
            }
            else if (ViewController.PlatformType == PlatformType.WM)
            {
                this._sip = new Microsoft.WindowsCE.Forms.InputPanel();
                this.components.Add(_sip);
                this._dataGrid.SIP = this._sip;
            }

            this._dataGrid.CellValidating += new EditableDataGridCellValidatingEventHandler(_dataGrid_CellValidating);

            DataGridAdjuster.InitializeGrid(this._dataGrid);
            DataGridTableStyle tableStyle = DataGridAdjuster.InitializeLogColumns(stratum, _dataGrid);

            _logNumColumn = tableStyle.GridColumnStyles[CruiseDAL.Schema.LOG.LOGNUMBER] as EditableTextBoxColumn;
        }
Пример #2
0
 private void InitializeComponent()
 {
     this.components  = new System.ComponentModel.Container();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel(this.components);
     this.SuspendLayout();
     this.ResumeLayout(false);
 }
Пример #3
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel(this.components);
     this.SuspendLayout();
     this.ResumeLayout(false);
 }
Пример #4
0
 private void btnOK_Click(object sender, EventArgs e)
 {
     if (txtPassword.Text == "cr52401")
     {
         DialogResult = DialogResult.OK;
     }
     else
     {
         DialogResult = DialogResult.Cancel;
     }
     Microsoft.WindowsCE.Forms.InputPanel ip = new Microsoft.WindowsCE.Forms.InputPanel();
     ip.Enabled = false;
     this.Close();
 }
Пример #5
0
        public static void showSip()
        {
#if CF
            try
            {
                Microsoft.WindowsCE.Forms.InputPanel ip = new Microsoft.WindowsCE.Forms.InputPanel();
                ip.Enabled = true;
            }
            catch
            {
                System.Windows.Forms.MessageBox.Show("Error showing SIP");
            }
#else
#endif
        }
Пример #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tabControl     = new System.Windows.Forms.TabControl();
     this.mainMenu       = new System.Windows.Forms.MainMenu();
     this.menuItemOK     = new System.Windows.Forms.MenuItem();
     this.menuItemCancel = new System.Windows.Forms.MenuItem();
     this.inputPanel     = new Microsoft.WindowsCE.Forms.InputPanel();
     this.SuspendLayout();
     //
     // tabControl
     //
     this.tabControl.Location      = new System.Drawing.Point(0, 0);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(240, 272);
     this.tabControl.TabIndex      = 0;
     //
     // mainMenu
     //
     this.mainMenu.MenuItems.Add(this.menuItemOK);
     this.mainMenu.MenuItems.Add(this.menuItemCancel);
     //
     // menuItemOK
     //
     this.menuItemOK.Text   = "OK";
     this.menuItemOK.Click += new System.EventHandler(this.menuItemOK_Click);
     //
     // menuItemCancel
     //
     this.menuItemCancel.Text   = "Cancel";
     this.menuItemCancel.Click += new System.EventHandler(this.menuItemCancel_Click);
     //
     // inputPanel
     //
     this.inputPanel.EnabledChanged += new System.EventHandler(this.inputPanel_EnabledChanged);
     //
     // FormSettings
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.ClientSize    = new System.Drawing.Size(240, 268);
     this.Controls.Add(this.tabControl);
     this.Menu     = this.mainMenu;
     this.Name     = "FormSettings";
     this.Text     = "Settings";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FormSettings_Closing);
     this.Resize  += new System.EventHandler(this.FormSettings_Resize);
     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.senseHeaderCtrl = new StedySoft.SenseSDK.SenseHeaderControl();
			this.senseListCtrl = new StedySoft.SenseSDK.SenseListControl();
			this.sip = new Microsoft.WindowsCE.Forms.InputPanel(this.components);

			this.SuspendLayout();
			// 
			// senseHeaderCtrl
			// 
			this.senseHeaderCtrl.Dock = System.Windows.Forms.DockStyle.Top;
			this.senseHeaderCtrl.Location = new System.Drawing.Point(0, 0);
			this.senseHeaderCtrl.Name = "senseHeaderCtrl";
			this.senseHeaderCtrl.Size = new System.Drawing.Size(240, 25);
			this.senseHeaderCtrl.TabIndex = 0;
			this.senseHeaderCtrl.Text = "HeaderCtrl";
			// 
			// senseListCtrl
			// 
			this.senseListCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.senseListCtrl.FocusedItem = null;
			this.senseListCtrl.IsSecondaryScrollType = false;
			this.senseListCtrl.Location = new System.Drawing.Point(0, 25);
			this.senseListCtrl.MinimumMovement = 15;
			this.senseListCtrl.Name = "senseListCtrl";
			this.senseListCtrl.ShowScrollIndicator = true;
			this.senseListCtrl.Size = new System.Drawing.Size(240, 243);
			this.senseListCtrl.Springback = 0.35F;
			this.senseListCtrl.TabIndex = 1;
			this.senseListCtrl.ThreadSleep = 100;
			this.senseListCtrl.TopIndex = 0;
			this.senseListCtrl.Velocity = 0.35F;
			// 
			// SenseListForm
			// 
			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.senseListCtrl);
			this.Controls.Add(this.senseHeaderCtrl);
			this.Name = "SenseListForm";
			this.Text = "SenseListForm";
			this.ResumeLayout(false);

		}
Пример #8
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.senseHeaderCtrl = new StedySoft.SenseSDK.SenseHeaderControl();
            this.senseListCtrl   = new StedySoft.SenseSDK.SenseListControl();
            this.sip             = new Microsoft.WindowsCE.Forms.InputPanel(this.components);

            this.SuspendLayout();
            //
            // senseHeaderCtrl
            //
            this.senseHeaderCtrl.Dock     = System.Windows.Forms.DockStyle.Top;
            this.senseHeaderCtrl.Location = new System.Drawing.Point(0, 0);
            this.senseHeaderCtrl.Name     = "senseHeaderCtrl";
            this.senseHeaderCtrl.Size     = new System.Drawing.Size(240, 25);
            this.senseHeaderCtrl.TabIndex = 0;
            this.senseHeaderCtrl.Text     = "HeaderCtrl";
            //
            // senseListCtrl
            //
            this.senseListCtrl.Dock                  = System.Windows.Forms.DockStyle.Fill;
            this.senseListCtrl.FocusedItem           = null;
            this.senseListCtrl.IsSecondaryScrollType = false;
            this.senseListCtrl.Location              = new System.Drawing.Point(0, 25);
            this.senseListCtrl.MinimumMovement       = 15;
            this.senseListCtrl.Name                  = "senseListCtrl";
            this.senseListCtrl.ShowScrollIndicator   = true;
            this.senseListCtrl.Size                  = new System.Drawing.Size(240, 243);
            this.senseListCtrl.Springback            = 0.35F;
            this.senseListCtrl.TabIndex              = 1;
            this.senseListCtrl.ThreadSleep           = 100;
            this.senseListCtrl.TopIndex              = 0;
            this.senseListCtrl.Velocity              = 0.35F;
            //
            // SenseListForm
            //
            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.senseListCtrl);
            this.Controls.Add(this.senseHeaderCtrl);
            this.Name = "SenseListForm";
            this.Text = "SenseListForm";
            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.timer1 = new System.Windows.Forms.Timer();
     this.label1 = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
     this.SuspendLayout();
     //
     // timer1
     //
     this.timer1.Interval = 2000;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(12, 14);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(172, 26);
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(200, 50);
     this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
     //
     // results
     //
     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(200, 50);
     this.ControlBox = false;
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MinimizeBox = false;
     this.Name = "results";
     this.TopMost = true;
     this.ResumeLayout(false);
 }
Пример #10
0
        public FormLogs() : base()
        {
            InitializeComponent();

            KeyPreview = true;

            if (ViewController.PlatformType == PlatformType.WinCE)
            {
                this.WindowState             = FormWindowState.Maximized;
                this._ceControlPanel.Visible = true;
                this.Menu = null;
                this.mainMenu1.Dispose();
                this.mainMenu1 = null;
            }
            else if (ViewController.PlatformType == PlatformType.WM)
            {
                this._sip          = new Microsoft.WindowsCE.Forms.InputPanel();
                this._dataGrid.SIP = this._sip;
            }

            this._dataGrid.CellValidating += new EditableDataGridCellValidatingEventHandler(_dataGrid_CellValidating);

            DataGridAdjuster.InitializeGrid(this._dataGrid);
        }
Пример #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1               = new System.Windows.Forms.Label();
     this.comboBoxPortType     = new System.Windows.Forms.ComboBox();
     this.panelComPort         = new System.Windows.Forms.Panel();
     this.comboBoxBaudRate     = new System.Windows.Forms.ComboBox();
     this.label3               = new System.Windows.Forms.Label();
     this.comboBoxComPortName  = new System.Windows.Forms.ComboBox();
     this.label2               = new System.Windows.Forms.Label();
     this.panelFile            = new System.Windows.Forms.Panel();
     this.buttonSelectFileName = new System.Windows.Forms.Button();
     this.textBoxFileName      = new System.Windows.Forms.TextBox();
     this.label4               = new System.Windows.Forms.Label();
     this.mainMenu             = new System.Windows.Forms.MainMenu();
     this.menuItemOK           = new System.Windows.Forms.MenuItem();
     this.menuItemCancel       = new System.Windows.Forms.MenuItem();
     this.inputPanel           = new Microsoft.WindowsCE.Forms.InputPanel();
     this.panelWebServer       = new System.Windows.Forms.Panel();
     this.textBoxPathID        = new System.Windows.Forms.TextBox();
     this.label6               = new System.Windows.Forms.Label();
     this.panelComPort.SuspendLayout();
     this.panelFile.SuspendLayout();
     this.panelWebServer.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(4, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 20);
     this.label1.Text     = "Port Type:";
     //
     // comboBoxPortType
     //
     this.comboBoxPortType.Items.Add("COM Port");
     this.comboBoxPortType.Items.Add("File");
     this.comboBoxPortType.Items.Add("Web Server");
     this.comboBoxPortType.Location              = new System.Drawing.Point(72, 4);
     this.comboBoxPortType.Name                  = "comboBoxPortType";
     this.comboBoxPortType.Size                  = new System.Drawing.Size(164, 22);
     this.comboBoxPortType.TabIndex              = 2;
     this.comboBoxPortType.SelectedIndexChanged += new System.EventHandler(this.comboBoxPortType_SelectedIndexChanged);
     //
     // panelComPort
     //
     this.panelComPort.Controls.Add(this.comboBoxBaudRate);
     this.panelComPort.Controls.Add(this.label3);
     this.panelComPort.Controls.Add(this.comboBoxComPortName);
     this.panelComPort.Controls.Add(this.label2);
     this.panelComPort.Location = new System.Drawing.Point(0, 28);
     this.panelComPort.Name     = "panelComPort";
     this.panelComPort.Size     = new System.Drawing.Size(240, 60);
     //
     // comboBoxBaudRate
     //
     this.comboBoxBaudRate.Location = new System.Drawing.Point(72, 32);
     this.comboBoxBaudRate.Name     = "comboBoxBaudRate";
     this.comboBoxBaudRate.Size     = new System.Drawing.Size(84, 22);
     this.comboBoxBaudRate.TabIndex = 0;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(4, 36);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(64, 20);
     this.label3.Text     = "Baud Rate:";
     //
     // comboBoxComPortName
     //
     this.comboBoxComPortName.Location = new System.Drawing.Point(72, 4);
     this.comboBoxComPortName.Name     = "comboBoxComPortName";
     this.comboBoxComPortName.Size     = new System.Drawing.Size(164, 22);
     this.comboBoxComPortName.TabIndex = 2;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(4, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(64, 20);
     this.label2.Text     = "COM Port:";
     //
     // panelFile
     //
     this.panelFile.Controls.Add(this.buttonSelectFileName);
     this.panelFile.Controls.Add(this.textBoxFileName);
     this.panelFile.Controls.Add(this.label4);
     this.panelFile.Location = new System.Drawing.Point(0, 88);
     this.panelFile.Name     = "panelFile";
     this.panelFile.Size     = new System.Drawing.Size(240, 32);
     //
     // buttonSelectFileName
     //
     this.buttonSelectFileName.Location = new System.Drawing.Point(216, 4);
     this.buttonSelectFileName.Name     = "buttonSelectFileName";
     this.buttonSelectFileName.Size     = new System.Drawing.Size(20, 20);
     this.buttonSelectFileName.TabIndex = 0;
     this.buttonSelectFileName.Text     = "..";
     this.buttonSelectFileName.Click   += new System.EventHandler(this.buttonSelectFileName_Click);
     //
     // textBoxFileName
     //
     this.textBoxFileName.Location   = new System.Drawing.Point(72, 4);
     this.textBoxFileName.Name       = "textBoxFileName";
     this.textBoxFileName.Size       = new System.Drawing.Size(140, 21);
     this.textBoxFileName.TabIndex   = 1;
     this.textBoxFileName.GotFocus  += new System.EventHandler(this.textBoxFileName_GotFocus);
     this.textBoxFileName.LostFocus += new System.EventHandler(this.textBoxFileName_LostFocus);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(4, 8);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(64, 20);
     this.label4.Text     = "File Name:";
     //
     // mainMenu
     //
     this.mainMenu.MenuItems.Add(this.menuItemOK);
     this.mainMenu.MenuItems.Add(this.menuItemCancel);
     //
     // menuItemOK
     //
     this.menuItemOK.Text   = "OK";
     this.menuItemOK.Click += new System.EventHandler(this.menuItemOK_Click);
     //
     // menuItemCancel
     //
     this.menuItemCancel.Text   = "Cancel";
     this.menuItemCancel.Click += new System.EventHandler(this.menuItemCancel_Click);
     //
     // panelWebServer
     //
     this.panelWebServer.Controls.Add(this.textBoxPathID);
     this.panelWebServer.Controls.Add(this.label6);
     this.panelWebServer.Location = new System.Drawing.Point(0, 135);
     this.panelWebServer.Name     = "panelWebServer";
     this.panelWebServer.Size     = new System.Drawing.Size(240, 25);
     //
     // textBoxPathID
     //
     this.textBoxPathID.Location   = new System.Drawing.Point(72, 2);
     this.textBoxPathID.Name       = "textBoxPathID";
     this.textBoxPathID.Size       = new System.Drawing.Size(140, 21);
     this.textBoxPathID.TabIndex   = 2;
     this.textBoxPathID.GotFocus  += new System.EventHandler(this.textBoxPathID_GotFocus);
     this.textBoxPathID.LostFocus += new System.EventHandler(this.textBoxPathID_LostFocus);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(0, 3);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(76, 20);
     this.label6.Text     = "Path ID:";
     //
     // FormComSelect
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.ClientSize    = new System.Drawing.Size(240, 268);
     this.Controls.Add(this.panelWebServer);
     this.Controls.Add(this.panelFile);
     this.Controls.Add(this.panelComPort);
     this.Controls.Add(this.comboBoxPortType);
     this.Controls.Add(this.label1);
     this.Menu     = this.mainMenu;
     this.Name     = "FormComSelect";
     this.Text     = "Select COM Port";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FormComSelect_Closing);
     this.panelComPort.ResumeLayout(false);
     this.panelFile.ResumeLayout(false);
     this.panelWebServer.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #12
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(Form1));
     this.menuItem4 = new System.Windows.Forms.MenuItem();
     this.menuItem3 = new System.Windows.Forms.MenuItem();
     this.mainMenu1 = new System.Windows.Forms.MainMenu();
     this.btnCalc = new System.Windows.Forms.MenuItem();
     this.menuItem2 = new System.Windows.Forms.MenuItem();
     this.menuItem5 = new System.Windows.Forms.MenuItem();
     this.menuItem6 = new System.Windows.Forms.MenuItem();
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.tabPage6 = new System.Windows.Forms.TabPage();
     this.cmboxrshow = new System.Windows.Forms.ComboBox();
     this.pictureBox5 = new System.Windows.Forms.PictureBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.label4 = new System.Windows.Forms.Label();
     this.pictureBox4 = new System.Windows.Forms.PictureBox();
     this.lblVer = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.txtResults = new System.Windows.Forms.TextBox();
     this.pictureBox8 = new System.Windows.Forms.PictureBox();
     this.txtResultsTotal = new System.Windows.Forms.TextBox();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.radEkh = new System.Windows.Forms.RadioButton();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.radOm = new System.Windows.Forms.RadioButton();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.cmboxReshte = new System.Windows.Forms.ComboBox();
     this.cmbxEkh = new System.Windows.Forms.ComboBox();
     this.cmbxOm = new System.Windows.Forms.ComboBox();
     this.txtNA = new System.Windows.Forms.TextBox();
     this.txtFalse = new System.Windows.Forms.TextBox();
     this.txtTrue = new System.Windows.Forms.TextBox();
     this.pictureBox7 = new System.Windows.Forms.PictureBox();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.SendToAFriend = new System.Windows.Forms.TabPage();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.lblchar = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.close = new System.Windows.Forms.PictureBox();
     this.titlebar = new System.Windows.Forms.PictureBox();
     this.pictureBox6 = new System.Windows.Forms.PictureBox();
     this.closepressed = new System.Windows.Forms.PictureBox();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel(this.components);
     this.transparentPanel = new LunaticShade.TransparentPanel();
     this.senseSlider1 = new LunaticShade.SenseSlider();
     this.tabPage6.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.SendToAFriend.SuspendLayout();
     this.SuspendLayout();
     //
     // menuItem4
     //
     resources.ApplyResources(this.menuItem4, "menuItem4");
     this.menuItem4.Click += new System.EventHandler(this.menuItem4_Click_1);
     //
     // menuItem3
     //
     resources.ApplyResources(this.menuItem3, "menuItem3");
     this.menuItem3.Click += new System.EventHandler(this.menuItem3_Click_1);
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.btnCalc);
     this.mainMenu1.MenuItems.Add(this.menuItem2);
     //
     // btnCalc
     //
     resources.ApplyResources(this.btnCalc, "btnCalc");
     this.btnCalc.Click += new System.EventHandler(this.btnCalc_Click_1);
     //
     // menuItem2
     //
     this.menuItem2.MenuItems.Add(this.menuItem5);
     this.menuItem2.MenuItems.Add(this.menuItem6);
     this.menuItem2.MenuItems.Add(this.menuItem1);
     this.menuItem2.MenuItems.Add(this.menuItem3);
     this.menuItem2.MenuItems.Add(this.menuItem4);
     resources.ApplyResources(this.menuItem2, "menuItem2");
     //
     // menuItem5
     //
     resources.ApplyResources(this.menuItem5, "menuItem5");
     this.menuItem5.Click += new System.EventHandler(this.menuItem5_Click);
     //
     // menuItem6
     //
     resources.ApplyResources(this.menuItem6, "menuItem6");
     this.menuItem6.Click += new System.EventHandler(this.menuItem6_Click);
     //
     // menuItem1
     //
     resources.ApplyResources(this.menuItem1, "menuItem1");
     this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // tabPage6
     //
     this.tabPage6.Controls.Add(this.cmboxrshow);
     this.tabPage6.Controls.Add(this.pictureBox5);
     this.tabPage6.Controls.Add(this.label6);
     this.tabPage6.Controls.Add(this.label8);
     this.tabPage6.Controls.Add(this.label7);
     resources.ApplyResources(this.tabPage6, "tabPage6");
     this.tabPage6.Name = "tabPage6";
     //
     // cmboxrshow
     //
     this.cmboxrshow.Items.Add(resources.GetString("cmboxrshow.Items"));
     this.cmboxrshow.Items.Add(resources.GetString("cmboxrshow.Items1"));
     resources.ApplyResources(this.cmboxrshow, "cmboxrshow");
     this.cmboxrshow.Name = "cmboxrshow";
     this.cmboxrshow.SelectedIndexChanged += new System.EventHandler(this.cmboxrshow_SelectedIndexChanged);
     //
     // pictureBox5
     //
     resources.ApplyResources(this.pictureBox5, "pictureBox5");
     this.pictureBox5.Name = "pictureBox5";
     this.pictureBox5.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox5_Paint);
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // label8
     //
     resources.ApplyResources(this.label8, "label8");
     this.label8.Name = "label8";
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name = "label7";
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.label4);
     this.tabPage4.Controls.Add(this.pictureBox4);
     this.tabPage4.Controls.Add(this.lblVer);
     this.tabPage4.Controls.Add(this.label3);
     resources.ApplyResources(this.tabPage4, "tabPage4");
     this.tabPage4.Name = "tabPage4";
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // pictureBox4
     //
     resources.ApplyResources(this.pictureBox4, "pictureBox4");
     this.pictureBox4.Name = "pictureBox4";
     //
     // lblVer
     //
     resources.ApplyResources(this.lblVer, "lblVer");
     this.lblVer.Name = "lblVer";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // tabPage2
     //
     resources.ApplyResources(this.tabPage2, "tabPage2");
     this.tabPage2.Controls.Add(this.txtResults);
     this.tabPage2.Controls.Add(this.pictureBox8);
     this.tabPage2.Controls.Add(this.txtResultsTotal);
     this.tabPage2.Name = "tabPage2";
     //
     // txtResults
     //
     this.txtResults.BorderStyle = System.Windows.Forms.BorderStyle.None;
     resources.ApplyResources(this.txtResults, "txtResults");
     this.txtResults.Name = "txtResults";
     //
     // pictureBox8
     //
     this.pictureBox8.BackColor = System.Drawing.Color.White;
     resources.ApplyResources(this.pictureBox8, "pictureBox8");
     this.pictureBox8.Name = "pictureBox8";
     //
     // txtResultsTotal
     //
     this.txtResultsTotal.BorderStyle = System.Windows.Forms.BorderStyle.None;
     resources.ApplyResources(this.txtResultsTotal, "txtResultsTotal");
     this.txtResultsTotal.Name = "txtResultsTotal";
     this.txtResultsTotal.TextChanged += new System.EventHandler(this.txtResultsOm_TextChanged);
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.radEkh);
     this.tabPage1.Controls.Add(this.pictureBox2);
     this.tabPage1.Controls.Add(this.radOm);
     this.tabPage1.Controls.Add(this.pictureBox1);
     this.tabPage1.Controls.Add(this.cmboxReshte);
     this.tabPage1.Controls.Add(this.cmbxEkh);
     this.tabPage1.Controls.Add(this.cmbxOm);
     this.tabPage1.Controls.Add(this.txtNA);
     this.tabPage1.Controls.Add(this.txtFalse);
     this.tabPage1.Controls.Add(this.txtTrue);
     this.tabPage1.Controls.Add(this.pictureBox7);
     resources.ApplyResources(this.tabPage1, "tabPage1");
     this.tabPage1.Name = "tabPage1";
     //
     // radEkh
     //
     this.radEkh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(227)))), ((int)(((byte)(241)))));
     resources.ApplyResources(this.radEkh, "radEkh");
     this.radEkh.Name = "radEkh";
     this.radEkh.CheckedChanged += new System.EventHandler(this.radEkh_CheckedChanged_1);
     //
     // pictureBox2
     //
     resources.ApplyResources(this.pictureBox2, "pictureBox2");
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
     this.pictureBox2.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox2_Paint);
     //
     // radOm
     //
     this.radOm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(234)))), ((int)(((byte)(247)))));
     resources.ApplyResources(this.radOm, "radOm");
     this.radOm.Name = "radOm";
     this.radOm.CheckedChanged += new System.EventHandler(this.radOm_CheckedChanged_1);
     //
     // pictureBox1
     //
     resources.ApplyResources(this.pictureBox1, "pictureBox1");
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
     this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
     //
     // cmboxReshte
     //
     this.cmboxReshte.Items.Add(resources.GetString("cmboxReshte.Items"));
     this.cmboxReshte.Items.Add(resources.GetString("cmboxReshte.Items1"));
     resources.ApplyResources(this.cmboxReshte, "cmboxReshte");
     this.cmboxReshte.Name = "cmboxReshte";
     this.cmboxReshte.SelectedIndexChanged += new System.EventHandler(this.cmboxReshte_SelectedIndexChanged);
     //
     // cmbxEkh
     //
     resources.ApplyResources(this.cmbxEkh, "cmbxEkh");
     this.cmbxEkh.Name = "cmbxEkh";
     this.cmbxEkh.SelectedIndexChanged += new System.EventHandler(this.cmbxEkh_SelectedIndexChanged_1);
     //
     // cmbxOm
     //
     resources.ApplyResources(this.cmbxOm, "cmbxOm");
     this.cmbxOm.Name = "cmbxOm";
     this.cmbxOm.SelectedIndexChanged += new System.EventHandler(this.cmbxOm_SelectedIndexChanged_1);
     //
     // txtNA
     //
     resources.ApplyResources(this.txtNA, "txtNA");
     this.txtNA.Name = "txtNA";
     this.txtNA.GotFocus += new System.EventHandler(this.txtNA_GotFocus);
     //
     // txtFalse
     //
     resources.ApplyResources(this.txtFalse, "txtFalse");
     this.txtFalse.Name = "txtFalse";
     this.txtFalse.GotFocus += new System.EventHandler(this.txtFalse_GotFocus);
     //
     // txtTrue
     //
     resources.ApplyResources(this.txtTrue, "txtTrue");
     this.txtTrue.Name = "txtTrue";
     this.txtTrue.GotFocus += new System.EventHandler(this.txtTrue_GotFocus);
     //
     // pictureBox7
     //
     resources.ApplyResources(this.pictureBox7, "pictureBox7");
     this.pictureBox7.Name = "pictureBox7";
     this.pictureBox7.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox7_Paint);
     //
     // tabControl1
     //
     resources.ApplyResources(this.tabControl1, "tabControl1");
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage6);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Controls.Add(this.SendToAFriend);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
     //
     // SendToAFriend
     //
     this.SendToAFriend.BackColor = System.Drawing.SystemColors.HighlightText;
     this.SendToAFriend.Controls.Add(this.pictureBox3);
     this.SendToAFriend.Controls.Add(this.lblchar);
     this.SendToAFriend.Controls.Add(this.label9);
     this.SendToAFriend.Controls.Add(this.textBox2);
     this.SendToAFriend.Controls.Add(this.textBox1);
     resources.ApplyResources(this.SendToAFriend, "SendToAFriend");
     this.SendToAFriend.Name = "SendToAFriend";
     //
     // pictureBox3
     //
     resources.ApplyResources(this.pictureBox3, "pictureBox3");
     this.pictureBox3.Name = "pictureBox3";
     //
     // lblchar
     //
     resources.ApplyResources(this.lblchar, "lblchar");
     this.lblchar.Name = "lblchar";
     //
     // label9
     //
     resources.ApplyResources(this.label9, "label9");
     this.label9.Name = "label9";
     //
     // textBox2
     //
     this.textBox2.ForeColor = System.Drawing.Color.DarkGray;
     resources.ApplyResources(this.textBox2, "textBox2");
     this.textBox2.Name = "textBox2";
     this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
     this.textBox2.GotFocus += new System.EventHandler(this.textBox2_GotFocus);
     this.textBox2.LostFocus += new System.EventHandler(this.textBox2_LostFocus);
     //
     // textBox1
     //
     this.textBox1.ForeColor = System.Drawing.Color.DarkGray;
     resources.ApplyResources(this.textBox1, "textBox1");
     this.textBox1.Name = "textBox1";
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     this.textBox1.GotFocus += new System.EventHandler(this.textBox1_GotFocus);
     this.textBox1.LostFocus += new System.EventHandler(this.textBox1_LostFocus);
     //
     // close
     //
     this.close.BackColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.close, "close");
     this.close.Name = "close";
     this.close.Click += new System.EventHandler(this.pictureBox6_Click);
     this.close.MouseDown += new System.Windows.Forms.MouseEventHandler(this.close_MouseDown);
     this.close.MouseUp += new System.Windows.Forms.MouseEventHandler(this.close_MouseUp);
     //
     // titlebar
     //
     this.titlebar.BackColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.titlebar, "titlebar");
     this.titlebar.Name = "titlebar";
     this.titlebar.Paint += new System.Windows.Forms.PaintEventHandler(this.titlebar_Paint);
     //
     // pictureBox6
     //
     this.pictureBox6.BackColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.pictureBox6, "pictureBox6");
     this.pictureBox6.Name = "pictureBox6";
     //
     // closepressed
     //
     this.closepressed.BackColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.closepressed, "closepressed");
     this.closepressed.Name = "closepressed";
     //
     // transparentPanel
     //
     this.transparentPanel.Alpha = ((byte)(160));
     this.transparentPanel.BackColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.transparentPanel, "transparentPanel");
     this.transparentPanel.Name = "transparentPanel";
     this.transparentPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.transparentPanel_Paint);
     //
     // senseSlider1
     //
     resources.ApplyResources(this.senseSlider1, "senseSlider1");
     this.senseSlider1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(235)))), ((int)(((byte)(239)))));
     this.senseSlider1.BorderBaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
     this.senseSlider1.DarkBaseColor = System.Drawing.Color.Silver;
     this.senseSlider1.DarkSliderColor = System.Drawing.Color.Gray;
     this.senseSlider1.HapticFeedback = true;
     this.senseSlider1.IconSize = new System.Drawing.Size(56, 56);
     this.senseSlider1.IconSpacing = 25;
     this.senseSlider1.LightSliderColor = System.Drawing.Color.Silver;
     this.senseSlider1.Name = "senseSlider1";
     this.senseSlider1.OnSliding += new LunaticShade.SenseSlider.OnSliding_EventHandler(this.senseSlider1_OnSliding);
     this.senseSlider1.SelectedIndexChanged += new LunaticShade.SenseSlider.SelectedIndexChanged_EventHandler(this.senseSlider1_SelectedIndexChanged);
     this.senseSlider1.StoppedSliding += new LunaticShade.SenseSlider.StoppedSliding_EventHandler(this.senseSlider1_StoppedSliding);
     this.senseSlider1.StartedSliding += new LunaticShade.SenseSlider.StartedSliding_EventHandler(this.senseSlider1_StartedSliding);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(192F, 192F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.senseSlider1);
     this.Controls.Add(this.transparentPanel);
     this.Controls.Add(this.closepressed);
     this.Controls.Add(this.pictureBox6);
     this.Controls.Add(this.close);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.titlebar);
     this.KeyPreview = true;
     this.Menu = this.mainMenu1;
     this.MinimizeBox = false;
     this.Name = "Form1";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
     this.tabPage6.ResumeLayout(false);
     this.tabPage4.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.SendToAFriend.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #13
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.label2            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.txtServer         = new System.Windows.Forms.TextBox();
     this.txtUsername       = new System.Windows.Forms.TextBox();
     this.txtPassword       = new System.Windows.Forms.TextBox();
     this.btnSendCommand    = new System.Windows.Forms.Button();
     this.txtServerCtrlResp = new System.Windows.Forms.TextBox();
     this.label4            = new System.Windows.Forms.Label();
     this.btnConnect        = new System.Windows.Forms.Button();
     this.inputPanel1       = new Microsoft.WindowsCE.Forms.InputPanel();
     this.label5            = new System.Windows.Forms.Label();
     this.txtServerDataResp = new System.Windows.Forms.TextBox();
     this.txtCommand        = new System.Windows.Forms.TextBox();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(0, 32);
     this.label1.Size     = new System.Drawing.Size(40, 16);
     this.label1.Text     = "Server";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 8);
     this.label2.Size     = new System.Drawing.Size(32, 16);
     this.label2.Text     = "User";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(128, 8);
     this.label3.Size     = new System.Drawing.Size(32, 16);
     this.label3.Text     = "Pwd:";
     //
     // txtServer
     //
     this.txtServer.Location  = new System.Drawing.Point(48, 32);
     this.txtServer.Size      = new System.Drawing.Size(104, 20);
     this.txtServer.Text      = "ftp.suse.com";
     this.txtServer.GotFocus += new System.EventHandler(this.txtBoxes_GotFocus);
     //
     // txtUsername
     //
     this.txtUsername.Location  = new System.Drawing.Point(48, 8);
     this.txtUsername.Size      = new System.Drawing.Size(64, 20);
     this.txtUsername.Text      = "ftp";
     this.txtUsername.GotFocus += new System.EventHandler(this.txtBoxes_GotFocus);
     //
     // txtPassword
     //
     this.txtPassword.Location     = new System.Drawing.Point(168, 8);
     this.txtPassword.PasswordChar = '*';
     this.txtPassword.Size         = new System.Drawing.Size(64, 20);
     this.txtPassword.Text         = "*****@*****.**";
     this.txtPassword.GotFocus    += new System.EventHandler(this.txtBoxes_GotFocus);
     //
     // btnSendCommand
     //
     this.btnSendCommand.Enabled  = false;
     this.btnSendCommand.Location = new System.Drawing.Point(160, 56);
     this.btnSendCommand.Text     = "Send Cmd";
     this.btnSendCommand.Click   += new System.EventHandler(this.btnSendCommand_Click);
     //
     // txtServerCtrlResp
     //
     this.txtServerCtrlResp.Location   = new System.Drawing.Point(8, 184);
     this.txtServerCtrlResp.Multiline  = true;
     this.txtServerCtrlResp.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtServerCtrlResp.Size       = new System.Drawing.Size(224, 80);
     this.txtServerCtrlResp.Text       = "";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 168);
     this.label4.Size     = new System.Drawing.Size(152, 16);
     this.label4.Text     = "Server Control Response";
     //
     // btnConnect
     //
     this.btnConnect.Location = new System.Drawing.Point(160, 32);
     this.btnConnect.Text     = "Connect";
     this.btnConnect.Click   += new System.EventHandler(this.btnConnect_Click);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 87);
     this.label5.Size     = new System.Drawing.Size(152, 16);
     this.label5.Text     = "Server Data Response";
     //
     // txtServerDataResp
     //
     this.txtServerDataResp.Location   = new System.Drawing.Point(8, 103);
     this.txtServerDataResp.Multiline  = true;
     this.txtServerDataResp.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtServerDataResp.Size       = new System.Drawing.Size(224, 57);
     this.txtServerDataResp.Text       = "";
     //
     // txtCommand
     //
     this.txtCommand.Location  = new System.Drawing.Point(8, 56);
     this.txtCommand.Size      = new System.Drawing.Size(144, 20);
     this.txtCommand.Text      = "";
     this.txtCommand.GotFocus += new System.EventHandler(this.txtBoxes_GotFocus);
     //
     // Form1
     //
     this.Controls.Add(this.txtCommand);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtServerDataResp);
     this.Controls.Add(this.btnConnect);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtServerCtrlResp);
     this.Controls.Add(this.btnSendCommand);
     this.Controls.Add(this.txtPassword);
     this.Controls.Add(this.txtUsername);
     this.Controls.Add(this.txtServer);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Menu = this.mainMenu1;
     this.Text = "Ftp Commander";
 }
Пример #14
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.numericZoomRadius = new System.Windows.Forms.NumericUpDown();
            this.labelRevision = new System.Windows.Forms.Label();
            this.tabOpenFile = new System.Windows.Forms.Panel();
            this.listBoxFiles = new System.Windows.Forms.ListBox();
            this.tabBlank = new System.Windows.Forms.Panel();
            this.checkOptMain = new System.Windows.Forms.CheckBox();
            this.checkOptKmlGpx = new System.Windows.Forms.CheckBox();
            this.checkOptAbout = new System.Windows.Forms.CheckBox();
            this.checkOptLiveLog = new System.Windows.Forms.CheckBox();
            this.checkOptLaps = new System.Windows.Forms.CheckBox();
            this.checkOptMaps = new System.Windows.Forms.CheckBox();
            this.labelOptText = new System.Windows.Forms.Label();
            this.checkOptGps = new System.Windows.Forms.CheckBox();
            this.checkStopOnLow = new System.Windows.Forms.CheckBox();
            this.comboGpsPoll = new System.Windows.Forms.ComboBox();
            this.labelGpsActivity = new System.Windows.Forms.Label();
            this.checkBoxUseGccDll = new System.Windows.Forms.CheckBox();
            this.comboBoxUseGccDllRate = new System.Windows.Forms.ComboBox();
            this.comboBoxUseGccDllCom = new System.Windows.Forms.ComboBox();
            this.labelGpsBaudRate = new System.Windows.Forms.Label();
            this.numericGeoID = new System.Windows.Forms.NumericUpDown();
            this.checkExStopTime = new System.Windows.Forms.CheckBox();
            this.comboUnits = new System.Windows.Forms.ComboBox();
            this.labelUnits = new System.Windows.Forms.Label();
            this.checkEditFileName = new System.Windows.Forms.CheckBox();
            this.checkMainConfigSingleTap = new System.Windows.Forms.CheckBox();
            this.textLapOptions = new System.Windows.Forms.TextBox();
            this.comboLapOptions = new System.Windows.Forms.ComboBox();
            this.numericGpxTimeShift = new System.Windows.Forms.NumericUpDown();
            this.labelGpxTimeShift = new System.Windows.Forms.Label();
            this.checkKmlAlt = new System.Windows.Forms.CheckBox();
            this.checkGpxRte = new System.Windows.Forms.CheckBox();
            this.checkPlotTrackAsDots = new System.Windows.Forms.CheckBox();
            this.comboBoxKmlOptWidth = new System.Windows.Forms.ComboBox();
            this.comboBoxKmlOptColor = new System.Windows.Forms.ComboBox();
            this.labelMultiMaps = new System.Windows.Forms.Label();
            this.comboMultiMaps = new System.Windows.Forms.ComboBox();
            this.comboMapDownload = new System.Windows.Forms.ComboBox();
            this.labelKmlOpt1 = new System.Windows.Forms.Label();
            this.labelKmlOpt2 = new System.Windows.Forms.Label();
            this.comboBoxLine2OptWidth = new System.Windows.Forms.ComboBox();
            this.comboBoxLine2OptColor = new System.Windows.Forms.ComboBox();
            this.labelLine2Opt1 = new System.Windows.Forms.Label();
            this.labelLine2Opt2 = new System.Windows.Forms.Label();
            this.labelCw2 = new System.Windows.Forms.Label();
            this.labelCw1 = new System.Windows.Forms.Label();
            this.textBoxCw2 = new System.Windows.Forms.TextBox();
            this.textBoxCw1 = new System.Windows.Forms.TextBox();
            this.labelCwInfo = new System.Windows.Forms.Label();
            this.labelCwLogMode = new System.Windows.Forms.Label();
            this.comboBoxCwLogMode = new System.Windows.Forms.ComboBox();
            this.panelCwLogo = new System.Windows.Forms.Panel();
            this.checkMapsWhiteBk = new System.Windows.Forms.CheckBox();
            this.checkPlotLine2AsDots = new System.Windows.Forms.CheckBox();
            this.timerGps = new System.Windows.Forms.Timer();
            this.timerIdleReset = new System.Windows.Forms.Timer();
            this.inputPanel = new Microsoft.WindowsCE.Forms.InputPanel();
            this.tabControl = new System.Windows.Forms.TabControl();
            this.tabPageOptions = new System.Windows.Forms.TabPage();
            this.tabPageGps = new System.Windows.Forms.TabPage();
            this.checkKeepBackLightOn = new System.Windows.Forms.CheckBox();
            this.checkGPSOffOnPowerOff = new System.Windows.Forms.CheckBox();
            this.checkWgs84Alt = new System.Windows.Forms.CheckBox();
            this.checkkeepAliveReg = new System.Windows.Forms.CheckBox();
            this.numericAvg = new System.Windows.Forms.NumericUpDown();
            this.checkBeepOnFix = new System.Windows.Forms.CheckBox();
            this.comboDropFirst = new System.Windows.Forms.ComboBox();
            this.labelDropFirst = new System.Windows.Forms.Label();
            this.tabPageMainScr = new System.Windows.Forms.TabPage();
            this.checkChangeMenuOptBKL = new System.Windows.Forms.CheckBox();
            this.checkShowExit = new System.Windows.Forms.CheckBox();
            this.comboArraySize = new System.Windows.Forms.ComboBox();
            this.labelArraySize = new System.Windows.Forms.Label();
            this.checkTouchOn = new System.Windows.Forms.CheckBox();
            this.checkConfirmStop = new System.Windows.Forms.CheckBox();
            this.tabPageMapScr = new System.Windows.Forms.TabPage();
            this.comboNavCmd = new System.Windows.Forms.ComboBox();
            this.labelNavCmd = new System.Windows.Forms.Label();
            this.numericTrackTolerance = new System.Windows.Forms.NumericUpDown();
            this.labelTrackTolerance = new System.Windows.Forms.Label();
            this.checkDownloadOsm = new System.Windows.Forms.CheckBox();
            this.labelDefaultZoom = new System.Windows.Forms.Label();
            this.tabPageKmlGpx = new System.Windows.Forms.TabPage();
            this.checkGPXtrkseg = new System.Windows.Forms.CheckBox();
            this.checkGpxSpeedMs = new System.Windows.Forms.CheckBox();
            this.tabPageLiveLog = new System.Windows.Forms.TabPage();
            this.textBoxCwUrl = new System.Windows.Forms.TextBox();
            this.labelCwUrl = new System.Windows.Forms.Label();
            this.checkUploadGpx = new System.Windows.Forms.CheckBox();
            this.tabPageLaps = new System.Windows.Forms.TabPage();
            this.checkLapBeep = new System.Windows.Forms.CheckBox();
            this.buttonLapExport = new System.Windows.Forms.Button();
            this.tabPageAbout = new System.Windows.Forms.TabPage();
            this.timerButton = new System.Windows.Forms.Timer();
            this.tabOpenFile.SuspendLayout();
            this.tabControl.SuspendLayout();
            this.tabPageOptions.SuspendLayout();
            this.tabPageGps.SuspendLayout();
            this.tabPageMainScr.SuspendLayout();
            this.tabPageMapScr.SuspendLayout();
            this.tabPageKmlGpx.SuspendLayout();
            this.tabPageLiveLog.SuspendLayout();
            this.tabPageLaps.SuspendLayout();
            this.tabPageAbout.SuspendLayout();
            this.SuspendLayout();
            // 
            // numericZoomRadius
            // 
            this.numericZoomRadius.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.numericZoomRadius.Location = new System.Drawing.Point(320, 309);
            this.numericZoomRadius.Maximum = new decimal(new int[] {
            10000,
            0,
            0,
            0});
            this.numericZoomRadius.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.numericZoomRadius.Name = "numericZoomRadius";
            this.numericZoomRadius.Size = new System.Drawing.Size(155, 36);
            this.numericZoomRadius.TabIndex = 52;
            this.numericZoomRadius.Value = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.numericZoomRadius.ValueChanged += new System.EventHandler(this.numericZoomRadiusChanged);
            // 
            // labelRevision
            // 
            this.labelRevision.Location = new System.Drawing.Point(0, 220);
            this.labelRevision.Name = "labelRevision";
            this.labelRevision.Size = new System.Drawing.Size(480, 140);
            this.labelRevision.Text = "version";
            this.labelRevision.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // tabOpenFile
            // 
            this.tabOpenFile.Controls.Add(this.listBoxFiles);
            this.tabOpenFile.Location = new System.Drawing.Point(0, 0);
            this.tabOpenFile.Name = "tabOpenFile";
            this.tabOpenFile.Size = new System.Drawing.Size(480, 428);
            // 
            // listBoxFiles
            // 
            this.listBoxFiles.Location = new System.Drawing.Point(0, 0);
            this.listBoxFiles.Name = "listBoxFiles";
            this.listBoxFiles.Size = new System.Drawing.Size(480, 408);
            this.listBoxFiles.TabIndex = 0;
            this.listBoxFiles.SelectedIndexChanged += new System.EventHandler(this.listBoxFiles_SelectedIndexChanged);
            // 
            // tabBlank
            // 
            this.tabBlank.Location = new System.Drawing.Point(0, 0);
            this.tabBlank.Name = "tabBlank";
            this.tabBlank.Size = new System.Drawing.Size(100, 100);
            // 
            // checkOptMain
            // 
            this.checkOptMain.Checked = true;
            this.checkOptMain.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkOptMain.Location = new System.Drawing.Point(2, 37);
            this.checkOptMain.Name = "checkOptMain";
            this.checkOptMain.Size = new System.Drawing.Size(220, 40);
            this.checkOptMain.TabIndex = 7;
            this.checkOptMain.Text = "Main screen";
            this.checkOptMain.Visible = false;
            this.checkOptMain.Click += new System.EventHandler(this.checkOptGps_Click);
            // 
            // checkOptKmlGpx
            // 
            this.checkOptKmlGpx.Checked = true;
            this.checkOptKmlGpx.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkOptKmlGpx.Location = new System.Drawing.Point(243, 87);
            this.checkOptKmlGpx.Name = "checkOptKmlGpx";
            this.checkOptKmlGpx.Size = new System.Drawing.Size(220, 40);
            this.checkOptKmlGpx.TabIndex = 5;
            this.checkOptKmlGpx.Text = "KML/GPX";
            this.checkOptKmlGpx.Visible = false;
            this.checkOptKmlGpx.Click += new System.EventHandler(this.checkOptGps_Click);
            // 
            // checkOptAbout
            // 
            this.checkOptAbout.Checked = true;
            this.checkOptAbout.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkOptAbout.Location = new System.Drawing.Point(2, 187);
            this.checkOptAbout.Name = "checkOptAbout";
            this.checkOptAbout.Size = new System.Drawing.Size(220, 40);
            this.checkOptAbout.TabIndex = 4;
            this.checkOptAbout.Text = "About";
            this.checkOptAbout.Visible = false;
            this.checkOptAbout.Click += new System.EventHandler(this.checkOptGps_Click);
            // 
            // checkOptLiveLog
            // 
            this.checkOptLiveLog.Checked = true;
            this.checkOptLiveLog.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkOptLiveLog.Location = new System.Drawing.Point(243, 137);
            this.checkOptLiveLog.Name = "checkOptLiveLog";
            this.checkOptLiveLog.Size = new System.Drawing.Size(220, 40);
            this.checkOptLiveLog.TabIndex = 3;
            this.checkOptLiveLog.Text = "Live logging";
            this.checkOptLiveLog.Visible = false;
            this.checkOptLiveLog.Click += new System.EventHandler(this.checkOptGps_Click);
            // 
            // checkOptLaps
            // 
            this.checkOptLaps.Checked = true;
            this.checkOptLaps.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkOptLaps.Location = new System.Drawing.Point(2, 137);
            this.checkOptLaps.Name = "checkOptLaps";
            this.checkOptLaps.Size = new System.Drawing.Size(220, 40);
            this.checkOptLaps.TabIndex = 3;
            this.checkOptLaps.Text = "Laps";
            this.checkOptLaps.Visible = false;
            this.checkOptLaps.Click += new System.EventHandler(this.checkOptGps_Click);
            // 
            // checkOptMaps
            // 
            this.checkOptMaps.Checked = true;
            this.checkOptMaps.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkOptMaps.Location = new System.Drawing.Point(243, 37);
            this.checkOptMaps.Name = "checkOptMaps";
            this.checkOptMaps.Size = new System.Drawing.Size(220, 40);
            this.checkOptMaps.TabIndex = 2;
            this.checkOptMaps.Text = "Maps screen";
            this.checkOptMaps.Visible = false;
            this.checkOptMaps.Click += new System.EventHandler(this.checkOptGps_Click);
            // 
            // labelOptText
            // 
            this.labelOptText.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
            this.labelOptText.Location = new System.Drawing.Point(2, 5);
            this.labelOptText.Name = "labelOptText";
            this.labelOptText.Size = new System.Drawing.Size(474, 36);
            this.labelOptText.Text = "Select option pages to scroll";
            this.labelOptText.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.labelOptText.Visible = false;
            // 
            // checkOptGps
            // 
            this.checkOptGps.Checked = true;
            this.checkOptGps.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkOptGps.Location = new System.Drawing.Point(2, 87);
            this.checkOptGps.Name = "checkOptGps";
            this.checkOptGps.Size = new System.Drawing.Size(220, 40);
            this.checkOptGps.TabIndex = 0;
            this.checkOptGps.Text = "GPS";
            this.checkOptGps.Visible = false;
            this.checkOptGps.Click += new System.EventHandler(this.checkOptGps_Click);
            // 
            // checkStopOnLow
            // 
            this.checkStopOnLow.Checked = true;
            this.checkStopOnLow.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkStopOnLow.Location = new System.Drawing.Point(5, 97);
            this.checkStopOnLow.Name = "checkStopOnLow";
            this.checkStopOnLow.Size = new System.Drawing.Size(471, 40);
            this.checkStopOnLow.TabIndex = 16;
            this.checkStopOnLow.Text = "Stop GPS if battery <20%";
            this.checkStopOnLow.Click += new System.EventHandler(this.comboGpsPoll_SelectedIndexChanged);
            // 
            // comboGpsPoll
            // 
            this.comboGpsPoll.Items.Add("always on; log ev. 1 sec");
            this.comboGpsPoll.Items.Add("always on; log ev. 2 sec");
            this.comboGpsPoll.Items.Add("always on; log ev. 5 sec");
            this.comboGpsPoll.Items.Add("always on; log ev. 10 sec");
            this.comboGpsPoll.Items.Add("always on; log ev. 5m/30s");
            this.comboGpsPoll.Items.Add("always on; log ev.10m/30s");
            this.comboGpsPoll.Items.Add("run every 5 sec");
            this.comboGpsPoll.Items.Add("run every 10 sec");
            this.comboGpsPoll.Items.Add("run every 20 sec");
            this.comboGpsPoll.Items.Add("run every 30 sec");
            this.comboGpsPoll.Items.Add("run every 1 min");
            this.comboGpsPoll.Items.Add("run every 2 min");
            this.comboGpsPoll.Items.Add("run every 5 min");
            this.comboGpsPoll.Items.Add("run every 10 min");
            this.comboGpsPoll.Items.Add("run every 20 min");
            this.comboGpsPoll.Items.Add("run every 30 min");
            this.comboGpsPoll.Items.Add("run every 1 hour");
            this.comboGpsPoll.Location = new System.Drawing.Point(142, 5);
            this.comboGpsPoll.Name = "comboGpsPoll";
            this.comboGpsPoll.Size = new System.Drawing.Size(334, 41);
            this.comboGpsPoll.TabIndex = 1;
            this.comboGpsPoll.SelectedIndexChanged += new System.EventHandler(this.comboGpsPoll_SelectedIndexChanged);
            // 
            // labelGpsActivity
            // 
            this.labelGpsActivity.Location = new System.Drawing.Point(2, 7);
            this.labelGpsActivity.Name = "labelGpsActivity";
            this.labelGpsActivity.Size = new System.Drawing.Size(219, 40);
            this.labelGpsActivity.Text = "GPS activity:";
            // 
            // checkBoxUseGccDll
            // 
            this.checkBoxUseGccDll.Location = new System.Drawing.Point(5, 143);
            this.checkBoxUseGccDll.Name = "checkBoxUseGccDll";
            this.checkBoxUseGccDll.Size = new System.Drawing.Size(312, 40);
            this.checkBoxUseGccDll.TabIndex = 24;
            this.checkBoxUseGccDll.Text = "Read GPS data directly:";
            // 
            // comboBoxUseGccDllRate
            // 
            this.comboBoxUseGccDllRate.Items.Add("4800");
            this.comboBoxUseGccDllRate.Items.Add("9600");
            this.comboBoxUseGccDllRate.Items.Add("19200");
            this.comboBoxUseGccDllRate.Items.Add("38400");
            this.comboBoxUseGccDllRate.Items.Add("57600");
            this.comboBoxUseGccDllRate.Items.Add("115200");
            this.comboBoxUseGccDllRate.Location = new System.Drawing.Point(324, 184);
            this.comboBoxUseGccDllRate.Name = "comboBoxUseGccDllRate";
            this.comboBoxUseGccDllRate.Size = new System.Drawing.Size(152, 41);
            this.comboBoxUseGccDllRate.TabIndex = 32;
            // 
            // comboBoxUseGccDllCom
            // 
            this.comboBoxUseGccDllCom.Items.Add("COM0:");
            this.comboBoxUseGccDllCom.Items.Add("COM1:");
            this.comboBoxUseGccDllCom.Items.Add("COM2:");
            this.comboBoxUseGccDllCom.Items.Add("COM3:");
            this.comboBoxUseGccDllCom.Items.Add("COM4:");
            this.comboBoxUseGccDllCom.Items.Add("COM5:");
            this.comboBoxUseGccDllCom.Items.Add("COM6:");
            this.comboBoxUseGccDllCom.Items.Add("COM7:");
            this.comboBoxUseGccDllCom.Items.Add("COM8:");
            this.comboBoxUseGccDllCom.Items.Add("COM9:");
            this.comboBoxUseGccDllCom.Items.Add("COM10:");
            this.comboBoxUseGccDllCom.Items.Add("COM11:");
            this.comboBoxUseGccDllCom.Items.Add("COM12:");
            this.comboBoxUseGccDllCom.Items.Add("\\nmea.txt");
            this.comboBoxUseGccDllCom.Location = new System.Drawing.Point(324, 141);
            this.comboBoxUseGccDllCom.Name = "comboBoxUseGccDllCom";
            this.comboBoxUseGccDllCom.Size = new System.Drawing.Size(153, 41);
            this.comboBoxUseGccDllCom.TabIndex = 31;
            // 
            // labelGpsBaudRate
            // 
            this.labelGpsBaudRate.Location = new System.Drawing.Point(184, 189);
            this.labelGpsBaudRate.Name = "labelGpsBaudRate";
            this.labelGpsBaudRate.Size = new System.Drawing.Size(134, 40);
            this.labelGpsBaudRate.Text = "Baud rate:";
            // 
            // numericGeoID
            // 
            this.numericGeoID.Location = new System.Drawing.Point(348, 231);
            this.numericGeoID.Maximum = new decimal(new int[] {
            300,
            0,
            0,
            0});
            this.numericGeoID.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.numericGeoID.Name = "numericGeoID";
            this.numericGeoID.Size = new System.Drawing.Size(128, 36);
            this.numericGeoID.TabIndex = 0;
            // 
            // checkExStopTime
            // 
            this.checkExStopTime.Checked = true;
            this.checkExStopTime.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkExStopTime.Location = new System.Drawing.Point(4, 51);
            this.checkExStopTime.Name = "checkExStopTime";
            this.checkExStopTime.Size = new System.Drawing.Size(476, 40);
            this.checkExStopTime.TabIndex = 29;
            this.checkExStopTime.Text = "Exclude stop time";
            // 
            // comboUnits
            // 
            this.comboUnits.Items.Add("miles / mph");
            this.comboUnits.Items.Add("km / kmh");
            this.comboUnits.Items.Add("naut miles / knots");
            this.comboUnits.Items.Add("miles / mph / ft");
            this.comboUnits.Items.Add("km / min per km");
            this.comboUnits.Items.Add("miles / min per mile / ft");
            this.comboUnits.Items.Add("km / kmh / ft");
            this.comboUnits.Location = new System.Drawing.Point(125, 7);
            this.comboUnits.Name = "comboUnits";
            this.comboUnits.Size = new System.Drawing.Size(352, 41);
            this.comboUnits.TabIndex = 4;
            // 
            // labelUnits
            // 
            this.labelUnits.Location = new System.Drawing.Point(40, 8);
            this.labelUnits.Name = "labelUnits";
            this.labelUnits.Size = new System.Drawing.Size(79, 40);
            this.labelUnits.Text = "Units:";
            // 
            // checkEditFileName
            // 
            this.checkEditFileName.Location = new System.Drawing.Point(4, 97);
            this.checkEditFileName.Name = "checkEditFileName";
            this.checkEditFileName.Size = new System.Drawing.Size(476, 40);
            this.checkEditFileName.TabIndex = 19;
            this.checkEditFileName.Text = "Ask for log file name";
            // 
            // checkMainConfigSingleTap
            // 
            this.checkMainConfigSingleTap.Location = new System.Drawing.Point(4, 143);
            this.checkMainConfigSingleTap.Name = "checkMainConfigSingleTap";
            this.checkMainConfigSingleTap.Size = new System.Drawing.Size(476, 40);
            this.checkMainConfigSingleTap.TabIndex = 20;
            this.checkMainConfigSingleTap.Text = "Single Tap for Config";
            // 
            // textLapOptions
            // 
            this.textLapOptions.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.textLapOptions.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
            this.textLapOptions.Location = new System.Drawing.Point(0, 100);
            this.textLapOptions.Multiline = true;
            this.textLapOptions.Name = "textLapOptions";
            this.textLapOptions.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textLapOptions.Size = new System.Drawing.Size(480, 360);
            this.textLapOptions.TabIndex = 9;
            this.textLapOptions.TabStop = false;
            this.textLapOptions.WordWrap = false;
            // 
            // comboLapOptions
            // 
            this.comboLapOptions.Items.Add("off");
            this.comboLapOptions.Items.Add("auto (not implemented yet)");
            this.comboLapOptions.Items.Add("manual (press main screen)");
            this.comboLapOptions.Items.Add("distance based: 400m");
            this.comboLapOptions.Items.Add("distance based: 1km");
            this.comboLapOptions.Items.Add("distance based: 2km");
            this.comboLapOptions.Items.Add("distance based: 5km");
            this.comboLapOptions.Items.Add("time based: 1min");
            this.comboLapOptions.Items.Add("time based: 2min");
            this.comboLapOptions.Items.Add("time based: 5min");
            this.comboLapOptions.Location = new System.Drawing.Point(2, 4);
            this.comboLapOptions.Name = "comboLapOptions";
            this.comboLapOptions.Size = new System.Drawing.Size(476, 41);
            this.comboLapOptions.TabIndex = 5;
            // 
            // numericGpxTimeShift
            // 
            this.numericGpxTimeShift.Location = new System.Drawing.Point(342, 155);
            this.numericGpxTimeShift.Maximum = new decimal(new int[] {
            12,
            0,
            0,
            0});
            this.numericGpxTimeShift.Minimum = new decimal(new int[] {
            12,
            0,
            0,
            -2147483648});
            this.numericGpxTimeShift.Name = "numericGpxTimeShift";
            this.numericGpxTimeShift.Size = new System.Drawing.Size(134, 36);
            this.numericGpxTimeShift.TabIndex = 19;
            // 
            // labelGpxTimeShift
            // 
            this.labelGpxTimeShift.Location = new System.Drawing.Point(2, 155);
            this.labelGpxTimeShift.Name = "labelGpxTimeShift";
            this.labelGpxTimeShift.Size = new System.Drawing.Size(334, 36);
            this.labelGpxTimeShift.Text = "GPX time adjustment, hours";
            // 
            // checkKmlAlt
            // 
            this.checkKmlAlt.Location = new System.Drawing.Point(2, 5);
            this.checkKmlAlt.Name = "checkKmlAlt";
            this.checkKmlAlt.Size = new System.Drawing.Size(469, 40);
            this.checkKmlAlt.TabIndex = 17;
            this.checkKmlAlt.Text = "Save altitude to KML";
            // 
            // checkGpxRte
            // 
            this.checkGpxRte.Location = new System.Drawing.Point(2, 55);
            this.checkGpxRte.Name = "checkGpxRte";
            this.checkGpxRte.Size = new System.Drawing.Size(469, 40);
            this.checkGpxRte.TabIndex = 2;
            this.checkGpxRte.Text = "Save GPX with \"rte\" tag (see readme)";
            // 
            // checkPlotTrackAsDots
            // 
            this.checkPlotTrackAsDots.Location = new System.Drawing.Point(2, 5);
            this.checkPlotTrackAsDots.Name = "checkPlotTrackAsDots";
            this.checkPlotTrackAsDots.Size = new System.Drawing.Size(476, 40);
            this.checkPlotTrackAsDots.TabIndex = 38;
            this.checkPlotTrackAsDots.Text = "Plot track as dots";
            // 
            // comboBoxKmlOptWidth
            // 
            this.comboBoxKmlOptWidth.Items.Add("2");
            this.comboBoxKmlOptWidth.Items.Add("4");
            this.comboBoxKmlOptWidth.Items.Add("6");
            this.comboBoxKmlOptWidth.Items.Add("8");
            this.comboBoxKmlOptWidth.Items.Add("10");
            this.comboBoxKmlOptWidth.Items.Add("12");
            this.comboBoxKmlOptWidth.Items.Add("14");
            this.comboBoxKmlOptWidth.Items.Add("16");
            this.comboBoxKmlOptWidth.Location = new System.Drawing.Point(360, 47);
            this.comboBoxKmlOptWidth.Name = "comboBoxKmlOptWidth";
            this.comboBoxKmlOptWidth.Size = new System.Drawing.Size(117, 41);
            this.comboBoxKmlOptWidth.TabIndex = 30;
            // 
            // comboBoxKmlOptColor
            // 
            this.comboBoxKmlOptColor.Items.Add("blue");
            this.comboBoxKmlOptColor.Items.Add("red");
            this.comboBoxKmlOptColor.Items.Add("green");
            this.comboBoxKmlOptColor.Items.Add("yellow");
            this.comboBoxKmlOptColor.Items.Add("white");
            this.comboBoxKmlOptColor.Items.Add("black");
            this.comboBoxKmlOptColor.Items.Add("gray");
            this.comboBoxKmlOptColor.Items.Add("orange");
            this.comboBoxKmlOptColor.Items.Add("sky blue");
            this.comboBoxKmlOptColor.Items.Add("brown");
            this.comboBoxKmlOptColor.Items.Add("purple");
            this.comboBoxKmlOptColor.Items.Add("violet");
            this.comboBoxKmlOptColor.Location = new System.Drawing.Point(108, 47);
            this.comboBoxKmlOptColor.Name = "comboBoxKmlOptColor";
            this.comboBoxKmlOptColor.Size = new System.Drawing.Size(171, 41);
            this.comboBoxKmlOptColor.TabIndex = 29;
            // 
            // labelMultiMaps
            // 
            this.labelMultiMaps.Location = new System.Drawing.Point(3, 225);
            this.labelMultiMaps.Name = "labelMultiMaps";
            this.labelMultiMaps.Size = new System.Drawing.Size(133, 40);
            this.labelMultiMaps.Text = "Multi-maps";
            // 
            // comboMultiMaps
            // 
            this.comboMultiMaps.Items.Add("off");
            this.comboMultiMaps.Items.Add("multi maps, 1:1 zoom");
            this.comboMultiMaps.Items.Add("multi maps, 2x zoom");
            this.comboMultiMaps.Items.Add("multi maps, 4x zoom");
            this.comboMultiMaps.Items.Add("multi maps, 0.5x zoom");
            this.comboMultiMaps.Location = new System.Drawing.Point(170, 224);
            this.comboMultiMaps.Name = "comboMultiMaps";
            this.comboMultiMaps.Size = new System.Drawing.Size(305, 41);
            this.comboMultiMaps.TabIndex = 34;
            // 
            // comboMapDownload
            // 
            this.comboMapDownload.Location = new System.Drawing.Point(170, 267);
            this.comboMapDownload.Name = "comboMapDownload";
            this.comboMapDownload.Size = new System.Drawing.Size(305, 41);
            this.comboMapDownload.TabIndex = 35;
            this.comboMapDownload.SelectedIndexChanged += new System.EventHandler(this.comboMapDownload_SelectedIndexChanged);
            // 
            // labelKmlOpt1
            // 
            this.labelKmlOpt1.Location = new System.Drawing.Point(2, 48);
            this.labelKmlOpt1.Name = "labelKmlOpt1";
            this.labelKmlOpt1.Size = new System.Drawing.Size(105, 40);
            this.labelKmlOpt1.Text = "Track";
            // 
            // labelKmlOpt2
            // 
            this.labelKmlOpt2.Location = new System.Drawing.Point(285, 48);
            this.labelKmlOpt2.Name = "labelKmlOpt2";
            this.labelKmlOpt2.Size = new System.Drawing.Size(76, 40);
            this.labelKmlOpt2.Text = "width";
            // 
            // comboBoxLine2OptWidth
            // 
            this.comboBoxLine2OptWidth.Items.Add("2");
            this.comboBoxLine2OptWidth.Items.Add("4");
            this.comboBoxLine2OptWidth.Items.Add("6");
            this.comboBoxLine2OptWidth.Items.Add("8");
            this.comboBoxLine2OptWidth.Items.Add("10");
            this.comboBoxLine2OptWidth.Items.Add("12");
            this.comboBoxLine2OptWidth.Items.Add("14");
            this.comboBoxLine2OptWidth.Items.Add("16");
            this.comboBoxLine2OptWidth.Location = new System.Drawing.Point(360, 135);
            this.comboBoxLine2OptWidth.Name = "comboBoxLine2OptWidth";
            this.comboBoxLine2OptWidth.Size = new System.Drawing.Size(117, 41);
            this.comboBoxLine2OptWidth.TabIndex = 39;
            // 
            // comboBoxLine2OptColor
            // 
            this.comboBoxLine2OptColor.Items.Add("blue");
            this.comboBoxLine2OptColor.Items.Add("red");
            this.comboBoxLine2OptColor.Items.Add("green");
            this.comboBoxLine2OptColor.Items.Add("yellow");
            this.comboBoxLine2OptColor.Items.Add("white");
            this.comboBoxLine2OptColor.Items.Add("black");
            this.comboBoxLine2OptColor.Items.Add("gray");
            this.comboBoxLine2OptColor.Items.Add("orange");
            this.comboBoxLine2OptColor.Items.Add("sky blue");
            this.comboBoxLine2OptColor.Items.Add("brown");
            this.comboBoxLine2OptColor.Items.Add("purple");
            this.comboBoxLine2OptColor.Items.Add("violet");
            this.comboBoxLine2OptColor.Location = new System.Drawing.Point(109, 135);
            this.comboBoxLine2OptColor.Name = "comboBoxLine2OptColor";
            this.comboBoxLine2OptColor.Size = new System.Drawing.Size(171, 41);
            this.comboBoxLine2OptColor.TabIndex = 38;
            // 
            // labelLine2Opt1
            // 
            this.labelLine2Opt1.Location = new System.Drawing.Point(2, 137);
            this.labelLine2Opt1.Name = "labelLine2Opt1";
            this.labelLine2Opt1.Size = new System.Drawing.Size(105, 40);
            this.labelLine2Opt1.Text = "Track2f";
            // 
            // labelLine2Opt2
            // 
            this.labelLine2Opt2.Location = new System.Drawing.Point(285, 137);
            this.labelLine2Opt2.Name = "labelLine2Opt2";
            this.labelLine2Opt2.Size = new System.Drawing.Size(76, 40);
            this.labelLine2Opt2.Text = "width";
            // 
            // labelCw2
            // 
            this.labelCw2.Location = new System.Drawing.Point(2, 141);
            this.labelCw2.Name = "labelCw2";
            this.labelCw2.Size = new System.Drawing.Size(140, 40);
            this.labelCw2.Text = "Password:"******"labelCw1";
            this.labelCw1.Size = new System.Drawing.Size(146, 40);
            this.labelCw1.Text = "User name:";
            // 
            // textBoxCw2
            // 
            this.textBoxCw2.Location = new System.Drawing.Point(169, 140);
            this.textBoxCw2.Name = "textBoxCw2";
            this.textBoxCw2.Size = new System.Drawing.Size(308, 41);
            this.textBoxCw2.TabIndex = 2;
            this.textBoxCw2.GotFocus += new System.EventHandler(this.CWShowKeyboard);
            this.textBoxCw2.LostFocus += new System.EventHandler(this.CWHideKeyboard);
            // 
            // textBoxCw1
            // 
            this.textBoxCw1.Location = new System.Drawing.Point(169, 93);
            this.textBoxCw1.Name = "textBoxCw1";
            this.textBoxCw1.Size = new System.Drawing.Size(308, 41);
            this.textBoxCw1.TabIndex = 1;
            this.textBoxCw1.GotFocus += new System.EventHandler(this.CWShowKeyboard);
            this.textBoxCw1.LostFocus += new System.EventHandler(this.CWHideKeyboard);
            // 
            // labelCwInfo
            // 
            this.labelCwInfo.Location = new System.Drawing.Point(2, 317);
            this.labelCwInfo.Name = "labelCwInfo";
            this.labelCwInfo.Size = new System.Drawing.Size(474, 40);
            this.labelCwInfo.Text = "Visit www.crossingways.com for all info";
            // 
            // labelCwLogMode
            // 
            this.labelCwLogMode.Location = new System.Drawing.Point(2, 231);
            this.labelCwLogMode.Name = "labelCwLogMode";
            this.labelCwLogMode.Size = new System.Drawing.Size(160, 40);
            this.labelCwLogMode.Text = "Live logging:";
            // 
            // comboBoxCwLogMode
            // 
            this.comboBoxCwLogMode.Items.Add("off");
            this.comboBoxCwLogMode.Items.Add("1 min");
            this.comboBoxCwLogMode.Items.Add("5 min");
            this.comboBoxCwLogMode.Items.Add("10 min");
            this.comboBoxCwLogMode.Items.Add("20 min");
            this.comboBoxCwLogMode.Items.Add("30 min");
            this.comboBoxCwLogMode.Items.Add("60 min");
            this.comboBoxCwLogMode.Location = new System.Drawing.Point(169, 229);
            this.comboBoxCwLogMode.Name = "comboBoxCwLogMode";
            this.comboBoxCwLogMode.Size = new System.Drawing.Size(308, 41);
            this.comboBoxCwLogMode.TabIndex = 5;
            // 
            // panelCwLogo
            // 
            this.panelCwLogo.Location = new System.Drawing.Point(60, 360);
            this.panelCwLogo.Name = "panelCwLogo";
            this.panelCwLogo.Size = new System.Drawing.Size(353, 103);
            this.panelCwLogo.Paint += new System.Windows.Forms.PaintEventHandler(this.panelCwLogo_Paint);
            // 
            // checkMapsWhiteBk
            // 
            this.checkMapsWhiteBk.Location = new System.Drawing.Point(0, 182);
            this.checkMapsWhiteBk.Name = "checkMapsWhiteBk";
            this.checkMapsWhiteBk.Size = new System.Drawing.Size(469, 40);
            this.checkMapsWhiteBk.TabIndex = 45;
            this.checkMapsWhiteBk.Text = "White background";
            this.checkMapsWhiteBk.Click += new System.EventHandler(this.checkMapsWhiteBk_Click);
            // 
            // checkPlotLine2AsDots
            // 
            this.checkPlotLine2AsDots.Location = new System.Drawing.Point(0, 94);
            this.checkPlotLine2AsDots.Name = "checkPlotLine2AsDots";
            this.checkPlotLine2AsDots.Size = new System.Drawing.Size(469, 40);
            this.checkPlotLine2AsDots.TabIndex = 41;
            this.checkPlotLine2AsDots.Text = "Plot track to follow as dots";
            // 
            // timerGps
            // 
            this.timerGps.Enabled = true;
            this.timerGps.Interval = 1000;
            this.timerGps.Tick += new System.EventHandler(this.timerGps_Tick);
            // 
            // timerIdleReset
            // 
            this.timerIdleReset.Interval = 9000;
            this.timerIdleReset.Tick += new System.EventHandler(this.timerIdleReset_Tick);
            // 
            // tabControl
            // 
            this.tabControl.Controls.Add(this.tabPageOptions);
            this.tabControl.Controls.Add(this.tabPageGps);
            this.tabControl.Controls.Add(this.tabPageMainScr);
            this.tabControl.Controls.Add(this.tabPageMapScr);
            this.tabControl.Controls.Add(this.tabPageKmlGpx);
            this.tabControl.Controls.Add(this.tabPageLiveLog);
            this.tabControl.Controls.Add(this.tabPageLaps);
            this.tabControl.Controls.Add(this.tabPageAbout);
            this.tabControl.Dock = System.Windows.Forms.DockStyle.None;
            this.tabControl.Location = new System.Drawing.Point(0, 0);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(480, 508);
            this.tabControl.TabIndex = 54;
            // 
            // tabPageOptions
            // 
            this.tabPageOptions.Controls.Add(this.checkOptMain);
            this.tabPageOptions.Controls.Add(this.checkOptKmlGpx);
            this.tabPageOptions.Controls.Add(this.checkOptAbout);
            this.tabPageOptions.Controls.Add(this.checkOptLiveLog);
            this.tabPageOptions.Controls.Add(this.checkOptLaps);
            this.tabPageOptions.Controls.Add(this.checkOptMaps);
            this.tabPageOptions.Controls.Add(this.labelOptText);
            this.tabPageOptions.Controls.Add(this.checkOptGps);
            this.tabPageOptions.Location = new System.Drawing.Point(0, 0);
            this.tabPageOptions.Name = "tabPageOptions";
            this.tabPageOptions.Size = new System.Drawing.Size(480, 464);
            this.tabPageOptions.Text = "Options:";
            // 
            // tabPageGps
            // 
            this.tabPageGps.Controls.Add(this.checkKeepBackLightOn);
            this.tabPageGps.Controls.Add(this.checkGPSOffOnPowerOff);
            this.tabPageGps.Controls.Add(this.checkWgs84Alt);
            this.tabPageGps.Controls.Add(this.checkkeepAliveReg);
            this.tabPageGps.Controls.Add(this.numericAvg);
            this.tabPageGps.Controls.Add(this.checkBeepOnFix);
            this.tabPageGps.Controls.Add(this.comboDropFirst);
            this.tabPageGps.Controls.Add(this.labelDropFirst);
            this.tabPageGps.Controls.Add(this.checkStopOnLow);
            this.tabPageGps.Controls.Add(this.comboGpsPoll);
            this.tabPageGps.Controls.Add(this.labelGpsActivity);
            this.tabPageGps.Controls.Add(this.checkBoxUseGccDll);
            this.tabPageGps.Controls.Add(this.comboBoxUseGccDllRate);
            this.tabPageGps.Controls.Add(this.comboBoxUseGccDllCom);
            this.tabPageGps.Controls.Add(this.labelGpsBaudRate);
            this.tabPageGps.Controls.Add(this.numericGeoID);
            this.tabPageGps.Location = new System.Drawing.Point(0, 0);
            this.tabPageGps.Name = "tabPageGps";
            this.tabPageGps.Size = new System.Drawing.Size(472, 470);
            this.tabPageGps.Text = "GPS";
            // 
            // checkKeepBackLightOn
            // 
            this.checkKeepBackLightOn.Location = new System.Drawing.Point(5, 407);
            this.checkKeepBackLightOn.Name = "checkKeepBackLightOn";
            this.checkKeepBackLightOn.Size = new System.Drawing.Size(475, 40);
            this.checkKeepBackLightOn.TabIndex = 60;
            this.checkKeepBackLightOn.Text = "Safe Energy: do not keep Backlight on";
            this.checkKeepBackLightOn.CheckStateChanged += new System.EventHandler(this.checkKeepBackLightOn_CheckStateChanged);
            // 
            // checkGPSOffOnPowerOff
            // 
            this.checkGPSOffOnPowerOff.Location = new System.Drawing.Point(5, 361);
            this.checkGPSOffOnPowerOff.Name = "checkGPSOffOnPowerOff";
            this.checkGPSOffOnPowerOff.Size = new System.Drawing.Size(472, 40);
            this.checkGPSOffOnPowerOff.TabIndex = 59;
            this.checkGPSOffOnPowerOff.Text = "Safe Energy: GPS off on power off";
            // 
            // checkWgs84Alt
            // 
            this.checkWgs84Alt.Location = new System.Drawing.Point(5, 227);
            this.checkWgs84Alt.Name = "checkWgs84Alt";
            this.checkWgs84Alt.Size = new System.Drawing.Size(338, 40);
            this.checkWgs84Alt.TabIndex = 55;
            this.checkWgs84Alt.Text = "WGS84 altitude;  corr, m:";
            // 
            // checkkeepAliveReg
            // 
            this.checkkeepAliveReg.Location = new System.Drawing.Point(5, 315);
            this.checkkeepAliveReg.Name = "checkkeepAliveReg";
            this.checkkeepAliveReg.Size = new System.Drawing.Size(472, 40);
            this.checkkeepAliveReg.TabIndex = 51;
            this.checkkeepAliveReg.Text = "use alternate method to keep GPS on";
            // 
            // numericAvg
            // 
            this.numericAvg.Location = new System.Drawing.Point(376, 273);
            this.numericAvg.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numericAvg.Name = "numericAvg";
            this.numericAvg.Size = new System.Drawing.Size(100, 36);
            this.numericAvg.TabIndex = 46;
            this.numericAvg.Value = new decimal(new int[] {
            2,
            0,
            0,
            0});
            // 
            // checkBeepOnFix
            // 
            this.checkBeepOnFix.Location = new System.Drawing.Point(5, 273);
            this.checkBeepOnFix.Name = "checkBeepOnFix";
            this.checkBeepOnFix.Size = new System.Drawing.Size(366, 40);
            this.checkBeepOnFix.TabIndex = 41;
            this.checkBeepOnFix.Text = "Beep on GPS fix         AVG:";
            // 
            // comboDropFirst
            // 
            this.comboDropFirst.Items.Add("none");
            this.comboDropFirst.Items.Add("1  point");
            this.comboDropFirst.Items.Add("2  points");
            this.comboDropFirst.Items.Add("4  points");
            this.comboDropFirst.Items.Add("8  points");
            this.comboDropFirst.Items.Add("16 points");
            this.comboDropFirst.Items.Add("32 points");
            this.comboDropFirst.Location = new System.Drawing.Point(153, 52);
            this.comboDropFirst.Name = "comboDropFirst";
            this.comboDropFirst.Size = new System.Drawing.Size(323, 41);
            this.comboDropFirst.TabIndex = 36;
            this.comboDropFirst.SelectedIndexChanged += new System.EventHandler(this.comboGpsPoll_SelectedIndexChanged);
            // 
            // labelDropFirst
            // 
            this.labelDropFirst.Location = new System.Drawing.Point(1, 54);
            this.labelDropFirst.Name = "labelDropFirst";
            this.labelDropFirst.Size = new System.Drawing.Size(219, 40);
            this.labelDropFirst.Text = "Drop first:";
            // 
            // tabPageMainScr
            // 
            this.tabPageMainScr.Controls.Add(this.checkChangeMenuOptBKL);
            this.tabPageMainScr.Controls.Add(this.checkShowExit);
            this.tabPageMainScr.Controls.Add(this.comboArraySize);
            this.tabPageMainScr.Controls.Add(this.labelArraySize);
            this.tabPageMainScr.Controls.Add(this.checkTouchOn);
            this.tabPageMainScr.Controls.Add(this.checkConfirmStop);
            this.tabPageMainScr.Controls.Add(this.comboUnits);
            this.tabPageMainScr.Controls.Add(this.labelUnits);
            this.tabPageMainScr.Controls.Add(this.checkExStopTime);
            this.tabPageMainScr.Controls.Add(this.checkEditFileName);
            this.tabPageMainScr.Controls.Add(this.checkMainConfigSingleTap);
            this.tabPageMainScr.Location = new System.Drawing.Point(0, 0);
            this.tabPageMainScr.Name = "tabPageMainScr";
            this.tabPageMainScr.Size = new System.Drawing.Size(472, 470);
            this.tabPageMainScr.Text = "Main screen";
            // 
            // checkChangeMenuOptBKL
            // 
            this.checkChangeMenuOptBKL.Location = new System.Drawing.Point(4, 327);
            this.checkChangeMenuOptBKL.Name = "checkChangeMenuOptBKL";
            this.checkChangeMenuOptBKL.Size = new System.Drawing.Size(476, 40);
            this.checkChangeMenuOptBKL.TabIndex = 42;
            this.checkChangeMenuOptBKL.Text = "Change menu \'Options\' <-> \'BKLight\'";
            // 
            // checkShowExit
            // 
            this.checkShowExit.Location = new System.Drawing.Point(4, 281);
            this.checkShowExit.Name = "checkShowExit";
            this.checkShowExit.Size = new System.Drawing.Size(476, 40);
            this.checkShowExit.TabIndex = 39;
            this.checkShowExit.Text = "Show \'Exit\' after Stop";
            // 
            // comboArraySize
            // 
            this.comboArraySize.Items.Add("4k");
            this.comboArraySize.Items.Add("8k");
            this.comboArraySize.Items.Add("16k");
            this.comboArraySize.Items.Add("32k");
            this.comboArraySize.Items.Add("64k");
            this.comboArraySize.Items.Add("128k");
            this.comboArraySize.Items.Add("256k");
            this.comboArraySize.Location = new System.Drawing.Point(345, 415);
            this.comboArraySize.Name = "comboArraySize";
            this.comboArraySize.Size = new System.Drawing.Size(128, 41);
            this.comboArraySize.TabIndex = 36;
            this.comboArraySize.SelectedIndexChanged += new System.EventHandler(this.comboArraySize_SelectedIndexChanged);
            // 
            // labelArraySize
            // 
            this.labelArraySize.Location = new System.Drawing.Point(7, 415);
            this.labelArraySize.Name = "labelArraySize";
            this.labelArraySize.Size = new System.Drawing.Size(332, 40);
            this.labelArraySize.Text = "Data array size (clears data):";
            // 
            // checkTouchOn
            // 
            this.checkTouchOn.Location = new System.Drawing.Point(4, 235);
            this.checkTouchOn.Name = "checkTouchOn";
            this.checkTouchOn.Size = new System.Drawing.Size(476, 40);
            this.checkTouchOn.TabIndex = 32;
            this.checkTouchOn.Text = "Keep touch on while backlight off";
            // 
            // checkConfirmStop
            // 
            this.checkConfirmStop.Location = new System.Drawing.Point(4, 189);
            this.checkConfirmStop.Name = "checkConfirmStop";
            this.checkConfirmStop.Size = new System.Drawing.Size(476, 40);
            this.checkConfirmStop.TabIndex = 30;
            this.checkConfirmStop.Text = "Confirm \'Pause\' and \'Stop\'";
            // 
            // tabPageMapScr
            // 
            this.tabPageMapScr.Controls.Add(this.comboNavCmd);
            this.tabPageMapScr.Controls.Add(this.labelNavCmd);
            this.tabPageMapScr.Controls.Add(this.numericTrackTolerance);
            this.tabPageMapScr.Controls.Add(this.labelTrackTolerance);
            this.tabPageMapScr.Controls.Add(this.checkDownloadOsm);
            this.tabPageMapScr.Controls.Add(this.labelDefaultZoom);
            this.tabPageMapScr.Controls.Add(this.numericZoomRadius);
            this.tabPageMapScr.Controls.Add(this.checkMapsWhiteBk);
            this.tabPageMapScr.Controls.Add(this.labelLine2Opt2);
            this.tabPageMapScr.Controls.Add(this.labelKmlOpt2);
            this.tabPageMapScr.Controls.Add(this.checkPlotLine2AsDots);
            this.tabPageMapScr.Controls.Add(this.labelLine2Opt1);
            this.tabPageMapScr.Controls.Add(this.comboBoxLine2OptWidth);
            this.tabPageMapScr.Controls.Add(this.comboBoxLine2OptColor);
            this.tabPageMapScr.Controls.Add(this.checkPlotTrackAsDots);
            this.tabPageMapScr.Controls.Add(this.comboBoxKmlOptWidth);
            this.tabPageMapScr.Controls.Add(this.comboBoxKmlOptColor);
            this.tabPageMapScr.Controls.Add(this.labelKmlOpt1);
            this.tabPageMapScr.Controls.Add(this.labelMultiMaps);
            this.tabPageMapScr.Controls.Add(this.comboMultiMaps);
            this.tabPageMapScr.Controls.Add(this.comboMapDownload);
            this.tabPageMapScr.Location = new System.Drawing.Point(0, 0);
            this.tabPageMapScr.Name = "tabPageMapScr";
            this.tabPageMapScr.Size = new System.Drawing.Size(480, 464);
            this.tabPageMapScr.Text = "Map screen";
            // 
            // comboNavCmd
            // 
            this.comboNavCmd.Items.Add("off");
            this.comboNavCmd.Items.Add("voice on");
            this.comboNavCmd.Items.Add("voice (only important)");
            this.comboNavCmd.Items.Add("beep on");
            this.comboNavCmd.Items.Add("beep (only important)");
            this.comboNavCmd.Location = new System.Drawing.Point(178, 383);
            this.comboNavCmd.Name = "comboNavCmd";
            this.comboNavCmd.Size = new System.Drawing.Size(297, 41);
            this.comboNavCmd.TabIndex = 85;
            // 
            // labelNavCmd
            // 
            this.labelNavCmd.Location = new System.Drawing.Point(3, 388);
            this.labelNavCmd.Name = "labelNavCmd";
            this.labelNavCmd.Size = new System.Drawing.Size(169, 36);
            this.labelNavCmd.Text = "Nav command";
            // 
            // numericTrackTolerance
            // 
            this.numericTrackTolerance.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.numericTrackTolerance.Location = new System.Drawing.Point(320, 347);
            this.numericTrackTolerance.Maximum = new decimal(new int[] {
            10000,
            0,
            0,
            0});
            this.numericTrackTolerance.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.numericTrackTolerance.Name = "numericTrackTolerance";
            this.numericTrackTolerance.Size = new System.Drawing.Size(155, 36);
            this.numericTrackTolerance.TabIndex = 75;
            this.numericTrackTolerance.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // labelTrackTolerance
            // 
            this.labelTrackTolerance.Location = new System.Drawing.Point(3, 347);
            this.labelTrackTolerance.Name = "labelTrackTolerance";
            this.labelTrackTolerance.Size = new System.Drawing.Size(314, 36);
            this.labelTrackTolerance.Text = "Nav track tolerance [m]";
            // 
            // checkDownloadOsm
            // 
            this.checkDownloadOsm.Location = new System.Drawing.Point(0, 268);
            this.checkDownloadOsm.Name = "checkDownloadOsm";
            this.checkDownloadOsm.Size = new System.Drawing.Size(164, 40);
            this.checkDownloadOsm.TabIndex = 66;
            this.checkDownloadOsm.Text = "Download";
            this.checkDownloadOsm.LostFocus += new System.EventHandler(this.comboMapDownload_SelectedIndexChanged);
            // 
            // labelDefaultZoom
            // 
            this.labelDefaultZoom.Location = new System.Drawing.Point(2, 311);
            this.labelDefaultZoom.Name = "labelDefaultZoom";
            this.labelDefaultZoom.Size = new System.Drawing.Size(314, 36);
            this.labelDefaultZoom.Text = "Default zoom [radius in m]";
            // 
            // tabPageKmlGpx
            // 
            this.tabPageKmlGpx.Controls.Add(this.checkGPXtrkseg);
            this.tabPageKmlGpx.Controls.Add(this.checkGpxSpeedMs);
            this.tabPageKmlGpx.Controls.Add(this.numericGpxTimeShift);
            this.tabPageKmlGpx.Controls.Add(this.labelGpxTimeShift);
            this.tabPageKmlGpx.Controls.Add(this.checkKmlAlt);
            this.tabPageKmlGpx.Controls.Add(this.checkGpxRte);
            this.tabPageKmlGpx.Location = new System.Drawing.Point(0, 0);
            this.tabPageKmlGpx.Name = "tabPageKmlGpx";
            this.tabPageKmlGpx.Size = new System.Drawing.Size(472, 470);
            this.tabPageKmlGpx.Text = "Kml/Gpx";
            // 
            // checkGPXtrkseg
            // 
            this.checkGPXtrkseg.Location = new System.Drawing.Point(2, 194);
            this.checkGPXtrkseg.Name = "checkGPXtrkseg";
            this.checkGPXtrkseg.Size = new System.Drawing.Size(469, 40);
            this.checkGPXtrkseg.TabIndex = 23;
            this.checkGPXtrkseg.Text = "Separate GPX trkseg if gap >10s";
            // 
            // checkGpxSpeedMs
            // 
            this.checkGpxSpeedMs.Location = new System.Drawing.Point(2, 105);
            this.checkGpxSpeedMs.Name = "checkGpxSpeedMs";
            this.checkGpxSpeedMs.Size = new System.Drawing.Size(469, 40);
            this.checkGpxSpeedMs.TabIndex = 21;
            this.checkGpxSpeedMs.Text = "Save GPX speed in m/s";
            // 
            // tabPageLiveLog
            // 
            this.tabPageLiveLog.Controls.Add(this.textBoxCwUrl);
            this.tabPageLiveLog.Controls.Add(this.labelCwUrl);
            this.tabPageLiveLog.Controls.Add(this.checkUploadGpx);
            this.tabPageLiveLog.Controls.Add(this.labelCw2);
            this.tabPageLiveLog.Controls.Add(this.labelCw1);
            this.tabPageLiveLog.Controls.Add(this.textBoxCw2);
            this.tabPageLiveLog.Controls.Add(this.textBoxCw1);
            this.tabPageLiveLog.Controls.Add(this.labelCwInfo);
            this.tabPageLiveLog.Controls.Add(this.labelCwLogMode);
            this.tabPageLiveLog.Controls.Add(this.comboBoxCwLogMode);
            this.tabPageLiveLog.Controls.Add(this.panelCwLogo);
            this.tabPageLiveLog.Location = new System.Drawing.Point(0, 0);
            this.tabPageLiveLog.Name = "tabPageLiveLog";
            this.tabPageLiveLog.Size = new System.Drawing.Size(472, 470);
            this.tabPageLiveLog.Text = "Live log";
            // 
            // textBoxCwUrl
            // 
            this.textBoxCwUrl.Location = new System.Drawing.Point(169, 46);
            this.textBoxCwUrl.Name = "textBoxCwUrl";
            this.textBoxCwUrl.Size = new System.Drawing.Size(308, 41);
            this.textBoxCwUrl.TabIndex = 26;
            this.textBoxCwUrl.Text = "http://www.crossingways.com";
            this.textBoxCwUrl.GotFocus += new System.EventHandler(this.CWShowKeyboard);
            this.textBoxCwUrl.LostFocus += new System.EventHandler(this.CWHideKeyboard);
            // 
            // labelCwUrl
            // 
            this.labelCwUrl.Location = new System.Drawing.Point(6, 47);
            this.labelCwUrl.Name = "labelCwUrl";
            this.labelCwUrl.Size = new System.Drawing.Size(156, 40);
            this.labelCwUrl.Text = "Server URL:";
            // 
            // checkUploadGpx
            // 
            this.checkUploadGpx.Location = new System.Drawing.Point(6, 274);
            this.checkUploadGpx.Name = "checkUploadGpx";
            this.checkUploadGpx.Size = new System.Drawing.Size(469, 40);
            this.checkUploadGpx.TabIndex = 18;
            this.checkUploadGpx.Text = "Upload GPX file (after saving)";
            // 
            // tabPageLaps
            // 
            this.tabPageLaps.Controls.Add(this.checkLapBeep);
            this.tabPageLaps.Controls.Add(this.buttonLapExport);
            this.tabPageLaps.Controls.Add(this.textLapOptions);
            this.tabPageLaps.Controls.Add(this.comboLapOptions);
            this.tabPageLaps.Location = new System.Drawing.Point(0, 0);
            this.tabPageLaps.Name = "tabPageLaps";
            this.tabPageLaps.Size = new System.Drawing.Size(472, 470);
            this.tabPageLaps.Text = "Lap stats";
            // 
            // checkLapBeep
            // 
            this.checkLapBeep.Location = new System.Drawing.Point(3, 51);
            this.checkLapBeep.Name = "checkLapBeep";
            this.checkLapBeep.Size = new System.Drawing.Size(246, 40);
            this.checkLapBeep.TabIndex = 11;
            this.checkLapBeep.Text = "beep every lap";
            // 
            // buttonLapExport
            // 
            this.buttonLapExport.Location = new System.Drawing.Point(306, 51);
            this.buttonLapExport.Name = "buttonLapExport";
            this.buttonLapExport.Size = new System.Drawing.Size(167, 40);
            this.buttonLapExport.TabIndex = 10;
            this.buttonLapExport.Text = ".csv export";
            this.buttonLapExport.Click += new System.EventHandler(this.buttonLapExport_Click);
            // 
            // tabPageAbout
            // 
            this.tabPageAbout.Controls.Add(this.labelRevision);
            this.tabPageAbout.Location = new System.Drawing.Point(0, 0);
            this.tabPageAbout.Name = "tabPageAbout";
            this.tabPageAbout.Size = new System.Drawing.Size(472, 470);
            this.tabPageAbout.Text = "About";
            this.tabPageAbout.Paint += new System.Windows.Forms.PaintEventHandler(this.tabAbout_Paint);
            // 
            // timerButton
            // 
            this.timerButton.Interval = 1000;
            this.timerButton.Tick += new System.EventHandler(this.timerButton_Tick);
            // 
            // Form1
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(480, 588);
            this.Controls.Add(this.tabControl);
            this.Controls.Add(this.tabBlank);
            this.Controls.Add(this.tabOpenFile);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Location = new System.Drawing.Point(0, 52);
            this.Name = "Form1";
            this.Text = "GPS Cycle Computer";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.Closed += new System.EventHandler(this.Form1_Closed);
            this.Closing += new System.ComponentModel.CancelEventHandler(this.Form1_Closing);
            this.Resize += new System.EventHandler(this.Form1_Resize);
            this.tabOpenFile.ResumeLayout(false);
            this.tabControl.ResumeLayout(false);
            this.tabPageOptions.ResumeLayout(false);
            this.tabPageGps.ResumeLayout(false);
            this.tabPageMainScr.ResumeLayout(false);
            this.tabPageMapScr.ResumeLayout(false);
            this.tabPageKmlGpx.ResumeLayout(false);
            this.tabPageLiveLog.ResumeLayout(false);
            this.tabPageLaps.ResumeLayout(false);
            this.tabPageAbout.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Пример #15
0
 /// <summary>
 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディタで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.mainMenu                   = new System.Windows.Forms.MainMenu();
     this.menuMenuItem               = new System.Windows.Forms.MenuItem();
     this.updateCheckTimerMenuItem   = new System.Windows.Forms.MenuItem();
     this.separateMenuItem1          = new System.Windows.Forms.MenuItem();
     this.pocketLadioSettingMenuItem = new System.Windows.Forms.MenuItem();
     this.separateMenuItem2          = new System.Windows.Forms.MenuItem();
     this.versionInfoMenuItem        = new System.Windows.Forms.MenuItem();
     this.separateMenuItem3          = new System.Windows.Forms.MenuItem();
     this.exitMenuItem               = new System.Windows.Forms.MenuItem();
     this.updateMenuItem             = new System.Windows.Forms.MenuItem();
     this.twitterListView            = new System.Windows.Forms.ListView();
     this.screenNameColumnHeader     = new System.Windows.Forms.ColumnHeader();
     this.doingColumnHeader          = new System.Windows.Forms.ColumnHeader();
     this.dateColumnHeader           = new System.Windows.Forms.ColumnHeader();
     this.profileSmallImageList      = new System.Windows.Forms.ImageList();
     this.doingPostTextBox           = new System.Windows.Forms.TextBox();
     this.doingContextMenu           = new System.Windows.Forms.ContextMenu();
     this.cutDoingMenuItem           = new System.Windows.Forms.MenuItem();
     this.copyDoingMenuItem          = new System.Windows.Forms.MenuItem();
     this.pasteDoingMenuItem         = new System.Windows.Forms.MenuItem();
     this.updateButton               = new System.Windows.Forms.Button();
     this.inputPanel                 = new Microsoft.WindowsCE.Forms.InputPanel();
     this.updateCheckTimer           = new System.Windows.Forms.Timer();
     this.twitterPictureBox          = new System.Windows.Forms.PictureBox();
     this.profileBigImageList        = new System.Windows.Forms.ImageList();
     this.doingInfomationTextBox     = new System.Windows.Forms.TextBox();
     //
     // mainMenu
     //
     this.mainMenu.MenuItems.Add(this.menuMenuItem);
     this.mainMenu.MenuItems.Add(this.updateMenuItem);
     //
     // menuMenuItem
     //
     this.menuMenuItem.MenuItems.Add(this.updateCheckTimerMenuItem);
     this.menuMenuItem.MenuItems.Add(this.separateMenuItem1);
     this.menuMenuItem.MenuItems.Add(this.pocketLadioSettingMenuItem);
     this.menuMenuItem.MenuItems.Add(this.separateMenuItem2);
     this.menuMenuItem.MenuItems.Add(this.versionInfoMenuItem);
     this.menuMenuItem.MenuItems.Add(this.separateMenuItem3);
     this.menuMenuItem.MenuItems.Add(this.exitMenuItem);
     this.menuMenuItem.Text = "メニュー(&M)";
     //
     // updateCheckTimerMenuItem
     //
     this.updateCheckTimerMenuItem.Text   = "Twitterを一定間隔でチェック(&T)";
     this.updateCheckTimerMenuItem.Click += new System.EventHandler(this.updateCheckTimerMenuItem_Click);
     //
     // separateMenuItem1
     //
     this.separateMenuItem1.Text = "-";
     //
     // pocketLadioSettingMenuItem
     //
     this.pocketLadioSettingMenuItem.Text   = "TwitterAway設定(&T)";
     this.pocketLadioSettingMenuItem.Click += new System.EventHandler(this.pocketLadioSettingMenuItem_Click);
     //
     // separateMenuItem2
     //
     this.separateMenuItem2.Text = "-";
     //
     // versionInfoMenuItem
     //
     this.versionInfoMenuItem.Text   = "バージョン情報(&A)";
     this.versionInfoMenuItem.Click += new System.EventHandler(this.versionInfoMenuItem_Click);
     //
     // separateMenuItem3
     //
     this.separateMenuItem3.Text = "-";
     //
     // exitMenuItem
     //
     this.exitMenuItem.Text   = "終了(&X)";
     this.exitMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click);
     //
     // updateMenuItem
     //
     this.updateMenuItem.Text   = "Update";
     this.updateMenuItem.Click += new System.EventHandler(this.updateMenuItem_Click);
     //
     // twitterListView
     //
     this.twitterListView.Columns.Add(this.screenNameColumnHeader);
     this.twitterListView.Columns.Add(this.doingColumnHeader);
     this.twitterListView.Columns.Add(this.dateColumnHeader);
     this.twitterListView.Location              = new System.Drawing.Point(3, 64);
     this.twitterListView.Size                  = new System.Drawing.Size(234, 174);
     this.twitterListView.SmallImageList        = this.profileSmallImageList;
     this.twitterListView.View                  = System.Windows.Forms.View.Details;
     this.twitterListView.SelectedIndexChanged += new System.EventHandler(this.twitterListView_SelectedIndexChanged);
     //
     // screenNameColumnHeader
     //
     this.screenNameColumnHeader.Text  = "Name";
     this.screenNameColumnHeader.Width = 60;
     //
     // doingColumnHeader
     //
     this.doingColumnHeader.Text  = "What are you doing?";
     this.doingColumnHeader.Width = 120;
     //
     // dateColumnHeader
     //
     this.dateColumnHeader.Text  = "Date";
     this.dateColumnHeader.Width = 50;
     //
     // profileSmallImageList
     //
     this.profileSmallImageList.ImageSize = new System.Drawing.Size(16, 16);
     //
     // doingPostTextBox
     //
     this.doingPostTextBox.ContextMenu = this.doingContextMenu;
     this.doingPostTextBox.Location    = new System.Drawing.Point(3, 244);
     this.doingPostTextBox.Size        = new System.Drawing.Size(164, 21);
     this.doingPostTextBox.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.doingTextBox_KeyUp);
     this.doingPostTextBox.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.doingTextBox_KeyPress);
     this.doingPostTextBox.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.doingTextBox_KeyDown);
     //
     // doingContextMenu
     //
     this.doingContextMenu.MenuItems.Add(this.cutDoingMenuItem);
     this.doingContextMenu.MenuItems.Add(this.copyDoingMenuItem);
     this.doingContextMenu.MenuItems.Add(this.pasteDoingMenuItem);
     //
     // cutDoingMenuItem
     //
     this.cutDoingMenuItem.Text   = "切り取り(&T)";
     this.cutDoingMenuItem.Click += new System.EventHandler(this.cutDoingMenuItem_Click);
     //
     // copyDoingMenuItem
     //
     this.copyDoingMenuItem.Text   = "コピー(&C)";
     this.copyDoingMenuItem.Click += new System.EventHandler(this.copyDoingMenuItem_Click);
     //
     // pasteDoingMenuItem
     //
     this.pasteDoingMenuItem.Text   = "貼り付け(&P)";
     this.pasteDoingMenuItem.Click += new System.EventHandler(this.pasteDoingMenuItem_Click);
     //
     // updateButton
     //
     this.updateButton.Location = new System.Drawing.Point(173, 244);
     this.updateButton.Size     = new System.Drawing.Size(64, 20);
     this.updateButton.Text     = "&Update";
     this.updateButton.Click   += new System.EventHandler(this.updateButton_Click);
     //
     // inputPanel
     //
     this.inputPanel.EnabledChanged += new System.EventHandler(this.inputPanel_EnabledChanged);
     //
     // updateCheckTimer
     //
     this.updateCheckTimer.Tick += new System.EventHandler(this.updateCheckTimer_Tick);
     //
     // twitterPictureBox
     //
     this.twitterPictureBox.Location = new System.Drawing.Point(3, 8);
     this.twitterPictureBox.Size     = new System.Drawing.Size(44, 44);
     //
     // profileBigImageList
     //
     this.profileBigImageList.ImageSize = new System.Drawing.Size(44, 44);
     //
     // doingInfomationTextBox
     //
     this.doingInfomationTextBox.ForeColor  = System.Drawing.SystemColors.Window;
     this.doingInfomationTextBox.Location   = new System.Drawing.Point(53, 3);
     this.doingInfomationTextBox.Multiline  = true;
     this.doingInfomationTextBox.ReadOnly   = true;
     this.doingInfomationTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.doingInfomationTextBox.Size       = new System.Drawing.Size(184, 55);
     //
     // MainForm
     //
     this.ClientSize = new System.Drawing.Size(240, 268);
     this.Controls.Add(this.doingInfomationTextBox);
     this.Controls.Add(this.twitterPictureBox);
     this.Controls.Add(this.updateButton);
     this.Controls.Add(this.doingPostTextBox);
     this.Controls.Add(this.twitterListView);
     this.Menu       = this.mainMenu;
     this.Text       = "TwitterAway";
     this.Resize    += new System.EventHandler(this.MainForm_Resize);
     this.Activated += new System.EventHandler(this.MainForm_Activated);
     this.Closing   += new System.ComponentModel.CancelEventHandler(this.MainForm_Closing);
     this.Load      += new System.EventHandler(this.MainForm_Load);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.kod_t       = new System.Windows.Forms.TextBox();
     this.search_b    = new System.Windows.Forms.Button();
     this.kod_l       = new System.Windows.Forms.Label();
     this.cena_t      = new System.Windows.Forms.TextBox();
     this.cena_l      = new System.Windows.Forms.Label();
     this.stan_t      = new System.Windows.Forms.TextBox();
     this.stan_l      = new System.Windows.Forms.Label();
     this.nazwa_l     = new System.Windows.Forms.Label();
     this.nazwa_t     = new System.Windows.Forms.TextBox();
     this.ilosc_t     = new System.Windows.Forms.TextBox();
     this.ilosc_l     = new System.Windows.Forms.Label();
     this.exit_b      = new System.Windows.Forms.Button();
     this.ok_b        = new System.Windows.Forms.Button();
     this.zliczono_t  = new System.Windows.Forms.TextBox();
     this.zliczono_l  = new System.Windows.Forms.Label();
     this.label1      = new System.Windows.Forms.Label();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
     this.button1     = new System.Windows.Forms.Button();
     this.label2      = new System.Windows.Forms.Label();
     this.cenasp_t    = new System.Windows.Forms.TextBox();
     this.label3      = new System.Windows.Forms.Label();
     this.vat_t       = new System.Windows.Forms.TextBox();
     //
     // kod_t
     //
     this.kod_t.BackColor = System.Drawing.Color.WhiteSmoke;
     this.kod_t.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9.75F, System.Drawing.FontStyle.Bold);
     this.kod_t.ForeColor = System.Drawing.Color.Black;
     this.kod_t.Location  = new System.Drawing.Point(16, 24);
     this.kod_t.ReadOnly  = true;
     this.kod_t.Size      = new System.Drawing.Size(208, 27);
     this.kod_t.Text      = "";
     //
     // search_b
     //
     this.search_b.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.search_b.Location = new System.Drawing.Point(152, 56);
     this.search_b.Text     = "SZUKAJ";
     this.search_b.Visible  = false;
     //
     // kod_l
     //
     this.kod_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.kod_l.ForeColor = System.Drawing.Color.White;
     this.kod_l.Location  = new System.Drawing.Point(16, 8);
     this.kod_l.Size      = new System.Drawing.Size(160, 16);
     this.kod_l.Text      = "KOD Towaru";
     //
     // cena_t
     //
     this.cena_t.AcceptsReturn = true;
     this.cena_t.BackColor     = System.Drawing.Color.Azure;
     this.cena_t.Font          = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.cena_t.ForeColor     = System.Drawing.Color.Black;
     this.cena_t.Location      = new System.Drawing.Point(56, 224);
     this.cena_t.ReadOnly      = true;
     this.cena_t.Size          = new System.Drawing.Size(72, 24);
     this.cena_t.Text          = "";
     //
     // cena_l
     //
     this.cena_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.cena_l.ForeColor = System.Drawing.Color.White;
     this.cena_l.Location  = new System.Drawing.Point(8, 216);
     this.cena_l.Size      = new System.Drawing.Size(48, 31);
     this.cena_l.Text      = "CenaZk (netto)";
     this.cena_l.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // stan_t
     //
     this.stan_t.BackColor = System.Drawing.Color.Azure;
     this.stan_t.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.stan_t.ForeColor = System.Drawing.Color.Black;
     this.stan_t.Location  = new System.Drawing.Point(56, 192);
     this.stan_t.ReadOnly  = true;
     this.stan_t.Size      = new System.Drawing.Size(72, 24);
     this.stan_t.Text      = "";
     //
     // stan_l
     //
     this.stan_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.stan_l.ForeColor = System.Drawing.Color.White;
     this.stan_l.Location  = new System.Drawing.Point(24, 192);
     this.stan_l.Size      = new System.Drawing.Size(32, 20);
     this.stan_l.Text      = "Stan";
     this.stan_l.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // nazwa_l
     //
     this.nazwa_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.nazwa_l.ForeColor = System.Drawing.Color.White;
     this.nazwa_l.Location  = new System.Drawing.Point(16, 64);
     this.nazwa_l.Size      = new System.Drawing.Size(104, 16);
     this.nazwa_l.Text      = "Nazwa Towaru";
     //
     // nazwa_t
     //
     this.nazwa_t.BackColor  = System.Drawing.Color.Azure;
     this.nazwa_t.Font       = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.nazwa_t.ForeColor  = System.Drawing.Color.Black;
     this.nazwa_t.Location   = new System.Drawing.Point(16, 80);
     this.nazwa_t.Multiline  = true;
     this.nazwa_t.ReadOnly   = true;
     this.nazwa_t.Size       = new System.Drawing.Size(208, 40);
     this.nazwa_t.Text       = "";
     this.nazwa_t.LostFocus += new System.EventHandler(this.nazwa_t_LostFocus);
     this.nazwa_t.GotFocus  += new System.EventHandler(this.nazwa_t_GotFocus);
     //
     // ilosc_t
     //
     this.ilosc_t.BackColor = System.Drawing.Color.GreenYellow;
     this.ilosc_t.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.ilosc_t.ForeColor = System.Drawing.Color.Black;
     this.ilosc_t.Location  = new System.Drawing.Point(56, 128);
     this.ilosc_t.Size      = new System.Drawing.Size(72, 24);
     this.ilosc_t.Text      = "";
     this.ilosc_t.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ilosc_t_KeyPress);
     //
     // ilosc_l
     //
     this.ilosc_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.ilosc_l.ForeColor = System.Drawing.Color.White;
     this.ilosc_l.Location  = new System.Drawing.Point(24, 128);
     this.ilosc_l.Size      = new System.Drawing.Size(32, 20);
     this.ilosc_l.Text      = "IloϾ";
     this.ilosc_l.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // exit_b
     //
     this.exit_b.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.exit_b.Location = new System.Drawing.Point(128, 256);
     this.exit_b.Size     = new System.Drawing.Size(96, 32);
     this.exit_b.Text     = "WYJŒCIE";
     this.exit_b.Click   += new System.EventHandler(this.exit_b_Click);
     //
     // ok_b
     //
     this.ok_b.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.ok_b.Location = new System.Drawing.Point(16, 256);
     this.ok_b.Size     = new System.Drawing.Size(104, 32);
     this.ok_b.Text     = "OK";
     this.ok_b.Click   += new System.EventHandler(this.ok_b_Click);
     //
     // zliczono_t
     //
     this.zliczono_t.BackColor = System.Drawing.Color.Azure;
     this.zliczono_t.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.zliczono_t.ForeColor = System.Drawing.Color.Black;
     this.zliczono_t.Location  = new System.Drawing.Point(56, 160);
     this.zliczono_t.ReadOnly  = true;
     this.zliczono_t.Size      = new System.Drawing.Size(72, 24);
     this.zliczono_t.Text      = "";
     //
     // zliczono_l
     //
     this.zliczono_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.zliczono_l.ForeColor = System.Drawing.Color.White;
     this.zliczono_l.Location  = new System.Drawing.Point(0, 160);
     this.zliczono_l.Size      = new System.Drawing.Size(56, 20);
     this.zliczono_l.Text      = "Zliczono";
     this.zliczono_l.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.label1.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label1.Location  = new System.Drawing.Point(8, 296);
     this.label1.Size      = new System.Drawing.Size(224, 24);
     this.label1.Text      = "DARIUSZ HANC ALAXA UNDERSOFT";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.button1.Location = new System.Drawing.Point(134, 128);
     this.button1.Size     = new System.Drawing.Size(90, 27);
     this.button1.Text     = "KLAWIATURA";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(136, 200);
     this.label2.Size      = new System.Drawing.Size(96, 16);
     this.label2.Text      = "CenaSp (brutto)";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // cenasp_t
     //
     this.cenasp_t.BackColor = System.Drawing.Color.Azure;
     this.cenasp_t.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.cenasp_t.ForeColor = System.Drawing.Color.Black;
     this.cenasp_t.Location  = new System.Drawing.Point(144, 216);
     this.cenasp_t.ReadOnly  = true;
     this.cenasp_t.Size      = new System.Drawing.Size(72, 24);
     this.cenasp_t.Text      = "";
     //
     // label3
     //
     this.label3.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(144, 160);
     this.label3.Size      = new System.Drawing.Size(72, 16);
     this.label3.Text      = "VAT %";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // vat_t
     //
     this.vat_t.BackColor = System.Drawing.Color.Azure;
     this.vat_t.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.vat_t.ForeColor = System.Drawing.Color.Black;
     this.vat_t.Location  = new System.Drawing.Point(144, 176);
     this.vat_t.ReadOnly  = true;
     this.vat_t.Size      = new System.Drawing.Size(72, 24);
     this.vat_t.Text      = "";
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     //
     // Form4
     //
     this.BackColor  = System.Drawing.Color.DodgerBlue;
     this.ClientSize = new System.Drawing.Size(240, 320);
     this.ControlBox = false;
     this.Controls.Add(this.label3);
     this.Controls.Add(this.vat_t);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.cenasp_t);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.zliczono_l);
     this.Controls.Add(this.zliczono_t);
     this.Controls.Add(this.ok_b);
     this.Controls.Add(this.exit_b);
     this.Controls.Add(this.ilosc_l);
     this.Controls.Add(this.ilosc_t);
     this.Controls.Add(this.nazwa_t);
     this.Controls.Add(this.stan_l);
     this.Controls.Add(this.stan_t);
     this.Controls.Add(this.cena_l);
     this.Controls.Add(this.cena_t);
     this.Controls.Add(this.search_b);
     this.Controls.Add(this.kod_t);
     this.Controls.Add(this.kod_l);
     this.Controls.Add(this.nazwa_l);
     this.Text = "Edycja Pozycji";
 }
Пример #17
0
		public static void showSip()
		{
#if CF
			try
			{
				Microsoft.WindowsCE.Forms.InputPanel ip = new Microsoft.WindowsCE.Forms.InputPanel();
				ip.Enabled = true;
			}
			catch
			{
				System.Windows.Forms.MessageBox.Show( "Error showing SIP" );
			}
#else
#endif
		}
Пример #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.panel1 = new System.Windows.Forms.Panel();
     this.layerTabControl = new System.Windows.Forms.TabControl();
     this.generalTab = new System.Windows.Forms.TabPage();
     this.settingsWhiteIsTP = new System.Windows.Forms.CheckBox();
     this.layerFilePathLabel = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.layerFileNameLabel = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.layerCommentTextBox = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.layerNameTextBox = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.infoTab = new System.Windows.Forms.TabPage();
     this.resYField = new System.Windows.Forms.Label();
     this.resXField = new System.Windows.Forms.Label();
     this.resXLabel = new System.Windows.Forms.Label();
     this.resYLabel = new System.Windows.Forms.Label();
     this.layerHeightLabel = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.layerWidthLabel = new System.Windows.Forms.Label();
     this.layer6 = new System.Windows.Forms.Label();
     this.layerMaxYLayer = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.layerMaxXLabel = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.layerMinYLabel = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.layerMinXLabel = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.layerShapeTypeLabel = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.scaleTab = new System.Windows.Forms.TabPage();
     this.Caption = new System.Windows.Forms.Label();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
     this.panel1.SuspendLayout();
     this.layerTabControl.SuspendLayout();
     this.generalTab.SuspendLayout();
     this.infoTab.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.layerTabControl);
     this.panel1.Location = new System.Drawing.Point(1, 22);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(238, 175);
     //
     // layerTabControl
     //
     this.layerTabControl.Controls.Add(this.generalTab);
     this.layerTabControl.Controls.Add(this.infoTab);
     this.layerTabControl.Location = new System.Drawing.Point(0, 0);
     this.layerTabControl.Name = "layerTabControl";
     this.layerTabControl.SelectedIndex = 0;
     this.layerTabControl.Size = new System.Drawing.Size(238, 172);
     this.layerTabControl.TabIndex = 0;
     //
     // generalTab
     //
     this.generalTab.Controls.Add(this.settingsWhiteIsTP);
     this.generalTab.Controls.Add(this.layerFilePathLabel);
     this.generalTab.Controls.Add(this.label1);
     this.generalTab.Controls.Add(this.layerFileNameLabel);
     this.generalTab.Controls.Add(this.label5);
     this.generalTab.Controls.Add(this.layerCommentTextBox);
     this.generalTab.Controls.Add(this.label4);
     this.generalTab.Controls.Add(this.layerNameTextBox);
     this.generalTab.Controls.Add(this.label2);
     this.generalTab.Location = new System.Drawing.Point(0, 0);
     this.generalTab.Name = "generalTab";
     this.generalTab.Size = new System.Drawing.Size(238, 149);
     this.generalTab.Text = "Allgemein";
     //
     // settingsWhiteIsTP
     //
     this.settingsWhiteIsTP.Checked = true;
     this.settingsWhiteIsTP.CheckState = System.Windows.Forms.CheckState.Checked;
     this.settingsWhiteIsTP.Location = new System.Drawing.Point(5, 122);
     this.settingsWhiteIsTP.Name = "settingsWhiteIsTP";
     this.settingsWhiteIsTP.Size = new System.Drawing.Size(178, 20);
     this.settingsWhiteIsTP.TabIndex = 6;
     this.settingsWhiteIsTP.Text = "Farbe Weiß ist transparent";
     //
     // layerFilePathLabel
     //
     this.layerFilePathLabel.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.layerFilePathLabel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.layerFilePathLabel.Location = new System.Drawing.Point(99, 95);
     this.layerFilePathLabel.Multiline = true;
     this.layerFilePathLabel.Name = "layerFilePathLabel";
     this.layerFilePathLabel.ReadOnly = true;
     this.layerFilePathLabel.Size = new System.Drawing.Size(132, 21);
     this.layerFilePathLabel.TabIndex = 0;
     this.layerFilePathLabel.WordWrap = false;
     this.layerFilePathLabel.BackColor = SystemColors.Window;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(7, 95);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(68, 15);
     this.label1.Text = "Pfad:";
     //
     // layerFileNameLabel
     //
     this.layerFileNameLabel.Location = new System.Drawing.Point(99, 76);
     this.layerFileNameLabel.Name = "layerFileNameLabel";
     this.layerFileNameLabel.Size = new System.Drawing.Size(132, 15);
     this.layerFilePathLabel.BackColor = SystemColors.Window;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(7, 76);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(68, 15);
     this.label5.Text = "Dateiname:";
     //
     // layerCommentTextBox
     //
     this.layerCommentTextBox.Location = new System.Drawing.Point(99, 34);
     this.layerCommentTextBox.Multiline = true;
     this.layerCommentTextBox.Name = "layerCommentTextBox";
     this.layerCommentTextBox.Size = new System.Drawing.Size(132, 39);
     this.layerCommentTextBox.TabIndex = 3;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(7, 34);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(100, 20);
     this.label4.Text = "Bemerkungen:";
     //
     // layerNameTextBox
     //
     this.layerNameTextBox.Location = new System.Drawing.Point(99, 7);
     this.layerNameTextBox.Name = "layerNameTextBox";
     this.layerNameTextBox.Size = new System.Drawing.Size(132, 21);
     this.layerNameTextBox.TabIndex = 1;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(7, 13);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(48, 15);
     this.label2.Text = "Name:";
     //
     // infoTab
     //
     this.infoTab.AutoScroll = true;
     this.infoTab.Controls.Add(this.resYField);
     this.infoTab.Controls.Add(this.resXField);
     this.infoTab.Controls.Add(this.resXLabel);
     this.infoTab.Controls.Add(this.resYLabel);
     this.infoTab.Controls.Add(this.layerHeightLabel);
     this.infoTab.Controls.Add(this.label13);
     this.infoTab.Controls.Add(this.layerWidthLabel);
     this.infoTab.Controls.Add(this.layer6);
     this.infoTab.Controls.Add(this.layerMaxYLayer);
     this.infoTab.Controls.Add(this.label11);
     this.infoTab.Controls.Add(this.layerMaxXLabel);
     this.infoTab.Controls.Add(this.label10);
     this.infoTab.Controls.Add(this.layerMinYLabel);
     this.infoTab.Controls.Add(this.label9);
     this.infoTab.Controls.Add(this.layerMinXLabel);
     this.infoTab.Controls.Add(this.label8);
     this.infoTab.Controls.Add(this.layerShapeTypeLabel);
     this.infoTab.Controls.Add(this.label3);
     this.infoTab.Location = new System.Drawing.Point(0, 0);
     this.infoTab.Name = "infoTab";
     this.infoTab.Size = new System.Drawing.Size(230, 146);
     this.infoTab.Text = "Info";
     //
     // resYField
     //
     this.resYField.Location = new System.Drawing.Point(119, 127);
     this.resYField.Name = "resYField";
     this.resYField.Size = new System.Drawing.Size(112, 15);
     //
     // resXField
     //
     this.resXField.Location = new System.Drawing.Point(119, 112);
     this.resXField.Name = "resXField";
     this.resXField.Size = new System.Drawing.Size(112, 15);
     //
     // resXLabel
     //
     this.resXLabel.Location = new System.Drawing.Point(8, 112);
     this.resXLabel.Name = "resXLabel";
     this.resXLabel.Size = new System.Drawing.Size(112, 15);
     this.resXLabel.Text = "Bodenauflösung X:";
     //
     // resYLabel
     //
     this.resYLabel.Location = new System.Drawing.Point(8, 127);
     this.resYLabel.Name = "resYLabel";
     this.resYLabel.Size = new System.Drawing.Size(112, 15);
     this.resYLabel.Text = "Bodenauflösung Y:";
     //
     // layerHeightLabel
     //
     this.layerHeightLabel.Location = new System.Drawing.Point(119, 97);
     this.layerHeightLabel.Name = "layerHeightLabel";
     this.layerHeightLabel.Size = new System.Drawing.Size(112, 15);
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(8, 97);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(70, 15);
     this.label13.Text = "Höhe [px]:";
     //
     // layerWidthLabel
     //
     this.layerWidthLabel.Location = new System.Drawing.Point(119, 82);
     this.layerWidthLabel.Name = "layerWidthLabel";
     this.layerWidthLabel.Size = new System.Drawing.Size(112, 15);
     //
     // layer6
     //
     this.layer6.Location = new System.Drawing.Point(8, 82);
     this.layer6.Name = "layer6";
     this.layer6.Size = new System.Drawing.Size(70, 15);
     this.layer6.Text = "Breite [px]:";
     //
     // layerMaxYLayer
     //
     this.layerMaxYLayer.Location = new System.Drawing.Point(119, 67);
     this.layerMaxYLayer.Name = "layerMaxYLayer";
     this.layerMaxYLayer.Size = new System.Drawing.Size(112, 15);
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(8, 67);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(70, 15);
     this.label11.Text = "Max Y:";
     //
     // layerMaxXLabel
     //
     this.layerMaxXLabel.Location = new System.Drawing.Point(119, 52);
     this.layerMaxXLabel.Name = "layerMaxXLabel";
     this.layerMaxXLabel.Size = new System.Drawing.Size(112, 15);
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(8, 52);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(70, 15);
     this.label10.Text = "Max X:";
     //
     // layerMinYLabel
     //
     this.layerMinYLabel.Location = new System.Drawing.Point(119, 38);
     this.layerMinYLabel.Name = "layerMinYLabel";
     this.layerMinYLabel.Size = new System.Drawing.Size(112, 15);
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(8, 38);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(70, 15);
     this.label9.Text = "Min Y:";
     //
     // layerMinXLabel
     //
     this.layerMinXLabel.Location = new System.Drawing.Point(119, 23);
     this.layerMinXLabel.Name = "layerMinXLabel";
     this.layerMinXLabel.Size = new System.Drawing.Size(112, 15);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8, 23);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(53, 15);
     this.label8.Text = "Min X:";
     //
     // layerShapeTypeLabel
     //
     this.layerShapeTypeLabel.Location = new System.Drawing.Point(119, 8);
     this.layerShapeTypeLabel.Name = "layerShapeTypeLabel";
     this.layerShapeTypeLabel.Size = new System.Drawing.Size(112, 15);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 9);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(70, 15);
     this.label3.Text = "Layer-Typ:";
     //
     // scaleTab
     //
     this.scaleTab.Location = new System.Drawing.Point(0, 0);
     this.scaleTab.Name = "scaleTab";
     this.scaleTab.Size = new System.Drawing.Size(230, 146);
     this.scaleTab.Text = "Maßstab";
     //
     // Caption
     //
     this.Caption.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular);
     this.Caption.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.Caption.Location = new System.Drawing.Point(4, 3);
     this.Caption.Name = "Caption";
     this.Caption.Size = new System.Drawing.Size(172, 18);
     this.Caption.Text = "Layereinstellungen bearbeiten";
     //
     // ImageSettingEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(240, 200);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.Caption);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Location = new System.Drawing.Point(0, 15);
     this.MinimizeBox = false;
     this.Name = "ImageSettingEditor";
     this.TopMost = true;
     this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Form2_MouseUp);
     this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form2_MouseDown);
     this.panel1.ResumeLayout(false);
     this.layerTabControl.ResumeLayout(false);
     this.generalTab.ResumeLayout(false);
     this.infoTab.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #19
0
        public static DialogResult InputBoxRec(string title, string promptText, ref string value, string RecFile)
        {
            Form    form         = new Form();
            Label   label        = new Label();
            TextBox textBox      = new TextBox();
            Button  buttonOk     = new Button();
            Button  buttonCancel = new Button();

            form.Text    = title;
            label.Text   = promptText;
            textBox.Text = value;

            buttonOk.Text             = "OK";
            buttonCancel.Text         = "Cancel";
            buttonOk.DialogResult     = DialogResult.OK;
            buttonCancel.DialogResult = DialogResult.Cancel;

            int w = form.Width, h = form.Height;

            label.Bounds        = new Rectangle(w * 10 / 480, h * 40 / 588, w * 460 / 480, h * 36 / 588);   //5, 20, 230, 18);
            textBox.Bounds      = new Rectangle(w * 10 / 480, h * 80 / 588, w * 460 / 480, h * 36 / 588);   //5, 40, 230, 18);
            buttonOk.Bounds     = new Rectangle(w * 165 / 480, h * 140 / 588, w * 150 / 480, h * 80 / 588); //80, 70, 75, 24);
            buttonCancel.Bounds = new Rectangle(w * 325 / 480, h * 140 / 588, w * 150 / 480, h * 80 / 588); //160, 70, 75, 24);

            //label.AutoSize = true;
            //textBox.Anchor = textBox.Anchor | AnchorStyles.Right;
            //buttonOk.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
            //buttonCancel.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;

            //form.ClientSize = new Size(240, 100);
            form.Controls.Add(label);
            form.Controls.Add(textBox);
            form.Controls.Add(buttonOk);
            form.Controls.Add(buttonCancel);

            if (RecFile != null)
            {
                Button buttonRec = new Button();
                buttonRec.Text   = "Audio";
                buttonRec.Bounds = new Rectangle(w * 5 / 480, h * 140 / 588, w * 150 / 480, h * 80 / 588);
                form.Controls.Add(buttonRec);
                buttonRec.Click += buttonRec_Click; //buttonRec_Click;
                if (vr == null)
                {
                    vr = new VoiceRecorder();
                }
                vr.Position(w * 5 / 480, h * 280 / 588);
                vr.RecFile = RecFile;
            }

            form.BackColor    = GpsCycleComputer.Form1.bkColor;
            form.ForeColor    = GpsCycleComputer.Form1.foColor;
            label.BackColor   = GpsCycleComputer.Form1.bkColor;
            label.ForeColor   = GpsCycleComputer.Form1.foColor;
            textBox.BackColor = GpsCycleComputer.Form1.bkColor;
            textBox.ForeColor = GpsCycleComputer.Form1.foColor;
            //textBox.BorderStyle = BorderStyle.FixedSingle;

            //form.ClientSize = new Size(Math.Max(300, label.Right + 10), form.ClientSize.Height);
            //form.FormBorderStyle = FormBorderStyle.FixedDialog;
            //form.StartPosition = FormStartPosition.CenterScreen;
            //form.MinimizeBox = false;
            //form.MaximizeBox = false;
            //form.AcceptButton = buttonOk;
            //form.CancelButton = buttonCancel;
            Microsoft.WindowsCE.Forms.InputPanel inputPanel = new Microsoft.WindowsCE.Forms.InputPanel();
            inputPanel.Enabled = true;
            DialogResult dialogResult = form.ShowDialog();

            inputPanel.Enabled = false;
            if (dialogResult == DialogResult.OK)
            {
                value = textBox.Text;
            }
            return(dialogResult);
        }
Пример #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.tabControl = new System.Windows.Forms.TabControl();
            this.mainMenu = new System.Windows.Forms.MainMenu();
            this.menuItemOK = new System.Windows.Forms.MenuItem();
            this.menuItemCancel = new System.Windows.Forms.MenuItem();
            this.inputPanel = new Microsoft.WindowsCE.Forms.InputPanel();
            this.SuspendLayout();
            // 
            // tabControl
            // 
            this.tabControl.Location = new System.Drawing.Point(0, 0);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(240, 272);
            this.tabControl.TabIndex = 0;
            // 
            // mainMenu
            // 
            this.mainMenu.MenuItems.Add(this.menuItemOK);
            this.mainMenu.MenuItems.Add(this.menuItemCancel);
            // 
            // menuItemOK
            // 
            this.menuItemOK.Text = "OK";
            this.menuItemOK.Click += new System.EventHandler(this.menuItemOK_Click);
            // 
            // menuItemCancel
            // 
            this.menuItemCancel.Text = "Cancel";
            this.menuItemCancel.Click += new System.EventHandler(this.menuItemCancel_Click);
            // 
            // inputPanel
            // 
            this.inputPanel.EnabledChanged += new System.EventHandler(this.inputPanel_EnabledChanged);
            // 
            // FormSettings
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.tabControl);
            this.Menu = this.mainMenu;
            this.Name = "FormSettings";
            this.Text = "Settings";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.FormSettings_Closing);
            this.Resize += new System.EventHandler(this.FormSettings_Resize);
            this.ResumeLayout(false);

		}
Пример #21
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.panel1 = new System.Windows.Forms.Panel();
     this.layerTabControl = new System.Windows.Forms.TabControl();
     this.generalTab = new System.Windows.Forms.TabPage();
     this.layerCommentTextBox = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.layerNameTextBox = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.connectionTab = new System.Windows.Forms.TabPage();
     this.label7 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.msServer = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.layerTab = new System.Windows.Forms.TabPage();
     this.availLayersView = new System.Windows.Forms.ListView();
     this.infoTab = new System.Windows.Forms.TabPage();
     this.infoTree = new System.Windows.Forms.TreeView();
     this.scaleTab = new System.Windows.Forms.TabPage();
     this.Caption = new System.Windows.Forms.Label();
     this.tbUpdateData = new System.Windows.Forms.ToolBarButton();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel(this.components);
     this.panel1.SuspendLayout();
     this.layerTabControl.SuspendLayout();
     this.generalTab.SuspendLayout();
     this.connectionTab.SuspendLayout();
     this.layerTab.SuspendLayout();
     this.infoTab.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.layerTabControl);
     this.panel1.Location = new System.Drawing.Point(1, 22);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(238, 175);
     //
     // layerTabControl
     //
     this.layerTabControl.Controls.Add(this.generalTab);
     this.layerTabControl.Controls.Add(this.connectionTab);
     this.layerTabControl.Location = new System.Drawing.Point(0, 0);
     this.layerTabControl.Name = "layerTabControl";
     this.layerTabControl.SelectedIndex = 0;
     this.layerTabControl.Size = new System.Drawing.Size(238, 172);
     this.layerTabControl.TabIndex = 0;
     //
     // generalTab
     //
     this.generalTab.Controls.Add(this.layerCommentTextBox);
     this.generalTab.Controls.Add(this.label4);
     this.generalTab.Controls.Add(this.layerNameTextBox);
     this.generalTab.Controls.Add(this.label2);
     this.generalTab.Location = new System.Drawing.Point(0, 0);
     this.generalTab.Name = "generalTab";
     this.generalTab.Size = new System.Drawing.Size(238, 149);
     this.generalTab.Text = "Allgemein";
     //
     // layerCommentTextBox
     //
     this.layerCommentTextBox.Location = new System.Drawing.Point(99, 34);
     this.layerCommentTextBox.Multiline = true;
     this.layerCommentTextBox.Name = "layerCommentTextBox";
     this.layerCommentTextBox.Size = new System.Drawing.Size(132, 52);
     this.layerCommentTextBox.TabIndex = 3;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(7, 34);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(100, 20);
     this.label4.Text = "Bemerkungen:";
     //
     // layerNameTextBox
     //
     this.layerNameTextBox.Location = new System.Drawing.Point(99, 7);
     this.layerNameTextBox.Name = "layerNameTextBox";
     this.layerNameTextBox.Size = new System.Drawing.Size(132, 21);
     this.layerNameTextBox.TabIndex = 1;
     this.layerNameTextBox.Text = "WMS-Layer";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(7, 13);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(48, 15);
     this.label2.Text = "Name:";
     //
     // connectionTab
     //
     this.connectionTab.AutoScroll = true;
     this.connectionTab.Controls.Add(this.label7);
     this.connectionTab.Controls.Add(this.label3);
     this.connectionTab.Controls.Add(this.label1);
     this.connectionTab.Controls.Add(this.label16);
     this.connectionTab.Controls.Add(this.label15);
     this.connectionTab.Controls.Add(this.label12);
     this.connectionTab.Controls.Add(this.msServer);
     this.connectionTab.Controls.Add(this.label5);
     this.connectionTab.Location = new System.Drawing.Point(0, 0);
     this.connectionTab.Name = "connectionTab";
     this.connectionTab.Size = new System.Drawing.Size(238, 149);
     this.connectionTab.Text = "Verbindung";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(85, 110);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(100, 20);
     this.label7.Text = "GetCapabilities()";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(85, 85);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(43, 20);
     this.label3.Text = "1.1.1";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(85, 58);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(43, 20);
     this.label1.Text = "WMS";
     //
     // label16
     //
     this.label16.Location = new System.Drawing.Point(9, 110);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(55, 20);
     this.label16.Text = "Anfrage:";
     //
     // label15
     //
     this.label15.Location = new System.Drawing.Point(9, 85);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(59, 20);
     this.label15.Text = "Version:";
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(9, 58);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(76, 20);
     this.label12.Text = "Dienst:";
     //
     // msServer
     //
     this.msServer.Location = new System.Drawing.Point(9, 32);
     this.msServer.Name = "msServer";
     this.msServer.Size = new System.Drawing.Size(222, 21);
     this.msServer.TabIndex = 3;
     this.msServer.Text = "http://maps.webs.idu.de/wms.ogc.iws?prj=BAU";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(9, 9);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(103, 20);
     this.label5.Text = "Anfrage-Adresse:";
     //
     // layerTab
     //
     this.layerTab.AutoScroll = true;
     this.layerTab.Controls.Add(this.availLayersView);
     this.layerTab.Location = new System.Drawing.Point(0, 0);
     this.layerTab.Name = "layerTab";
     this.layerTab.Size = new System.Drawing.Size(238, 149);
     this.layerTab.Text = "Layer";
     //
     // availLayersView
     //
     this.availLayersView.CheckBoxes = true;
     this.availLayersView.Location = new System.Drawing.Point(8, 8);
     this.availLayersView.Name = "availLayersView";
     this.availLayersView.Size = new System.Drawing.Size(203, 127);
     this.availLayersView.TabIndex = 0;
     this.availLayersView.View = System.Windows.Forms.View.Details;
     this.availLayersView.SelectedIndexChanged += new System.EventHandler(this.availLayersView_SelectedIndexChanged);
     this.availLayersView.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.availLayersView_ItemCheck);
     //
     // infoTab
     //
     this.infoTab.AutoScroll = true;
     this.infoTab.Controls.Add(this.infoTree);
     this.infoTab.Location = new System.Drawing.Point(0, 0);
     this.infoTab.Name = "infoTab";
     this.infoTab.Size = new System.Drawing.Size(230, 146);
     this.infoTab.Text = "Info";
     //
     // infoTree
     //
     this.infoTree.Location = new System.Drawing.Point(7, 7);
     this.infoTree.Name = "infoTree";
     this.infoTree.Size = new System.Drawing.Size(223, 98);
     this.infoTree.TabIndex = 0;
     //
     // scaleTab
     //
     this.scaleTab.Location = new System.Drawing.Point(0, 0);
     this.scaleTab.Name = "scaleTab";
     this.scaleTab.Size = new System.Drawing.Size(230, 146);
     this.scaleTab.Text = "Maßstab";
     //
     // Caption
     //
     this.Caption.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular);
     this.Caption.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.Caption.Location = new System.Drawing.Point(4, 3);
     this.Caption.Name = "Caption";
     this.Caption.Size = new System.Drawing.Size(172, 18);
     this.Caption.Text = "WMS-Layer bearbeiten";
     //
     // MapServerSettings
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(240, 200);
     this.ControlBox = false;
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.Caption);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Location = new System.Drawing.Point(0, 15);
     this.MinimizeBox = false;
     this.Name = "MapServerSettings";
     this.TopMost = true;
     this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Form2_MouseUp);
     this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form2_MouseDown);
     this.panel1.ResumeLayout(false);
     this.layerTabControl.ResumeLayout(false);
     this.generalTab.ResumeLayout(false);
     this.connectionTab.ResumeLayout(false);
     this.layerTab.ResumeLayout(false);
     this.infoTab.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #22
0
        private void SetupTouchScreen()
        {
            mainMenu1.MenuItems.Add(menuSubmit);

            pictureFromCamers.Click += new EventHandler(pictureFromCamers_Click);
            pictureFromStorage.Click += new EventHandler(pictureFromStorage_Click);
            picInsertVideo.Click += new EventHandler(picInsertVideo_Click);
            picAttachments.Click += new EventHandler(picAttachments_Click);
            pictureURL.Click += new EventHandler(pictureURL_Click);
            pictureLocation.Click += new EventHandler(pictureLocation_Click);
            picInsertGPSLink.Click += new EventHandler(llGPS_Click);

            picAddressBook.Click += new EventHandler(picAddressBook_Click);

            copyPasteMenu = new System.Windows.Forms.ContextMenu();

            PasteItem = new System.Windows.Forms.MenuItem();
            PasteItem.Text = PockeTwit.Localization.XmlBasedResourceManager.GetString("Paste");

            CopyItem = new MenuItem();
            CopyItem.Text = PockeTwit.Localization.XmlBasedResourceManager.GetString("Copy");

            copyPasteMenu.MenuItems.Add(CopyItem);
            copyPasteMenu.MenuItems.Add(PasteItem);
            txtStatusUpdate.ContextMenu = copyPasteMenu;

            CopyItem.Click += new EventHandler(CopyItem_Click);
            PasteItem.Click += new EventHandler(PasteItem_Click);

            inputPanel = new Microsoft.WindowsCE.Forms.InputPanel();
            oldInputPanelState = inputPanel.Enabled;

            inputPanel.EnabledChanged += new EventHandler(inputPanel_EnabledChanged);

            pnlToolbar.Visible = true;
        }
Пример #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.treeFnLoc       = new System.Windows.Forms.TreeView();
     this.txtTopLevel     = new System.Windows.Forms.TextBox();
     this.cmdGetStructure = new System.Windows.Forms.Button();
     this.lblTopLevel     = new System.Windows.Forms.Label();
     this.cmdSelect       = new System.Windows.Forms.Button();
     this.pnlTopBack      = new System.Windows.Forms.Panel();
     this.pnlTopFront     = new System.Windows.Forms.Panel();
     this.mainMenu1       = new System.Windows.Forms.MainMenu();
     this.inputPanel1     = new Microsoft.WindowsCE.Forms.InputPanel();
     this.pnlTopBack.SuspendLayout();
     this.SuspendLayout();
     //
     // treeFnLoc
     //
     this.treeFnLoc.Location = new System.Drawing.Point(2, 64);
     this.treeFnLoc.Name     = "treeFnLoc";
     this.treeFnLoc.Size     = new System.Drawing.Size(236, 200);
     this.treeFnLoc.TabIndex = 4;
     //
     // txtTopLevel
     //
     this.txtTopLevel.Location     = new System.Drawing.Point(68, 8);
     this.txtTopLevel.Name         = "txtTopLevel";
     this.txtTopLevel.Size         = new System.Drawing.Size(120, 23);
     this.txtTopLevel.TabIndex     = 3;
     this.txtTopLevel.TextChanged += new System.EventHandler(this.txtTopLevel_TextChanged);
     //
     // cmdGetStructure
     //
     this.cmdGetStructure.Location = new System.Drawing.Point(190, 8);
     this.cmdGetStructure.Name     = "cmdGetStructure";
     this.cmdGetStructure.Size     = new System.Drawing.Size(32, 20);
     this.cmdGetStructure.TabIndex = 2;
     this.cmdGetStructure.Text     = "GO";
     this.cmdGetStructure.Click   += new System.EventHandler(this.cmdGetStructure_Click);
     //
     // lblTopLevel
     //
     this.lblTopLevel.Location = new System.Drawing.Point(5, 10);
     this.lblTopLevel.Name     = "lblTopLevel";
     this.lblTopLevel.Size     = new System.Drawing.Size(56, 16);
     this.lblTopLevel.Text     = "Top Level";
     //
     // cmdSelect
     //
     this.cmdSelect.Location = new System.Drawing.Point(68, 32);
     this.cmdSelect.Name     = "cmdSelect";
     this.cmdSelect.Size     = new System.Drawing.Size(120, 20);
     this.cmdSelect.TabIndex = 0;
     this.cmdSelect.Text     = "Select Fn Location";
     this.cmdSelect.Click   += new System.EventHandler(this.cmdSelect_Click);
     //
     // pnlTopBack
     //
     this.pnlTopBack.BackColor = System.Drawing.Color.Black;
     this.pnlTopBack.Controls.Add(this.pnlTopFront);
     this.pnlTopBack.Location = new System.Drawing.Point(2, 2);
     this.pnlTopBack.Name     = "pnlTopBack";
     this.pnlTopBack.Size     = new System.Drawing.Size(233, 55);
     //
     // pnlTopFront
     //
     this.pnlTopFront.BackColor = System.Drawing.Color.MintCream;
     this.pnlTopFront.Location  = new System.Drawing.Point(1, 1);
     this.pnlTopFront.Name      = "pnlTopFront";
     this.pnlTopFront.Size      = new System.Drawing.Size(230, 52);
     //
     // frmFnLoc
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.BackColor     = System.Drawing.Color.AliceBlue;
     this.ClientSize    = new System.Drawing.Size(242, 288);
     this.Controls.Add(this.cmdSelect);
     this.Controls.Add(this.lblTopLevel);
     this.Controls.Add(this.cmdGetStructure);
     this.Controls.Add(this.txtTopLevel);
     this.Controls.Add(this.treeFnLoc);
     this.Controls.Add(this.pnlTopBack);
     this.Menu  = this.mainMenu1;
     this.Name  = "frmFnLoc";
     this.Text  = "Functional Location";
     this.Load += new System.EventHandler(this.frmFnLoc_Load);
     this.pnlTopBack.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panel1              = new System.Windows.Forms.Panel();
     this.layerTabControl     = new System.Windows.Forms.TabControl();
     this.generalTab          = new System.Windows.Forms.TabPage();
     this.settingsWhiteIsTP   = new System.Windows.Forms.CheckBox();
     this.layerFilePathLabel  = new System.Windows.Forms.TextBox();
     this.label1              = new System.Windows.Forms.Label();
     this.layerFileNameLabel  = new System.Windows.Forms.Label();
     this.label5              = new System.Windows.Forms.Label();
     this.layerCommentTextBox = new System.Windows.Forms.TextBox();
     this.label4              = new System.Windows.Forms.Label();
     this.layerNameTextBox    = new System.Windows.Forms.TextBox();
     this.label2              = new System.Windows.Forms.Label();
     this.infoTab             = new System.Windows.Forms.TabPage();
     this.resYField           = new System.Windows.Forms.Label();
     this.resXField           = new System.Windows.Forms.Label();
     this.resXLabel           = new System.Windows.Forms.Label();
     this.resYLabel           = new System.Windows.Forms.Label();
     this.layerHeightLabel    = new System.Windows.Forms.Label();
     this.label13             = new System.Windows.Forms.Label();
     this.layerWidthLabel     = new System.Windows.Forms.Label();
     this.layer6              = new System.Windows.Forms.Label();
     this.layerMaxYLayer      = new System.Windows.Forms.Label();
     this.label11             = new System.Windows.Forms.Label();
     this.layerMaxXLabel      = new System.Windows.Forms.Label();
     this.label10             = new System.Windows.Forms.Label();
     this.layerMinYLabel      = new System.Windows.Forms.Label();
     this.label9              = new System.Windows.Forms.Label();
     this.layerMinXLabel      = new System.Windows.Forms.Label();
     this.label8              = new System.Windows.Forms.Label();
     this.layerShapeTypeLabel = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.scaleTab            = new System.Windows.Forms.TabPage();
     this.Caption             = new System.Windows.Forms.Label();
     this.inputPanel1         = new Microsoft.WindowsCE.Forms.InputPanel();
     this.panel1.SuspendLayout();
     this.layerTabControl.SuspendLayout();
     this.generalTab.SuspendLayout();
     this.infoTab.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.layerTabControl);
     this.panel1.Location = new System.Drawing.Point(1, 22);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(238, 175);
     //
     // layerTabControl
     //
     this.layerTabControl.Controls.Add(this.generalTab);
     this.layerTabControl.Controls.Add(this.infoTab);
     this.layerTabControl.Location      = new System.Drawing.Point(0, 0);
     this.layerTabControl.Name          = "layerTabControl";
     this.layerTabControl.SelectedIndex = 0;
     this.layerTabControl.Size          = new System.Drawing.Size(238, 172);
     this.layerTabControl.TabIndex      = 0;
     //
     // generalTab
     //
     this.generalTab.Controls.Add(this.settingsWhiteIsTP);
     this.generalTab.Controls.Add(this.layerFilePathLabel);
     this.generalTab.Controls.Add(this.label1);
     this.generalTab.Controls.Add(this.layerFileNameLabel);
     this.generalTab.Controls.Add(this.label5);
     this.generalTab.Controls.Add(this.layerCommentTextBox);
     this.generalTab.Controls.Add(this.label4);
     this.generalTab.Controls.Add(this.layerNameTextBox);
     this.generalTab.Controls.Add(this.label2);
     this.generalTab.Location = new System.Drawing.Point(0, 0);
     this.generalTab.Name     = "generalTab";
     this.generalTab.Size     = new System.Drawing.Size(238, 149);
     this.generalTab.Text     = "Allgemein";
     //
     // settingsWhiteIsTP
     //
     this.settingsWhiteIsTP.Checked    = true;
     this.settingsWhiteIsTP.CheckState = System.Windows.Forms.CheckState.Checked;
     this.settingsWhiteIsTP.Location   = new System.Drawing.Point(5, 122);
     this.settingsWhiteIsTP.Name       = "settingsWhiteIsTP";
     this.settingsWhiteIsTP.Size       = new System.Drawing.Size(178, 20);
     this.settingsWhiteIsTP.TabIndex   = 6;
     this.settingsWhiteIsTP.Text       = "Farbe Weiß ist transparent";
     //
     // layerFilePathLabel
     //
     this.layerFilePathLabel.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.layerFilePathLabel.Font        = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.layerFilePathLabel.Location    = new System.Drawing.Point(99, 95);
     this.layerFilePathLabel.Multiline   = true;
     this.layerFilePathLabel.Name        = "layerFilePathLabel";
     this.layerFilePathLabel.ReadOnly    = true;
     this.layerFilePathLabel.Size        = new System.Drawing.Size(132, 21);
     this.layerFilePathLabel.TabIndex    = 0;
     this.layerFilePathLabel.WordWrap    = false;
     this.layerFilePathLabel.BackColor   = SystemColors.Window;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(7, 95);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(68, 15);
     this.label1.Text     = "Pfad:";
     //
     // layerFileNameLabel
     //
     this.layerFileNameLabel.Location  = new System.Drawing.Point(99, 76);
     this.layerFileNameLabel.Name      = "layerFileNameLabel";
     this.layerFileNameLabel.Size      = new System.Drawing.Size(132, 15);
     this.layerFilePathLabel.BackColor = SystemColors.Window;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(7, 76);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(68, 15);
     this.label5.Text     = "Dateiname:";
     //
     // layerCommentTextBox
     //
     this.layerCommentTextBox.Location  = new System.Drawing.Point(99, 34);
     this.layerCommentTextBox.Multiline = true;
     this.layerCommentTextBox.Name      = "layerCommentTextBox";
     this.layerCommentTextBox.Size      = new System.Drawing.Size(132, 39);
     this.layerCommentTextBox.TabIndex  = 3;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(7, 34);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 20);
     this.label4.Text     = "Bemerkungen:";
     //
     // layerNameTextBox
     //
     this.layerNameTextBox.Location = new System.Drawing.Point(99, 7);
     this.layerNameTextBox.Name     = "layerNameTextBox";
     this.layerNameTextBox.Size     = new System.Drawing.Size(132, 21);
     this.layerNameTextBox.TabIndex = 1;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(7, 13);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(48, 15);
     this.label2.Text     = "Name:";
     //
     // infoTab
     //
     this.infoTab.AutoScroll = true;
     this.infoTab.Controls.Add(this.resYField);
     this.infoTab.Controls.Add(this.resXField);
     this.infoTab.Controls.Add(this.resXLabel);
     this.infoTab.Controls.Add(this.resYLabel);
     this.infoTab.Controls.Add(this.layerHeightLabel);
     this.infoTab.Controls.Add(this.label13);
     this.infoTab.Controls.Add(this.layerWidthLabel);
     this.infoTab.Controls.Add(this.layer6);
     this.infoTab.Controls.Add(this.layerMaxYLayer);
     this.infoTab.Controls.Add(this.label11);
     this.infoTab.Controls.Add(this.layerMaxXLabel);
     this.infoTab.Controls.Add(this.label10);
     this.infoTab.Controls.Add(this.layerMinYLabel);
     this.infoTab.Controls.Add(this.label9);
     this.infoTab.Controls.Add(this.layerMinXLabel);
     this.infoTab.Controls.Add(this.label8);
     this.infoTab.Controls.Add(this.layerShapeTypeLabel);
     this.infoTab.Controls.Add(this.label3);
     this.infoTab.Location = new System.Drawing.Point(0, 0);
     this.infoTab.Name     = "infoTab";
     this.infoTab.Size     = new System.Drawing.Size(230, 146);
     this.infoTab.Text     = "Info";
     //
     // resYField
     //
     this.resYField.Location = new System.Drawing.Point(119, 127);
     this.resYField.Name     = "resYField";
     this.resYField.Size     = new System.Drawing.Size(112, 15);
     //
     // resXField
     //
     this.resXField.Location = new System.Drawing.Point(119, 112);
     this.resXField.Name     = "resXField";
     this.resXField.Size     = new System.Drawing.Size(112, 15);
     //
     // resXLabel
     //
     this.resXLabel.Location = new System.Drawing.Point(8, 112);
     this.resXLabel.Name     = "resXLabel";
     this.resXLabel.Size     = new System.Drawing.Size(112, 15);
     this.resXLabel.Text     = "Bodenauflösung X:";
     //
     // resYLabel
     //
     this.resYLabel.Location = new System.Drawing.Point(8, 127);
     this.resYLabel.Name     = "resYLabel";
     this.resYLabel.Size     = new System.Drawing.Size(112, 15);
     this.resYLabel.Text     = "Bodenauflösung Y:";
     //
     // layerHeightLabel
     //
     this.layerHeightLabel.Location = new System.Drawing.Point(119, 97);
     this.layerHeightLabel.Name     = "layerHeightLabel";
     this.layerHeightLabel.Size     = new System.Drawing.Size(112, 15);
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(8, 97);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(70, 15);
     this.label13.Text     = "Höhe [px]:";
     //
     // layerWidthLabel
     //
     this.layerWidthLabel.Location = new System.Drawing.Point(119, 82);
     this.layerWidthLabel.Name     = "layerWidthLabel";
     this.layerWidthLabel.Size     = new System.Drawing.Size(112, 15);
     //
     // layer6
     //
     this.layer6.Location = new System.Drawing.Point(8, 82);
     this.layer6.Name     = "layer6";
     this.layer6.Size     = new System.Drawing.Size(70, 15);
     this.layer6.Text     = "Breite [px]:";
     //
     // layerMaxYLayer
     //
     this.layerMaxYLayer.Location = new System.Drawing.Point(119, 67);
     this.layerMaxYLayer.Name     = "layerMaxYLayer";
     this.layerMaxYLayer.Size     = new System.Drawing.Size(112, 15);
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(8, 67);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(70, 15);
     this.label11.Text     = "Max Y:";
     //
     // layerMaxXLabel
     //
     this.layerMaxXLabel.Location = new System.Drawing.Point(119, 52);
     this.layerMaxXLabel.Name     = "layerMaxXLabel";
     this.layerMaxXLabel.Size     = new System.Drawing.Size(112, 15);
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(8, 52);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(70, 15);
     this.label10.Text     = "Max X:";
     //
     // layerMinYLabel
     //
     this.layerMinYLabel.Location = new System.Drawing.Point(119, 38);
     this.layerMinYLabel.Name     = "layerMinYLabel";
     this.layerMinYLabel.Size     = new System.Drawing.Size(112, 15);
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(8, 38);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(70, 15);
     this.label9.Text     = "Min Y:";
     //
     // layerMinXLabel
     //
     this.layerMinXLabel.Location = new System.Drawing.Point(119, 23);
     this.layerMinXLabel.Name     = "layerMinXLabel";
     this.layerMinXLabel.Size     = new System.Drawing.Size(112, 15);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8, 23);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(53, 15);
     this.label8.Text     = "Min X:";
     //
     // layerShapeTypeLabel
     //
     this.layerShapeTypeLabel.Location = new System.Drawing.Point(119, 8);
     this.layerShapeTypeLabel.Name     = "layerShapeTypeLabel";
     this.layerShapeTypeLabel.Size     = new System.Drawing.Size(112, 15);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 9);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(70, 15);
     this.label3.Text     = "Layer-Typ:";
     //
     // scaleTab
     //
     this.scaleTab.Location = new System.Drawing.Point(0, 0);
     this.scaleTab.Name     = "scaleTab";
     this.scaleTab.Size     = new System.Drawing.Size(230, 146);
     this.scaleTab.Text     = "Maßstab";
     //
     // Caption
     //
     this.Caption.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular);
     this.Caption.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.Caption.Location  = new System.Drawing.Point(4, 3);
     this.Caption.Name      = "Caption";
     this.Caption.Size      = new System.Drawing.Size(172, 18);
     this.Caption.Text      = "Layereinstellungen bearbeiten";
     //
     // ImageSettingEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize          = new System.Drawing.Size(240, 200);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.Caption);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Location        = new System.Drawing.Point(0, 15);
     this.MinimizeBox     = false;
     this.Name            = "ImageSettingEditor";
     this.TopMost         = true;
     this.MouseUp        += new System.Windows.Forms.MouseEventHandler(this.Form2_MouseUp);
     this.MouseDown      += new System.Windows.Forms.MouseEventHandler(this.Form2_MouseDown);
     this.panel1.ResumeLayout(false);
     this.layerTabControl.ResumeLayout(false);
     this.generalTab.ResumeLayout(false);
     this.infoTab.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #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.mainMenu       = new System.Windows.Forms.MainMenu();
     this.menuItem1      = new System.Windows.Forms.MenuItem();
     this.mnuNew         = new System.Windows.Forms.MenuItem();
     this.mnuOpen        = new System.Windows.Forms.MenuItem();
     this.mnuSave        = new System.Windows.Forms.MenuItem();
     this.mnuSaveAs      = new System.Windows.Forms.MenuItem();
     this.menuItem6      = new System.Windows.Forms.MenuItem();
     this.mnuExit        = new System.Windows.Forms.MenuItem();
     this.menuItem8      = new System.Windows.Forms.MenuItem();
     this.mnuCut         = new System.Windows.Forms.MenuItem();
     this.mnuCopy        = new System.Windows.Forms.MenuItem();
     this.mnuPaste       = new System.Windows.Forms.MenuItem();
     this.textBox        = new System.Windows.Forms.TextBox();
     this.inputPanel     = new Microsoft.WindowsCE.Forms.InputPanel();
     this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.SuspendLayout();
     //
     // mainMenu
     //
     this.mainMenu.MenuItems.Add(this.menuItem1);
     this.mainMenu.MenuItems.Add(this.menuItem8);
     //
     // menuItem1
     //
     this.menuItem1.MenuItems.Add(this.mnuNew);
     this.menuItem1.MenuItems.Add(this.mnuOpen);
     this.menuItem1.MenuItems.Add(this.mnuSave);
     this.menuItem1.MenuItems.Add(this.mnuSaveAs);
     this.menuItem1.MenuItems.Add(this.menuItem6);
     this.menuItem1.MenuItems.Add(this.mnuExit);
     this.menuItem1.Text   = "File";
     this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // mnuNew
     //
     this.mnuNew.Text   = "New";
     this.mnuNew.Click += new System.EventHandler(this.mnuNew_Click);
     //
     // mnuOpen
     //
     this.mnuOpen.Text   = "Open";
     this.mnuOpen.Click += new System.EventHandler(this.mnuOpen_Click);
     //
     // mnuSave
     //
     this.mnuSave.Text   = "Save";
     this.mnuSave.Click += new System.EventHandler(this.mnuSave_Click);
     //
     // mnuSaveAs
     //
     this.mnuSaveAs.Text   = "Save As";
     this.mnuSaveAs.Click += new System.EventHandler(this.mnuSaveAs_Click);
     //
     // menuItem6
     //
     this.menuItem6.Text = "-";
     //
     // mnuExit
     //
     this.mnuExit.Text   = "Exit";
     this.mnuExit.Click += new System.EventHandler(this.mnuExit_Click);
     //
     // menuItem8
     //
     this.menuItem8.MenuItems.Add(this.mnuCut);
     this.menuItem8.MenuItems.Add(this.mnuCopy);
     this.menuItem8.MenuItems.Add(this.mnuPaste);
     this.menuItem8.Text = "Edit";
     //
     // mnuCut
     //
     this.mnuCut.Text   = "Cut";
     this.mnuCut.Click += new System.EventHandler(this.mnuCut_Click);
     //
     // mnuCopy
     //
     this.mnuCopy.Text   = "Copy";
     this.mnuCopy.Click += new System.EventHandler(this.mnuCopy_Click);
     //
     // mnuPaste
     //
     this.mnuPaste.Text   = "Paste";
     this.mnuPaste.Click += new System.EventHandler(this.mnuPaste_Click);
     //
     // textBox
     //
     this.textBox.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.textBox.Location     = new System.Drawing.Point(0, 0);
     this.textBox.Multiline    = true;
     this.textBox.Name         = "textBox";
     this.textBox.ScrollBars   = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox.Size         = new System.Drawing.Size(240, 268);
     this.textBox.TabIndex     = 0;
     this.textBox.TextChanged += new System.EventHandler(this.textBox_TextChanged);
     this.textBox.GotFocus    += new System.EventHandler(this.textBox_GotFocus);
     this.textBox.LostFocus   += new System.EventHandler(this.textBox_LostFocus);
     //
     // saveFileDialog
     //
     this.saveFileDialog.FileName = "doc1";
     this.saveFileDialog.Filter   = "Text Files(*.txt)|*.txt|All Files(*.*)|*.*";
     //
     // openFileDialog
     //
     this.openFileDialog.Filter = "Text Files(*.txt)|*.txt|All Files(*.*)|*.*";
     //
     // PocketNotepad
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.ClientSize    = new System.Drawing.Size(240, 268);
     this.Controls.Add(this.textBox);
     this.Menu        = this.mainMenu;
     this.MinimizeBox = false;
     this.Name        = "PocketNotepad";
     this.Text        = "Pocket Notepad";
     this.ResumeLayout(false);
 }
Пример #26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form19));
     this.typ_l       = new System.Windows.Forms.Label();
     this.data_t      = new System.Windows.Forms.TextBox();
     this.data_l      = new System.Windows.Forms.Label();
     this.nazwa_l     = new System.Windows.Forms.Label();
     this.nazwa_t     = new System.Windows.Forms.TextBox();
     this.exit_b      = new System.Windows.Forms.Button();
     this.ok_b        = new System.Windows.Forms.Button();
     this.comboBox1   = new System.Windows.Forms.ComboBox();
     this.label1      = new System.Windows.Forms.Label();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
     this.button1     = new System.Windows.Forms.Button();
     this.textBox1    = new System.Windows.Forms.TextBox();
     this.label2      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.textBox2    = new System.Windows.Forms.TextBox();
     this.checkBox1   = new System.Windows.Forms.CheckBox();
     this.label4      = new System.Windows.Forms.Label();
     //
     // typ_l
     //
     this.typ_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.typ_l.ForeColor = System.Drawing.Color.White;
     this.typ_l.Location  = new System.Drawing.Point(16, 120);
     this.typ_l.Size      = new System.Drawing.Size(32, 16);
     this.typ_l.Text      = "Typ";
     //
     // data_t
     //
     this.data_t.BackColor = System.Drawing.Color.WhiteSmoke;
     this.data_t.ForeColor = System.Drawing.Color.Black;
     this.data_t.Location  = new System.Drawing.Point(120, 136);
     this.data_t.Size      = new System.Drawing.Size(104, 20);
     this.data_t.Text      = "";
     //
     // data_l
     //
     this.data_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.data_l.ForeColor = System.Drawing.Color.White;
     this.data_l.Location  = new System.Drawing.Point(120, 120);
     this.data_l.Size      = new System.Drawing.Size(48, 16);
     this.data_l.Text      = "Data";
     //
     // nazwa_l
     //
     this.nazwa_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.nazwa_l.ForeColor = System.Drawing.Color.White;
     this.nazwa_l.Location  = new System.Drawing.Point(16, 32);
     this.nazwa_l.Size      = new System.Drawing.Size(128, 16);
     this.nazwa_l.Text      = "Dane Odbiorcy";
     //
     // nazwa_t
     //
     this.nazwa_t.BackColor  = System.Drawing.Color.WhiteSmoke;
     this.nazwa_t.Font       = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.nazwa_t.ForeColor  = System.Drawing.Color.Black;
     this.nazwa_t.Location   = new System.Drawing.Point(16, 48);
     this.nazwa_t.Size       = new System.Drawing.Size(208, 24);
     this.nazwa_t.Text       = "";
     this.nazwa_t.LostFocus += new System.EventHandler(this.nazwa_t_LostFocus);
     this.nazwa_t.GotFocus  += new System.EventHandler(this.nazwa_t_GotFocus);
     this.nazwa_t.KeyPress  += new System.Windows.Forms.KeyPressEventHandler(this.nazwa_t_KeyPress);
     //
     // exit_b
     //
     this.exit_b.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.exit_b.Location = new System.Drawing.Point(128, 216);
     this.exit_b.Size     = new System.Drawing.Size(96, 32);
     this.exit_b.Text     = "WYJŒCIE";
     this.exit_b.Click   += new System.EventHandler(this.exit_b_Click);
     //
     // ok_b
     //
     this.ok_b.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.ok_b.Location = new System.Drawing.Point(16, 216);
     this.ok_b.Size     = new System.Drawing.Size(104, 32);
     this.ok_b.Text     = "OK";
     this.ok_b.Click   += new System.EventHandler(this.ok_b_Click);
     //
     // comboBox1
     //
     this.comboBox1.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8F, System.Drawing.FontStyle.Regular);
     this.comboBox1.ForeColor = System.Drawing.Color.MidnightBlue;
     this.comboBox1.Items.Add("ZAM_ODB");
     this.comboBox1.Items.Add("ZAM_DOST");
     this.comboBox1.Items.Add("WZ");
     this.comboBox1.Items.Add("PZ");
     this.comboBox1.Items.Add("MW");
     this.comboBox1.Items.Add("MP");
     this.comboBox1.Location  = new System.Drawing.Point(16, 136);
     this.comboBox1.Size      = new System.Drawing.Size(100, 23);
     this.comboBox1.GotFocus += new System.EventHandler(this.comboBox1_GotFocus);
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.label1.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label1.Location  = new System.Drawing.Point(8, 264);
     this.label1.Size      = new System.Drawing.Size(224, 24);
     this.label1.Text      = "DARIUSZ HANC ALAXA UNDERSOFT";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.button1.Location = new System.Drawing.Point(128, 8);
     this.button1.Size     = new System.Drawing.Size(96, 24);
     this.button1.Text     = "KLAWIATURA";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.textBox1.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Regular);
     this.textBox1.ForeColor = System.Drawing.Color.Black;
     this.textBox1.Location  = new System.Drawing.Point(16, 96);
     this.textBox1.Size      = new System.Drawing.Size(208, 26);
     this.textBox1.Text      = "";
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(16, 80);
     this.label2.Size      = new System.Drawing.Size(136, 16);
     this.label2.Text      = "Numer Dokumentu";
     //
     // label3
     //
     this.label3.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(16, 160);
     this.label3.Size      = new System.Drawing.Size(96, 16);
     this.label3.Text      = "Data Realizacji";
     //
     // textBox2
     //
     this.textBox2.BackColor = System.Drawing.Color.WhiteSmoke;
     this.textBox2.ForeColor = System.Drawing.Color.Black;
     this.textBox2.Location  = new System.Drawing.Point(16, 176);
     this.textBox2.Size      = new System.Drawing.Size(104, 20);
     this.textBox2.Text      = "";
     //
     // checkBox1
     //
     this.checkBox1.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.checkBox1.Location = new System.Drawing.Point(168, 176);
     this.checkBox1.Size     = new System.Drawing.Size(16, 24);
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(136, 160);
     this.label4.Size      = new System.Drawing.Size(72, 16);
     this.label4.Text      = "Kompletny";
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.None;
     //
     // Form19
     //
     this.BackColor  = System.Drawing.Color.DodgerBlue;
     this.ClientSize = new System.Drawing.Size(234, 294);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.ok_b);
     this.Controls.Add(this.exit_b);
     this.Controls.Add(this.nazwa_t);
     this.Controls.Add(this.nazwa_l);
     this.Controls.Add(this.data_l);
     this.Controls.Add(this.data_t);
     this.Controls.Add(this.typ_l);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Text        = "Edytuj Dane Kompletacji";
     this.Load       += new System.EventHandler(this.Form19_Load);
 }
Пример #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.textInput      = new System.Windows.Forms.TextBox();
     this.sipMain        = new Microsoft.WindowsCE.Forms.InputPanel();
     this.menuMain       = new System.Windows.Forms.MainMenu();
     this.menuItem1      = new System.Windows.Forms.MenuItem();
     this.mitemEditClear = new System.Windows.Forms.MenuItem();
     this.lviewOutput    = 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.columnHeader4  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5  = new System.Windows.Forms.ColumnHeader();
     //
     // textInput
     //
     this.textInput.Location = new System.Drawing.Point(8, 8);
     this.textInput.Size     = new System.Drawing.Size(224, 22);
     //
     // sipMain
     //
     this.sipMain.EnabledChanged += new System.EventHandler(this.sipMain_EnabledChanged);
     //
     // menuMain
     //
     this.menuMain.MenuItems.Add(this.menuItem1);
     //
     // menuItem1
     //
     this.menuItem1.MenuItems.Add(this.mitemEditClear);
     this.menuItem1.Text = "Edit";
     //
     // mitemEditClear
     //
     this.mitemEditClear.Text   = "Clear";
     this.mitemEditClear.Click += new System.EventHandler(this.mitemEditClear_Click);
     //
     // lviewOutput
     //
     this.lviewOutput.Columns.Add(this.columnHeader1);
     this.lviewOutput.Columns.Add(this.columnHeader2);
     this.lviewOutput.Columns.Add(this.columnHeader3);
     this.lviewOutput.Columns.Add(this.columnHeader4);
     this.lviewOutput.Columns.Add(this.columnHeader5);
     this.lviewOutput.Location = new System.Drawing.Point(0, 48);
     this.lviewOutput.Size     = new System.Drawing.Size(240, 222);
     this.lviewOutput.View     = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Event";
     this.columnHeader1.Width = 60;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Char";
     this.columnHeader2.Width = 40;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Code";
     this.columnHeader3.Width = 50;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Val";
     this.columnHeader4.Width = 40;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "Mod";
     this.columnHeader5.Width = 40;
     //
     // FormMain
     //
     this.Controls.Add(this.lviewOutput);
     this.Controls.Add(this.textInput);
     this.Menu        = this.menuMain;
     this.MinimizeBox = false;
     this.Text        = "Key Input";
     this.Resize     += new System.EventHandler(this.sipMain_EnabledChanged);
     this.GotFocus   += new System.EventHandler(this.FormMain_GotFocus);
 }
Пример #28
0
        /// <summary>
        /// Erforderliche Methode für die Designerunterstützung. 
        /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
        /// </summary>
        private void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmmain));
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.menuItem1 = new System.Windows.Forms.MenuItem();
            this.menuItem2 = 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.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.panelbase = new System.Windows.Forms.Panel();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPageBibel = new System.Windows.Forms.TabPage();
            this.panelmain = new System.Windows.Forms.Panel();
            this.paneldict = new System.Windows.Forms.Panel();
            this.webBrowserBible = new OpenNETCF.Windows.Forms.WebBrowser();
            this.panelHead = new System.Windows.Forms.Panel();
            this.buttonPrevChapter = new OpenNETCF.Windows.Forms.ButtonEx();
            this.buttonNextChapter = new OpenNETCF.Windows.Forms.ButtonEx();
            this.imageList1 = new System.Windows.Forms.ImageList();
            this.buttonprevBook = new OpenNETCF.Windows.Forms.ButtonEx();
            this.buttonnextBook = new OpenNETCF.Windows.Forms.ButtonEx();
            //
            // mainMenu1
            //
            this.mainMenu1.MenuItems.Add(this.menuItem1);
            //
            // menuItem1
            //
            this.menuItem1.MenuItems.Add(this.menuItem2);
            this.menuItem1.MenuItems.Add(this.menuItem6);
            this.menuItem1.MenuItems.Add(this.menuItem5);
            this.menuItem1.Text = "View";
            //
            // menuItem2
            //
            this.menuItem2.MenuItems.Add(this.menuItem4);
            this.menuItem2.Text = "Module";
            //
            // menuItem4
            //
            this.menuItem4.Text = "Downloader";
            this.menuItem4.Click += new System.EventHandler(this.menuItem4_Click);
            //
            // menuItem5
            //
            this.menuItem5.Text = "Exit";
            //
            // menuItem6
            //
            this.menuItem6.Text = "Bibelselektor";
            this.menuItem6.Click += new System.EventHandler(this.menuItem5_Click_1);
            //
            // panelbase
            //
            this.panelbase.BackColor = System.Drawing.Color.DarkGray;
            this.panelbase.Controls.Add(this.tabControl1);
            this.panelbase.Size = new System.Drawing.Size(246, 272);
            //
            // tabControl1
            //
            this.tabControl1.Controls.Add(this.tabPageBibel);
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(240, 272);
            //
            // tabPageBibel
            //
            this.tabPageBibel.Controls.Add(this.panelmain);
            this.tabPageBibel.Controls.Add(this.panelHead);
            this.tabPageBibel.Location = new System.Drawing.Point(4, 4);
            this.tabPageBibel.Size = new System.Drawing.Size(232, 246);
            this.tabPageBibel.Text = "Bibel";
            //
            // panelmain
            //
            this.panelmain.BackColor = System.Drawing.Color.RosyBrown;
            this.panelmain.Controls.Add(this.paneldict);

            this.panelmain.Location = new System.Drawing.Point(0, 25);
            this.panelmain.Size = new System.Drawing.Size(232, 218);
            //
            // paneldict
            //
            this.paneldict.BackColor = System.Drawing.Color.MistyRose;
            this.paneldict.Location = new System.Drawing.Point(0, 168);
            this.paneldict.Size = new System.Drawing.Size(232, 56);
            //
            // webBrowserBible
            //
            this.webBrowserBible.BackColor = System.Drawing.Color.LightCoral;
            this.webBrowserBible.Font = new System.Drawing.Font("Arial Unicode MS", 8.25F, System.Drawing.FontStyle.Regular);
            this.webBrowserBible.Size = new System.Drawing.Size(232, 176);
            this.webBrowserBible.Text = "webBrowser1";
            this.webBrowserBible.Url = null;
            //
            // panelHead
            //
            this.panelHead.BackColor = System.Drawing.Color.PeachPuff;

            this.panelHead.Size = new System.Drawing.Size(240, 24);
            //
            // buttonPrevChapter
            //
            this.buttonPrevChapter.ActiveForeColor = System.Drawing.Color.PeachPuff;
            this.buttonPrevChapter.BackColor = System.Drawing.Color.PaleGoldenrod;
            this.buttonPrevChapter.Location = new System.Drawing.Point(104, 3);
            this.buttonPrevChapter.Size = new System.Drawing.Size(32, 18);
            this.buttonPrevChapter.Text = "<";
            this.buttonPrevChapter.TextAlign = OpenNETCF.Drawing.ContentAlignment.MiddleCenter;
            this.buttonPrevChapter.Click += new System.EventHandler(this.buttonPrevChapter_Click);
            //
            // buttonNextChapter
            //
            this.buttonNextChapter.BackColor = System.Drawing.Color.PaleGoldenrod;
            this.buttonNextChapter.Location = new System.Drawing.Point(144, 3);
            this.buttonNextChapter.Size = new System.Drawing.Size(32, 18);
            this.buttonNextChapter.Text = ">";
            this.buttonNextChapter.TextAlign = OpenNETCF.Drawing.ContentAlignment.MiddleCenter;
            this.buttonNextChapter.Click += new System.EventHandler(this.buttonNextChapter_Click);
            //
            // imageList1
            //
            this.imageList1.Images.Add(((System.Drawing.Image)(resources.GetObject("resource"))));
            this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
            //
            // buttonprevBook
            //
            this.buttonprevBook.ActiveForeColor = System.Drawing.Color.PeachPuff;
            this.buttonprevBook.BackColor = System.Drawing.Color.OrangeRed;
            this.buttonprevBook.Location = new System.Drawing.Point(64, 3);
            this.buttonprevBook.Size = new System.Drawing.Size(32, 18);
            this.buttonprevBook.Text = "<<";
            this.buttonprevBook.TextAlign = OpenNETCF.Drawing.ContentAlignment.MiddleCenter;
            this.buttonprevBook.Click += new System.EventHandler(this.buttonprevBook_Click);
            //
            // buttonnextBook
            //
            this.buttonnextBook.BackColor = System.Drawing.Color.OrangeRed;
            this.buttonnextBook.Location = new System.Drawing.Point(184, 3);
            this.buttonnextBook.Size = new System.Drawing.Size(32, 18);
            this.buttonnextBook.Text = ">>";
            this.buttonnextBook.TextAlign = OpenNETCF.Drawing.ContentAlignment.MiddleCenter;
            this.buttonnextBook.Click += new System.EventHandler(this.buttonnextBook_Click);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            //
            // frmmain
            //
            this.ClientSize = new System.Drawing.Size(240, 273);
            this.Controls.Add(this.panelbase);
            this.Menu = this.mainMenu1;
            this.Text = "Zefania PPC";
            this.Load += new System.EventHandler(this.frmmain_Load);
        }
Пример #29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form10));
     this.typ_l       = new System.Windows.Forms.Label();
     this.data_t      = new System.Windows.Forms.TextBox();
     this.data_l      = new System.Windows.Forms.Label();
     this.nazwa_l     = new System.Windows.Forms.Label();
     this.nazwa_t     = new System.Windows.Forms.TextBox();
     this.exit_b      = new System.Windows.Forms.Button();
     this.ok_b        = new System.Windows.Forms.Button();
     this.comboBox1   = new System.Windows.Forms.ComboBox();
     this.label1      = new System.Windows.Forms.Label();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
     this.button1     = new System.Windows.Forms.Button();
     this.send_c      = new System.Windows.Forms.CheckBox();
     this.label2      = new System.Windows.Forms.Label();
     //
     // typ_l
     //
     this.typ_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.typ_l.ForeColor = System.Drawing.Color.White;
     this.typ_l.Location  = new System.Drawing.Point(16, 104);
     this.typ_l.Size      = new System.Drawing.Size(32, 16);
     this.typ_l.Text      = "Typ";
     //
     // data_t
     //
     this.data_t.BackColor = System.Drawing.Color.GreenYellow;
     this.data_t.ForeColor = System.Drawing.Color.MidnightBlue;
     this.data_t.Location  = new System.Drawing.Point(16, 176);
     this.data_t.Size      = new System.Drawing.Size(96, 20);
     this.data_t.Text      = "";
     //
     // data_l
     //
     this.data_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.data_l.ForeColor = System.Drawing.Color.White;
     this.data_l.Location  = new System.Drawing.Point(16, 160);
     this.data_l.Size      = new System.Drawing.Size(48, 16);
     this.data_l.Text      = "Data";
     //
     // nazwa_l
     //
     this.nazwa_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.nazwa_l.ForeColor = System.Drawing.Color.White;
     this.nazwa_l.Location  = new System.Drawing.Point(16, 40);
     this.nazwa_l.Size      = new System.Drawing.Size(128, 16);
     this.nazwa_l.Text      = "Nazwa dokumentu";
     //
     // nazwa_t
     //
     this.nazwa_t.BackColor  = System.Drawing.Color.GreenYellow;
     this.nazwa_t.Font       = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Regular);
     this.nazwa_t.ForeColor  = System.Drawing.Color.MidnightBlue;
     this.nazwa_t.Location   = new System.Drawing.Point(16, 56);
     this.nazwa_t.Size       = new System.Drawing.Size(208, 26);
     this.nazwa_t.Text       = "";
     this.nazwa_t.LostFocus += new System.EventHandler(this.nazwa_t_LostFocus);
     this.nazwa_t.GotFocus  += new System.EventHandler(this.nazwa_t_GotFocus);
     this.nazwa_t.KeyPress  += new System.Windows.Forms.KeyPressEventHandler(this.nazwa_t_KeyPress);
     //
     // exit_b
     //
     this.exit_b.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.exit_b.Location = new System.Drawing.Point(128, 216);
     this.exit_b.Size     = new System.Drawing.Size(96, 32);
     this.exit_b.Text     = "WYJŒCIE";
     this.exit_b.Click   += new System.EventHandler(this.exit_b_Click);
     //
     // ok_b
     //
     this.ok_b.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.ok_b.Location = new System.Drawing.Point(16, 216);
     this.ok_b.Size     = new System.Drawing.Size(104, 32);
     this.ok_b.Text     = "OK";
     this.ok_b.Click   += new System.EventHandler(this.ok_b_Click);
     //
     // comboBox1
     //
     this.comboBox1.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Regular);
     this.comboBox1.ForeColor = System.Drawing.Color.MidnightBlue;
     this.comboBox1.Items.Add("WZ");
     this.comboBox1.Items.Add("PZ");
     this.comboBox1.Items.Add("MP");
     this.comboBox1.Items.Add("MW");
     this.comboBox1.Items.Add("FV");
     this.comboBox1.Items.Add("PA");
     this.comboBox1.Items.Add("MM");
     this.comboBox1.Location  = new System.Drawing.Point(16, 120);
     this.comboBox1.Size      = new System.Drawing.Size(100, 24);
     this.comboBox1.GotFocus += new System.EventHandler(this.comboBox1_GotFocus);
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.label1.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label1.Location  = new System.Drawing.Point(8, 296);
     this.label1.Size      = new System.Drawing.Size(224, 24);
     this.label1.Text      = "DARIUSZ HANC ALAXA UNDERSOFT";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.button1.Location = new System.Drawing.Point(128, 104);
     this.button1.Size     = new System.Drawing.Size(96, 40);
     this.button1.Text     = "KLAWIATURA";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // send_c
     //
     this.send_c.Location = new System.Drawing.Point(128, 176);
     this.send_c.Size     = new System.Drawing.Size(16, 20);
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(152, 176);
     this.label2.Size      = new System.Drawing.Size(64, 20);
     this.label2.Text      = "Wys³any";
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.None;
     //
     // Form10
     //
     this.BackColor  = System.Drawing.Color.DodgerBlue;
     this.ClientSize = new System.Drawing.Size(240, 320);
     this.ControlBox = false;
     this.Controls.Add(this.label2);
     this.Controls.Add(this.send_c);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.ok_b);
     this.Controls.Add(this.exit_b);
     this.Controls.Add(this.nazwa_t);
     this.Controls.Add(this.nazwa_l);
     this.Controls.Add(this.data_l);
     this.Controls.Add(this.data_t);
     this.Controls.Add(this.typ_l);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Text        = "Nowy Dokument";
 }
Пример #30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dataGrid1   = new System.Windows.Forms.DataGrid();
     this.delete      = new System.Windows.Forms.Button();
     this.edit        = new System.Windows.Forms.Button();
     this.label1      = new System.Windows.Forms.Label();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1    = new System.Windows.Forms.TabPage();
     this.search_b    = new System.Windows.Forms.Button();
     this.kod_t       = new System.Windows.Forms.TextBox();
     this.tabPage2    = new System.Windows.Forms.TabPage();
     this.button3     = new System.Windows.Forms.Button();
     this.button2     = new System.Windows.Forms.Button();
     this.button5     = new System.Windows.Forms.Button();
     this.dataGrid2   = new System.Windows.Forms.DataGrid();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
     this.button1     = new System.Windows.Forms.Button();
     this.button6     = new System.Windows.Forms.Button();
     //
     // dataGrid1
     //
     this.dataGrid1.BackColor       = System.Drawing.Color.Azure;
     this.dataGrid1.ForeColor       = System.Drawing.Color.Black;
     this.dataGrid1.GridLineColor   = System.Drawing.Color.Black;
     this.dataGrid1.HeaderBackColor = System.Drawing.Color.DarkViolet;
     this.dataGrid1.HeaderForeColor = System.Drawing.Color.White;
     this.dataGrid1.Location        = new System.Drawing.Point(0, 48);
     this.dataGrid1.Size            = new System.Drawing.Size(224, 176);
     this.dataGrid1.Text            = "dataGrid1";
     //
     // delete
     //
     this.delete.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.delete.Location = new System.Drawing.Point(0, 24);
     this.delete.Size     = new System.Drawing.Size(72, 24);
     this.delete.Text     = "USU�";
     this.delete.Click   += new System.EventHandler(this.delete_Click);
     //
     // edit
     //
     this.edit.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.edit.Location = new System.Drawing.Point(72, 24);
     this.edit.Size     = new System.Drawing.Size(64, 24);
     this.edit.Text     = "EDYTUJ";
     this.edit.Click   += new System.EventHandler(this.edit_Click);
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.label1.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label1.Location  = new System.Drawing.Point(0, 296);
     this.label1.Size      = new System.Drawing.Size(232, 24);
     this.label1.Text      = "DARIUSZ HANC ALAXA UNDERSOFT";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Font          = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.tabControl1.Location      = new System.Drawing.Point(0, 40);
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(232, 256);
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.dataGrid1);
     this.tabPage1.Controls.Add(this.search_b);
     this.tabPage1.Controls.Add(this.kod_t);
     this.tabPage1.Controls.Add(this.delete);
     this.tabPage1.Controls.Add(this.edit);
     this.tabPage1.Location = new System.Drawing.Point(4, 24);
     this.tabPage1.Size     = new System.Drawing.Size(224, 228);
     this.tabPage1.Text     = "KOMPLETACJA";
     //
     // search_b
     //
     this.search_b.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.search_b.Location = new System.Drawing.Point(136, 0);
     this.search_b.Size     = new System.Drawing.Size(88, 48);
     this.search_b.Text     = "KOMPLETUJ";
     this.search_b.Click   += new System.EventHandler(this.search_b_Click);
     //
     // kod_t
     //
     this.kod_t.BackColor  = System.Drawing.Color.GreenYellow;
     this.kod_t.Font       = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.kod_t.ForeColor  = System.Drawing.Color.Black;
     this.kod_t.Size       = new System.Drawing.Size(136, 24);
     this.kod_t.Text       = "KOD LUB Z LISTY";
     this.kod_t.LostFocus += new System.EventHandler(this.kod_t_LostFocus);
     this.kod_t.GotFocus  += new System.EventHandler(this.kod_t_GotFocus);
     this.kod_t.KeyPress  += new System.Windows.Forms.KeyPressEventHandler(this.kod_t_KeyPress);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.button3);
     this.tabPage2.Controls.Add(this.button2);
     this.tabPage2.Controls.Add(this.button5);
     this.tabPage2.Controls.Add(this.dataGrid2);
     this.tabPage2.Location = new System.Drawing.Point(4, 24);
     this.tabPage2.Size     = new System.Drawing.Size(224, 228);
     this.tabPage2.Text     = "SKOMPLETOWANE";
     //
     // button3
     //
     this.button3.Font   = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.button3.Size   = new System.Drawing.Size(64, 24);
     this.button3.Text   = "EDYTUJ";
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button2
     //
     this.button2.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.button2.Location = new System.Drawing.Point(64, 0);
     this.button2.Size     = new System.Drawing.Size(72, 24);
     this.button2.Text     = "USU�";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // button5
     //
     this.button5.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.button5.Location = new System.Drawing.Point(136, 0);
     this.button5.Size     = new System.Drawing.Size(88, 24);
     this.button5.Text     = "ZATWIERD�";
     this.button5.Click   += new System.EventHandler(this.button5_Click);
     //
     // dataGrid2
     //
     this.dataGrid2.BackColor       = System.Drawing.Color.Azure;
     this.dataGrid2.ForeColor       = System.Drawing.Color.Black;
     this.dataGrid2.GridLineColor   = System.Drawing.Color.Black;
     this.dataGrid2.HeaderBackColor = System.Drawing.Color.DarkViolet;
     this.dataGrid2.HeaderForeColor = System.Drawing.Color.White;
     this.dataGrid2.Location        = new System.Drawing.Point(0, 24);
     this.dataGrid2.Size            = new System.Drawing.Size(224, 200);
     this.dataGrid2.Text            = "dataGrid2";
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.button1.Location = new System.Drawing.Point(2, 2);
     this.button1.Size     = new System.Drawing.Size(102, 30);
     this.button1.Text     = "KLAWIATURA";
     this.button1.Click   += new System.EventHandler(this.button1_Click_1);
     //
     // button6
     //
     this.button6.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.button6.Location = new System.Drawing.Point(128, 2);
     this.button6.Size     = new System.Drawing.Size(104, 30);
     this.button6.Text     = "WYJ�CIE";
     this.button6.Click   += new System.EventHandler(this.button6_Click);
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.None;
     //
     // Form17
     //
     this.BackColor  = System.Drawing.Color.DodgerBlue;
     this.ClientSize = new System.Drawing.Size(240, 320);
     this.ControlBox = false;
     this.Controls.Add(this.button6);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.label1);
     this.Text     = "Lista Pozycji Dokumentu";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.Form17_Closing);
     this.Load    += new System.EventHandler(this.Form17_Load);
 }
Пример #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.components = new System.ComponentModel.Container();
     System.Windows.Forms.Label lKeyMappingsRight;
     System.Windows.Forms.Label lKeyMappingsEnter;
     System.Windows.Forms.Label lKeyMappingsDown;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingDialog));
     this.rbGPSTrackingTriggerTime = new System.Windows.Forms.RadioButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.layerTabControl = new System.Windows.Forms.TabControl();
     this.generalTab = new System.Windows.Forms.TabPage();
     this.removeDirIconBox = new GravurGIS.GUI.Controls.IconBox();
     this.addDirIconBox = new GravurGIS.GUI.Controls.IconBox();
     this.settingsSearchDirListbox = new System.Windows.Forms.ListBox();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.stOpenIconBox = new GravurGIS.GUI.Controls.IconBox();
     this.settingDefaultProjectTB = new GravurGIS.GUI.Controls.LabelEx();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.label6 = new System.Windows.Forms.Label();
     this.behaviourTab = new System.Windows.Forms.TabPage();
     this.maxSeletClickDist = new System.Windows.Forms.NumericUpDown();
     this.label29 = new System.Windows.Forms.Label();
     this.zoomInPercent = new System.Windows.Forms.NumericUpDown();
     this.zoomOutPercent = new System.Windows.Forms.NumericUpDown();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.exchangeTab = new System.Windows.Forms.TabPage();
     this.bRemoveCategory = new GravurGIS.GUI.Controls.IconBox();
     this.bAddCategory = new GravurGIS.GUI.Controls.IconBox();
     this.lbCategories = new System.Windows.Forms.ListBox();
     this.label27 = new System.Windows.Forms.Label();
     this.PolygonLayerFile = new GravurGIS.GUI.Controls.IconBox();
     this.PolyLineLayerFile = new GravurGIS.GUI.Controls.IconBox();
     this.PointLayerFile = new GravurGIS.GUI.Controls.IconBox();
     this.PolygonLayerSettings = new GravurGIS.GUI.Controls.IconBox();
     this.PolylineLayerSettings = new GravurGIS.GUI.Controls.IconBox();
     this.PointLayerSettings = new GravurGIS.GUI.Controls.IconBox();
     this.settingsTrasferPolygonName = new System.Windows.Forms.TextBox();
     this.labelTransferPolygon = new System.Windows.Forms.Label();
     this.settingsTrasferPolyLineName = new System.Windows.Forms.TextBox();
     this.settingsTrasferPointName = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.gpsTab = new System.Windows.Forms.TabPage();
     this.nGPSUpdateInterval = new System.Windows.Forms.NumericUpDown();
     this.lGPSUpdateInterval = new System.Windows.Forms.Label();
     this.cbGPSTrackingDiscardSamePos = new System.Windows.Forms.CheckBox();
     this.rbGPSTrackingTriggerKey = new System.Windows.Forms.RadioButton();
     this.lGPSTriggerTimer = new System.Windows.Forms.Label();
     this.tbGPSTrackingTimeInterval = new GravurGIS.GUI.Controls.TextBoxEx();
     this.lTrigger = new System.Windows.Forms.Label();
     this.tbGPSTrackingComment = new System.Windows.Forms.TextBox();
     this.lGPSTrackingComment = new System.Windows.Forms.Label();
     this.cbGPSTrackingStartMode = new System.Windows.Forms.ComboBox();
     this.lGPSTrackingStartMode = new System.Windows.Forms.Label();
     this.cbGPSTrackingActivate = new System.Windows.Forms.CheckBox();
     this.lGPSViewMode = new System.Windows.Forms.Label();
     this.gpsViewSelection = new System.Windows.Forms.ComboBox();
     this.gpsWidth = new System.Windows.Forms.NumericUpDown();
     this.lblGpsWidth = new System.Windows.Forms.Label();
     this.lblGpsColor = new System.Windows.Forms.Label();
     this.gpsColor = new GravurGIS.GUI.Controls.ColorIcon();
     this.ShowGPSPositionCB = new System.Windows.Forms.CheckBox();
     this.coordTab = new System.Windows.Forms.TabPage();
     this.coordGKStripe = new System.Windows.Forms.NumericUpDown();
     this.btnConfigOtherProj = new System.Windows.Forms.Button();
     this.chkCoordOther = new System.Windows.Forms.RadioButton();
     this.chkCoordGK = new System.Windows.Forms.RadioButton();
     this.chkCoordGeo = new System.Windows.Forms.RadioButton();
     this.datumTab = new System.Windows.Forms.TabPage();
     this.bElSave = new System.Windows.Forms.Button();
     this.tbElS = new System.Windows.Forms.TextBox();
     this.label25 = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.tbElAprev = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.tbElRz = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.tbElDz = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.tbElRy = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbElDy = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.tbElRx = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.tbElDx = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tbElB = new System.Windows.Forms.TextBox();
     this.lblA = new System.Windows.Forms.Label();
     this.tbElA = new System.Windows.Forms.TextBox();
     this.tBElName = new System.Windows.Forms.TextBox();
     this.txtName = new System.Windows.Forms.Label();
     this.comboDatums = new System.Windows.Forms.ComboBox();
     this.miscTab = new System.Windows.Forms.TabPage();
     this.cbKeyMappingsDown = new System.Windows.Forms.ComboBox();
     this.cbKeyMappingsUp = new System.Windows.Forms.ComboBox();
     this.lKeyMappingsUp = new System.Windows.Forms.Label();
     this.cbKeyMappingsEnter = new System.Windows.Forms.ComboBox();
     this.cbKeyMappingsRight = new System.Windows.Forms.ComboBox();
     this.cbKeyMappingsLeft = new System.Windows.Forms.ComboBox();
     this.label28 = new System.Windows.Forms.Label();
     this.lKeyMappings = new System.Windows.Forms.Label();
     this.cbShowNorthArrow = new System.Windows.Forms.CheckBox();
     this.ciNewLayerColor = new GravurGIS.GUI.Controls.ColorIcon();
     this.newLayerSpecificColor = new System.Windows.Forms.RadioButton();
     this.newLayerRandomColor = new System.Windows.Forms.RadioButton();
     this.label26 = new System.Windows.Forms.Label();
     this.cbShowScaleOnMap = new System.Windows.Forms.CheckBox();
     this.sesstingsSpecialLayers = new System.Windows.Forms.CheckBox();
     this.scaleTab = new System.Windows.Forms.TabPage();
     this.Caption = new System.Windows.Forms.Label();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel(this.components);
     this.label15 = new System.Windows.Forms.Label();
     this.textBox10 = new System.Windows.Forms.TextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.textBox11 = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.textBox12 = new System.Windows.Forms.TextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.textBox13 = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.textBox14 = new System.Windows.Forms.TextBox();
     this.label20 = new System.Windows.Forms.Label();
     this.textBox15 = new System.Windows.Forms.TextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.textBox16 = new System.Windows.Forms.TextBox();
     this.label22 = new System.Windows.Forms.Label();
     this.textBox17 = new System.Windows.Forms.TextBox();
     this.textBox18 = new System.Windows.Forms.TextBox();
     this.label23 = new System.Windows.Forms.Label();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     lKeyMappingsRight = new System.Windows.Forms.Label();
     lKeyMappingsEnter = new System.Windows.Forms.Label();
     lKeyMappingsDown = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.layerTabControl.SuspendLayout();
     this.generalTab.SuspendLayout();
     this.behaviourTab.SuspendLayout();
     this.exchangeTab.SuspendLayout();
     this.gpsTab.SuspendLayout();
     this.coordTab.SuspendLayout();
     this.datumTab.SuspendLayout();
     this.miscTab.SuspendLayout();
     this.SuspendLayout();
     //
     // lKeyMappingsRight
     //
     lKeyMappingsRight.Location = new System.Drawing.Point(22, 262);
     lKeyMappingsRight.Name = "lKeyMappingsRight";
     lKeyMappingsRight.Size = new System.Drawing.Size(47, 20);
     lKeyMappingsRight.Text = "Rechts";
     //
     // lKeyMappingsEnter
     //
     lKeyMappingsEnter.Location = new System.Drawing.Point(22, 290);
     lKeyMappingsEnter.Name = "lKeyMappingsEnter";
     lKeyMappingsEnter.Size = new System.Drawing.Size(39, 20);
     lKeyMappingsEnter.Text = "Enter";
     //
     // lKeyMappingsDown
     //
     lKeyMappingsDown.Location = new System.Drawing.Point(22, 207);
     lKeyMappingsDown.Name = "lKeyMappingsDown";
     lKeyMappingsDown.Size = new System.Drawing.Size(47, 20);
     lKeyMappingsDown.Text = "Unten";
     //
     // rbGPSTrackingTriggerTime
     //
     this.rbGPSTrackingTriggerTime.Location = new System.Drawing.Point(14, 284);
     this.rbGPSTrackingTriggerTime.Name = "rbGPSTrackingTriggerTime";
     this.rbGPSTrackingTriggerTime.Size = new System.Drawing.Size(100, 20);
     this.rbGPSTrackingTriggerTime.TabIndex = 154;
     this.rbGPSTrackingTriggerTime.Text = "Zeitintervall";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.layerTabControl);
     this.panel1.Location = new System.Drawing.Point(1, 22);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(238, 175);
     //
     // layerTabControl
     //
     this.layerTabControl.Controls.Add(this.generalTab);
     this.layerTabControl.Controls.Add(this.behaviourTab);
     this.layerTabControl.Controls.Add(this.exchangeTab);
     this.layerTabControl.Controls.Add(this.gpsTab);
     this.layerTabControl.Controls.Add(this.coordTab);
     this.layerTabControl.Controls.Add(this.datumTab);
     this.layerTabControl.Controls.Add(this.miscTab);
     this.layerTabControl.Location = new System.Drawing.Point(0, 0);
     this.layerTabControl.Name = "layerTabControl";
     this.layerTabControl.SelectedIndex = 0;
     this.layerTabControl.Size = new System.Drawing.Size(238, 172);
     this.layerTabControl.TabIndex = 0;
     //
     // generalTab
     //
     this.generalTab.AutoScroll = true;
     this.generalTab.Controls.Add(this.settingDefaultProjectTB);
     this.generalTab.Controls.Add(this.removeDirIconBox);
     this.generalTab.Controls.Add(this.addDirIconBox);
     this.generalTab.Controls.Add(this.settingsSearchDirListbox);
     this.generalTab.Controls.Add(this.label10);
     this.generalTab.Controls.Add(this.label9);
     this.generalTab.Controls.Add(this.stOpenIconBox);
     this.generalTab.Controls.Add(this.checkBox1);
     this.generalTab.Controls.Add(this.label6);
     this.generalTab.Location = new System.Drawing.Point(0, 0);
     this.generalTab.Name = "generalTab";
     this.generalTab.Size = new System.Drawing.Size(238, 149);
     this.generalTab.Text = "Allgemein";
     //
     // removeDirIconBox
     //
     this.removeDirIconBox.Location = new System.Drawing.Point(200, 137);
     this.removeDirIconBox.Name = "removeDirIconBox";
     this.removeDirIconBox.Size = new System.Drawing.Size(16, 21);
     this.removeDirIconBox.TabIndex = 129;
     this.removeDirIconBox.Click += new System.EventHandler(this.removeDirIconBox_Click_1);
     //
     // addDirIconBox
     //
     this.addDirIconBox.Location = new System.Drawing.Point(200, 114);
     this.addDirIconBox.Name = "addDirIconBox";
     this.addDirIconBox.Size = new System.Drawing.Size(16, 21);
     this.addDirIconBox.TabIndex = 128;
     this.addDirIconBox.Click += new System.EventHandler(this.addDirIconBox_Click_1);
     //
     // settingsSearchDirListbox
     //
     this.settingsSearchDirListbox.Location = new System.Drawing.Point(42, 112);
     this.settingsSearchDirListbox.Name = "settingsSearchDirListbox";
     this.settingsSearchDirListbox.Size = new System.Drawing.Size(153, 44);
     this.settingsSearchDirListbox.TabIndex = 127;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(27, 90);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(192, 77);
     this.label10.Text = "Zusätzliche Such-Orte für Dateien:";
     //
     // label9
     //
     this.label9.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.label9.Location = new System.Drawing.Point(7, 72);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(99, 19);
     this.label9.Text = "Ordner:";
     //
     // stOpenIconBox
     //
     this.stOpenIconBox.Enabled = false;
     this.stOpenIconBox.Icon = ((System.Drawing.Icon)(resources.GetObject("stOpenIconBox.Icon")));
     this.stOpenIconBox.Location = new System.Drawing.Point(43, 44);
     this.stOpenIconBox.Name = "stOpenIconBox";
     this.stOpenIconBox.Size = new System.Drawing.Size(16, 16);
     this.stOpenIconBox.TabIndex = 121;
     this.stOpenIconBox.Click += new System.EventHandler(this.stOpenIconBox_Click_1);
     //
     // settingDefaultProjectTB
     //
     this.settingDefaultProjectTB.Enabled = false;
     this.settingDefaultProjectTB.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.settingDefaultProjectTB.Location = new System.Drawing.Point(63, 42);
     this.settingDefaultProjectTB.Name = "settingDefaultProjectTB";
     this.settingDefaultProjectTB.Size = new System.Drawing.Size(156, 45);
     this.settingDefaultProjectTB.Text = "(keins)";
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(27, 21);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(126, 25);
     this.checkBox1.TabIndex = 123;
     this.checkBox1.Text = "Standard-Projekt:";
     this.checkBox1.CheckStateChanged += new System.EventHandler(this.checkBox1_CheckStateChanged_1);
     //
     // label6
     //
     this.label6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.label6.Location = new System.Drawing.Point(7, 4);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(105, 19);
     this.label6.Text = "Programmstart:";
     //
     // behaviourTab
     //
     this.behaviourTab.AutoScroll = true;
     this.behaviourTab.Controls.Add(this.maxSeletClickDist);
     this.behaviourTab.Controls.Add(this.label29);
     this.behaviourTab.Controls.Add(this.zoomInPercent);
     this.behaviourTab.Controls.Add(this.zoomOutPercent);
     this.behaviourTab.Controls.Add(this.label11);
     this.behaviourTab.Controls.Add(this.label12);
     this.behaviourTab.Location = new System.Drawing.Point(0, 0);
     this.behaviourTab.Name = "behaviourTab";
     this.behaviourTab.Size = new System.Drawing.Size(230, 146);
     this.behaviourTab.Text = "Verhalten";
     //
     // maxSeletClickDist
     //
     this.maxSeletClickDist.Location = new System.Drawing.Point(96, 89);
     this.maxSeletClickDist.Name = "maxSeletClickDist";
     this.maxSeletClickDist.Size = new System.Drawing.Size(100, 22);
     this.maxSeletClickDist.TabIndex = 161;
     this.maxSeletClickDist.Value = new decimal(new int[] {
     6,
     0,
     0,
     0});
     //
     // label29
     //
     this.label29.Location = new System.Drawing.Point(7, 64);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(181, 20);
     this.label29.Text = "Selektions-Klick-Toleranz [px]:";
     //
     // zoomInPercent
     //
     this.zoomInPercent.ForeColor = System.Drawing.Color.Black;
     this.zoomInPercent.Location = new System.Drawing.Point(96, 7);
     this.zoomInPercent.Maximum = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     this.zoomInPercent.Minimum = new decimal(new int[] {
     100,
     0,
     0,
     0});
     this.zoomInPercent.Name = "zoomInPercent";
     this.zoomInPercent.Size = new System.Drawing.Size(100, 22);
     this.zoomInPercent.TabIndex = 156;
     this.zoomInPercent.Value = new decimal(new int[] {
     200,
     0,
     0,
     0});
     //
     // zoomOutPercent
     //
     this.zoomOutPercent.Location = new System.Drawing.Point(96, 33);
     this.zoomOutPercent.Name = "zoomOutPercent";
     this.zoomOutPercent.Size = new System.Drawing.Size(100, 22);
     this.zoomOutPercent.TabIndex = 157;
     this.zoomOutPercent.Value = new decimal(new int[] {
     85,
     0,
     0,
     0});
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(7, 10);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(77, 18);
     this.label11.Text = "Zoom In [%]";
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(7, 37);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(93, 18);
     this.label12.Text = "Zoom Out [%]";
     //
     // exchangeTab
     //
     this.exchangeTab.AutoScroll = true;
     this.exchangeTab.AutoScrollMargin = new System.Drawing.Size(0, 10);
     this.exchangeTab.Controls.Add(this.bRemoveCategory);
     this.exchangeTab.Controls.Add(this.bAddCategory);
     this.exchangeTab.Controls.Add(this.lbCategories);
     this.exchangeTab.Controls.Add(this.label27);
     this.exchangeTab.Controls.Add(this.PolygonLayerFile);
     this.exchangeTab.Controls.Add(this.PolyLineLayerFile);
     this.exchangeTab.Controls.Add(this.PointLayerFile);
     this.exchangeTab.Controls.Add(this.PolygonLayerSettings);
     this.exchangeTab.Controls.Add(this.PolylineLayerSettings);
     this.exchangeTab.Controls.Add(this.PointLayerSettings);
     this.exchangeTab.Controls.Add(this.settingsTrasferPolygonName);
     this.exchangeTab.Controls.Add(this.labelTransferPolygon);
     this.exchangeTab.Controls.Add(this.settingsTrasferPolyLineName);
     this.exchangeTab.Controls.Add(this.settingsTrasferPointName);
     this.exchangeTab.Controls.Add(this.label3);
     this.exchangeTab.Controls.Add(this.label2);
     this.exchangeTab.Location = new System.Drawing.Point(0, 0);
     this.exchangeTab.Name = "exchangeTab";
     this.exchangeTab.Size = new System.Drawing.Size(230, 146);
     this.exchangeTab.Text = "Datenaustausch";
     //
     // bRemoveCategory
     //
     this.bRemoveCategory.Location = new System.Drawing.Point(180, 135);
     this.bRemoveCategory.Name = "bRemoveCategory";
     this.bRemoveCategory.Size = new System.Drawing.Size(16, 21);
     this.bRemoveCategory.TabIndex = 133;
     this.bRemoveCategory.Click += new System.EventHandler(this.bRemoveCategory_Click);
     //
     // bAddCategory
     //
     this.bAddCategory.Location = new System.Drawing.Point(180, 112);
     this.bAddCategory.Name = "bAddCategory";
     this.bAddCategory.Size = new System.Drawing.Size(16, 21);
     this.bAddCategory.TabIndex = 132;
     this.bAddCategory.Click += new System.EventHandler(this.bAddCategory_Click);
     //
     // lbCategories
     //
     this.lbCategories.Location = new System.Drawing.Point(22, 110);
     this.lbCategories.Name = "lbCategories";
     this.lbCategories.Size = new System.Drawing.Size(153, 44);
     this.lbCategories.TabIndex = 131;
     //
     // label27
     //
     this.label27.Location = new System.Drawing.Point(7, 88);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(192, 19);
     this.label27.Text = "Mögliche Kategorien der Objekte:";
     //
     // PolygonLayerFile
     //
     this.PolygonLayerFile.Location = new System.Drawing.Point(181, 55);
     this.PolygonLayerFile.Name = "PolygonLayerFile";
     this.PolygonLayerFile.Size = new System.Drawing.Size(16, 16);
     this.PolygonLayerFile.TabIndex = 33;
     this.PolygonLayerFile.Click += new System.EventHandler(this.TransPortLayerPath_Click);
     //
     // PolyLineLayerFile
     //
     this.PolyLineLayerFile.Location = new System.Drawing.Point(181, 32);
     this.PolyLineLayerFile.Name = "PolyLineLayerFile";
     this.PolyLineLayerFile.Size = new System.Drawing.Size(16, 16);
     this.PolyLineLayerFile.TabIndex = 32;
     this.PolyLineLayerFile.Click += new System.EventHandler(this.TransPortLayerPath_Click);
     //
     // PointLayerFile
     //
     this.PointLayerFile.Location = new System.Drawing.Point(181, 10);
     this.PointLayerFile.Name = "PointLayerFile";
     this.PointLayerFile.Size = new System.Drawing.Size(16, 16);
     this.PointLayerFile.TabIndex = 31;
     this.PointLayerFile.Click += new System.EventHandler(this.TransPortLayerPath_Click);
     //
     // PolygonLayerSettings
     //
     this.PolygonLayerSettings.Location = new System.Drawing.Point(202, 55);
     this.PolygonLayerSettings.Name = "PolygonLayerSettings";
     this.PolygonLayerSettings.Size = new System.Drawing.Size(16, 16);
     this.PolygonLayerSettings.TabIndex = 27;
     this.PolygonLayerSettings.Click += new System.EventHandler(this.PolygonLayerSettings_Click);
     //
     // PolylineLayerSettings
     //
     this.PolylineLayerSettings.Location = new System.Drawing.Point(202, 32);
     this.PolylineLayerSettings.Name = "PolylineLayerSettings";
     this.PolylineLayerSettings.Size = new System.Drawing.Size(16, 16);
     this.PolylineLayerSettings.TabIndex = 26;
     this.PolylineLayerSettings.Click += new System.EventHandler(this.PolylineLayerSettings_Click);
     //
     // PointLayerSettings
     //
     this.PointLayerSettings.Location = new System.Drawing.Point(202, 10);
     this.PointLayerSettings.Name = "PointLayerSettings";
     this.PointLayerSettings.Size = new System.Drawing.Size(16, 16);
     this.PointLayerSettings.TabIndex = 25;
     this.PointLayerSettings.Click += new System.EventHandler(this.PointLayerSettings_Click);
     //
     // settingsTrasferPolygonName
     //
     this.settingsTrasferPolygonName.Location = new System.Drawing.Point(90, 53);
     this.settingsTrasferPolygonName.Name = "settingsTrasferPolygonName";
     this.settingsTrasferPolygonName.Size = new System.Drawing.Size(85, 21);
     this.settingsTrasferPolygonName.TabIndex = 24;
     this.settingsTrasferPolygonName.Text = "\\My Documents\\shp\\transferPolygon.shp";
     //
     // labelTransferPolygon
     //
     this.labelTransferPolygon.Location = new System.Drawing.Point(7, 54);
     this.labelTransferPolygon.Name = "labelTransferPolygon";
     this.labelTransferPolygon.Size = new System.Drawing.Size(100, 20);
     this.labelTransferPolygon.Text = "Polygonlayer:";
     //
     // settingsTrasferPolyLineName
     //
     this.settingsTrasferPolyLineName.Location = new System.Drawing.Point(90, 31);
     this.settingsTrasferPolyLineName.Name = "settingsTrasferPolyLineName";
     this.settingsTrasferPolyLineName.Size = new System.Drawing.Size(85, 21);
     this.settingsTrasferPolyLineName.TabIndex = 23;
     this.settingsTrasferPolyLineName.Text = "\\My Documents\\shp\\transferPolylinie.shp";
     //
     // settingsTrasferPointName
     //
     this.settingsTrasferPointName.Location = new System.Drawing.Point(90, 9);
     this.settingsTrasferPointName.Name = "settingsTrasferPointName";
     this.settingsTrasferPointName.Size = new System.Drawing.Size(85, 21);
     this.settingsTrasferPointName.TabIndex = 22;
     this.settingsTrasferPointName.Text = "\\My Documents\\shp\\transferPunkt.shp";
     this.settingsTrasferPointName.WordWrap = false;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(7, 32);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(89, 20);
     this.label3.Text = "Linienlayer:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(7, 10);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(66, 20);
     this.label2.Text = "Punktlayer:";
     //
     // gpsTab
     //
     this.gpsTab.AutoScroll = true;
     this.gpsTab.AutoScrollMargin = new System.Drawing.Size(0, 10);
     this.gpsTab.Controls.Add(this.nGPSUpdateInterval);
     this.gpsTab.Controls.Add(this.lGPSUpdateInterval);
     this.gpsTab.Controls.Add(this.cbGPSTrackingDiscardSamePos);
     this.gpsTab.Controls.Add(this.rbGPSTrackingTriggerKey);
     this.gpsTab.Controls.Add(this.lGPSTriggerTimer);
     this.gpsTab.Controls.Add(this.tbGPSTrackingTimeInterval);
     this.gpsTab.Controls.Add(this.rbGPSTrackingTriggerTime);
     this.gpsTab.Controls.Add(this.lTrigger);
     this.gpsTab.Controls.Add(this.tbGPSTrackingComment);
     this.gpsTab.Controls.Add(this.lGPSTrackingComment);
     this.gpsTab.Controls.Add(this.cbGPSTrackingStartMode);
     this.gpsTab.Controls.Add(this.lGPSTrackingStartMode);
     this.gpsTab.Controls.Add(this.cbGPSTrackingActivate);
     this.gpsTab.Controls.Add(this.lGPSViewMode);
     this.gpsTab.Controls.Add(this.gpsViewSelection);
     this.gpsTab.Controls.Add(this.gpsWidth);
     this.gpsTab.Controls.Add(this.lblGpsWidth);
     this.gpsTab.Controls.Add(this.lblGpsColor);
     this.gpsTab.Controls.Add(this.gpsColor);
     this.gpsTab.Controls.Add(this.ShowGPSPositionCB);
     this.gpsTab.Location = new System.Drawing.Point(0, 0);
     this.gpsTab.Name = "gpsTab";
     this.gpsTab.Size = new System.Drawing.Size(230, 146);
     this.gpsTab.Text = "GPS";
     //
     // nGPSUpdateInterval
     //
     this.nGPSUpdateInterval.Location = new System.Drawing.Point(164, 124);
     this.nGPSUpdateInterval.Maximum = new decimal(new int[] {
     200,
     0,
     0,
     0});
     this.nGPSUpdateInterval.Name = "nGPSUpdateInterval";
     this.nGPSUpdateInterval.Size = new System.Drawing.Size(51, 22);
     this.nGPSUpdateInterval.TabIndex = 174;
     this.nGPSUpdateInterval.Value = new decimal(new int[] {
     4,
     0,
     0,
     0});
     //
     // lGPSUpdateInterval
     //
     this.lGPSUpdateInterval.Location = new System.Drawing.Point(11, 124);
     this.lGPSUpdateInterval.Name = "lGPSUpdateInterval";
     this.lGPSUpdateInterval.Size = new System.Drawing.Size(147, 20);
     this.lGPSUpdateInterval.Text = "Aktualisierungsrate (sec):";
     //
     // cbGPSTrackingDiscardSamePos
     //
     this.cbGPSTrackingDiscardSamePos.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.cbGPSTrackingDiscardSamePos.Location = new System.Drawing.Point(14, 233);
     this.cbGPSTrackingDiscardSamePos.Name = "cbGPSTrackingDiscardSamePos";
     this.cbGPSTrackingDiscardSamePos.Size = new System.Drawing.Size(201, 26);
     this.cbGPSTrackingDiscardSamePos.TabIndex = 165;
     this.cbGPSTrackingDiscardSamePos.Text = "Mehrfach selbe Position verbieten";
     //
     // rbGPSTrackingTriggerKey
     //
     this.rbGPSTrackingTriggerKey.Location = new System.Drawing.Point(14, 310);
     this.rbGPSTrackingTriggerKey.Name = "rbGPSTrackingTriggerKey";
     this.rbGPSTrackingTriggerKey.Size = new System.Drawing.Size(100, 20);
     this.rbGPSTrackingTriggerKey.TabIndex = 157;
     this.rbGPSTrackingTriggerKey.Text = "Tastendruck";
     //
     // lGPSTriggerTimer
     //
     this.lGPSTriggerTimer.Location = new System.Drawing.Point(194, 285);
     this.lGPSTriggerTimer.Name = "lGPSTriggerTimer";
     this.lGPSTriggerTimer.Size = new System.Drawing.Size(21, 20);
     this.lGPSTriggerTimer.Text = "ms";
     //
     // tbGPSTrackingTimeInterval
     //
     this.tbGPSTrackingTimeInterval.AllowSpace = false;
     this.tbGPSTrackingTimeInterval.Location = new System.Drawing.Point(117, 283);
     this.tbGPSTrackingTimeInterval.Name = "tbGPSTrackingTimeInterval";
     this.tbGPSTrackingTimeInterval.NumbersOnly = true;
     this.tbGPSTrackingTimeInterval.Size = new System.Drawing.Size(71, 21);
     this.tbGPSTrackingTimeInterval.TabIndex = 155;
     this.tbGPSTrackingTimeInterval.Text = "5000";
     //
     // lTrigger
     //
     this.lTrigger.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.lTrigger.Location = new System.Drawing.Point(14, 262);
     this.lTrigger.Name = "lTrigger";
     this.lTrigger.Size = new System.Drawing.Size(60, 20);
     this.lTrigger.Text = "Auslöser";
     //
     // tbGPSTrackingComment
     //
     this.tbGPSTrackingComment.Location = new System.Drawing.Point(104, 206);
     this.tbGPSTrackingComment.Name = "tbGPSTrackingComment";
     this.tbGPSTrackingComment.Size = new System.Drawing.Size(111, 21);
     this.tbGPSTrackingComment.TabIndex = 152;
     //
     // lGPSTrackingComment
     //
     this.lGPSTrackingComment.Location = new System.Drawing.Point(14, 207);
     this.lGPSTrackingComment.Name = "lGPSTrackingComment";
     this.lGPSTrackingComment.Size = new System.Drawing.Size(72, 20);
     this.lGPSTrackingComment.Text = "Kommentar";
     //
     // cbGPSTrackingStartMode
     //
     this.cbGPSTrackingStartMode.Items.Add("Nach Tastendruck");
     this.cbGPSTrackingStartMode.Items.Add("Nach Dialogende");
     this.cbGPSTrackingStartMode.Location = new System.Drawing.Point(104, 174);
     this.cbGPSTrackingStartMode.Name = "cbGPSTrackingStartMode";
     this.cbGPSTrackingStartMode.Size = new System.Drawing.Size(111, 22);
     this.cbGPSTrackingStartMode.TabIndex = 150;
     //
     // lGPSTrackingStartMode
     //
     this.lGPSTrackingStartMode.Location = new System.Drawing.Point(14, 176);
     this.lGPSTrackingStartMode.Name = "lGPSTrackingStartMode";
     this.lGPSTrackingStartMode.Size = new System.Drawing.Size(72, 20);
     this.lGPSTrackingStartMode.Text = "Startmodus";
     //
     // cbGPSTrackingActivate
     //
     this.cbGPSTrackingActivate.Location = new System.Drawing.Point(7, 152);
     this.cbGPSTrackingActivate.Name = "cbGPSTrackingActivate";
     this.cbGPSTrackingActivate.Size = new System.Drawing.Size(142, 20);
     this.cbGPSTrackingActivate.TabIndex = 148;
     this.cbGPSTrackingActivate.Text = "Tracking aktivieren";
     this.cbGPSTrackingActivate.CheckStateChanged += new System.EventHandler(this.cbGPSTrackingActivate_CheckStateChanged);
     //
     // lGPSViewMode
     //
     this.lGPSViewMode.Location = new System.Drawing.Point(11, 94);
     this.lGPSViewMode.Name = "lGPSViewMode";
     this.lGPSViewMode.Size = new System.Drawing.Size(83, 19);
     this.lGPSViewMode.Text = "Anzeigemodus";
     //
     // gpsViewSelection
     //
     this.gpsViewSelection.Items.Add("Statische Karte");
     this.gpsViewSelection.Items.Add("Statischer Punkt");
     this.gpsViewSelection.Location = new System.Drawing.Point(103, 91);
     this.gpsViewSelection.Name = "gpsViewSelection";
     this.gpsViewSelection.Size = new System.Drawing.Size(112, 22);
     this.gpsViewSelection.TabIndex = 145;
     //
     // gpsWidth
     //
     this.gpsWidth.Location = new System.Drawing.Point(168, 55);
     this.gpsWidth.Maximum = new decimal(new int[] {
     20,
     0,
     0,
     0});
     this.gpsWidth.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.gpsWidth.Name = "gpsWidth";
     this.gpsWidth.Size = new System.Drawing.Size(47, 22);
     this.gpsWidth.TabIndex = 142;
     this.gpsWidth.Value = new decimal(new int[] {
     4,
     0,
     0,
     0});
     //
     // lblGpsWidth
     //
     this.lblGpsWidth.Location = new System.Drawing.Point(11, 55);
     this.lblGpsWidth.Name = "lblGpsWidth";
     this.lblGpsWidth.Size = new System.Drawing.Size(164, 20);
     this.lblGpsWidth.Text = "Punktgröße v. Position";
     //
     // lblGpsColor
     //
     this.lblGpsColor.Location = new System.Drawing.Point(11, 30);
     this.lblGpsColor.Name = "lblGpsColor";
     this.lblGpsColor.Size = new System.Drawing.Size(142, 20);
     this.lblGpsColor.Text = "Farbe der GPS-Position";
     //
     // gpsColor
     //
     this.gpsColor.Location = new System.Drawing.Point(200, 30);
     this.gpsColor.Name = "gpsColor";
     this.gpsColor.Size = new System.Drawing.Size(15, 15);
     this.gpsColor.TabIndex = 139;
     this.gpsColor.Click += new System.EventHandler(this.gpsColor_Click);
     //
     // ShowGPSPositionCB
     //
     this.ShowGPSPositionCB.Location = new System.Drawing.Point(7, 7);
     this.ShowGPSPositionCB.Name = "ShowGPSPositionCB";
     this.ShowGPSPositionCB.Size = new System.Drawing.Size(137, 20);
     this.ShowGPSPositionCB.TabIndex = 138;
     this.ShowGPSPositionCB.Text = "Position anzeigen";
     this.ShowGPSPositionCB.CheckStateChanged += new System.EventHandler(this.ShowGPSPositionCB_CheckStateChanged);
     //
     // coordTab
     //
     this.coordTab.Controls.Add(this.coordGKStripe);
     this.coordTab.Controls.Add(this.btnConfigOtherProj);
     this.coordTab.Controls.Add(this.chkCoordOther);
     this.coordTab.Controls.Add(this.chkCoordGK);
     this.coordTab.Controls.Add(this.chkCoordGeo);
     this.coordTab.Location = new System.Drawing.Point(0, 0);
     this.coordTab.Name = "coordTab";
     this.coordTab.Size = new System.Drawing.Size(230, 146);
     this.coordTab.Text = "Koordinaten";
     //
     // coordGKStripe
     //
     this.coordGKStripe.Location = new System.Drawing.Point(149, 34);
     this.coordGKStripe.Maximum = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.coordGKStripe.Name = "coordGKStripe";
     this.coordGKStripe.Size = new System.Drawing.Size(82, 22);
     this.coordGKStripe.TabIndex = 4;
     this.coordGKStripe.Value = new decimal(new int[] {
     2,
     0,
     0,
     0});
     //
     // btnConfigOtherProj
     //
     this.btnConfigOtherProj.Enabled = false;
     this.btnConfigOtherProj.Location = new System.Drawing.Point(149, 62);
     this.btnConfigOtherProj.Name = "btnConfigOtherProj";
     this.btnConfigOtherProj.Size = new System.Drawing.Size(82, 20);
     this.btnConfigOtherProj.TabIndex = 3;
     this.btnConfigOtherProj.Text = "Bearbeiten";
     //
     // chkCoordOther
     //
     this.chkCoordOther.Enabled = false;
     this.chkCoordOther.Location = new System.Drawing.Point(8, 62);
     this.chkCoordOther.Name = "chkCoordOther";
     this.chkCoordOther.Size = new System.Drawing.Size(135, 20);
     this.chkCoordOther.TabIndex = 2;
     this.chkCoordOther.TabStop = false;
     this.chkCoordOther.Text = "Andere Projektion";
     this.chkCoordOther.CheckedChanged += new System.EventHandler(this.coordCheck_CheckedChanged);
     //
     // chkCoordGK
     //
     this.chkCoordGK.Checked = true;
     this.chkCoordGK.Location = new System.Drawing.Point(8, 35);
     this.chkCoordGK.Name = "chkCoordGK";
     this.chkCoordGK.Size = new System.Drawing.Size(144, 20);
     this.chkCoordGK.TabIndex = 1;
     this.chkCoordGK.Text = "Gauß Krüger - Zone:";
     this.chkCoordGK.CheckedChanged += new System.EventHandler(this.coordCheck_CheckedChanged);
     //
     // chkCoordGeo
     //
     this.chkCoordGeo.Enabled = false;
     this.chkCoordGeo.Location = new System.Drawing.Point(8, 8);
     this.chkCoordGeo.Name = "chkCoordGeo";
     this.chkCoordGeo.Size = new System.Drawing.Size(183, 20);
     this.chkCoordGeo.TabIndex = 0;
     this.chkCoordGeo.TabStop = false;
     this.chkCoordGeo.Text = "Geographische Koordinaten";
     //
     // datumTab
     //
     this.datumTab.AutoScroll = true;
     this.datumTab.AutoScrollMargin = new System.Drawing.Size(0, 10);
     this.datumTab.Controls.Add(this.bElSave);
     this.datumTab.Controls.Add(this.tbElS);
     this.datumTab.Controls.Add(this.label25);
     this.datumTab.Controls.Add(this.label24);
     this.datumTab.Controls.Add(this.tbElAprev);
     this.datumTab.Controls.Add(this.label13);
     this.datumTab.Controls.Add(this.tbElRz);
     this.datumTab.Controls.Add(this.label14);
     this.datumTab.Controls.Add(this.tbElDz);
     this.datumTab.Controls.Add(this.label7);
     this.datumTab.Controls.Add(this.tbElRy);
     this.datumTab.Controls.Add(this.label8);
     this.datumTab.Controls.Add(this.tbElDy);
     this.datumTab.Controls.Add(this.label4);
     this.datumTab.Controls.Add(this.tbElRx);
     this.datumTab.Controls.Add(this.label5);
     this.datumTab.Controls.Add(this.tbElDx);
     this.datumTab.Controls.Add(this.label1);
     this.datumTab.Controls.Add(this.tbElB);
     this.datumTab.Controls.Add(this.lblA);
     this.datumTab.Controls.Add(this.tbElA);
     this.datumTab.Controls.Add(this.tBElName);
     this.datumTab.Controls.Add(this.txtName);
     this.datumTab.Controls.Add(this.comboDatums);
     this.datumTab.Location = new System.Drawing.Point(0, 0);
     this.datumTab.Name = "datumTab";
     this.datumTab.Size = new System.Drawing.Size(230, 146);
     this.datumTab.Text = "Bezugssystem";
     //
     // bElSave
     //
     this.bElSave.Location = new System.Drawing.Point(121, 209);
     this.bElSave.Name = "bElSave";
     this.bElSave.Size = new System.Drawing.Size(95, 20);
     this.bElSave.TabIndex = 55;
     this.bElSave.Text = "Speichern";
     this.bElSave.Click += new System.EventHandler(this.bElSave_Click);
     //
     // tbElS
     //
     this.tbElS.Location = new System.Drawing.Point(56, 177);
     this.tbElS.Name = "tbElS";
     this.tbElS.Size = new System.Drawing.Size(53, 21);
     this.tbElS.TabIndex = 49;
     //
     // label25
     //
     this.label25.Location = new System.Drawing.Point(8, 178);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(54, 20);
     this.label25.Text = "s [ppm]";
     //
     // label24
     //
     this.label24.Location = new System.Drawing.Point(121, 179);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(42, 19);
     this.label24.Text = "Code";
     //
     // tbElAprev
     //
     this.tbElAprev.Enabled = false;
     this.tbElAprev.Location = new System.Drawing.Point(163, 177);
     this.tbElAprev.Name = "tbElAprev";
     this.tbElAprev.Size = new System.Drawing.Size(53, 21);
     this.tbElAprev.TabIndex = 50;
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(121, 152);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(42, 19);
     this.label13.Text = "RZ [\"]";
     //
     // tbElRz
     //
     this.tbElRz.Location = new System.Drawing.Point(163, 150);
     this.tbElRz.Name = "tbElRz";
     this.tbElRz.Size = new System.Drawing.Size(53, 21);
     this.tbElRz.TabIndex = 38;
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(8, 151);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(42, 20);
     this.label14.Text = "dZ [m]";
     //
     // tbElDz
     //
     this.tbElDz.Location = new System.Drawing.Point(56, 150);
     this.tbElDz.Name = "tbElDz";
     this.tbElDz.Size = new System.Drawing.Size(53, 21);
     this.tbElDz.TabIndex = 37;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(121, 125);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(42, 19);
     this.label7.Text = "RY [\"]";
     //
     // tbElRy
     //
     this.tbElRy.Location = new System.Drawing.Point(163, 122);
     this.tbElRy.Name = "tbElRy";
     this.tbElRy.Size = new System.Drawing.Size(53, 21);
     this.tbElRy.TabIndex = 20;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8, 123);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(42, 20);
     this.label8.Text = "dY [m]";
     //
     // tbElDy
     //
     this.tbElDy.Location = new System.Drawing.Point(56, 123);
     this.tbElDy.Name = "tbElDy";
     this.tbElDy.Size = new System.Drawing.Size(53, 21);
     this.tbElDy.TabIndex = 19;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(121, 98);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(42, 19);
     this.label4.Text = "RX [\"]";
     //
     // tbElRx
     //
     this.tbElRx.Location = new System.Drawing.Point(163, 95);
     this.tbElRx.Name = "tbElRx";
     this.tbElRx.Size = new System.Drawing.Size(53, 21);
     this.tbElRx.TabIndex = 14;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 96);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(42, 20);
     this.label5.Text = "dX [m]";
     //
     // tbElDx
     //
     this.tbElDx.Location = new System.Drawing.Point(56, 96);
     this.tbElDx.Name = "tbElDx";
     this.tbElDx.Size = new System.Drawing.Size(53, 21);
     this.tbElDx.TabIndex = 13;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(121, 71);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(42, 19);
     this.label1.Text = "b [m]";
     //
     // tbElB
     //
     this.tbElB.Location = new System.Drawing.Point(163, 68);
     this.tbElB.Name = "tbElB";
     this.tbElB.Size = new System.Drawing.Size(53, 21);
     this.tbElB.TabIndex = 8;
     //
     // lblA
     //
     this.lblA.Location = new System.Drawing.Point(8, 69);
     this.lblA.Name = "lblA";
     this.lblA.Size = new System.Drawing.Size(42, 20);
     this.lblA.Text = "a [m]";
     //
     // tbElA
     //
     this.tbElA.Location = new System.Drawing.Point(56, 69);
     this.tbElA.Name = "tbElA";
     this.tbElA.Size = new System.Drawing.Size(53, 21);
     this.tbElA.TabIndex = 4;
     //
     // tBElName
     //
     this.tBElName.Location = new System.Drawing.Point(56, 42);
     this.tBElName.Name = "tBElName";
     this.tBElName.Size = new System.Drawing.Size(160, 21);
     this.tBElName.TabIndex = 2;
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(8, 43);
     this.txtName.Name = "txtName";
     this.txtName.Size = new System.Drawing.Size(42, 20);
     this.txtName.Text = "Name:";
     //
     // comboDatums
     //
     this.comboDatums.Location = new System.Drawing.Point(8, 8);
     this.comboDatums.Name = "comboDatums";
     this.comboDatums.Size = new System.Drawing.Size(208, 22);
     this.comboDatums.TabIndex = 0;
     //
     // miscTab
     //
     this.miscTab.AutoScroll = true;
     this.miscTab.AutoScrollMargin = new System.Drawing.Size(0, 10);
     this.miscTab.Controls.Add(this.cbKeyMappingsDown);
     this.miscTab.Controls.Add(lKeyMappingsDown);
     this.miscTab.Controls.Add(this.cbKeyMappingsUp);
     this.miscTab.Controls.Add(this.lKeyMappingsUp);
     this.miscTab.Controls.Add(this.cbKeyMappingsEnter);
     this.miscTab.Controls.Add(lKeyMappingsEnter);
     this.miscTab.Controls.Add(this.cbKeyMappingsRight);
     this.miscTab.Controls.Add(lKeyMappingsRight);
     this.miscTab.Controls.Add(this.cbKeyMappingsLeft);
     this.miscTab.Controls.Add(this.label28);
     this.miscTab.Controls.Add(this.lKeyMappings);
     this.miscTab.Controls.Add(this.cbShowNorthArrow);
     this.miscTab.Controls.Add(this.ciNewLayerColor);
     this.miscTab.Controls.Add(this.newLayerSpecificColor);
     this.miscTab.Controls.Add(this.newLayerRandomColor);
     this.miscTab.Controls.Add(this.label26);
     this.miscTab.Controls.Add(this.cbShowScaleOnMap);
     this.miscTab.Controls.Add(this.sesstingsSpecialLayers);
     this.miscTab.Location = new System.Drawing.Point(0, 0);
     this.miscTab.Name = "miscTab";
     this.miscTab.Size = new System.Drawing.Size(230, 146);
     this.miscTab.Text = "Verschiedenes";
     //
     // cbKeyMappingsDown
     //
     this.cbKeyMappingsDown.Location = new System.Drawing.Point(89, 205);
     this.cbKeyMappingsDown.Name = "cbKeyMappingsDown";
     this.cbKeyMappingsDown.Size = new System.Drawing.Size(133, 22);
     this.cbKeyMappingsDown.TabIndex = 23;
     //
     // cbKeyMappingsUp
     //
     this.cbKeyMappingsUp.Location = new System.Drawing.Point(89, 177);
     this.cbKeyMappingsUp.Name = "cbKeyMappingsUp";
     this.cbKeyMappingsUp.Size = new System.Drawing.Size(133, 22);
     this.cbKeyMappingsUp.TabIndex = 22;
     //
     // lKeyMappingsUp
     //
     this.lKeyMappingsUp.Location = new System.Drawing.Point(22, 179);
     this.lKeyMappingsUp.Name = "lKeyMappingsUp";
     this.lKeyMappingsUp.Size = new System.Drawing.Size(39, 20);
     this.lKeyMappingsUp.Text = "Hoch";
     //
     // cbKeyMappingsEnter
     //
     this.cbKeyMappingsEnter.Location = new System.Drawing.Point(89, 288);
     this.cbKeyMappingsEnter.Name = "cbKeyMappingsEnter";
     this.cbKeyMappingsEnter.Size = new System.Drawing.Size(133, 22);
     this.cbKeyMappingsEnter.TabIndex = 18;
     //
     // cbKeyMappingsRight
     //
     this.cbKeyMappingsRight.Location = new System.Drawing.Point(89, 260);
     this.cbKeyMappingsRight.Name = "cbKeyMappingsRight";
     this.cbKeyMappingsRight.Size = new System.Drawing.Size(133, 22);
     this.cbKeyMappingsRight.TabIndex = 15;
     //
     // cbKeyMappingsLeft
     //
     this.cbKeyMappingsLeft.Location = new System.Drawing.Point(89, 232);
     this.cbKeyMappingsLeft.Name = "cbKeyMappingsLeft";
     this.cbKeyMappingsLeft.Size = new System.Drawing.Size(133, 22);
     this.cbKeyMappingsLeft.TabIndex = 13;
     //
     // label28
     //
     this.label28.Location = new System.Drawing.Point(22, 234);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(39, 20);
     this.label28.Text = "Links";
     //
     // lKeyMappings
     //
     this.lKeyMappings.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.lKeyMappings.Location = new System.Drawing.Point(7, 151);
     this.lKeyMappings.Name = "lKeyMappings";
     this.lKeyMappings.Size = new System.Drawing.Size(115, 16);
     this.lKeyMappings.Text = "Tastenbelegung";
     //
     // cbShowNorthArrow
     //
     this.cbShowNorthArrow.Location = new System.Drawing.Point(7, 53);
     this.cbShowNorthArrow.Name = "cbShowNorthArrow";
     this.cbShowNorthArrow.Size = new System.Drawing.Size(187, 20);
     this.cbShowNorthArrow.TabIndex = 9;
     this.cbShowNorthArrow.Text = "Nordpfeil anzeigen";
     //
     // ciNewLayerColor
     //
     this.ciNewLayerColor.BackColor = System.Drawing.SystemColors.InactiveBorder;
     this.ciNewLayerColor.Location = new System.Drawing.Point(174, 121);
     this.ciNewLayerColor.Name = "ciNewLayerColor";
     this.ciNewLayerColor.Size = new System.Drawing.Size(15, 15);
     this.ciNewLayerColor.TabIndex = 7;
     this.ciNewLayerColor.Text = "newLayerColor";
     this.ciNewLayerColor.Click += new System.EventHandler(this.colorIcon1_Click);
     //
     // newLayerSpecificColor
     //
     this.newLayerSpecificColor.Location = new System.Drawing.Point(22, 119);
     this.newLayerSpecificColor.Name = "newLayerSpecificColor";
     this.newLayerSpecificColor.Size = new System.Drawing.Size(146, 20);
     this.newLayerSpecificColor.TabIndex = 6;
     this.newLayerSpecificColor.Text = "Voreingestellte Farbe:";
     //
     // newLayerRandomColor
     //
     this.newLayerRandomColor.Location = new System.Drawing.Point(22, 96);
     this.newLayerRandomColor.Name = "newLayerRandomColor";
     this.newLayerRandomColor.Size = new System.Drawing.Size(100, 20);
     this.newLayerRandomColor.TabIndex = 5;
     this.newLayerRandomColor.Text = "Zufallsfarbe";
     //
     // label26
     //
     this.label26.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.label26.Location = new System.Drawing.Point(7, 76);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(145, 20);
     this.label26.Text = "Farbe für neue Layer";
     //
     // cbShowScaleOnMap
     //
     this.cbShowScaleOnMap.Location = new System.Drawing.Point(7, 30);
     this.cbShowScaleOnMap.Name = "cbShowScaleOnMap";
     this.cbShowScaleOnMap.Size = new System.Drawing.Size(187, 20);
     this.cbShowScaleOnMap.TabIndex = 3;
     this.cbShowScaleOnMap.Text = "Maßstab auf Karte anzeigen";
     //
     // sesstingsSpecialLayers
     //
     this.sesstingsSpecialLayers.Checked = true;
     this.sesstingsSpecialLayers.CheckState = System.Windows.Forms.CheckState.Checked;
     this.sesstingsSpecialLayers.Location = new System.Drawing.Point(7, 7);
     this.sesstingsSpecialLayers.Name = "sesstingsSpecialLayers";
     this.sesstingsSpecialLayers.Size = new System.Drawing.Size(197, 21);
     this.sesstingsSpecialLayers.TabIndex = 2;
     this.sesstingsSpecialLayers.Text = "Mandelbrot-Testlayer nutzbar";
     //
     // scaleTab
     //
     this.scaleTab.Location = new System.Drawing.Point(0, 0);
     this.scaleTab.Name = "scaleTab";
     this.scaleTab.Size = new System.Drawing.Size(230, 146);
     this.scaleTab.Text = "Maßstab";
     //
     // Caption
     //
     this.Caption.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular);
     this.Caption.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.Caption.Location = new System.Drawing.Point(4, 3);
     this.Caption.Name = "Caption";
     this.Caption.Size = new System.Drawing.Size(172, 18);
     this.Caption.Text = "Einstellungen bearbeiten";
     //
     // label15
     //
     this.label15.Location = new System.Drawing.Point(121, 146);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(42, 19);
     this.label15.Text = "RZ [\"]";
     //
     // textBox10
     //
     this.textBox10.Location = new System.Drawing.Point(163, 144);
     this.textBox10.Name = "textBox10";
     this.textBox10.Size = new System.Drawing.Size(53, 21);
     this.textBox10.TabIndex = 38;
     //
     // label16
     //
     this.label16.Location = new System.Drawing.Point(8, 145);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(42, 20);
     this.label16.Text = "dZ [m]";
     //
     // textBox11
     //
     this.textBox11.Location = new System.Drawing.Point(56, 144);
     this.textBox11.Name = "textBox11";
     this.textBox11.Size = new System.Drawing.Size(53, 21);
     this.textBox11.TabIndex = 37;
     //
     // label17
     //
     this.label17.Location = new System.Drawing.Point(121, 119);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(42, 19);
     this.label17.Text = "RY [\"]";
     //
     // textBox12
     //
     this.textBox12.Location = new System.Drawing.Point(163, 116);
     this.textBox12.Name = "textBox12";
     this.textBox12.Size = new System.Drawing.Size(53, 21);
     this.textBox12.TabIndex = 20;
     //
     // label18
     //
     this.label18.Location = new System.Drawing.Point(8, 117);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(42, 20);
     this.label18.Text = "dY [m]";
     //
     // textBox13
     //
     this.textBox13.Location = new System.Drawing.Point(56, 117);
     this.textBox13.Name = "textBox13";
     this.textBox13.Size = new System.Drawing.Size(53, 21);
     this.textBox13.TabIndex = 19;
     //
     // label19
     //
     this.label19.Location = new System.Drawing.Point(121, 92);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(42, 19);
     this.label19.Text = "RX [\"]";
     //
     // textBox14
     //
     this.textBox14.Location = new System.Drawing.Point(163, 89);
     this.textBox14.Name = "textBox14";
     this.textBox14.Size = new System.Drawing.Size(53, 21);
     this.textBox14.TabIndex = 14;
     //
     // label20
     //
     this.label20.Location = new System.Drawing.Point(8, 90);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(42, 20);
     this.label20.Text = "dX [m]";
     //
     // textBox15
     //
     this.textBox15.Location = new System.Drawing.Point(56, 90);
     this.textBox15.Name = "textBox15";
     this.textBox15.Size = new System.Drawing.Size(53, 21);
     this.textBox15.TabIndex = 13;
     //
     // label21
     //
     this.label21.Location = new System.Drawing.Point(121, 65);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(42, 19);
     this.label21.Text = "b [m]";
     //
     // textBox16
     //
     this.textBox16.Location = new System.Drawing.Point(163, 62);
     this.textBox16.Name = "textBox16";
     this.textBox16.Size = new System.Drawing.Size(53, 21);
     this.textBox16.TabIndex = 8;
     //
     // label22
     //
     this.label22.Location = new System.Drawing.Point(8, 63);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(42, 20);
     this.label22.Text = "a [m]";
     //
     // textBox17
     //
     this.textBox17.Location = new System.Drawing.Point(56, 63);
     this.textBox17.Name = "textBox17";
     this.textBox17.Size = new System.Drawing.Size(53, 21);
     this.textBox17.TabIndex = 4;
     //
     // textBox18
     //
     this.textBox18.Location = new System.Drawing.Point(56, 36);
     this.textBox18.Name = "textBox18";
     this.textBox18.Size = new System.Drawing.Size(160, 21);
     this.textBox18.TabIndex = 2;
     //
     // label23
     //
     this.label23.Location = new System.Drawing.Point(8, 37);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(42, 20);
     this.label23.Text = "Name:";
     //
     // comboBox2
     //
     this.comboBox2.Location = new System.Drawing.Point(8, 8);
     this.comboBox2.Name = "comboBox2";
     this.comboBox2.Size = new System.Drawing.Size(208, 22);
     this.comboBox2.TabIndex = 0;
     //
     // SettingDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(240, 294);
     this.ControlBox = false;
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.Caption);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.KeyPreview = true;
     this.Location = new System.Drawing.Point(0, 0);
     this.MinimizeBox = false;
     this.Name = "SettingDialog";
     this.TopMost = true;
     this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form2_MouseDown);
     this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Form2_MouseUp);
     this.panel1.ResumeLayout(false);
     this.layerTabControl.ResumeLayout(false);
     this.generalTab.ResumeLayout(false);
     this.behaviourTab.ResumeLayout(false);
     this.exchangeTab.ResumeLayout(false);
     this.gpsTab.ResumeLayout(false);
     this.coordTab.ResumeLayout(false);
     this.datumTab.ResumeLayout(false);
     this.miscTab.ResumeLayout(false);
     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.dataGrid1   = new System.Windows.Forms.DataGrid();
     this.delete      = new System.Windows.Forms.Button();
     this.edit        = new System.Windows.Forms.Button();
     this.label1      = new System.Windows.Forms.Label();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1    = new System.Windows.Forms.TabPage();
     this.search_b    = new System.Windows.Forms.Button();
     this.kod_t       = new System.Windows.Forms.TextBox();
     this.tabPage2    = new System.Windows.Forms.TabPage();
     this.button3     = new System.Windows.Forms.Button();
     this.button2     = new System.Windows.Forms.Button();
     this.button5     = new System.Windows.Forms.Button();
     this.dataGrid2   = new System.Windows.Forms.DataGrid();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
     this.button1     = new System.Windows.Forms.Button();
     this.button6     = new System.Windows.Forms.Button();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // dataGrid1
     //
     this.dataGrid1.BackColor       = System.Drawing.Color.Azure;
     this.dataGrid1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.dataGrid1.ForeColor       = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.GridLineColor   = System.Drawing.Color.Black;
     this.dataGrid1.HeaderBackColor = System.Drawing.Color.Gold;
     this.dataGrid1.Location        = new System.Drawing.Point(0, 48);
     this.dataGrid1.Name            = "dataGrid1";
     this.dataGrid1.Size            = new System.Drawing.Size(224, 168);
     this.dataGrid1.TabIndex        = 0;
     //
     // delete
     //
     this.delete.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.delete.Location = new System.Drawing.Point(0, 24);
     this.delete.Name     = "delete";
     this.delete.Size     = new System.Drawing.Size(72, 24);
     this.delete.TabIndex = 3;
     this.delete.Text     = "USU�";
     this.delete.Click   += new System.EventHandler(this.delete_Click);
     //
     // edit
     //
     this.edit.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.edit.Location = new System.Drawing.Point(72, 24);
     this.edit.Name     = "edit";
     this.edit.Size     = new System.Drawing.Size(64, 24);
     this.edit.TabIndex = 4;
     this.edit.Text     = "EDYTUJ";
     this.edit.Click   += new System.EventHandler(this.edit_Click);
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.label1.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label1.Location  = new System.Drawing.Point(0, 272);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(232, 24);
     this.label1.Text      = "DARIUSZ HANC ALAXA UNDERSOFT";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Top;
     this.tabControl1.Font          = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(234, 249);
     this.tabControl1.TabIndex      = 2;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.dataGrid1);
     this.tabPage1.Controls.Add(this.search_b);
     this.tabPage1.Controls.Add(this.kod_t);
     this.tabPage1.Controls.Add(this.delete);
     this.tabPage1.Controls.Add(this.edit);
     this.tabPage1.Location = new System.Drawing.Point(4, 24);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(226, 221);
     this.tabPage1.Text     = "KOMPLETACJA";
     //
     // search_b
     //
     this.search_b.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.search_b.Location = new System.Drawing.Point(136, 0);
     this.search_b.Name     = "search_b";
     this.search_b.Size     = new System.Drawing.Size(88, 48);
     this.search_b.TabIndex = 1;
     this.search_b.Text     = "KOMPLETUJ";
     this.search_b.Click   += new System.EventHandler(this.search_b_Click);
     //
     // kod_t
     //
     this.kod_t.BackColor  = System.Drawing.Color.Gold;
     this.kod_t.Font       = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.kod_t.ForeColor  = System.Drawing.Color.Black;
     this.kod_t.Location   = new System.Drawing.Point(0, 0);
     this.kod_t.Name       = "kod_t";
     this.kod_t.Size       = new System.Drawing.Size(136, 23);
     this.kod_t.TabIndex   = 2;
     this.kod_t.Text       = "KOD LUB Z LISTY";
     this.kod_t.GotFocus  += new System.EventHandler(this.kod_t_GotFocus);
     this.kod_t.KeyPress  += new System.Windows.Forms.KeyPressEventHandler(this.kod_t_KeyPress);
     this.kod_t.LostFocus += new System.EventHandler(this.kod_t_LostFocus);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.button3);
     this.tabPage2.Controls.Add(this.button2);
     this.tabPage2.Controls.Add(this.button5);
     this.tabPage2.Controls.Add(this.dataGrid2);
     this.tabPage2.Location = new System.Drawing.Point(4, 24);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(224, 221);
     this.tabPage2.Text     = "SKOMPLETOWANE";
     //
     // button3
     //
     this.button3.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.button3.Location = new System.Drawing.Point(0, 0);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(64, 24);
     this.button3.TabIndex = 0;
     this.button3.Text     = "EDYTUJ";
     this.button3.Click   += new System.EventHandler(this.button3_Click);
     //
     // button2
     //
     this.button2.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.button2.Location = new System.Drawing.Point(64, 0);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(72, 24);
     this.button2.TabIndex = 1;
     this.button2.Text     = "USU�";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // button5
     //
     this.button5.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.button5.Location = new System.Drawing.Point(136, 0);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(88, 24);
     this.button5.TabIndex = 2;
     this.button5.Text     = "ZATWIERD�";
     this.button5.Click   += new System.EventHandler(this.button5_Click);
     //
     // dataGrid2
     //
     this.dataGrid2.BackColor       = System.Drawing.Color.Azure;
     this.dataGrid2.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.dataGrid2.ForeColor       = System.Drawing.Color.MidnightBlue;
     this.dataGrid2.GridLineColor   = System.Drawing.Color.Black;
     this.dataGrid2.HeaderBackColor = System.Drawing.Color.Gold;
     this.dataGrid2.Location        = new System.Drawing.Point(0, 24);
     this.dataGrid2.Name            = "dataGrid2";
     this.dataGrid2.Size            = new System.Drawing.Size(224, 192);
     this.dataGrid2.TabIndex        = 3;
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.button1.Location = new System.Drawing.Point(13, 254);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(102, 20);
     this.button1.TabIndex = 1;
     this.button1.Text     = "KLAWIATURA";
     this.button1.Click   += new System.EventHandler(this.button1_Click_1);
     //
     // button6
     //
     this.button6.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.button6.Location = new System.Drawing.Point(121, 254);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(104, 20);
     this.button6.TabIndex = 0;
     this.button6.Text     = "WYJ�CIE";
     this.button6.Click   += new System.EventHandler(this.button6_Click);
     //
     // Form17
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.BackColor     = System.Drawing.Color.MidnightBlue;
     this.ClientSize    = new System.Drawing.Size(234, 294);
     this.ControlBox    = false;
     this.Controls.Add(this.button6);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Form17";
     this.Text            = "Lista Pozycji Dokumentu";
     this.Load           += new System.EventHandler(this.Form17_Load);
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.Form17_Closing);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #33
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(frmLogon));
     this.txtUname          = new System.Windows.Forms.TextBox();
     this.txtPword          = new System.Windows.Forms.TextBox();
     this.lblUserName       = new System.Windows.Forms.Label();
     this.cmdLogon          = new System.Windows.Forms.Button();
     this.imgGun            = new System.Windows.Forms.PictureBox();
     this.pnlTopFront       = new System.Windows.Forms.Panel();
     this.lblPassword       = new System.Windows.Forms.Label();
     this.pnlTopBack        = new System.Windows.Forms.Panel();
     this.pnlBottomFront    = new System.Windows.Forms.Panel();
     this.imgNILogo         = new System.Windows.Forms.PictureBox();
     this.cmdClear          = new System.Windows.Forms.Button();
     this.pnlBottomBack     = new System.Windows.Forms.Panel();
     this.inputPanel1       = new Microsoft.WindowsCE.Forms.InputPanel();
     this.mainMenu1         = new System.Windows.Forms.MainMenu();
     this.mnuiFunctions     = new System.Windows.Forms.MenuItem();
     this.mnuiViewLog       = new System.Windows.Forms.MenuItem();
     this.mnuiExit          = new System.Windows.Forms.MenuItem();
     this.mnuiDebugOn       = new System.Windows.Forms.MenuItem();
     this.mnuiHelp          = new System.Windows.Forms.MenuItem();
     this.lblStatusBar      = new System.Windows.Forms.Label();
     this.pnlStatusBarBack  = new System.Windows.Forms.Panel();
     this.pnlStatusBarFront = new System.Windows.Forms.Panel();
     this.pnlTopFront.SuspendLayout();
     this.pnlBottomFront.SuspendLayout();
     this.pnlBottomBack.SuspendLayout();
     this.pnlStatusBarBack.SuspendLayout();
     this.pnlStatusBarFront.SuspendLayout();
     this.SuspendLayout();
     //
     // txtUname
     //
     this.txtUname.Location     = new System.Drawing.Point(112, 8);
     this.txtUname.Name         = "txtUname";
     this.txtUname.Size         = new System.Drawing.Size(104, 23);
     this.txtUname.TabIndex     = 1;
     this.txtUname.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txtUname_KeyPress);
     this.txtUname.TextChanged += new System.EventHandler(this.txtUname_TextChanged);
     //
     // txtPword
     //
     this.txtPword.Location     = new System.Drawing.Point(112, 32);
     this.txtPword.Name         = "txtPword";
     this.txtPword.PasswordChar = '*';
     this.txtPword.Size         = new System.Drawing.Size(104, 23);
     this.txtPword.TabIndex     = 0;
     this.txtPword.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.txtPword_KeyUp);
     this.txtPword.TextChanged += new System.EventHandler(this.txtPword_TextChanged);
     //
     // lblUserName
     //
     this.lblUserName.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular);
     this.lblUserName.ForeColor = System.Drawing.Color.Black;
     this.lblUserName.Location  = new System.Drawing.Point(8, 8);
     this.lblUserName.Name      = "lblUserName";
     this.lblUserName.Size      = new System.Drawing.Size(98, 25);
     this.lblUserName.Text      = " User Name";
     //
     // cmdLogon
     //
     this.cmdLogon.Location = new System.Drawing.Point(48, 58);
     this.cmdLogon.Name     = "cmdLogon";
     this.cmdLogon.Size     = new System.Drawing.Size(112, 24);
     this.cmdLogon.TabIndex = 4;
     this.cmdLogon.Text     = "Logon to SAP";
     this.cmdLogon.Click   += new System.EventHandler(this.cmdLogon_Click);
     //
     // imgGun
     //
     this.imgGun.Image    = ((System.Drawing.Image)(resources.GetObject("imgGun.Image")));
     this.imgGun.Location = new System.Drawing.Point(1, 2);
     this.imgGun.Name     = "imgGun";
     this.imgGun.Size     = new System.Drawing.Size(70, 103);
     //
     // pnlTopFront
     //
     this.pnlTopFront.BackColor = System.Drawing.Color.LightSteelBlue;
     this.pnlTopFront.Controls.Add(this.txtPword);
     this.pnlTopFront.Controls.Add(this.txtUname);
     this.pnlTopFront.Controls.Add(this.lblUserName);
     this.pnlTopFront.Controls.Add(this.lblPassword);
     this.pnlTopFront.Controls.Add(this.cmdLogon);
     this.pnlTopFront.Location = new System.Drawing.Point(7, 33);
     this.pnlTopFront.Name     = "pnlTopFront";
     this.pnlTopFront.Size     = new System.Drawing.Size(226, 88);
     //
     // lblPassword
     //
     this.lblPassword.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular);
     this.lblPassword.ForeColor = System.Drawing.Color.Black;
     this.lblPassword.Location  = new System.Drawing.Point(8, 33);
     this.lblPassword.Name      = "lblPassword";
     this.lblPassword.Size      = new System.Drawing.Size(98, 25);
     this.lblPassword.Text      = " Password";
     //
     // pnlTopBack
     //
     this.pnlTopBack.BackColor = System.Drawing.Color.Black;
     this.pnlTopBack.Location  = new System.Drawing.Point(6, 32);
     this.pnlTopBack.Name      = "pnlTopBack";
     this.pnlTopBack.Size      = new System.Drawing.Size(228, 91);
     //
     // pnlBottomFront
     //
     this.pnlBottomFront.BackColor = System.Drawing.Color.White;
     this.pnlBottomFront.Controls.Add(this.imgGun);
     this.pnlBottomFront.Controls.Add(this.imgNILogo);
     this.pnlBottomFront.Controls.Add(this.cmdClear);
     this.pnlBottomFront.Location = new System.Drawing.Point(1, 1);
     this.pnlBottomFront.Name     = "pnlBottomFront";
     this.pnlBottomFront.Size     = new System.Drawing.Size(226, 107);
     //
     // imgNILogo
     //
     this.imgNILogo.Image    = ((System.Drawing.Image)(resources.GetObject("imgNILogo.Image")));
     this.imgNILogo.Location = new System.Drawing.Point(73, 16);
     this.imgNILogo.Name     = "imgNILogo";
     this.imgNILogo.Size     = new System.Drawing.Size(153, 45);
     //
     // cmdClear
     //
     this.cmdClear.Location = new System.Drawing.Point(145, 85);
     this.cmdClear.Name     = "cmdClear";
     this.cmdClear.Size     = new System.Drawing.Size(72, 20);
     this.cmdClear.TabIndex = 3;
     this.cmdClear.Text     = "Clear";
     this.cmdClear.Click   += new System.EventHandler(this.cmdClear_Click);
     //
     // pnlBottomBack
     //
     this.pnlBottomBack.BackColor = System.Drawing.Color.Black;
     this.pnlBottomBack.Controls.Add(this.pnlBottomFront);
     this.pnlBottomBack.Location = new System.Drawing.Point(6, 128);
     this.pnlBottomBack.Name     = "pnlBottomBack";
     this.pnlBottomBack.Size     = new System.Drawing.Size(228, 109);
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.mnuiFunctions);
     //
     // mnuiFunctions
     //
     this.mnuiFunctions.MenuItems.Add(this.mnuiViewLog);
     this.mnuiFunctions.MenuItems.Add(this.mnuiExit);
     this.mnuiFunctions.MenuItems.Add(this.mnuiDebugOn);
     this.mnuiFunctions.MenuItems.Add(this.mnuiHelp);
     this.mnuiFunctions.Text = "Functions";
     //
     // mnuiViewLog
     //
     this.mnuiViewLog.Text   = "View Log";
     this.mnuiViewLog.Click += new System.EventHandler(this.mnuiViewLog_Click);
     //
     // mnuiExit
     //
     this.mnuiExit.Text   = "Exit";
     this.mnuiExit.Click += new System.EventHandler(this.mnuiExit_Click);
     //
     // mnuiDebugOn
     //
     this.mnuiDebugOn.Enabled = false;
     this.mnuiDebugOn.Text    = "Debug On";
     this.mnuiDebugOn.Click  += new System.EventHandler(this.mnuiDebugOn_Click);
     //
     // mnuiHelp
     //
     this.mnuiHelp.Text   = "Help";
     this.mnuiHelp.Click += new System.EventHandler(this.mnuiHelp_Click);
     //
     // lblStatusBar
     //
     this.lblStatusBar.Location  = new System.Drawing.Point(0, 0);
     this.lblStatusBar.Name      = "lblStatusBar";
     this.lblStatusBar.Size      = new System.Drawing.Size(226, 22);
     this.lblStatusBar.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // pnlStatusBarBack
     //
     this.pnlStatusBarBack.BackColor = System.Drawing.Color.Black;
     this.pnlStatusBarBack.Controls.Add(this.pnlStatusBarFront);
     this.pnlStatusBarBack.Location = new System.Drawing.Point(6, 240);
     this.pnlStatusBarBack.Name     = "pnlStatusBarBack";
     this.pnlStatusBarBack.Size     = new System.Drawing.Size(228, 24);
     //
     // pnlStatusBarFront
     //
     this.pnlStatusBarFront.Controls.Add(this.lblStatusBar);
     this.pnlStatusBarFront.Location = new System.Drawing.Point(1, 1);
     this.pnlStatusBarFront.Name     = "pnlStatusBarFront";
     this.pnlStatusBarFront.Size     = new System.Drawing.Size(226, 22);
     //
     // frmLogon
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.BackColor     = System.Drawing.Color.MintCream;
     this.ClientSize    = new System.Drawing.Size(240, 293);
     this.Controls.Add(this.pnlStatusBarBack);
     this.Controls.Add(this.pnlBottomBack);
     this.Controls.Add(this.pnlTopFront);
     this.Controls.Add(this.pnlTopBack);
     this.Menu  = this.mainMenu1;
     this.Name  = "frmLogon";
     this.Text  = "Logon to SAP";
     this.Load += new System.EventHandler(this.frmLogin_Load);
     this.pnlTopFront.ResumeLayout(false);
     this.pnlBottomFront.ResumeLayout(false);
     this.pnlBottomBack.ResumeLayout(false);
     this.pnlStatusBarBack.ResumeLayout(false);
     this.pnlStatusBarFront.ResumeLayout(false);
     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.panelOuter         = new System.Windows.Forms.Panel();
     this.panelInner         = new System.Windows.Forms.Panel();
     this.buttonOK           = new OpenNETCF.Windows.Forms.ButtonEx();
     this.panelUserName      = new System.Windows.Forms.Panel();
     this.labelUserNameIntro = new System.Windows.Forms.Label();
     this.labelUserName      = new System.Windows.Forms.Label();
     this.labelFirstName     = new System.Windows.Forms.Label();
     this.textBoxFirstName   = new System.Windows.Forms.TextBox();
     this.labelIntro         = new System.Windows.Forms.Label();
     this.textBoxLastName    = new System.Windows.Forms.TextBox();
     this.labelLastName      = new System.Windows.Forms.Label();
     this.mainMenu1          = new System.Windows.Forms.MainMenu();
     this.inputPanel1        = new Microsoft.WindowsCE.Forms.InputPanel();
     //
     // panelOuter
     //
     this.panelOuter.BackColor = System.Drawing.Color.Black;
     this.panelOuter.Controls.Add(this.panelInner);
     this.panelOuter.Size = new System.Drawing.Size(176, 176);
     //
     // panelInner
     //
     this.panelInner.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(218)), ((System.Byte)(228)), ((System.Byte)(248)));
     this.panelInner.Controls.Add(this.buttonOK);
     this.panelInner.Controls.Add(this.panelUserName);
     this.panelInner.Controls.Add(this.labelFirstName);
     this.panelInner.Controls.Add(this.textBoxFirstName);
     this.panelInner.Controls.Add(this.labelIntro);
     this.panelInner.Controls.Add(this.textBoxLastName);
     this.panelInner.Controls.Add(this.labelLastName);
     this.panelInner.Location = new System.Drawing.Point(2, 2);
     this.panelInner.Size     = new System.Drawing.Size(174, 174);
     //
     // buttonOK
     //
     this.buttonOK.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.buttonOK.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular);
     this.buttonOK.Location    = new System.Drawing.Point(112, 144);
     this.buttonOK.Size        = new System.Drawing.Size(56, 24);
     this.buttonOK.Text        = "OK";
     this.buttonOK.TextAlign   = OpenNETCF.Drawing.ContentAlignment.MiddleCenter;
     this.buttonOK.Click      += new System.EventHandler(this.buttonOK_Click);
     //
     // panelUserName
     //
     this.panelUserName.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(215)), ((System.Byte)(225)), ((System.Byte)(251)));
     this.panelUserName.Controls.Add(this.labelUserNameIntro);
     this.panelUserName.Controls.Add(this.labelUserName);
     this.panelUserName.Location = new System.Drawing.Point(6, 107);
     this.panelUserName.Size     = new System.Drawing.Size(161, 28);
     //
     // labelUserNameIntro
     //
     this.labelUserNameIntro.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular);
     this.labelUserNameIntro.ForeColor = System.Drawing.Color.Black;
     this.labelUserNameIntro.Location  = new System.Drawing.Point(3, 6);
     this.labelUserNameIntro.Size      = new System.Drawing.Size(70, 16);
     this.labelUserNameIntro.Text      = "User Name:";
     //
     // labelUserName
     //
     this.labelUserName.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular);
     this.labelUserName.ForeColor = System.Drawing.Color.Firebrick;
     this.labelUserName.Location  = new System.Drawing.Point(79, 6);
     this.labelUserName.Size      = new System.Drawing.Size(72, 16);
     this.labelUserName.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // labelFirstName
     //
     this.labelFirstName.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular);
     this.labelFirstName.ForeColor = System.Drawing.Color.Blue;
     this.labelFirstName.Location  = new System.Drawing.Point(6, 43);
     this.labelFirstName.Size      = new System.Drawing.Size(63, 16);
     this.labelFirstName.Text      = "First Name:";
     //
     // textBoxFirstName
     //
     this.textBoxFirstName.BackColor    = System.Drawing.SystemColors.Control;
     this.textBoxFirstName.Location     = new System.Drawing.Point(76, 40);
     this.textBoxFirstName.Size         = new System.Drawing.Size(90, 22);
     this.textBoxFirstName.Text         = "";
     this.textBoxFirstName.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.textBoxName_KeyPress);
     this.textBoxFirstName.TextChanged += new System.EventHandler(this.textBoxFirstName_TextChanged);
     //
     // labelIntro
     //
     this.labelIntro.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular);
     this.labelIntro.ForeColor = System.Drawing.Color.Blue;
     this.labelIntro.Location  = new System.Drawing.Point(6, 5);
     this.labelIntro.Size      = new System.Drawing.Size(164, 28);
     this.labelIntro.Text      = "Please identify the primary user of this device:";
     //
     // textBoxLastName
     //
     this.textBoxLastName.BackColor    = System.Drawing.SystemColors.Control;
     this.textBoxLastName.Location     = new System.Drawing.Point(76, 72);
     this.textBoxLastName.Size         = new System.Drawing.Size(90, 22);
     this.textBoxLastName.Text         = "";
     this.textBoxLastName.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.textBoxName_KeyPress);
     this.textBoxLastName.TextChanged += new System.EventHandler(this.textBoxLastName_TextChanged);
     //
     // labelLastName
     //
     this.labelLastName.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular);
     this.labelLastName.ForeColor = System.Drawing.Color.Blue;
     this.labelLastName.Location  = new System.Drawing.Point(6, 75);
     this.labelLastName.Size      = new System.Drawing.Size(63, 16);
     this.labelLastName.Text      = "Last Name:";
     this.FormBorderStyle         = System.Windows.Forms.FormBorderStyle.None;
     //
     // frmGetNameInfo
     //
     this.ClientSize = new System.Drawing.Size(178, 178);
     this.ControlBox = false;
     this.Controls.Add(this.panelOuter);
     this.MaximizeBox = false;
     this.Menu        = this.mainMenu1;
     this.MinimizeBox = false;
     this.Text        = "Pocket Pollster";
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.typ_l       = new System.Windows.Forms.Label();
     this.data_t      = new System.Windows.Forms.TextBox();
     this.data_l      = new System.Windows.Forms.Label();
     this.nazwa_l     = new System.Windows.Forms.Label();
     this.nazwa_t     = new System.Windows.Forms.TextBox();
     this.exit_b      = new System.Windows.Forms.Button();
     this.ok_b        = new System.Windows.Forms.Button();
     this.comboBox1   = new System.Windows.Forms.ComboBox();
     this.button1     = new System.Windows.Forms.Button();
     this.label2      = new System.Windows.Forms.Label();
     this.label1      = new System.Windows.Forms.Label();
     this.send_c      = new System.Windows.Forms.CheckBox();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
     this.SuspendLayout();
     //
     // typ_l
     //
     this.typ_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.typ_l.ForeColor = System.Drawing.Color.Gold;
     this.typ_l.Location  = new System.Drawing.Point(16, 96);
     this.typ_l.Name      = "typ_l";
     this.typ_l.Size      = new System.Drawing.Size(32, 16);
     this.typ_l.Text      = "Typ";
     //
     // data_t
     //
     this.data_t.BackColor = System.Drawing.Color.Azure;
     this.data_t.ForeColor = System.Drawing.Color.MidnightBlue;
     this.data_t.Location  = new System.Drawing.Point(16, 176);
     this.data_t.Name      = "data_t";
     this.data_t.Size      = new System.Drawing.Size(104, 23);
     this.data_t.TabIndex  = 10;
     //
     // data_l
     //
     this.data_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.data_l.ForeColor = System.Drawing.Color.Gold;
     this.data_l.Location  = new System.Drawing.Point(16, 152);
     this.data_l.Name      = "data_l";
     this.data_l.Size      = new System.Drawing.Size(48, 20);
     this.data_l.Text      = "Data";
     //
     // nazwa_l
     //
     this.nazwa_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.nazwa_l.ForeColor = System.Drawing.Color.Gold;
     this.nazwa_l.Location  = new System.Drawing.Point(16, 24);
     this.nazwa_l.Name      = "nazwa_l";
     this.nazwa_l.Size      = new System.Drawing.Size(128, 20);
     this.nazwa_l.Text      = "Nazwa dokumentu";
     //
     // nazwa_t
     //
     this.nazwa_t.BackColor  = System.Drawing.Color.Azure;
     this.nazwa_t.ForeColor  = System.Drawing.Color.MidnightBlue;
     this.nazwa_t.Location   = new System.Drawing.Point(16, 48);
     this.nazwa_t.Multiline  = true;
     this.nazwa_t.Name       = "nazwa_t";
     this.nazwa_t.Size       = new System.Drawing.Size(208, 40);
     this.nazwa_t.TabIndex   = 7;
     this.nazwa_t.GotFocus  += new System.EventHandler(this.nazwa_t_GotFocus);
     this.nazwa_t.KeyPress  += new System.Windows.Forms.KeyPressEventHandler(this.nazwa_t_KeyPress);
     this.nazwa_t.LostFocus += new System.EventHandler(this.nazwa_t_LostFocus);
     //
     // exit_b
     //
     this.exit_b.Location = new System.Drawing.Point(128, 216);
     this.exit_b.Name     = "exit_b";
     this.exit_b.Size     = new System.Drawing.Size(96, 32);
     this.exit_b.TabIndex = 6;
     this.exit_b.Text     = "Wyjœcie";
     this.exit_b.Click   += new System.EventHandler(this.exit_b_Click);
     //
     // ok_b
     //
     this.ok_b.Location = new System.Drawing.Point(16, 216);
     this.ok_b.Name     = "ok_b";
     this.ok_b.Size     = new System.Drawing.Size(104, 32);
     this.ok_b.TabIndex = 5;
     this.ok_b.Text     = "OK";
     this.ok_b.Click   += new System.EventHandler(this.ok_b_Click);
     //
     // comboBox1
     //
     this.comboBox1.Items.Add("WZ");
     this.comboBox1.Items.Add("PZ");
     this.comboBox1.Items.Add("MP");
     this.comboBox1.Items.Add("MW");
     this.comboBox1.Items.Add("FV");
     this.comboBox1.Items.Add("PA");
     this.comboBox1.Items.Add("MM");
     this.comboBox1.Location  = new System.Drawing.Point(16, 120);
     this.comboBox1.Name      = "comboBox1";
     this.comboBox1.Size      = new System.Drawing.Size(100, 23);
     this.comboBox1.TabIndex  = 4;
     this.comboBox1.GotFocus += new System.EventHandler(this.comboBox1_GotFocus);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(128, 104);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(96, 40);
     this.button1.TabIndex = 3;
     this.button1.Text     = "KLAWIATURA";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.label2.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label2.Location  = new System.Drawing.Point(8, 264);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(224, 24);
     this.label2.Text      = "DARIUSZ HANC ALAXA UNDERSOFT";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.label1.ForeColor = System.Drawing.Color.Gold;
     this.label1.Location  = new System.Drawing.Point(160, 176);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(64, 20);
     this.label1.Text      = "Wys³any";
     //
     // send_c
     //
     this.send_c.Location = new System.Drawing.Point(136, 176);
     this.send_c.Name     = "send_c";
     this.send_c.Size     = new System.Drawing.Size(16, 20);
     this.send_c.TabIndex = 1;
     //
     // Form9
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.BackColor     = System.Drawing.Color.MidnightBlue;
     this.ClientSize    = new System.Drawing.Size(234, 294);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.send_c);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.ok_b);
     this.Controls.Add(this.exit_b);
     this.Controls.Add(this.nazwa_t);
     this.Controls.Add(this.nazwa_l);
     this.Controls.Add(this.data_l);
     this.Controls.Add(this.data_t);
     this.Controls.Add(this.typ_l);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Form9";
     this.Text            = "Wprowadzanie";
     this.ResumeLayout(false);
 }
Пример #36
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(frmSearch));
     this.panelSearchArea   = new System.Windows.Forms.Panel();
     this.pnlSearchFront    = new System.Windows.Forms.Panel();
     this.DateTo            = new System.Windows.Forms.DateTimePicker();
     this.DateFrom          = new System.Windows.Forms.DateTimePicker();
     this.comboPlant        = new System.Windows.Forms.ComboBox();
     this.lblPlant          = new System.Windows.Forms.Label();
     this.cmdSearch         = new System.Windows.Forms.Button();
     this.cmdSupplier       = new System.Windows.Forms.Button();
     this.txtPOTo           = new System.Windows.Forms.TextBox();
     this.txtPOFrom         = new System.Windows.Forms.TextBox();
     this.lblPONumber       = new System.Windows.Forms.Label();
     this.txtSupplier       = new System.Windows.Forms.TextBox();
     this.lblSupplier       = new System.Windows.Forms.Label();
     this.lblDate           = new System.Windows.Forms.Label();
     this.cmdCancel         = new System.Windows.Forms.Button();
     this.imgCompress       = new System.Windows.Forms.PictureBox();
     this.imgExpand         = new System.Windows.Forms.PictureBox();
     this.lblExpComp        = new System.Windows.Forms.Label();
     this.mainMenu1         = new System.Windows.Forms.MainMenu();
     this.mnuiFunctions     = new System.Windows.Forms.MenuItem();
     this.mnuiExit          = new System.Windows.Forms.MenuItem();
     this.mnuiHelp          = new System.Windows.Forms.MenuItem();
     this.mnuiViewLog       = new System.Windows.Forms.MenuItem();
     this.mnuiDebugOn       = new System.Windows.Forms.MenuItem();
     this.inputPanel1       = new Microsoft.WindowsCE.Forms.InputPanel();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.pnlMain           = new System.Windows.Forms.Panel();
     this.pnlStatusBarBack  = new System.Windows.Forms.Panel();
     this.pnlStatusBarFront = new System.Windows.Forms.Panel();
     this.pnlTreeView       = new System.Windows.Forms.Panel();
     this.treeResults       = new System.Windows.Forms.TreeView();
     this.panelSearchArea.SuspendLayout();
     this.pnlSearchFront.SuspendLayout();
     this.pnlMain.SuspendLayout();
     this.pnlStatusBarBack.SuspendLayout();
     this.pnlStatusBarFront.SuspendLayout();
     this.pnlTreeView.SuspendLayout();
     this.SuspendLayout();
     //
     // panelSearchArea
     //
     this.panelSearchArea.BackColor = System.Drawing.Color.Black;
     this.panelSearchArea.Controls.Add(this.pnlSearchFront);
     this.panelSearchArea.Location = new System.Drawing.Point(3, 35);
     this.panelSearchArea.Name     = "panelSearchArea";
     this.panelSearchArea.Size     = new System.Drawing.Size(224, 148);
     //
     // pnlSearchFront
     //
     this.pnlSearchFront.BackColor = System.Drawing.Color.Tan;
     this.pnlSearchFront.Controls.Add(this.DateTo);
     this.pnlSearchFront.Controls.Add(this.DateFrom);
     this.pnlSearchFront.Controls.Add(this.comboPlant);
     this.pnlSearchFront.Controls.Add(this.lblPlant);
     this.pnlSearchFront.Controls.Add(this.cmdSearch);
     this.pnlSearchFront.Controls.Add(this.cmdSupplier);
     this.pnlSearchFront.Controls.Add(this.txtPOTo);
     this.pnlSearchFront.Controls.Add(this.txtPOFrom);
     this.pnlSearchFront.Controls.Add(this.lblPONumber);
     this.pnlSearchFront.Controls.Add(this.txtSupplier);
     this.pnlSearchFront.Controls.Add(this.lblSupplier);
     this.pnlSearchFront.Controls.Add(this.lblDate);
     this.pnlSearchFront.Controls.Add(this.cmdCancel);
     this.pnlSearchFront.Location = new System.Drawing.Point(1, 1);
     this.pnlSearchFront.Name     = "pnlSearchFront";
     this.pnlSearchFront.Size     = new System.Drawing.Size(222, 144);
     //
     // DateTo
     //
     this.DateTo.CustomFormat = " ";
     this.DateTo.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
     this.DateTo.Location     = new System.Drawing.Point(135, 4);
     this.DateTo.MaxDate      = new System.DateTime(2999, 12, 31, 0, 0, 0, 0);
     this.DateTo.Name         = "DateTo";
     this.DateTo.Size         = new System.Drawing.Size(80, 24);
     this.DateTo.TabIndex     = 13;
     this.DateTo.Value        = new System.DateTime(2008, 2, 25, 0, 0, 0, 0);
     //
     // DateFrom
     //
     this.DateFrom.CustomFormat = " ";
     this.DateFrom.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
     this.DateFrom.Location     = new System.Drawing.Point(50, 4);
     this.DateFrom.Name         = "DateFrom";
     this.DateFrom.Size         = new System.Drawing.Size(80, 24);
     this.DateFrom.TabIndex     = 6;
     this.DateFrom.Value        = new System.DateTime(2008, 2, 25, 0, 0, 0, 0);
     //
     // comboPlant
     //
     this.comboPlant.Location = new System.Drawing.Point(50, 88);
     this.comboPlant.Name     = "comboPlant";
     this.comboPlant.Size     = new System.Drawing.Size(166, 23);
     this.comboPlant.TabIndex = 0;
     //
     // lblPlant
     //
     this.lblPlant.Location = new System.Drawing.Point(2, 88);
     this.lblPlant.Name     = "lblPlant";
     this.lblPlant.Size     = new System.Drawing.Size(40, 24);
     this.lblPlant.Text     = "Plant";
     //
     // cmdSearch
     //
     this.cmdSearch.Location = new System.Drawing.Point(135, 116);
     this.cmdSearch.Name     = "cmdSearch";
     this.cmdSearch.Size     = new System.Drawing.Size(72, 24);
     this.cmdSearch.TabIndex = 2;
     this.cmdSearch.Text     = "Search";
     this.cmdSearch.Click   += new System.EventHandler(this.cmdSearch_Click);
     //
     // cmdSupplier
     //
     this.cmdSupplier.Location = new System.Drawing.Point(136, 32);
     this.cmdSupplier.Name     = "cmdSupplier";
     this.cmdSupplier.Size     = new System.Drawing.Size(72, 24);
     this.cmdSupplier.TabIndex = 3;
     this.cmdSupplier.Text     = "Look Up";
     this.cmdSupplier.Click   += new System.EventHandler(this.cmdSupplier_Click);
     //
     // txtPOTo
     //
     this.txtPOTo.Location = new System.Drawing.Point(136, 60);
     this.txtPOTo.Name     = "txtPOTo";
     this.txtPOTo.Size     = new System.Drawing.Size(80, 23);
     this.txtPOTo.TabIndex = 4;
     //
     // txtPOFrom
     //
     this.txtPOFrom.Location = new System.Drawing.Point(50, 60);
     this.txtPOFrom.Name     = "txtPOFrom";
     this.txtPOFrom.Size     = new System.Drawing.Size(80, 23);
     this.txtPOFrom.TabIndex = 5;
     //
     // lblPONumber
     //
     this.lblPONumber.Location = new System.Drawing.Point(2, 60);
     this.lblPONumber.Name     = "lblPONumber";
     this.lblPONumber.Size     = new System.Drawing.Size(46, 24);
     this.lblPONumber.Text     = "PO #";
     //
     // txtSupplier
     //
     this.txtSupplier.Location = new System.Drawing.Point(50, 32);
     this.txtSupplier.Name     = "txtSupplier";
     this.txtSupplier.Size     = new System.Drawing.Size(80, 23);
     this.txtSupplier.TabIndex = 7;
     //
     // lblSupplier
     //
     this.lblSupplier.Location = new System.Drawing.Point(2, 32);
     this.lblSupplier.Name     = "lblSupplier";
     this.lblSupplier.Size     = new System.Drawing.Size(62, 24);
     this.lblSupplier.Text     = "Supplier";
     //
     // lblDate
     //
     this.lblDate.Location = new System.Drawing.Point(2, 4);
     this.lblDate.Name     = "lblDate";
     this.lblDate.Size     = new System.Drawing.Size(42, 24);
     this.lblDate.Text     = "Date";
     //
     // cmdCancel
     //
     this.cmdCancel.Location = new System.Drawing.Point(50, 116);
     this.cmdCancel.Name     = "cmdCancel";
     this.cmdCancel.Size     = new System.Drawing.Size(72, 24);
     this.cmdCancel.TabIndex = 12;
     this.cmdCancel.Text     = "Cancel";
     this.cmdCancel.Click   += new System.EventHandler(this.cmdCancel_Click);
     //
     // imgCompress
     //
     this.imgCompress.Image    = ((System.Drawing.Image)(resources.GetObject("imgCompress.Image")));
     this.imgCompress.Location = new System.Drawing.Point(13, 3);
     this.imgCompress.Name     = "imgCompress";
     this.imgCompress.Size     = new System.Drawing.Size(16, 16);
     this.imgCompress.Visible  = false;
     //
     // imgExpand
     //
     this.imgExpand.Image    = ((System.Drawing.Image)(resources.GetObject("imgExpand.Image")));
     this.imgExpand.Location = new System.Drawing.Point(123, 3);
     this.imgExpand.Name     = "imgExpand";
     this.imgExpand.Size     = new System.Drawing.Size(16, 16);
     this.imgExpand.Visible  = false;
     //
     // lblExpComp
     //
     this.lblExpComp.ForeColor = System.Drawing.Color.DarkGreen;
     this.lblExpComp.Location  = new System.Drawing.Point(35, 4);
     this.lblExpComp.Name      = "lblExpComp";
     this.lblExpComp.Size      = new System.Drawing.Size(160, 16);
     this.lblExpComp.Text      = "Show search criteria";
     this.lblExpComp.Visible   = false;
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.mnuiFunctions);
     //
     // mnuiFunctions
     //
     this.mnuiFunctions.MenuItems.Add(this.mnuiExit);
     this.mnuiFunctions.MenuItems.Add(this.mnuiHelp);
     this.mnuiFunctions.MenuItems.Add(this.mnuiViewLog);
     this.mnuiFunctions.MenuItems.Add(this.mnuiDebugOn);
     this.mnuiFunctions.Text = "Functions";
     //
     // mnuiExit
     //
     this.mnuiExit.Text   = "Exit";
     this.mnuiExit.Click += new System.EventHandler(this.mnuiExit_Click);
     //
     // mnuiHelp
     //
     this.mnuiHelp.Text   = "Help";
     this.mnuiHelp.Click += new System.EventHandler(this.mnuiHelp_Click);
     //
     // mnuiViewLog
     //
     this.mnuiViewLog.Text   = "View Log";
     this.mnuiViewLog.Click += new System.EventHandler(this.mnuiViewLog_Click);
     //
     // mnuiDebugOn
     //
     this.mnuiDebugOn.Enabled = false;
     this.mnuiDebugOn.Text    = "Debug On";
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(261, 241);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(16, 16);
     this.pictureBox1.Visible  = false;
     //
     // pnlMain
     //
     this.pnlMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.pnlMain.Controls.Add(this.pnlStatusBarBack);
     this.pnlMain.Controls.Add(this.pnlTreeView);
     this.pnlMain.Controls.Add(this.panelSearchArea);
     this.pnlMain.Location = new System.Drawing.Point(3, 25);
     this.pnlMain.Name     = "pnlMain";
     this.pnlMain.Size     = new System.Drawing.Size(234, 187);
     //
     // pnlStatusBarBack
     //
     this.pnlStatusBarBack.BackColor = System.Drawing.Color.Black;
     this.pnlStatusBarBack.Controls.Add(this.pnlStatusBarFront);
     this.pnlStatusBarBack.Location = new System.Drawing.Point(3, 3);
     this.pnlStatusBarBack.Name     = "pnlStatusBarBack";
     this.pnlStatusBarBack.Size     = new System.Drawing.Size(230, 25);
     this.pnlStatusBarBack.Visible  = false;
     //
     // pnlStatusBarFront
     //
     this.pnlStatusBarFront.BackColor = System.Drawing.Color.Ivory;
     this.pnlStatusBarFront.Controls.Add(this.imgCompress);
     this.pnlStatusBarFront.Controls.Add(this.imgExpand);
     this.pnlStatusBarFront.Controls.Add(this.lblExpComp);
     this.pnlStatusBarFront.Location = new System.Drawing.Point(1, 1);
     this.pnlStatusBarFront.Name     = "pnlStatusBarFront";
     this.pnlStatusBarFront.Size     = new System.Drawing.Size(228, 23);
     this.pnlStatusBarFront.Visible  = false;
     //
     // pnlTreeView
     //
     this.pnlTreeView.Controls.Add(this.treeResults);
     this.pnlTreeView.Location = new System.Drawing.Point(1, 31);
     this.pnlTreeView.Name     = "pnlTreeView";
     this.pnlTreeView.Size     = new System.Drawing.Size(231, 175);
     this.pnlTreeView.Visible  = false;
     //
     // treeResults
     //
     this.treeResults.Location     = new System.Drawing.Point(3, 0);
     this.treeResults.Name         = "treeResults";
     this.treeResults.Size         = new System.Drawing.Size(225, 152);
     this.treeResults.TabIndex     = 5;
     this.treeResults.Visible      = false;
     this.treeResults.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeResults_AfterSelect);
     //
     // frmSearch
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.ClientSize    = new System.Drawing.Size(240, 268);
     this.Controls.Add(this.pnlMain);
     this.Controls.Add(this.pictureBox1);
     this.Menu  = this.mainMenu1;
     this.Name  = "frmSearch";
     this.Text  = "PO Search";
     this.Load += new System.EventHandler(this.frmSearch_Load);
     this.panelSearchArea.ResumeLayout(false);
     this.pnlSearchFront.ResumeLayout(false);
     this.pnlMain.ResumeLayout(false);
     this.pnlStatusBarBack.ResumeLayout(false);
     this.pnlStatusBarFront.ResumeLayout(false);
     this.pnlTreeView.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        public void Init()
        {
            TtUtils.ShowWaitCursor();
            this.DialogResult = DialogResult.Cancel;

            #if (PocketPC || WindowsCE || Mobile)

            edg = new EditableDataGrid();
            edg.Left = 0;
            edg.Top = 0;
            edg.Dock = DockStyle.Top;

            if (Environment.OSVersion.Version.Major < 5)
            {
                edg.Size = new System.Drawing.Size(tablePanel.Width, tablePanel.Height - 55);
            }
            else
            {
                edg.Size = new System.Drawing.Size(tablePanel.Width, tablePanel.Height - 70);
            }

            /*
            //new not working with archer 2
            if (Environment.OSVersion.Version.Major < 5)
            {
                edg.Size = new System.Drawing.Size(this.Width, this.Height - 55);
                edg.Dock = DockStyle.Top;
            }
            else
            {
                edg.Size = new System.Drawing.Size(this.Width, this.Height - 25);
                edg.Dock = DockStyle.Top;
                if (Environment.Version.Minor > 1)
                {
                    edg.Dock = DockStyle.Fill;
                    btnCancel.Location = new Point(btnCancel.Location.X, btnCancel.Location.Y - 10);
                    btnSave.Location = new Point(btnSave.Location.X, btnSave.Location.Y - 10);
                }
            }
            */

            edg.Visible = true;
            edg.Enabled = true;
            edg.ColumnHeadersVisible = true;
            edg.RowHeadersVisible = false;
            edg.BackgroundColor = Color.Gray;
            edg.AlternatingBackColor = Color.LightGray;
            edg.ErrorColor = Color.Red;
            edg.Name = "Grid";
            edg.CellValueChanged += new EditableDataGridCellValueChangedEventHandler(edg_CellValueChanged);

            if (Environment.OSVersion.Platform != PlatformID.WinCE)
            {
                input = new Microsoft.WindowsCE.Forms.InputPanel();

                edg.SIP = input;
            }

            tablePanel.Controls.Add(edg);
            //this.Controls.Add(edg);
            #endif

            try
            {
                List<TtPoint> tmpPoints = DAL.GetPoints();

                tmpPoints.Sort();

                _Points = tmpPoints.ToDictionary(x => x.CN, x => x);
                _Polys = DAL.GetPolygons();
                _Meta = DAL.GetMetaData().ToDictionary(x=> x.CN, x => x);
                _MetaNames = new List<string>();
                _PolyNames = new List<string>();
                _PointNames = new List<string>();

                _PolyCNs = new List<string>();
                _PointEdited = new Dictionary<string, bool>();

                bs = new BindingSource();

                foreach (TtPolygon poly in _Polys)
                {
                    _PolyCNs.Add(poly.CN);
                    _PolyNames.Add(poly.Name);
                }

                foreach (TtMetaData meta in _Meta.Values)
                {
                    _MetaNames.Add(meta.Name);
                }

                if (SetupDataTable())
                {
                    AddDataToTable();
                }
                bs.DataSource = GridPoints;

                #if (PocketPC || WindowsCE || Mobile)
                edg.DataSource = bs;
                #endif
            }
            catch (Exception ex)
            {
                TtUtils.WriteError(ex.Message, "EditPointTableFormLogic:Init");
            }

            TtUtils.HideWaitCursor();
        }
Пример #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.exitMenuItem = new System.Windows.Forms.MenuItem();
            this.menuItem2 = new System.Windows.Forms.MenuItem();
            this.GPSID_submenu = new System.Windows.Forms.MenuItem();
            this.mnuGPSStart = new System.Windows.Forms.MenuItem();
            this.mnuGPSStop = new System.Windows.Forms.MenuItem();
            this.mnuGPSRestart = new System.Windows.Forms.MenuItem();
            this.mnuAutoRestartGPS = new System.Windows.Forms.MenuItem();
            this.mnusubGPSRaw = new System.Windows.Forms.MenuItem();
            this.mnuRAWStop = new System.Windows.Forms.MenuItem();
            this.mnuRAWStart = new System.Windows.Forms.MenuItem();
            this.mnuRAWRestart = new System.Windows.Forms.MenuItem();
            this.mnusubLogFiles = new System.Windows.Forms.MenuItem();
            this.mnuGPSLogOnOff = new System.Windows.Forms.MenuItem();
            this.mnuGPSLogClear = new System.Windows.Forms.MenuItem();
            this.mnuXMLLogOnOff = new System.Windows.Forms.MenuItem();
            this.mnuSetTime2GPS = new System.Windows.Forms.MenuItem();
            this.mnusubSpecial = new System.Windows.Forms.MenuItem();
            this.mnuNavInit = new System.Windows.Forms.MenuItem();
            this.subGPSdevice = new System.Windows.Forms.MenuItem();
            this.mnuRestartGPSdevice = new System.Windows.Forms.MenuItem();
            this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
            this.timer1 = new System.Windows.Forms.Timer();
            this.lbl_RawData = new System.Windows.Forms.ListBox();
            this.status = new System.Windows.Forms.TextBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.mnuStartRAW2 = new System.Windows.Forms.MenuItem();
            this.SuspendLayout();
            // 
            // mainMenu1
            // 
            this.mainMenu1.MenuItems.Add(this.exitMenuItem);
            this.mainMenu1.MenuItems.Add(this.menuItem2);
            // 
            // exitMenuItem
            // 
            this.exitMenuItem.Text = "Exit";
            this.exitMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click);
            // 
            // menuItem2
            // 
            this.menuItem2.MenuItems.Add(this.GPSID_submenu);
            this.menuItem2.MenuItems.Add(this.mnusubGPSRaw);
            this.menuItem2.MenuItems.Add(this.mnusubLogFiles);
            this.menuItem2.MenuItems.Add(this.mnuSetTime2GPS);
            this.menuItem2.MenuItems.Add(this.mnusubSpecial);
            this.menuItem2.MenuItems.Add(this.subGPSdevice);
            this.menuItem2.Text = "Extras";
            // 
            // GPSID_submenu
            // 
            this.GPSID_submenu.MenuItems.Add(this.mnuGPSStart);
            this.GPSID_submenu.MenuItems.Add(this.mnuGPSStop);
            this.GPSID_submenu.MenuItems.Add(this.mnuGPSRestart);
            this.GPSID_submenu.MenuItems.Add(this.mnuAutoRestartGPS);
            this.GPSID_submenu.Text = "GPSID driver";
            // 
            // mnuGPSStart
            // 
            this.mnuGPSStart.Text = "Start GPS";
            this.mnuGPSStart.Click += new System.EventHandler(this.startGpsMenuItem_Click);
            // 
            // mnuGPSStop
            // 
            this.mnuGPSStop.Text = "Stop GPS";
            this.mnuGPSStop.Click += new System.EventHandler(this.stopGpsMenuItem_Click);
            // 
            // mnuGPSRestart
            // 
            this.mnuGPSRestart.Text = "Restart GPS";
            this.mnuGPSRestart.Click += new System.EventHandler(this.mnu_RestartGPS_Click);
            // 
            // mnuAutoRestartGPS
            // 
            this.mnuAutoRestartGPS.Checked = true;
            this.mnuAutoRestartGPS.Text = "Auto Restart";
            this.mnuAutoRestartGPS.Click += new System.EventHandler(this.mnuAutoRestartGPS_Click);
            // 
            // mnusubGPSRaw
            // 
            this.mnusubGPSRaw.MenuItems.Add(this.mnuRAWStop);
            this.mnusubGPSRaw.MenuItems.Add(this.mnuRAWStart);
            this.mnusubGPSRaw.MenuItems.Add(this.mnuRAWRestart);
            this.mnusubGPSRaw.MenuItems.Add(this.mnuStartRAW2);
            this.mnusubGPSRaw.Text = "GPS Raw";
            // 
            // mnuRAWStop
            // 
            this.mnuRAWStop.Enabled = false;
            this.mnuRAWStop.Text = "Stop RAW";
            this.mnuRAWStop.Click += new System.EventHandler(this.mnuRAWStop_Click);
            // 
            // mnuRAWStart
            // 
            this.mnuRAWStart.Text = "Start RAW";
            this.mnuRAWStart.Click += new System.EventHandler(this.mnuRAWStart_Click);
            // 
            // mnuRAWRestart
            // 
            this.mnuRAWRestart.Text = "Restart RAW";
            this.mnuRAWRestart.Click += new System.EventHandler(this.mnuRAWRestart_Click);
            // 
            // mnusubLogFiles
            // 
            this.mnusubLogFiles.MenuItems.Add(this.mnuGPSLogOnOff);
            this.mnusubLogFiles.MenuItems.Add(this.mnuGPSLogClear);
            this.mnusubLogFiles.MenuItems.Add(this.mnuXMLLogOnOff);
            this.mnusubLogFiles.Text = "Log Files";
            // 
            // mnuGPSLogOnOff
            // 
            this.mnuGPSLogOnOff.Text = "GPS logging off";
            this.mnuGPSLogOnOff.Click += new System.EventHandler(this.mnuGPSLogOnOff_Click);
            // 
            // mnuGPSLogClear
            // 
            this.mnuGPSLogClear.Text = "GPS clear log file";
            this.mnuGPSLogClear.Click += new System.EventHandler(this.mnuGPSLogClear_Click);
            // 
            // mnuXMLLogOnOff
            // 
            this.mnuXMLLogOnOff.Text = "XML logging off";
            this.mnuXMLLogOnOff.Click += new System.EventHandler(this.mnuXMLLogOnOff_Click);
            // 
            // mnuSetTime2GPS
            // 
            this.mnuSetTime2GPS.Checked = true;
            this.mnuSetTime2GPS.Text = "Set Time to GPS";
            this.mnuSetTime2GPS.Click += new System.EventHandler(this.mnuSetTime2GPS_Click);
            // 
            // mnusubSpecial
            // 
            this.mnusubSpecial.MenuItems.Add(this.mnuNavInit);
            this.mnusubSpecial.Text = "Special";
            // 
            // mnuNavInit
            // 
            this.mnuNavInit.Text = "NavigationInit";
            this.mnuNavInit.Click += new System.EventHandler(this.mnuNavInit_Click);
            // 
            // subGPSdevice
            // 
            this.subGPSdevice.MenuItems.Add(this.mnuRestartGPSdevice);
            this.subGPSdevice.Text = "GPS Device";
            // 
            // mnuRestartGPSdevice
            // 
            this.mnuRestartGPSdevice.Text = "Restart Device";
            this.mnuRestartGPSdevice.Click += new System.EventHandler(this.mnuRestartGPSdevice_Click);
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // lbl_RawData
            // 
            this.lbl_RawData.Location = new System.Drawing.Point(3, 193);
            this.lbl_RawData.Name = "lbl_RawData";
            this.lbl_RawData.Size = new System.Drawing.Size(234, 72);
            this.lbl_RawData.TabIndex = 2;
            // 
            // status
            // 
            this.status.AcceptsReturn = true;
            this.status.BackColor = System.Drawing.SystemColors.InactiveBorder;
            this.status.Font = new System.Drawing.Font("Courier New", 8F, System.Drawing.FontStyle.Regular);
            this.status.Location = new System.Drawing.Point(3, 4);
            this.status.Multiline = true;
            this.status.Name = "status";
            this.status.ReadOnly = true;
            this.status.Size = new System.Drawing.Size(233, 133);
            this.status.TabIndex = 1;
            this.status.Text = "status";
            this.status.WordWrap = false;
            // 
            // panel1
            // 
            this.panel1.Location = new System.Drawing.Point(3, 138);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(234, 55);
            this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
            // 
            // mnuStartRAW2
            // 
            this.mnuStartRAW2.Text = "Start Direct RAW";
            this.mnuStartRAW2.Click += new System.EventHandler(this.mnuStartRAW2_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.BackColor = System.Drawing.SystemColors.ScrollBar;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.status);
            this.Controls.Add(this.lbl_RawData);
            this.Menu = this.mainMenu1;
            this.Name = "Form1";
            this.Text = "GpsSample (logger)";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint);
            this.Closed += new System.EventHandler(this.Form1_Closed);
            this.ResumeLayout(false);

        }
Пример #39
0
        public TweetList(bool InBackGround)
        {
            //throw new Exception("Bam!");
            StartBackground = InBackGround;
            Microsoft.WindowsCE.Forms.MobileDevice.Hibernate += new EventHandler(MobileDevice_Hibernate);
            if (InBackGround)
            {
                this.Hide();
            }
            else
            {
                if (ClientSettings.IsMaximized)
                {
                    this.WindowState = FormWindowState.Maximized;
                    this.Menu = null;
                }
                else
                {
                    AddMainMenuItems();
                }
            }
            InitializeComponent();
            

            progressBar1.Visible = false;
            lblProgress.Visible = true;
            lblProgress.Text = "Initializing";
            if (DetectDevice.DeviceType == DeviceType.Professional)
            {
                inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
            }
            if (UpgradeChecker.devBuild)
            {
                this.lblTitle.Text = "Launching PockeTwit Dev";
            }
            
            SizeF currentScreen = this.CurrentAutoScaleDimensions;
            if (currentScreen.Height == 192)
            {
                statList.MaxVelocity = 45;
            }
            else
            {
                statList.MaxVelocity = 45;
            }
            ClientSettings.TextHeight = currentScreen.Height;

            
            this.Visible = !InBackGround;
            statList.Visible = false;
            PockeTwit.Themes.FormColors.SetColors(this);
            this.Refresh();
            
            Application.DoEvents();
            LocalStorage.DataBaseUtility.CheckDBSchema();

            statList.Progress += new KListControl.delProgress(statList_Progress);
            SpecialTimeLines.Load();

            //First run means no settings exist
            if (ClientSettings.AccountsList.Count == 0)
            {
                ClearSettings(); 
            }

            if (StartBackground) { this.Hide(); }
            CreateLeftMenu();
            CreateRightMenu();
            if (!SetEverythingUp())
            {
                if (Notifyer != null) { Notifyer.ShutDown(); }
                Application.Exit();
                ThrottledArtGrabber.running = false;
                return;
            }
            SwitchToDone();
        }
Пример #40
0
        public TweetList(bool InBackGround, string[] args)
        {
            //throw new Exception("Bam!");
            StartBackground = InBackGround;
            Microsoft.WindowsCE.Forms.MobileDevice.Hibernate += new EventHandler(MobileDevice_Hibernate);
            if (InBackGround)
            {
                this.Hide();
            }
            else
            {
                if (ClientSettings.IsMaximized)
                {
                    this.WindowState = FormWindowState.Maximized;
                    this.Menu = null;
                }
                else
                {
                    AddMainMenuItems();
                }
            }
            InitializeComponent();

            this.MsgWin = new MsgWindow(this);

            progressBar1.Visible = false;
            lblProgress.Visible = true;
            lblProgress.Text = PockeTwit.Localization.XmlBasedResourceManager.GetString("Initializing");
            if (DetectDevice.DeviceType == DeviceType.Professional)
            {
                inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
                TodayScreenRegistrySetup.CheckTodayScreenInstalled();
            }
            if (UpgradeChecker.devBuild)
            {
                this.lblTitle.Text = PockeTwit.Localization.XmlBasedResourceManager.GetString("Launching PockeTwit Dev");
            }

            SizeF currentScreen = this.CurrentAutoScaleDimensions;
            if (currentScreen.Height == 192)
            {
                statList.MaxVelocity = 45;
            }
            else
            {
                statList.MaxVelocity = 45;
            }
            ClientSettings.TextHeight = currentScreen.Height;

            this.Visible = !InBackGround;
            statList.Visible = false;
            PockeTwit.Themes.FormColors.SetColors(this);
            PockeTwit.Localization.XmlBasedResourceManager.LocalizeForm(this);

            this.Refresh();

            Application.DoEvents();
            LocalStorage.DataBaseUtility.CheckDBSchema();

            statList.Progress += new KListControl.delProgress(statList_Progress);
            SpecialTimeLinesRepository.Load();

            //First run means no settings exist
            if (ClientSettings.AccountsList.Count == 0)
            {
                ClearSettings();
            }

            if (StartBackground) { this.Hide(); }
            CreateLeftMenu();
            CreateRightMenu();
            if (!SetEverythingUp())
            {
                if (Notifyer != null) { Notifyer.ShutDown(); }
                Application.Exit();
                ThrottledArtGrabber.running = false;
                return;
            }
            SwitchToDone();

            ProcessArgs(args);

            if(!string.IsNullOrEmpty(ClientSettings.PreviousMediaService))
            {
                var switcher = new SwitchToTweetPhoto();
                switcher.Owner = this;
                switcher.ShowDialog();
                switcher.Dispose();
            }
        }
Пример #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.components = new System.ComponentModel.Container();
     this.panel1 = new System.Windows.Forms.Panel();
     this.layerTabControl = new System.Windows.Forms.TabControl();
     this.generalTab = new System.Windows.Forms.TabPage();
     this.clearLayerButton = new System.Windows.Forms.Button();
     this.layerFilePathLabel = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.layerFileNameLabel = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.layerCommentTextBox = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.layerNameTextBox = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.viewTab = new System.Windows.Forms.TabPage();
     this.layerFillColorPanel = new GravurGIS.GUI.Controls.ColorIcon();
     this.fillColorLabel = new System.Windows.Forms.CheckBox();
     this.numCommentMaxSize = new System.Windows.Forms.NumericUpDown();
     this.lblMaxCommentSize = new System.Windows.Forms.Label();
     this.checkDrawComment = new System.Windows.Forms.CheckBox();
     this.layerLineColorPanel = new GravurGIS.GUI.Controls.ColorIcon();
     this.layerPointColorPanel = new GravurGIS.GUI.Controls.ColorIcon();
     this.pointColorLabel = new System.Windows.Forms.Label();
     this.layerDashTypeCombo = new System.Windows.Forms.ComboBox();
     this.layerDashTypeLabel = new System.Windows.Forms.Label();
     this.layerLineWidth = new System.Windows.Forms.NumericUpDown();
     this.layerLineWidthLabel = new System.Windows.Forms.Label();
     this.lineColorLabel = new System.Windows.Forms.Label();
     this.infoTab = new System.Windows.Forms.TabPage();
     this.layerScaleLabel = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.layerHeightLabel = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.layerWidthLabel = new System.Windows.Forms.Label();
     this.layer6 = new System.Windows.Forms.Label();
     this.layerMaxYLayer = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.layerMaxXLabel = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.layerMinYLabel = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.layerMinXLabel = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.layerShapeCountLabel = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.layerShapeTypeLabel = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.scaleTab = new System.Windows.Forms.TabPage();
     this.Caption = new System.Windows.Forms.Label();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel(this.components);
     this.layerPointSize = new System.Windows.Forms.NumericUpDown();
     this.lblPointsize = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.layerTabControl.SuspendLayout();
     this.generalTab.SuspendLayout();
     this.viewTab.SuspendLayout();
     this.infoTab.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.layerTabControl);
     this.panel1.Location = new System.Drawing.Point(1, 22);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(238, 175);
     //
     // layerTabControl
     //
     this.layerTabControl.Controls.Add(this.generalTab);
     this.layerTabControl.Controls.Add(this.viewTab);
     this.layerTabControl.Controls.Add(this.infoTab);
     this.layerTabControl.Location = new System.Drawing.Point(0, 0);
     this.layerTabControl.Name = "layerTabControl";
     this.layerTabControl.SelectedIndex = 0;
     this.layerTabControl.Size = new System.Drawing.Size(238, 172);
     this.layerTabControl.TabIndex = 0;
     //
     // generalTab
     //
     this.generalTab.Controls.Add(this.clearLayerButton);
     this.generalTab.Controls.Add(this.layerFilePathLabel);
     this.generalTab.Controls.Add(this.label1);
     this.generalTab.Controls.Add(this.layerFileNameLabel);
     this.generalTab.Controls.Add(this.label5);
     this.generalTab.Controls.Add(this.layerCommentTextBox);
     this.generalTab.Controls.Add(this.label4);
     this.generalTab.Controls.Add(this.layerNameTextBox);
     this.generalTab.Controls.Add(this.label2);
     this.generalTab.Location = new System.Drawing.Point(0, 0);
     this.generalTab.Name = "generalTab";
     this.generalTab.Size = new System.Drawing.Size(238, 149);
     this.generalTab.Text = "Allgemein";
     //
     // clearLayerButton
     //
     this.clearLayerButton.Location = new System.Drawing.Point(132, 117);
     this.clearLayerButton.Name = "clearLayerButton";
     this.clearLayerButton.Size = new System.Drawing.Size(99, 19);
     this.clearLayerButton.TabIndex = 6;
     this.clearLayerButton.Text = "Layer leeren";
     this.clearLayerButton.Click += new System.EventHandler(this.clearLayerButton_Click);
     //
     // layerFilePathLabel
     //
     this.layerFilePathLabel.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.layerFilePathLabel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
     this.layerFilePathLabel.Location = new System.Drawing.Point(99, 108);
     this.layerFilePathLabel.Multiline = true;
     this.layerFilePathLabel.Name = "layerFilePathLabel";
     this.layerFilePathLabel.ReadOnly = true;
     this.layerFilePathLabel.Size = new System.Drawing.Size(132, 15);
     this.layerFilePathLabel.TabIndex = 0;
     this.layerFilePathLabel.WordWrap = false;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(7, 108);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(68, 15);
     this.label1.Text = "Pfad:";
     //
     // layerFileNameLabel
     //
     this.layerFileNameLabel.Location = new System.Drawing.Point(99, 89);
     this.layerFileNameLabel.Name = "layerFileNameLabel";
     this.layerFileNameLabel.Size = new System.Drawing.Size(132, 15);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(7, 89);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(68, 15);
     this.label5.Text = "Dateiname:";
     //
     // layerCommentTextBox
     //
     this.layerCommentTextBox.Location = new System.Drawing.Point(99, 34);
     this.layerCommentTextBox.Multiline = true;
     this.layerCommentTextBox.Name = "layerCommentTextBox";
     this.layerCommentTextBox.Size = new System.Drawing.Size(132, 52);
     this.layerCommentTextBox.TabIndex = 3;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(7, 34);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(100, 20);
     this.label4.Text = "Bemerkungen:";
     //
     // layerNameTextBox
     //
     this.layerNameTextBox.Location = new System.Drawing.Point(99, 7);
     this.layerNameTextBox.Name = "layerNameTextBox";
     this.layerNameTextBox.Size = new System.Drawing.Size(132, 21);
     this.layerNameTextBox.TabIndex = 1;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(7, 13);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(48, 15);
     this.label2.Text = "Name:";
     //
     // viewTab
     //
     this.viewTab.AutoScroll = true;
     this.viewTab.Controls.Add(this.layerPointSize);
     this.viewTab.Controls.Add(this.lblPointsize);
     this.viewTab.Controls.Add(this.layerFillColorPanel);
     this.viewTab.Controls.Add(this.fillColorLabel);
     this.viewTab.Controls.Add(this.numCommentMaxSize);
     this.viewTab.Controls.Add(this.lblMaxCommentSize);
     this.viewTab.Controls.Add(this.checkDrawComment);
     this.viewTab.Controls.Add(this.layerLineColorPanel);
     this.viewTab.Controls.Add(this.layerPointColorPanel);
     this.viewTab.Controls.Add(this.pointColorLabel);
     this.viewTab.Controls.Add(this.layerDashTypeCombo);
     this.viewTab.Controls.Add(this.layerDashTypeLabel);
     this.viewTab.Controls.Add(this.layerLineWidth);
     this.viewTab.Controls.Add(this.layerLineWidthLabel);
     this.viewTab.Controls.Add(this.lineColorLabel);
     this.viewTab.Location = new System.Drawing.Point(0, 0);
     this.viewTab.Name = "viewTab";
     this.viewTab.Size = new System.Drawing.Size(238, 149);
     this.viewTab.Text = "Aussehen";
     //
     // layerFillColorPanel
     //
     this.layerFillColorPanel.BackColor = System.Drawing.Color.Blue;
     this.layerFillColorPanel.Location = new System.Drawing.Point(95, 53);
     this.layerFillColorPanel.Name = "layerFillColorPanel";
     this.layerFillColorPanel.Size = new System.Drawing.Size(15, 15);
     this.layerFillColorPanel.TabIndex = 0;
     this.layerFillColorPanel.Click += new System.EventHandler(this.layerColorPanel_Click);
     //
     // fillColorLabel
     //
     this.fillColorLabel.Location = new System.Drawing.Point(8, 50);
     this.fillColorLabel.Name = "fillColorLabel";
     this.fillColorLabel.Size = new System.Drawing.Size(100, 20);
     this.fillColorLabel.TabIndex = 23;
     this.fillColorLabel.Text = "Füllfarbe:";
     //
     // numCommentMaxSize
     //
     this.numCommentMaxSize.Location = new System.Drawing.Point(144, 176);
     this.numCommentMaxSize.Maximum = new decimal(new int[] {
     30,
     0,
     0,
     0});
     this.numCommentMaxSize.Name = "numCommentMaxSize";
     this.numCommentMaxSize.Size = new System.Drawing.Size(51, 22);
     this.numCommentMaxSize.TabIndex = 16;
     this.numCommentMaxSize.Value = new decimal(new int[] {
     10,
     0,
     0,
     0});
     //
     // lblMaxCommentSize
     //
     this.lblMaxCommentSize.Location = new System.Drawing.Point(34, 179);
     this.lblMaxCommentSize.Name = "lblMaxCommentSize";
     this.lblMaxCommentSize.Size = new System.Drawing.Size(106, 20);
     this.lblMaxCommentSize.Text = "Maximale Zeichen:";
     //
     // checkDrawComment
     //
     this.checkDrawComment.Checked = true;
     this.checkDrawComment.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkDrawComment.Location = new System.Drawing.Point(10, 153);
     this.checkDrawComment.Name = "checkDrawComment";
     this.checkDrawComment.Size = new System.Drawing.Size(157, 20);
     this.checkDrawComment.TabIndex = 10;
     this.checkDrawComment.Text = "Kommentare Zeichnen";
     this.checkDrawComment.CheckStateChanged += new System.EventHandler(this.checkDrawComment_CheckStateChanged);
     //
     // layerLineColorPanel
     //
     this.layerLineColorPanel.BackColor = System.Drawing.Color.Blue;
     this.layerLineColorPanel.Location = new System.Drawing.Point(95, 32);
     this.layerLineColorPanel.Name = "layerLineColorPanel";
     this.layerLineColorPanel.Size = new System.Drawing.Size(15, 15);
     this.layerLineColorPanel.TabIndex = 1;
     this.layerLineColorPanel.Click += new System.EventHandler(this.layerColorPanel_Click);
     //
     // layerPointColorPanel
     //
     this.layerPointColorPanel.BackColor = System.Drawing.Color.Blue;
     this.layerPointColorPanel.Location = new System.Drawing.Point(95, 12);
     this.layerPointColorPanel.Name = "layerPointColorPanel";
     this.layerPointColorPanel.Size = new System.Drawing.Size(15, 15);
     this.layerPointColorPanel.TabIndex = 2;
     this.layerPointColorPanel.Click += new System.EventHandler(this.layerColorPanel_Click);
     //
     // pointColorLabel
     //
     this.pointColorLabel.Location = new System.Drawing.Point(10, 12);
     this.pointColorLabel.Name = "pointColorLabel";
     this.pointColorLabel.Size = new System.Drawing.Size(80, 15);
     this.pointColorLabel.Text = "Punktfarbe:";
     //
     // layerDashTypeCombo
     //
     this.layerDashTypeCombo.Enabled = false;
     this.layerDashTypeCombo.Location = new System.Drawing.Point(95, 128);
     this.layerDashTypeCombo.Name = "layerDashTypeCombo";
     this.layerDashTypeCombo.Size = new System.Drawing.Size(100, 22);
     this.layerDashTypeCombo.TabIndex = 6;
     this.layerDashTypeCombo.Visible = false;
     //
     // layerDashTypeLabel
     //
     this.layerDashTypeLabel.Enabled = false;
     this.layerDashTypeLabel.Location = new System.Drawing.Point(10, 130);
     this.layerDashTypeLabel.Name = "layerDashTypeLabel";
     this.layerDashTypeLabel.Size = new System.Drawing.Size(65, 20);
     this.layerDashTypeLabel.Text = "Linientyp:";
     this.layerDashTypeLabel.Visible = false;
     //
     // layerLineWidth
     //
     this.layerLineWidth.Location = new System.Drawing.Point(95, 100);
     this.layerLineWidth.Maximum = new decimal(new int[] {
     20,
     0,
     0,
     0});
     this.layerLineWidth.Name = "layerLineWidth";
     this.layerLineWidth.Size = new System.Drawing.Size(100, 22);
     this.layerLineWidth.TabIndex = 4;
     this.layerLineWidth.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     //
     // layerLineWidthLabel
     //
     this.layerLineWidthLabel.Location = new System.Drawing.Point(10, 105);
     this.layerLineWidthLabel.Name = "layerLineWidthLabel";
     this.layerLineWidthLabel.Size = new System.Drawing.Size(100, 17);
     this.layerLineWidthLabel.Text = "Linienstärke:";
     //
     // lineColorLabel
     //
     this.lineColorLabel.Location = new System.Drawing.Point(10, 31);
     this.lineColorLabel.Name = "lineColorLabel";
     this.lineColorLabel.Size = new System.Drawing.Size(80, 15);
     this.lineColorLabel.Text = "Linienfarbe:";
     //
     // infoTab
     //
     this.infoTab.AutoScroll = true;
     this.infoTab.Controls.Add(this.layerScaleLabel);
     this.infoTab.Controls.Add(this.label14);
     this.infoTab.Controls.Add(this.layerHeightLabel);
     this.infoTab.Controls.Add(this.label13);
     this.infoTab.Controls.Add(this.layerWidthLabel);
     this.infoTab.Controls.Add(this.layer6);
     this.infoTab.Controls.Add(this.layerMaxYLayer);
     this.infoTab.Controls.Add(this.label11);
     this.infoTab.Controls.Add(this.layerMaxXLabel);
     this.infoTab.Controls.Add(this.label10);
     this.infoTab.Controls.Add(this.layerMinYLabel);
     this.infoTab.Controls.Add(this.label9);
     this.infoTab.Controls.Add(this.layerMinXLabel);
     this.infoTab.Controls.Add(this.label8);
     this.infoTab.Controls.Add(this.layerShapeCountLabel);
     this.infoTab.Controls.Add(this.label7);
     this.infoTab.Controls.Add(this.layerShapeTypeLabel);
     this.infoTab.Controls.Add(this.label3);
     this.infoTab.Location = new System.Drawing.Point(0, 0);
     this.infoTab.Name = "infoTab";
     this.infoTab.Size = new System.Drawing.Size(230, 146);
     this.infoTab.Text = "Info";
     //
     // layerScaleLabel
     //
     this.layerScaleLabel.Location = new System.Drawing.Point(94, 127);
     this.layerScaleLabel.Name = "layerScaleLabel";
     this.layerScaleLabel.Size = new System.Drawing.Size(137, 15);
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(8, 127);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(94, 15);
     this.label14.Text = "Skalierung:";
     //
     // layerHeightLabel
     //
     this.layerHeightLabel.Location = new System.Drawing.Point(94, 112);
     this.layerHeightLabel.Name = "layerHeightLabel";
     this.layerHeightLabel.Size = new System.Drawing.Size(137, 15);
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(8, 112);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(70, 15);
     this.label13.Text = "Höhe:";
     //
     // layerWidthLabel
     //
     this.layerWidthLabel.Location = new System.Drawing.Point(94, 97);
     this.layerWidthLabel.Name = "layerWidthLabel";
     this.layerWidthLabel.Size = new System.Drawing.Size(137, 15);
     //
     // layer6
     //
     this.layer6.Location = new System.Drawing.Point(8, 97);
     this.layer6.Name = "layer6";
     this.layer6.Size = new System.Drawing.Size(70, 15);
     this.layer6.Text = "Breite:";
     //
     // layerMaxYLayer
     //
     this.layerMaxYLayer.Location = new System.Drawing.Point(94, 82);
     this.layerMaxYLayer.Name = "layerMaxYLayer";
     this.layerMaxYLayer.Size = new System.Drawing.Size(137, 15);
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(8, 82);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(70, 15);
     this.label11.Text = "Max Y:";
     //
     // layerMaxXLabel
     //
     this.layerMaxXLabel.Location = new System.Drawing.Point(94, 67);
     this.layerMaxXLabel.Name = "layerMaxXLabel";
     this.layerMaxXLabel.Size = new System.Drawing.Size(137, 15);
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(8, 67);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(70, 15);
     this.label10.Text = "Max X:";
     //
     // layerMinYLabel
     //
     this.layerMinYLabel.Location = new System.Drawing.Point(94, 53);
     this.layerMinYLabel.Name = "layerMinYLabel";
     this.layerMinYLabel.Size = new System.Drawing.Size(137, 15);
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(8, 53);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(70, 15);
     this.label9.Text = "Min Y:";
     //
     // layerMinXLabel
     //
     this.layerMinXLabel.Location = new System.Drawing.Point(94, 38);
     this.layerMinXLabel.Name = "layerMinXLabel";
     this.layerMinXLabel.Size = new System.Drawing.Size(137, 15);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8, 38);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(53, 15);
     this.label8.Text = "Min X:";
     //
     // layerShapeCountLabel
     //
     this.layerShapeCountLabel.Location = new System.Drawing.Point(94, 23);
     this.layerShapeCountLabel.Name = "layerShapeCountLabel";
     this.layerShapeCountLabel.Size = new System.Drawing.Size(137, 15);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(8, 23);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(70, 15);
     this.label7.Text = "Einträge:";
     //
     // layerShapeTypeLabel
     //
     this.layerShapeTypeLabel.Location = new System.Drawing.Point(94, 8);
     this.layerShapeTypeLabel.Name = "layerShapeTypeLabel";
     this.layerShapeTypeLabel.Size = new System.Drawing.Size(137, 15);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 8);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(70, 15);
     this.label3.Text = "Layer-Typ:";
     //
     // scaleTab
     //
     this.scaleTab.Location = new System.Drawing.Point(0, 0);
     this.scaleTab.Name = "scaleTab";
     this.scaleTab.Size = new System.Drawing.Size(230, 146);
     this.scaleTab.Text = "Maßstab";
     //
     // Caption
     //
     this.Caption.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular);
     this.Caption.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.Caption.Location = new System.Drawing.Point(4, 3);
     this.Caption.Name = "Caption";
     this.Caption.Size = new System.Drawing.Size(172, 18);
     this.Caption.Text = "Layereinstellungen bearbeiten";
     //
     // layerPointSize
     //
     this.layerPointSize.Location = new System.Drawing.Point(95, 74);
     this.layerPointSize.Maximum = new decimal(new int[] {
     20,
     0,
     0,
     0});
     this.layerPointSize.Name = "layerPointSize";
     this.layerPointSize.Size = new System.Drawing.Size(100, 22);
     this.layerPointSize.TabIndex = 30;
     this.layerPointSize.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     //
     // lblPointsize
     //
     this.lblPointsize.Location = new System.Drawing.Point(10, 79);
     this.lblPointsize.Name = "lblPointsize";
     this.lblPointsize.Size = new System.Drawing.Size(100, 17);
     this.lblPointsize.Text = "Punktgröße:";
     //
     // LayerSettingEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(240, 200);
     this.ControlBox = false;
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.Caption);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Location = new System.Drawing.Point(0, 15);
     this.MinimizeBox = false;
     this.Name = "LayerSettingEditor";
     this.TopMost = true;
     this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form2_MouseDown);
     this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Form2_MouseUp);
     this.panel1.ResumeLayout(false);
     this.layerTabControl.ResumeLayout(false);
     this.generalTab.ResumeLayout(false);
     this.viewTab.ResumeLayout(false);
     this.infoTab.ResumeLayout(false);
     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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Info));
     this.label1      = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.label2      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.label4      = new System.Windows.Forms.Label();
     this.exit_b      = new System.Windows.Forms.Button();
     this.serial_t    = new System.Windows.Forms.TextBox();
     this.label5      = new System.Windows.Forms.Label();
     this.label6      = new System.Windows.Forms.Label();
     this.deviceid    = new System.Windows.Forms.TextBox();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
     this.button1     = new System.Windows.Forms.Button();
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.label1.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label1.Location  = new System.Drawing.Point(0, 232);
     this.label1.Size      = new System.Drawing.Size(240, 24);
     this.label1.Text      = "DARIUSZ HANC ALAXA UNDERSOFT ";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(72, 8);
     this.pictureBox1.Size     = new System.Drawing.Size(96, 88);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.label2.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label2.Location  = new System.Drawing.Point(0, 248);
     this.label2.Size      = new System.Drawing.Size(240, 24);
     this.label2.Text      = "e-mail: [email protected]";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label3
     //
     this.label3.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.label3.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label3.Location  = new System.Drawing.Point(0, 264);
     this.label3.Size      = new System.Drawing.Size(240, 24);
     this.label3.Text      = "tel: +48 505-827-447";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold);
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(16, 176);
     this.label4.Size      = new System.Drawing.Size(208, 56);
     this.label4.Text      = "PICATCH AXC 4.1 rev. 1.0.2";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // exit_b
     //
     this.exit_b.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.exit_b.Location = new System.Drawing.Point(120, 144);
     this.exit_b.Size     = new System.Drawing.Size(104, 24);
     this.exit_b.Text     = "OK";
     this.exit_b.Click   += new System.EventHandler(this.exit_b_Click_1);
     //
     // serial_t
     //
     this.serial_t.BackColor = System.Drawing.Color.WhiteSmoke;
     this.serial_t.ForeColor = System.Drawing.Color.Black;
     this.serial_t.Location  = new System.Drawing.Point(120, 120);
     this.serial_t.Size      = new System.Drawing.Size(104, 20);
     this.serial_t.Text      = "";
     //
     // label5
     //
     this.label5.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.label5.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label5.Location  = new System.Drawing.Point(120, 104);
     this.label5.Size      = new System.Drawing.Size(104, 16);
     this.label5.Text      = "nr seryjny licencji";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label6
     //
     this.label6.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.label6.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label6.Location  = new System.Drawing.Point(8, 104);
     this.label6.Size      = new System.Drawing.Size(104, 16);
     this.label6.Text      = "id urz¹dzenia";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // deviceid
     //
     this.deviceid.BackColor = System.Drawing.Color.WhiteSmoke;
     this.deviceid.ForeColor = System.Drawing.Color.Black;
     this.deviceid.Location  = new System.Drawing.Point(8, 120);
     this.deviceid.ReadOnly  = true;
     this.deviceid.Size      = new System.Drawing.Size(104, 20);
     this.deviceid.Text      = "";
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.button1.Location = new System.Drawing.Point(8, 144);
     this.button1.Size     = new System.Drawing.Size(104, 24);
     this.button1.Text     = "KLAWIATURA";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.None;
     //
     // Info
     //
     this.BackColor  = System.Drawing.Color.DodgerBlue;
     this.ClientSize = new System.Drawing.Size(240, 320);
     this.ControlBox = false;
     this.Controls.Add(this.button1);
     this.Controls.Add(this.deviceid);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.serial_t);
     this.Controls.Add(this.exit_b);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label1);
     this.Text = "Transfer Danych";
 }
Пример #43
0
        public static DialogResult InputBoxRec(string title, string promptText, ref string value, string RecFile)
        {
            Form form = new Form();
            Label label = new Label();
            TextBox textBox = new TextBox();
            Button buttonOk = new Button();
            Button buttonCancel = new Button();

            form.Text = title;
            label.Text = promptText;
            textBox.Text = value;

            buttonOk.Text = "OK";
            buttonCancel.Text = "Cancel";
            buttonOk.DialogResult = DialogResult.OK;
            buttonCancel.DialogResult = DialogResult.Cancel;

            int w = form.Width, h = form.Height;
            label.Bounds = new Rectangle(w *10/480, h *40/588, w *460/480, h *36/588);      //5, 20, 230, 18);
            textBox.Bounds = new Rectangle(w *10/480, h *80/588, w *460/480, h *36/588);    //5, 40, 230, 18);
            buttonOk.Bounds = new Rectangle(w *165/480, h *140/588, w *150/480, h *80/588);   //80, 70, 75, 24);
            buttonCancel.Bounds = new Rectangle(w *325/480, h *140/588, w *150/480, h *80/588);    //160, 70, 75, 24);

            //label.AutoSize = true;
            //textBox.Anchor = textBox.Anchor | AnchorStyles.Right;
            //buttonOk.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
            //buttonCancel.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;

            //form.ClientSize = new Size(240, 100);
            form.Controls.Add(label);
            form.Controls.Add(textBox);
            form.Controls.Add(buttonOk);
            form.Controls.Add(buttonCancel);

            if (RecFile != null)
            {
                Button buttonRec = new Button();
                buttonRec.Text = "Audio";
                buttonRec.Bounds = new Rectangle(w * 5/480, h * 140/588, w * 150/480, h * 80/588);
                form.Controls.Add(buttonRec);
                buttonRec.Click += buttonRec_Click; //buttonRec_Click;
                if(vr == null) vr = new VoiceRecorder();
                vr.Position(w * 5/480, h * 280/588);
                vr.RecFile = RecFile;
            }
            
            form.BackColor = GpsCycleComputer.Form1.bkColor;
            form.ForeColor = GpsCycleComputer.Form1.foColor;
            label.BackColor = GpsCycleComputer.Form1.bkColor;
            label.ForeColor = GpsCycleComputer.Form1.foColor;
            textBox.BackColor = GpsCycleComputer.Form1.bkColor;
            textBox.ForeColor = GpsCycleComputer.Form1.foColor;
            //textBox.BorderStyle = BorderStyle.FixedSingle;
            
            //form.ClientSize = new Size(Math.Max(300, label.Right + 10), form.ClientSize.Height);
            //form.FormBorderStyle = FormBorderStyle.FixedDialog;
            //form.StartPosition = FormStartPosition.CenterScreen;
            //form.MinimizeBox = false;
            //form.MaximizeBox = false;
            //form.AcceptButton = buttonOk;
            //form.CancelButton = buttonCancel;
            Microsoft.WindowsCE.Forms.InputPanel inputPanel = new Microsoft.WindowsCE.Forms.InputPanel();
            inputPanel.Enabled = true;
            DialogResult dialogResult = form.ShowDialog();
            inputPanel.Enabled = false;
            if (dialogResult == DialogResult.OK)
                value = textBox.Text;
            return dialogResult;
        }
Пример #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.mainMenu1           = new System.Windows.Forms.MainMenu();
     this.exitMenuItem        = new System.Windows.Forms.MenuItem();
     this.menuItem2           = new System.Windows.Forms.MenuItem();
     this.GPSID_submenu       = new System.Windows.Forms.MenuItem();
     this.mnuGPSStart         = new System.Windows.Forms.MenuItem();
     this.mnuGPSStop          = new System.Windows.Forms.MenuItem();
     this.mnuGPSRestart       = new System.Windows.Forms.MenuItem();
     this.mnuAutoRestartGPS   = new System.Windows.Forms.MenuItem();
     this.mnusubGPSRaw        = new System.Windows.Forms.MenuItem();
     this.mnuRAWStop          = new System.Windows.Forms.MenuItem();
     this.mnuRAWStart         = new System.Windows.Forms.MenuItem();
     this.mnuRAWRestart       = new System.Windows.Forms.MenuItem();
     this.mnusubLogFiles      = new System.Windows.Forms.MenuItem();
     this.mnuGPSLogOnOff      = new System.Windows.Forms.MenuItem();
     this.mnuGPSLogClear      = new System.Windows.Forms.MenuItem();
     this.mnuXMLLogOnOff      = new System.Windows.Forms.MenuItem();
     this.mnuSetTime2GPS      = new System.Windows.Forms.MenuItem();
     this.mnusubSpecial       = new System.Windows.Forms.MenuItem();
     this.mnuNavInit          = new System.Windows.Forms.MenuItem();
     this.subGPSdevice        = new System.Windows.Forms.MenuItem();
     this.mnuRestartGPSdevice = new System.Windows.Forms.MenuItem();
     this.inputPanel1         = new Microsoft.WindowsCE.Forms.InputPanel();
     this.timer1       = new System.Windows.Forms.Timer();
     this.lbl_RawData  = new System.Windows.Forms.ListBox();
     this.status       = new System.Windows.Forms.TextBox();
     this.panel1       = new System.Windows.Forms.Panel();
     this.mnuStartRAW2 = new System.Windows.Forms.MenuItem();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.exitMenuItem);
     this.mainMenu1.MenuItems.Add(this.menuItem2);
     //
     // exitMenuItem
     //
     this.exitMenuItem.Text   = "Exit";
     this.exitMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click);
     //
     // menuItem2
     //
     this.menuItem2.MenuItems.Add(this.GPSID_submenu);
     this.menuItem2.MenuItems.Add(this.mnusubGPSRaw);
     this.menuItem2.MenuItems.Add(this.mnusubLogFiles);
     this.menuItem2.MenuItems.Add(this.mnuSetTime2GPS);
     this.menuItem2.MenuItems.Add(this.mnusubSpecial);
     this.menuItem2.MenuItems.Add(this.subGPSdevice);
     this.menuItem2.Text = "Extras";
     //
     // GPSID_submenu
     //
     this.GPSID_submenu.MenuItems.Add(this.mnuGPSStart);
     this.GPSID_submenu.MenuItems.Add(this.mnuGPSStop);
     this.GPSID_submenu.MenuItems.Add(this.mnuGPSRestart);
     this.GPSID_submenu.MenuItems.Add(this.mnuAutoRestartGPS);
     this.GPSID_submenu.Text = "GPSID driver";
     //
     // mnuGPSStart
     //
     this.mnuGPSStart.Text   = "Start GPS";
     this.mnuGPSStart.Click += new System.EventHandler(this.startGpsMenuItem_Click);
     //
     // mnuGPSStop
     //
     this.mnuGPSStop.Text   = "Stop GPS";
     this.mnuGPSStop.Click += new System.EventHandler(this.stopGpsMenuItem_Click);
     //
     // mnuGPSRestart
     //
     this.mnuGPSRestart.Text   = "Restart GPS";
     this.mnuGPSRestart.Click += new System.EventHandler(this.mnu_RestartGPS_Click);
     //
     // mnuAutoRestartGPS
     //
     this.mnuAutoRestartGPS.Checked = true;
     this.mnuAutoRestartGPS.Text    = "Auto Restart";
     this.mnuAutoRestartGPS.Click  += new System.EventHandler(this.mnuAutoRestartGPS_Click);
     //
     // mnusubGPSRaw
     //
     this.mnusubGPSRaw.MenuItems.Add(this.mnuRAWStop);
     this.mnusubGPSRaw.MenuItems.Add(this.mnuRAWStart);
     this.mnusubGPSRaw.MenuItems.Add(this.mnuRAWRestart);
     this.mnusubGPSRaw.MenuItems.Add(this.mnuStartRAW2);
     this.mnusubGPSRaw.Text = "GPS Raw";
     //
     // mnuRAWStop
     //
     this.mnuRAWStop.Enabled = false;
     this.mnuRAWStop.Text    = "Stop RAW";
     this.mnuRAWStop.Click  += new System.EventHandler(this.mnuRAWStop_Click);
     //
     // mnuRAWStart
     //
     this.mnuRAWStart.Text   = "Start RAW";
     this.mnuRAWStart.Click += new System.EventHandler(this.mnuRAWStart_Click);
     //
     // mnuRAWRestart
     //
     this.mnuRAWRestart.Text   = "Restart RAW";
     this.mnuRAWRestart.Click += new System.EventHandler(this.mnuRAWRestart_Click);
     //
     // mnusubLogFiles
     //
     this.mnusubLogFiles.MenuItems.Add(this.mnuGPSLogOnOff);
     this.mnusubLogFiles.MenuItems.Add(this.mnuGPSLogClear);
     this.mnusubLogFiles.MenuItems.Add(this.mnuXMLLogOnOff);
     this.mnusubLogFiles.Text = "Log Files";
     //
     // mnuGPSLogOnOff
     //
     this.mnuGPSLogOnOff.Text   = "GPS logging off";
     this.mnuGPSLogOnOff.Click += new System.EventHandler(this.mnuGPSLogOnOff_Click);
     //
     // mnuGPSLogClear
     //
     this.mnuGPSLogClear.Text   = "GPS clear log file";
     this.mnuGPSLogClear.Click += new System.EventHandler(this.mnuGPSLogClear_Click);
     //
     // mnuXMLLogOnOff
     //
     this.mnuXMLLogOnOff.Text   = "XML logging off";
     this.mnuXMLLogOnOff.Click += new System.EventHandler(this.mnuXMLLogOnOff_Click);
     //
     // mnuSetTime2GPS
     //
     this.mnuSetTime2GPS.Checked = true;
     this.mnuSetTime2GPS.Text    = "Set Time to GPS";
     this.mnuSetTime2GPS.Click  += new System.EventHandler(this.mnuSetTime2GPS_Click);
     //
     // mnusubSpecial
     //
     this.mnusubSpecial.MenuItems.Add(this.mnuNavInit);
     this.mnusubSpecial.Text = "Special";
     //
     // mnuNavInit
     //
     this.mnuNavInit.Text   = "NavigationInit";
     this.mnuNavInit.Click += new System.EventHandler(this.mnuNavInit_Click);
     //
     // subGPSdevice
     //
     this.subGPSdevice.MenuItems.Add(this.mnuRestartGPSdevice);
     this.subGPSdevice.Text = "GPS Device";
     //
     // mnuRestartGPSdevice
     //
     this.mnuRestartGPSdevice.Text   = "Restart Device";
     this.mnuRestartGPSdevice.Click += new System.EventHandler(this.mnuRestartGPSdevice_Click);
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // lbl_RawData
     //
     this.lbl_RawData.Location = new System.Drawing.Point(3, 193);
     this.lbl_RawData.Name     = "lbl_RawData";
     this.lbl_RawData.Size     = new System.Drawing.Size(234, 72);
     this.lbl_RawData.TabIndex = 2;
     //
     // status
     //
     this.status.AcceptsReturn = true;
     this.status.BackColor     = System.Drawing.SystemColors.InactiveBorder;
     this.status.Font          = new System.Drawing.Font("Courier New", 8F, System.Drawing.FontStyle.Regular);
     this.status.Location      = new System.Drawing.Point(3, 4);
     this.status.Multiline     = true;
     this.status.Name          = "status";
     this.status.ReadOnly      = true;
     this.status.Size          = new System.Drawing.Size(233, 133);
     this.status.TabIndex      = 1;
     this.status.Text          = "status";
     this.status.WordWrap      = false;
     //
     // panel1
     //
     this.panel1.Location = new System.Drawing.Point(3, 138);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(234, 55);
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // mnuStartRAW2
     //
     this.mnuStartRAW2.Text   = "Start Direct RAW";
     this.mnuStartRAW2.Click += new System.EventHandler(this.mnuStartRAW2_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.SystemColors.ScrollBar;
     this.ClientSize          = new System.Drawing.Size(240, 268);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.status);
     this.Controls.Add(this.lbl_RawData);
     this.Menu    = this.mainMenu1;
     this.Name    = "Form1";
     this.Text    = "GpsSample (logger)";
     this.Load   += new System.EventHandler(this.Form1_Load);
     this.Paint  += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint);
     this.Closed += new System.EventHandler(this.Form1_Closed);
     this.ResumeLayout(false);
 }
Пример #45
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(frmSupplierSearch));
     this.pnlMiddleBack  = new System.Windows.Forms.Panel();
     this.pnlMiddleFront = new System.Windows.Forms.Panel();
     this.cmdCancel      = new System.Windows.Forms.Button();
     this.txtPCode       = new System.Windows.Forms.TextBox();
     this.txtName        = new System.Windows.Forms.TextBox();
     this.lblPostCode    = new System.Windows.Forms.Label();
     this.lblName        = new System.Windows.Forms.Label();
     this.cmdSearch      = new System.Windows.Forms.Button();
     this.imgCompress    = new System.Windows.Forms.PictureBox();
     this.imgExpand      = new System.Windows.Forms.PictureBox();
     this.lblExpComp     = new System.Windows.Forms.Label();
     this.listResults    = new System.Windows.Forms.DataGrid();
     this.mainMenu1      = new System.Windows.Forms.MainMenu();
     this.mnuiFunctions  = new System.Windows.Forms.MenuItem();
     this.mnuiHelp       = new System.Windows.Forms.MenuItem();
     this.mnuiExit       = new System.Windows.Forms.MenuItem();
     this.inputPanel1    = new Microsoft.WindowsCE.Forms.InputPanel();
     this.pnlTopFront    = new System.Windows.Forms.Panel();
     this.pnlTobBack     = new System.Windows.Forms.Panel();
     this.pnlMiddleBack.SuspendLayout();
     this.pnlMiddleFront.SuspendLayout();
     this.pnlTopFront.SuspendLayout();
     this.pnlTobBack.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlMiddleBack
     //
     this.pnlMiddleBack.BackColor = System.Drawing.Color.Black;
     this.pnlMiddleBack.Controls.Add(this.pnlMiddleFront);
     this.pnlMiddleBack.Location = new System.Drawing.Point(8, 60);
     this.pnlMiddleBack.Name     = "pnlMiddleBack";
     this.pnlMiddleBack.Size     = new System.Drawing.Size(224, 110);
     //
     // pnlMiddleFront
     //
     this.pnlMiddleFront.BackColor = System.Drawing.Color.Tan;
     this.pnlMiddleFront.Controls.Add(this.cmdCancel);
     this.pnlMiddleFront.Controls.Add(this.txtPCode);
     this.pnlMiddleFront.Controls.Add(this.txtName);
     this.pnlMiddleFront.Controls.Add(this.lblPostCode);
     this.pnlMiddleFront.Controls.Add(this.lblName);
     this.pnlMiddleFront.Controls.Add(this.cmdSearch);
     this.pnlMiddleFront.Location = new System.Drawing.Point(1, 1);
     this.pnlMiddleFront.Name     = "pnlMiddleFront";
     this.pnlMiddleFront.Size     = new System.Drawing.Size(222, 108);
     //
     // cmdCancel
     //
     this.cmdCancel.Location = new System.Drawing.Point(23, 79);
     this.cmdCancel.Name     = "cmdCancel";
     this.cmdCancel.Size     = new System.Drawing.Size(72, 20);
     this.cmdCancel.TabIndex = 0;
     this.cmdCancel.Text     = "Cancel";
     this.cmdCancel.Click   += new System.EventHandler(this.cmdCancel_Click);
     //
     // txtPCode
     //
     this.txtPCode.Location = new System.Drawing.Point(135, 40);
     this.txtPCode.Name     = "txtPCode";
     this.txtPCode.Size     = new System.Drawing.Size(80, 23);
     this.txtPCode.TabIndex = 1;
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(88, 8);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(128, 23);
     this.txtName.TabIndex = 2;
     //
     // lblPostCode
     //
     this.lblPostCode.Location = new System.Drawing.Point(2, 43);
     this.lblPostCode.Name     = "lblPostCode";
     this.lblPostCode.Size     = new System.Drawing.Size(93, 20);
     this.lblPostCode.Text     = "OR Post Code";
     //
     // lblName
     //
     this.lblName.Location = new System.Drawing.Point(2, 11);
     this.lblName.Name     = "lblName";
     this.lblName.Size     = new System.Drawing.Size(80, 20);
     this.lblName.Text     = "Name";
     //
     // cmdSearch
     //
     this.cmdSearch.Location = new System.Drawing.Point(123, 79);
     this.cmdSearch.Name     = "cmdSearch";
     this.cmdSearch.Size     = new System.Drawing.Size(72, 20);
     this.cmdSearch.TabIndex = 5;
     this.cmdSearch.Text     = "Search";
     this.cmdSearch.Click   += new System.EventHandler(this.cmdSearch_Click);
     //
     // imgCompress
     //
     this.imgCompress.Image    = ((System.Drawing.Image)(resources.GetObject("imgCompress.Image")));
     this.imgCompress.Location = new System.Drawing.Point(4, 3);
     this.imgCompress.Name     = "imgCompress";
     this.imgCompress.Size     = new System.Drawing.Size(16, 16);
     this.imgCompress.Visible  = false;
     //
     // imgExpand
     //
     this.imgExpand.Image    = ((System.Drawing.Image)(resources.GetObject("imgExpand.Image")));
     this.imgExpand.Location = new System.Drawing.Point(91, 3);
     this.imgExpand.Name     = "imgExpand";
     this.imgExpand.Size     = new System.Drawing.Size(16, 16);
     this.imgExpand.Visible  = false;
     //
     // lblExpComp
     //
     this.lblExpComp.ForeColor = System.Drawing.Color.DarkGreen;
     this.lblExpComp.Location  = new System.Drawing.Point(26, 3);
     this.lblExpComp.Name      = "lblExpComp";
     this.lblExpComp.Size      = new System.Drawing.Size(192, 16);
     this.lblExpComp.Text      = "Show Search";
     this.lblExpComp.Visible   = false;
     //
     // listResults
     //
     this.listResults.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.listResults.Location        = new System.Drawing.Point(8, 180);
     this.listResults.Name            = "listResults";
     this.listResults.Size            = new System.Drawing.Size(192, 80);
     this.listResults.TabIndex        = 2;
     this.listResults.Visible         = false;
     this.listResults.Click          += new System.EventHandler(this.listResults_Click);
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.mnuiFunctions);
     //
     // mnuiFunctions
     //
     this.mnuiFunctions.MenuItems.Add(this.mnuiHelp);
     this.mnuiFunctions.MenuItems.Add(this.mnuiExit);
     this.mnuiFunctions.Text = "Functions";
     //
     // mnuiHelp
     //
     this.mnuiHelp.Text   = "Help";
     this.mnuiHelp.Click += new System.EventHandler(this.mnuiHelp_Click);
     //
     // mnuiExit
     //
     this.mnuiExit.Text   = "Exit";
     this.mnuiExit.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // pnlTopFront
     //
     this.pnlTopFront.BackColor = System.Drawing.Color.Ivory;
     this.pnlTopFront.Controls.Add(this.lblExpComp);
     this.pnlTopFront.Controls.Add(this.imgCompress);
     this.pnlTopFront.Controls.Add(this.imgExpand);
     this.pnlTopFront.Location = new System.Drawing.Point(1, 1);
     this.pnlTopFront.Name     = "pnlTopFront";
     this.pnlTopFront.Size     = new System.Drawing.Size(222, 22);
     this.pnlTopFront.Visible  = false;
     //
     // pnlTobBack
     //
     this.pnlTobBack.BackColor = System.Drawing.Color.Black;
     this.pnlTobBack.Controls.Add(this.pnlTopFront);
     this.pnlTobBack.Location = new System.Drawing.Point(8, 30);
     this.pnlTobBack.Name     = "pnlTobBack";
     this.pnlTobBack.Size     = new System.Drawing.Size(224, 25);
     this.pnlTobBack.Visible  = false;
     //
     // frmSupplierSearch
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.ClientSize    = new System.Drawing.Size(242, 265);
     this.Controls.Add(this.pnlTobBack);
     this.Controls.Add(this.listResults);
     this.Controls.Add(this.pnlMiddleBack);
     this.Menu  = this.mainMenu1;
     this.Name  = "frmSupplierSearch";
     this.Text  = "Find Supplier No";
     this.Load += new System.EventHandler(this.frmSupplierSearch_Load);
     this.pnlMiddleBack.ResumeLayout(false);
     this.pnlMiddleFront.ResumeLayout(false);
     this.pnlTopFront.ResumeLayout(false);
     this.pnlTobBack.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #46
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.panel1              = new System.Windows.Forms.Panel();
     this.layerTabControl     = new System.Windows.Forms.TabControl();
     this.generalTab          = new System.Windows.Forms.TabPage();
     this.layerCommentTextBox = new System.Windows.Forms.TextBox();
     this.label4              = new System.Windows.Forms.Label();
     this.layerNameTextBox    = new System.Windows.Forms.TextBox();
     this.label2              = new System.Windows.Forms.Label();
     this.connectionTab       = new System.Windows.Forms.TabPage();
     this.label7              = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.label16             = new System.Windows.Forms.Label();
     this.label15             = new System.Windows.Forms.Label();
     this.label12             = new System.Windows.Forms.Label();
     this.msServer            = new System.Windows.Forms.TextBox();
     this.label5              = new System.Windows.Forms.Label();
     this.layerTab            = new System.Windows.Forms.TabPage();
     this.availLayersView     = new System.Windows.Forms.ListView();
     this.infoTab             = new System.Windows.Forms.TabPage();
     this.infoTree            = new System.Windows.Forms.TreeView();
     this.scaleTab            = new System.Windows.Forms.TabPage();
     this.Caption             = new System.Windows.Forms.Label();
     this.tbUpdateData        = new System.Windows.Forms.ToolBarButton();
     this.inputPanel1         = new Microsoft.WindowsCE.Forms.InputPanel(this.components);
     this.panel1.SuspendLayout();
     this.layerTabControl.SuspendLayout();
     this.generalTab.SuspendLayout();
     this.connectionTab.SuspendLayout();
     this.layerTab.SuspendLayout();
     this.infoTab.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.layerTabControl);
     this.panel1.Location = new System.Drawing.Point(1, 22);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(238, 175);
     //
     // layerTabControl
     //
     this.layerTabControl.Controls.Add(this.generalTab);
     this.layerTabControl.Controls.Add(this.connectionTab);
     this.layerTabControl.Location      = new System.Drawing.Point(0, 0);
     this.layerTabControl.Name          = "layerTabControl";
     this.layerTabControl.SelectedIndex = 0;
     this.layerTabControl.Size          = new System.Drawing.Size(238, 172);
     this.layerTabControl.TabIndex      = 0;
     //
     // generalTab
     //
     this.generalTab.Controls.Add(this.layerCommentTextBox);
     this.generalTab.Controls.Add(this.label4);
     this.generalTab.Controls.Add(this.layerNameTextBox);
     this.generalTab.Controls.Add(this.label2);
     this.generalTab.Location = new System.Drawing.Point(0, 0);
     this.generalTab.Name     = "generalTab";
     this.generalTab.Size     = new System.Drawing.Size(238, 149);
     this.generalTab.Text     = "Allgemein";
     //
     // layerCommentTextBox
     //
     this.layerCommentTextBox.Location  = new System.Drawing.Point(99, 34);
     this.layerCommentTextBox.Multiline = true;
     this.layerCommentTextBox.Name      = "layerCommentTextBox";
     this.layerCommentTextBox.Size      = new System.Drawing.Size(132, 52);
     this.layerCommentTextBox.TabIndex  = 3;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(7, 34);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 20);
     this.label4.Text     = "Bemerkungen:";
     //
     // layerNameTextBox
     //
     this.layerNameTextBox.Location = new System.Drawing.Point(99, 7);
     this.layerNameTextBox.Name     = "layerNameTextBox";
     this.layerNameTextBox.Size     = new System.Drawing.Size(132, 21);
     this.layerNameTextBox.TabIndex = 1;
     this.layerNameTextBox.Text     = "WMS-Layer";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(7, 13);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(48, 15);
     this.label2.Text     = "Name:";
     //
     // connectionTab
     //
     this.connectionTab.AutoScroll = true;
     this.connectionTab.Controls.Add(this.label7);
     this.connectionTab.Controls.Add(this.label3);
     this.connectionTab.Controls.Add(this.label1);
     this.connectionTab.Controls.Add(this.label16);
     this.connectionTab.Controls.Add(this.label15);
     this.connectionTab.Controls.Add(this.label12);
     this.connectionTab.Controls.Add(this.msServer);
     this.connectionTab.Controls.Add(this.label5);
     this.connectionTab.Location = new System.Drawing.Point(0, 0);
     this.connectionTab.Name     = "connectionTab";
     this.connectionTab.Size     = new System.Drawing.Size(238, 149);
     this.connectionTab.Text     = "Verbindung";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(85, 110);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(100, 20);
     this.label7.Text     = "GetCapabilities()";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(85, 85);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(43, 20);
     this.label3.Text     = "1.1.1";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(85, 58);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(43, 20);
     this.label1.Text     = "WMS";
     //
     // label16
     //
     this.label16.Location = new System.Drawing.Point(9, 110);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(55, 20);
     this.label16.Text     = "Anfrage:";
     //
     // label15
     //
     this.label15.Location = new System.Drawing.Point(9, 85);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(59, 20);
     this.label15.Text     = "Version:";
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(9, 58);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(76, 20);
     this.label12.Text     = "Dienst:";
     //
     // msServer
     //
     this.msServer.Location = new System.Drawing.Point(9, 32);
     this.msServer.Name     = "msServer";
     this.msServer.Size     = new System.Drawing.Size(222, 21);
     this.msServer.TabIndex = 3;
     this.msServer.Text     = "http://maps.webs.idu.de/wms.ogc.iws?prj=BAU";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(9, 9);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(103, 20);
     this.label5.Text     = "Anfrage-Adresse:";
     //
     // layerTab
     //
     this.layerTab.AutoScroll = true;
     this.layerTab.Controls.Add(this.availLayersView);
     this.layerTab.Location = new System.Drawing.Point(0, 0);
     this.layerTab.Name     = "layerTab";
     this.layerTab.Size     = new System.Drawing.Size(238, 149);
     this.layerTab.Text     = "Layer";
     //
     // availLayersView
     //
     this.availLayersView.CheckBoxes            = true;
     this.availLayersView.Location              = new System.Drawing.Point(8, 8);
     this.availLayersView.Name                  = "availLayersView";
     this.availLayersView.Size                  = new System.Drawing.Size(203, 127);
     this.availLayersView.TabIndex              = 0;
     this.availLayersView.View                  = System.Windows.Forms.View.Details;
     this.availLayersView.SelectedIndexChanged += new System.EventHandler(this.availLayersView_SelectedIndexChanged);
     this.availLayersView.ItemCheck            += new System.Windows.Forms.ItemCheckEventHandler(this.availLayersView_ItemCheck);
     //
     // infoTab
     //
     this.infoTab.AutoScroll = true;
     this.infoTab.Controls.Add(this.infoTree);
     this.infoTab.Location = new System.Drawing.Point(0, 0);
     this.infoTab.Name     = "infoTab";
     this.infoTab.Size     = new System.Drawing.Size(230, 146);
     this.infoTab.Text     = "Info";
     //
     // infoTree
     //
     this.infoTree.Location = new System.Drawing.Point(7, 7);
     this.infoTree.Name     = "infoTree";
     this.infoTree.Size     = new System.Drawing.Size(223, 98);
     this.infoTree.TabIndex = 0;
     //
     // scaleTab
     //
     this.scaleTab.Location = new System.Drawing.Point(0, 0);
     this.scaleTab.Name     = "scaleTab";
     this.scaleTab.Size     = new System.Drawing.Size(230, 146);
     this.scaleTab.Text     = "Maßstab";
     //
     // Caption
     //
     this.Caption.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular);
     this.Caption.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.Caption.Location  = new System.Drawing.Point(4, 3);
     this.Caption.Name      = "Caption";
     this.Caption.Size      = new System.Drawing.Size(172, 18);
     this.Caption.Text      = "WMS-Layer bearbeiten";
     //
     // MapServerSettings
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize          = new System.Drawing.Size(240, 200);
     this.ControlBox          = false;
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.Caption);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Location        = new System.Drawing.Point(0, 15);
     this.MinimizeBox     = false;
     this.Name            = "MapServerSettings";
     this.TopMost         = true;
     this.MouseUp        += new System.Windows.Forms.MouseEventHandler(this.Form2_MouseUp);
     this.MouseDown      += new System.Windows.Forms.MouseEventHandler(this.Form2_MouseDown);
     this.panel1.ResumeLayout(false);
     this.layerTabControl.ResumeLayout(false);
     this.generalTab.ResumeLayout(false);
     this.connectionTab.ResumeLayout(false);
     this.layerTab.ResumeLayout(false);
     this.infoTab.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #47
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.typ_l       = new System.Windows.Forms.Label();
     this.data_t      = new System.Windows.Forms.TextBox();
     this.data_l      = new System.Windows.Forms.Label();
     this.nazwa_l     = new System.Windows.Forms.Label();
     this.nazwa_t     = new System.Windows.Forms.TextBox();
     this.exit_b      = new System.Windows.Forms.Button();
     this.ok_b        = new System.Windows.Forms.Button();
     this.comboBox1   = new System.Windows.Forms.ComboBox();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
     this.button1     = new System.Windows.Forms.Button();
     this.label2      = new System.Windows.Forms.Label();
     this.label1      = new System.Windows.Forms.Label();
     this.send_c      = new System.Windows.Forms.CheckBox();
     //
     // typ_l
     //
     this.typ_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.typ_l.ForeColor = System.Drawing.Color.White;
     this.typ_l.Location  = new System.Drawing.Point(16, 96);
     this.typ_l.Size      = new System.Drawing.Size(32, 16);
     this.typ_l.Text      = "Typ";
     //
     // data_t
     //
     this.data_t.BackColor = System.Drawing.Color.Azure;
     this.data_t.ForeColor = System.Drawing.Color.Black;
     this.data_t.Location  = new System.Drawing.Point(16, 176);
     this.data_t.Size      = new System.Drawing.Size(104, 26);
     this.data_t.Text      = "";
     //
     // data_l
     //
     this.data_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.data_l.ForeColor = System.Drawing.Color.White;
     this.data_l.Location  = new System.Drawing.Point(16, 152);
     this.data_l.Size      = new System.Drawing.Size(48, 20);
     this.data_l.Text      = "Data";
     //
     // nazwa_l
     //
     this.nazwa_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.nazwa_l.ForeColor = System.Drawing.Color.White;
     this.nazwa_l.Location  = new System.Drawing.Point(16, 24);
     this.nazwa_l.Size      = new System.Drawing.Size(128, 20);
     this.nazwa_l.Text      = "Nazwa dokumentu";
     //
     // nazwa_t
     //
     this.nazwa_t.BackColor  = System.Drawing.Color.Azure;
     this.nazwa_t.ForeColor  = System.Drawing.Color.Black;
     this.nazwa_t.Location   = new System.Drawing.Point(16, 56);
     this.nazwa_t.Size       = new System.Drawing.Size(208, 26);
     this.nazwa_t.Text       = "";
     this.nazwa_t.LostFocus += new System.EventHandler(this.nazwa_t_LostFocus);
     this.nazwa_t.GotFocus  += new System.EventHandler(this.nazwa_t_GotFocus);
     this.nazwa_t.KeyPress  += new System.Windows.Forms.KeyPressEventHandler(this.nazwa_t_KeyPress);
     //
     // exit_b
     //
     this.exit_b.Location = new System.Drawing.Point(128, 216);
     this.exit_b.Size     = new System.Drawing.Size(96, 32);
     this.exit_b.Text     = "Wyjœcie";
     this.exit_b.Click   += new System.EventHandler(this.exit_b_Click);
     //
     // ok_b
     //
     this.ok_b.Location = new System.Drawing.Point(16, 216);
     this.ok_b.Size     = new System.Drawing.Size(104, 32);
     this.ok_b.Text     = "OK";
     this.ok_b.Click   += new System.EventHandler(this.ok_b_Click);
     //
     // comboBox1
     //
     this.comboBox1.Items.Add("WZ");
     this.comboBox1.Items.Add("PZ");
     this.comboBox1.Items.Add("MP");
     this.comboBox1.Items.Add("MW");
     this.comboBox1.Items.Add("FV");
     this.comboBox1.Items.Add("PA");
     this.comboBox1.Items.Add("MM");
     this.comboBox1.Location  = new System.Drawing.Point(16, 120);
     this.comboBox1.Size      = new System.Drawing.Size(100, 24);
     this.comboBox1.GotFocus += new System.EventHandler(this.comboBox1_GotFocus);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(128, 104);
     this.button1.Size     = new System.Drawing.Size(96, 40);
     this.button1.Text     = "KLAWIATURA";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.label2.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label2.Location  = new System.Drawing.Point(8, 264);
     this.label2.Size      = new System.Drawing.Size(224, 24);
     this.label2.Text      = "DARIUSZ HANC ALAXA UNDERSOFT";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(160, 176);
     this.label1.Size      = new System.Drawing.Size(64, 20);
     this.label1.Text      = "Wys³any";
     //
     // send_c
     //
     this.send_c.Location = new System.Drawing.Point(136, 176);
     this.send_c.Size     = new System.Drawing.Size(16, 20);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     //
     // Form9
     //
     this.BackColor  = System.Drawing.Color.DodgerBlue;
     this.ClientSize = new System.Drawing.Size(234, 294);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.send_c);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.ok_b);
     this.Controls.Add(this.exit_b);
     this.Controls.Add(this.nazwa_t);
     this.Controls.Add(this.nazwa_l);
     this.Controls.Add(this.data_l);
     this.Controls.Add(this.data_t);
     this.Controls.Add(this.typ_l);
     this.Font = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.Text = "Wprowadzanie";
 }