Exemplo n.º 1
0
        public ConnectServerDlg(IPUCFrame frame)
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            _frame = frame;

            _inputPanel = new InputPanel();

            int count = Globals.GetDataStore().GetIntData(Globals.RECENT_COUNT_ATTR);

            if (count > 0)
            {
                addressBox.Text = Globals.GetDataStore().GetStringData(Globals.RECENT_SERVER_PRFX + "0");
            }
        }
 /// <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.kod_l       = new System.Windows.Forms.Label();
     this.cena_t      = new System.Windows.Forms.TextBox();
     this.cena_l      = new System.Windows.Forms.Label();
     this.wopak_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.label3      = new System.Windows.Forms.Label();
     this.vat_t       = new System.Windows.Forms.TextBox();
     this.label2      = new System.Windows.Forms.Label();
     this.cenasp_t    = new System.Windows.Forms.TextBox();
     this.wymagane_t  = new System.Windows.Forms.TextBox();
     this.label4      = new System.Windows.Forms.Label();
     this.jm_t        = new System.Windows.Forms.TextBox();
     this.label5      = new System.Windows.Forms.Label();
     this.status_t    = new System.Windows.Forms.TextBox();
     this.label6      = new System.Windows.Forms.Label();
     this.rezlicz_b   = new System.Windows.Forms.Button();
     //
     // kod_t
     //
     this.kod_t.BackColor = System.Drawing.Color.Azure;
     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(8, 24);
     this.kod_t.Size      = new System.Drawing.Size(160, 24);
     this.kod_t.Text      = "";
     //
     // kod_l
     //
     this.kod_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.kod_l.ForeColor = System.Drawing.Color.Gold;
     this.kod_l.Location  = new System.Drawing.Point(0, 8);
     this.kod_l.Size      = new System.Drawing.Size(168, 16);
     this.kod_l.Text      = "Kod";
     this.kod_l.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // 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.MidnightBlue;
     this.cena_t.Location      = new System.Drawing.Point(8, 104);
     this.cena_t.ReadOnly      = true;
     this.cena_t.Size          = new System.Drawing.Size(80, 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.Gold;
     this.cena_l.Location  = new System.Drawing.Point(8, 88);
     this.cena_l.Size      = new System.Drawing.Size(80, 16);
     this.cena_l.Text      = "CenaZk (net)";
     this.cena_l.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // wopak_t
     //
     this.wopak_t.BackColor = System.Drawing.Color.Azure;
     this.wopak_t.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.wopak_t.ForeColor = System.Drawing.Color.MidnightBlue;
     this.wopak_t.Location  = new System.Drawing.Point(176, 144);
     this.wopak_t.ReadOnly  = true;
     this.wopak_t.Size      = new System.Drawing.Size(56, 24);
     this.wopak_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.Gold;
     this.stan_l.Location  = new System.Drawing.Point(176, 128);
     this.stan_l.Size      = new System.Drawing.Size(56, 16);
     this.stan_l.Text      = "W opak";
     this.stan_l.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // 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.Gold;
     this.nazwa_l.Location  = new System.Drawing.Point(0, 48);
     this.nazwa_l.Size      = new System.Drawing.Size(232, 16);
     this.nazwa_l.Text      = "Nazwa";
     this.nazwa_l.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // 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.MidnightBlue;
     this.nazwa_t.Location   = new System.Drawing.Point(8, 64);
     this.nazwa_t.Multiline  = true;
     this.nazwa_t.ReadOnly   = true;
     this.nazwa_t.Size       = new System.Drawing.Size(224, 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);
     //
     // ilosc_t
     //
     this.ilosc_t.BackColor = System.Drawing.Color.Gold;
     this.ilosc_t.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.ilosc_t.ForeColor = System.Drawing.Color.MidnightBlue;
     this.ilosc_t.Location  = new System.Drawing.Point(8, 144);
     this.ilosc_t.Size      = new System.Drawing.Size(80, 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.Gold;
     this.ilosc_l.Location  = new System.Drawing.Point(8, 128);
     this.ilosc_l.Size      = new System.Drawing.Size(80, 16);
     this.ilosc_l.Text      = "Wpisz IloϾ";
     this.ilosc_l.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(160, 216);
     this.exit_b.Size     = new System.Drawing.Size(72, 40);
     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(8, 216);
     this.ok_b.Size     = new System.Drawing.Size(72, 40);
     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.MidnightBlue;
     this.zliczono_t.Location  = new System.Drawing.Point(8, 184);
     this.zliczono_t.ReadOnly  = true;
     this.zliczono_t.Size      = new System.Drawing.Size(80, 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.Gold;
     this.zliczono_l.Location  = new System.Drawing.Point(8, 168);
     this.zliczono_l.Size      = new System.Drawing.Size(80, 16);
     this.zliczono_l.Text      = "Zliczono";
     this.zliczono_l.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // 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", 8.25F, System.Drawing.FontStyle.Bold);
     this.button1.Location = new System.Drawing.Point(168, 8);
     this.button1.Size     = new System.Drawing.Size(64, 40);
     this.button1.Text     = "KLAW.";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // label3
     //
     this.label3.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.label3.ForeColor = System.Drawing.Color.Gold;
     this.label3.Location  = new System.Drawing.Point(176, 88);
     this.label3.Size      = new System.Drawing.Size(56, 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.MidnightBlue;
     this.vat_t.Location  = new System.Drawing.Point(176, 104);
     this.vat_t.Size      = new System.Drawing.Size(56, 24);
     this.vat_t.Text      = "";
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.label2.ForeColor = System.Drawing.Color.Gold;
     this.label2.Location  = new System.Drawing.Point(88, 88);
     this.label2.Size      = new System.Drawing.Size(88, 16);
     this.label2.Text      = "CenaSp (brt)";
     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.MidnightBlue;
     this.cenasp_t.Location  = new System.Drawing.Point(88, 104);
     this.cenasp_t.Size      = new System.Drawing.Size(88, 24);
     this.cenasp_t.Text      = "";
     //
     // wymagane_t
     //
     this.wymagane_t.BackColor = System.Drawing.Color.Gold;
     this.wymagane_t.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.wymagane_t.ForeColor = System.Drawing.Color.MidnightBlue;
     this.wymagane_t.Location  = new System.Drawing.Point(88, 144);
     this.wymagane_t.ReadOnly  = true;
     this.wymagane_t.Size      = new System.Drawing.Size(88, 24);
     this.wymagane_t.Text      = "";
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.label4.ForeColor = System.Drawing.Color.Gold;
     this.label4.Location  = new System.Drawing.Point(88, 128);
     this.label4.Size      = new System.Drawing.Size(88, 16);
     this.label4.Text      = "Wymagane";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // jm_t
     //
     this.jm_t.BackColor = System.Drawing.Color.Azure;
     this.jm_t.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.jm_t.ForeColor = System.Drawing.Color.MidnightBlue;
     this.jm_t.Location  = new System.Drawing.Point(88, 184);
     this.jm_t.ReadOnly  = true;
     this.jm_t.Size      = new System.Drawing.Size(56, 24);
     this.jm_t.Text      = "";
     //
     // label5
     //
     this.label5.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.label5.ForeColor = System.Drawing.Color.Gold;
     this.label5.Location  = new System.Drawing.Point(88, 168);
     this.label5.Size      = new System.Drawing.Size(56, 16);
     this.label5.Text      = "JM";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // status_t
     //
     this.status_t.BackColor = System.Drawing.Color.Azure;
     this.status_t.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.status_t.ForeColor = System.Drawing.Color.MidnightBlue;
     this.status_t.Location  = new System.Drawing.Point(144, 184);
     this.status_t.ReadOnly  = true;
     this.status_t.Size      = new System.Drawing.Size(88, 24);
     this.status_t.Text      = "";
     //
     // label6
     //
     this.label6.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.label6.ForeColor = System.Drawing.Color.Gold;
     this.label6.Location  = new System.Drawing.Point(144, 168);
     this.label6.Size      = new System.Drawing.Size(88, 16);
     this.label6.Text      = "Status";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // rezlicz_b
     //
     this.rezlicz_b.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Bold);
     this.rezlicz_b.Location = new System.Drawing.Point(80, 216);
     this.rezlicz_b.Size     = new System.Drawing.Size(80, 40);
     this.rezlicz_b.Text     = "ROZLICZ";
     this.rezlicz_b.Click   += new System.EventHandler(this.rezlicz_b_Click);
     this.FormBorderStyle    = System.Windows.Forms.FormBorderStyle.None;
     //
     // Form18
     //
     this.BackColor  = System.Drawing.Color.MidnightBlue;
     this.ClientSize = new System.Drawing.Size(234, 294);
     this.ControlBox = false;
     this.Controls.Add(this.rezlicz_b);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.status_t);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.jm_t);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.wymagane_t);
     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.nazwa_l);
     this.Controls.Add(this.stan_l);
     this.Controls.Add(this.wopak_t);
     this.Controls.Add(this.cena_l);
     this.Controls.Add(this.cena_t);
     this.Controls.Add(this.kod_l);
     this.Controls.Add(this.kod_t);
     this.Text = "Wprowadzanie Pozycji";
 }
        /// <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.label3      = new System.Windows.Forms.Label();
            this.vat_t       = new System.Windows.Forms.TextBox();
            this.label2      = new System.Windows.Forms.Label();
            this.cenasp_t    = new System.Windows.Forms.TextBox();
            this.button2     = new System.Windows.Forms.Button();
            this.SuspendLayout();
            //
            // kod_t
            //
            this.kod_t.BackColor = System.Drawing.Color.Gold;
            this.kod_t.Font      = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
            this.kod_t.ForeColor = System.Drawing.Color.Black;
            this.kod_t.Location  = new System.Drawing.Point(16, 45);
            this.kod_t.Name      = "kod_t";
            this.kod_t.Size      = new System.Drawing.Size(143, 22);
            this.kod_t.TabIndex  = 20;
            this.kod_t.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.kod_t_KeyPress);
            //
            // 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(158, 45);
            this.search_b.Name     = "search_b";
            this.search_b.Size     = new System.Drawing.Size(66, 22);
            this.search_b.TabIndex = 19;
            this.search_b.Text     = "SZUKAJ";
            this.search_b.Click   += new System.EventHandler(this.search_b_Click);
            //
            // 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.Gold;
            this.kod_l.Location  = new System.Drawing.Point(16, 26);
            this.kod_l.Name      = "kod_l";
            this.kod_l.Size      = new System.Drawing.Size(112, 16);
            this.kod_l.Text      = "WprowadŸ KOD";
            //
            // 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.MidnightBlue;
            this.cena_t.Location      = new System.Drawing.Point(56, 201);
            this.cena_t.Name          = "cena_t";
            this.cena_t.ReadOnly      = true;
            this.cena_t.Size          = new System.Drawing.Size(72, 23);
            this.cena_t.TabIndex      = 17;
            //
            // 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.Gold;
            this.cena_l.Location  = new System.Drawing.Point(8, 168);
            this.cena_l.Name      = "cena_l";
            this.cena_l.Size      = new System.Drawing.Size(48, 32);
            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.MidnightBlue;
            this.stan_t.Location  = new System.Drawing.Point(56, 173);
            this.stan_t.Name      = "stan_t";
            this.stan_t.ReadOnly  = true;
            this.stan_t.Size      = new System.Drawing.Size(72, 23);
            this.stan_t.TabIndex  = 15;
            //
            // 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.Gold;
            this.stan_l.Location  = new System.Drawing.Point(24, 203);
            this.stan_l.Name      = "stan_l";
            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.Gold;
            this.nazwa_l.Location  = new System.Drawing.Point(5, 73);
            this.nazwa_l.Name      = "nazwa_l";
            this.nazwa_l.Size      = new System.Drawing.Size(51, 17);
            this.nazwa_l.Text      = "Nazwa";
            this.nazwa_l.TextAlign = System.Drawing.ContentAlignment.TopRight;
            //
            // 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.MidnightBlue;
            this.nazwa_t.Location   = new System.Drawing.Point(56, 73);
            this.nazwa_t.Multiline  = true;
            this.nazwa_t.Name       = "nazwa_t";
            this.nazwa_t.ReadOnly   = true;
            this.nazwa_t.Size       = new System.Drawing.Size(168, 40);
            this.nazwa_t.TabIndex   = 12;
            this.nazwa_t.GotFocus  += new System.EventHandler(this.nazwa_t_GotFocus);
            this.nazwa_t.LostFocus += new System.EventHandler(this.nazwa_t_LostFocus);
            //
            // ilosc_t
            //
            this.ilosc_t.BackColor = System.Drawing.Color.Gold;
            this.ilosc_t.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
            this.ilosc_t.ForeColor = System.Drawing.Color.MidnightBlue;
            this.ilosc_t.Location  = new System.Drawing.Point(56, 117);
            this.ilosc_t.Name      = "ilosc_t";
            this.ilosc_t.Size      = new System.Drawing.Size(72, 23);
            this.ilosc_t.TabIndex  = 11;
            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.Gold;
            this.ilosc_l.Location  = new System.Drawing.Point(24, 120);
            this.ilosc_l.Name      = "ilosc_l";
            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, 230);
            this.exit_b.Name     = "exit_b";
            this.exit_b.Size     = new System.Drawing.Size(96, 32);
            this.exit_b.TabIndex = 9;
            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, 230);
            this.ok_b.Name     = "ok_b";
            this.ok_b.Size     = new System.Drawing.Size(104, 31);
            this.ok_b.TabIndex = 8;
            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.MidnightBlue;
            this.zliczono_t.Location  = new System.Drawing.Point(56, 145);
            this.zliczono_t.Name      = "zliczono_t";
            this.zliczono_t.ReadOnly  = true;
            this.zliczono_t.Size      = new System.Drawing.Size(72, 23);
            this.zliczono_t.TabIndex  = 7;
            //
            // 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.Gold;
            this.zliczono_l.Location  = new System.Drawing.Point(0, 145);
            this.zliczono_l.Name      = "zliczono_l";
            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, 264);
            this.label1.Name      = "label1";
            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, 117);
            this.button1.Name     = "button1";
            this.button1.Size     = new System.Drawing.Size(90, 27);
            this.button1.TabIndex = 4;
            this.button1.Text     = "KLAWIATURA";
            this.button1.Click   += new System.EventHandler(this.button1_Click);
            //
            // label3
            //
            this.label3.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
            this.label3.ForeColor = System.Drawing.Color.Gold;
            this.label3.Location  = new System.Drawing.Point(144, 144);
            this.label3.Name      = "label3";
            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.MidnightBlue;
            this.vat_t.Location  = new System.Drawing.Point(144, 160);
            this.vat_t.Name      = "vat_t";
            this.vat_t.ReadOnly  = true;
            this.vat_t.Size      = new System.Drawing.Size(72, 23);
            this.vat_t.TabIndex  = 1;
            //
            // label2
            //
            this.label2.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
            this.label2.ForeColor = System.Drawing.Color.Gold;
            this.label2.Location  = new System.Drawing.Point(128, 184);
            this.label2.Name      = "label2";
            this.label2.Size      = new System.Drawing.Size(104, 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.MidnightBlue;
            this.cenasp_t.Location  = new System.Drawing.Point(144, 200);
            this.cenasp_t.Name      = "cenasp_t";
            this.cenasp_t.ReadOnly  = true;
            this.cenasp_t.Size      = new System.Drawing.Size(72, 23);
            this.cenasp_t.TabIndex  = 3;
            //
            // button2
            //
            this.button2.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
            this.button2.Location = new System.Drawing.Point(126, 3);
            this.button2.Name     = "button2";
            this.button2.Size     = new System.Drawing.Size(98, 39);
            this.button2.TabIndex = 21;
            this.button2.Text     = "KAMERA SKAN";
            this.button2.Click   += new System.EventHandler(this.button2_Click);
            //
            // Form2
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
            this.BackColor           = System.Drawing.Color.MidnightBlue;
            this.ClientSize          = new System.Drawing.Size(234, 294);
            this.ControlBox          = false;
            this.Controls.Add(this.button2);
            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.nazwa_l);
            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.kod_l);
            this.Controls.Add(this.search_b);
            this.Controls.Add(this.kod_t);
            this.Name = "Form2";
            this.Text = "Wprowadzanie Pozycji";

            this.ResumeLayout(false);
        }
Exemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.menuMain       = new System.Windows.Forms.MainMenu();
     this.menuItem2      = new System.Windows.Forms.MenuItem();
     this.mitemEditCut   = new System.Windows.Forms.MenuItem();
     this.mitemEditCopy  = new System.Windows.Forms.MenuItem();
     this.mitemEditPaste = new System.Windows.Forms.MenuItem();
     this.menuItem6      = new System.Windows.Forms.MenuItem();
     this.mitemEditClear = new System.Windows.Forms.MenuItem();
     this.mitemEditUndo  = new System.Windows.Forms.MenuItem();
     this.cmenuClipboard = new System.Windows.Forms.ContextMenu();
     this.mitemCut       = new System.Windows.Forms.MenuItem();
     this.mitemCopy      = new System.Windows.Forms.MenuItem();
     this.mitemPaste     = new System.Windows.Forms.MenuItem();
     this.menuItem1      = new System.Windows.Forms.MenuItem();
     this.mitemClear     = new System.Windows.Forms.MenuItem();
     this.mitemUndo      = new System.Windows.Forms.MenuItem();
     this.textEditor     = new System.Windows.Forms.TextBox();
     this.sipMain        = new Microsoft.WindowsCE.Forms.InputPanel();
     //
     // menuMain
     //
     this.menuMain.MenuItems.Add(this.menuItem2);
     //
     // menuItem2
     //
     this.menuItem2.MenuItems.Add(this.mitemEditCut);
     this.menuItem2.MenuItems.Add(this.mitemEditCopy);
     this.menuItem2.MenuItems.Add(this.mitemEditPaste);
     this.menuItem2.MenuItems.Add(this.menuItem6);
     this.menuItem2.MenuItems.Add(this.mitemEditClear);
     this.menuItem2.MenuItems.Add(this.mitemEditUndo);
     this.menuItem2.Text = "Edit";
     //
     // mitemEditCut
     //
     this.mitemEditCut.Text   = "Cut";
     this.mitemEditCut.Click += new System.EventHandler(this.mitemCut_Click);
     //
     // mitemEditCopy
     //
     this.mitemEditCopy.Text   = "Copy";
     this.mitemEditCopy.Click += new System.EventHandler(this.mitemCopy_Click);
     //
     // mitemEditPaste
     //
     this.mitemEditPaste.Text   = "Paste";
     this.mitemEditPaste.Click += new System.EventHandler(this.mitemPaste_Click);
     //
     // menuItem6
     //
     this.menuItem6.Text = "-";
     //
     // mitemEditClear
     //
     this.mitemEditClear.Text   = "Clear";
     this.mitemEditClear.Click += new System.EventHandler(this.mitemClear_Click);
     //
     // mitemEditUndo
     //
     this.mitemEditUndo.Text   = "Undo";
     this.mitemEditUndo.Click += new System.EventHandler(this.mitemUndo_Click);
     //
     // cmenuClipboard
     //
     this.cmenuClipboard.MenuItems.Add(this.mitemCut);
     this.cmenuClipboard.MenuItems.Add(this.mitemCopy);
     this.cmenuClipboard.MenuItems.Add(this.mitemPaste);
     this.cmenuClipboard.MenuItems.Add(this.menuItem1);
     this.cmenuClipboard.MenuItems.Add(this.mitemClear);
     this.cmenuClipboard.MenuItems.Add(this.mitemUndo);
     //
     // mitemCut
     //
     this.mitemCut.Text   = "Cut";
     this.mitemCut.Click += new System.EventHandler(this.mitemCut_Click);
     //
     // mitemCopy
     //
     this.mitemCopy.Text   = "Copy";
     this.mitemCopy.Click += new System.EventHandler(this.mitemCopy_Click);
     //
     // mitemPaste
     //
     this.mitemPaste.Text   = "Paste";
     this.mitemPaste.Click += new System.EventHandler(this.mitemPaste_Click);
     //
     // menuItem1
     //
     this.menuItem1.Text = "-";
     //
     // mitemClear
     //
     this.mitemClear.Text   = "Clear";
     this.mitemClear.Click += new System.EventHandler(this.mitemClear_Click);
     //
     // mitemUndo
     //
     this.mitemUndo.Text   = "Undo";
     this.mitemUndo.Click += new System.EventHandler(this.mitemUndo_Click);
     //
     // textEditor
     //
     this.textEditor.AcceptsReturn = true;
     this.textEditor.ContextMenu   = this.cmenuClipboard;
     this.textEditor.Font          = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular);
     this.textEditor.Location      = new System.Drawing.Point(-1, -1);
     this.textEditor.Multiline     = true;
     this.textEditor.ScrollBars    = System.Windows.Forms.ScrollBars.Vertical;
     this.textEditor.Size          = new System.Drawing.Size(100, 100);
     this.textEditor.Text          = "";
     //
     // sipMain
     //
     this.sipMain.EnabledChanged += new System.EventHandler(this.sipMain_EnabledChanged);
     //
     // FormMain
     //
     this.Controls.Add(this.textEditor);
     this.Menu        = this.menuMain;
     this.MinimizeBox = false;
     this.Text        = "TextBoxClipboard";
     this.Load       += new System.EventHandler(this.FormMain_Load);
     this.Closed     += new System.EventHandler(this.FormMain_Closed);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.search_t    = new System.Windows.Forms.TextBox();
     this.search_b    = new System.Windows.Forms.Button();
     this.kod_l       = new System.Windows.Forms.Label();
     this.exit_b      = new System.Windows.Forms.Button();
     this.ok_b        = new System.Windows.Forms.Button();
     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.label3      = new System.Windows.Forms.Label();
     this.label4      = new System.Windows.Forms.Label();
     this.label5      = new System.Windows.Forms.Label();
     this.dataGrid1   = new System.Windows.Forms.DataGrid();
     this.label6      = new System.Windows.Forms.Label();
     this.comboBox1   = new System.Windows.Forms.ComboBox();
     this.label7      = new System.Windows.Forms.Label();
     //
     // search_t
     //
     this.search_t.BackColor = System.Drawing.Color.GreenYellow;
     this.search_t.Font      = new System.Drawing.Font("Lucida Sans Unicode", 9.75F, System.Drawing.FontStyle.Bold);
     this.search_t.ForeColor = System.Drawing.Color.Black;
     this.search_t.Location  = new System.Drawing.Point(36, 36);
     this.search_t.Size      = new System.Drawing.Size(140, 27);
     this.search_t.Text      = "";
     this.search_t.GotFocus += new System.EventHandler(this.search_t_GotFocus);
     this.search_t.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.search_t_KeyPress);
     //
     // 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(176, 36);
     this.search_b.Size     = new System.Drawing.Size(56, 28);
     this.search_b.Text     = "SZUKAJ";
     this.search_b.Click   += new System.EventHandler(this.search_b_Click);
     //
     // 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(4, 40);
     this.kod_l.Size      = new System.Drawing.Size(32, 16);
     this.kod_l.Text      = "KOD";
     //
     // 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(124, 264);
     this.exit_b.Size     = new System.Drawing.Size(104, 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(12, 264);
     this.ok_b.Size     = new System.Drawing.Size(104, 32);
     this.ok_b.Text     = "DALEJ";
     this.ok_b.Click   += new System.EventHandler(this.ok_b_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(8, 300);
     this.label1.Size      = new System.Drawing.Size(224, 20);
     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(4, 4);
     this.button1.Size     = new System.Drawing.Size(72, 24);
     this.button1.Text     = "KLAWIAT.";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(8, 72);
     this.label2.Size      = new System.Drawing.Size(224, 28);
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label3
     //
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(8, 104);
     this.label3.Size      = new System.Drawing.Size(224, 28);
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(8, 136);
     this.label4.Size      = new System.Drawing.Size(224, 20);
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label5
     //
     this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location  = new System.Drawing.Point(8, 160);
     this.label5.Size      = new System.Drawing.Size(224, 20);
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // 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(56, 184);
     this.dataGrid1.Size            = new System.Drawing.Size(128, 76);
     this.dataGrid1.Text            = "dataGrid1";
     //
     // label6
     //
     this.label6.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location  = new System.Drawing.Point(4, 184);
     this.label6.Size      = new System.Drawing.Size(48, 32);
     this.label6.Text      = "Stan wg mag";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboBox1
     //
     this.comboBox1.Items.Add("Magazyn");
     this.comboBox1.Items.Add("Sklep");
     this.comboBox1.Items.Add("Sklep internetowy");
     this.comboBox1.Location = new System.Drawing.Point(144, 4);
     this.comboBox1.Size     = new System.Drawing.Size(88, 21);
     //
     // label7
     //
     this.label7.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location  = new System.Drawing.Point(84, 8);
     this.label7.Size      = new System.Drawing.Size(56, 16);
     this.label7.Text      = "Magazyn:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.None;
     //
     // Form7_1_4
     //
     this.BackColor  = System.Drawing.Color.DodgerBlue;
     this.ClientSize = new System.Drawing.Size(240, 320);
     this.ControlBox = false;
     this.Controls.Add(this.label7);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.dataGrid1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ok_b);
     this.Controls.Add(this.exit_b);
     this.Controls.Add(this.kod_l);
     this.Controls.Add(this.search_b);
     this.Controls.Add(this.search_t);
     this.Text = "Wprowadzanie Pozycji";
 }
Exemplo n.º 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.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1    = new System.Windows.Forms.TabPage();
     this.skaner_t    = new System.Windows.Forms.TextBox();
     this.ufile_t     = new System.Windows.Forms.TextBox();
     this.dfile_t     = new System.Windows.Forms.TextBox();
     this.label5      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.label1      = new System.Windows.Forms.Label();
     this.tabPage2    = new System.Windows.Forms.TabPage();
     this.com_t       = new System.Windows.Forms.ComboBox();
     this.bdll_t      = new System.Windows.Forms.ComboBox();
     this.label4      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.bflag_t     = new System.Windows.Forms.CheckBox();
     this.tabPage3    = new System.Windows.Forms.TabPage();
     this.port_t      = new System.Windows.Forms.TextBox();
     this.label7      = new System.Windows.Forms.Label();
     this.ip_t        = new System.Windows.Forms.TextBox();
     this.label6      = new System.Windows.Forms.Label();
     this.ipflag_t    = new System.Windows.Forms.CheckBox();
     this.button1     = new System.Windows.Forms.Button();
     this.button2     = new System.Windows.Forms.Button();
     this.label8      = new System.Windows.Forms.Label();
     this.button3     = new System.Windows.Forms.Button();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Top;
     this.tabControl1.Font          = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     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, 184);
     this.tabControl1.TabIndex      = 4;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.skaner_t);
     this.tabPage1.Controls.Add(this.ufile_t);
     this.tabPage1.Controls.Add(this.dfile_t);
     this.tabPage1.Controls.Add(this.label5);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Location = new System.Drawing.Point(4, 24);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(226, 156);
     this.tabPage1.Text     = "G³ówne";
     //
     // skaner_t
     //
     this.skaner_t.Location = new System.Drawing.Point(24, 120);
     this.skaner_t.Name     = "skaner_t";
     this.skaner_t.Size     = new System.Drawing.Size(168, 23);
     this.skaner_t.TabIndex = 0;
     //
     // ufile_t
     //
     this.ufile_t.Location = new System.Drawing.Point(24, 80);
     this.ufile_t.Name     = "ufile_t";
     this.ufile_t.Size     = new System.Drawing.Size(168, 23);
     this.ufile_t.TabIndex = 1;
     //
     // dfile_t
     //
     this.dfile_t.Location = new System.Drawing.Point(24, 40);
     this.dfile_t.Name     = "dfile_t";
     this.dfile_t.Size     = new System.Drawing.Size(168, 23);
     this.dfile_t.TabIndex = 2;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(24, 104);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(168, 20);
     this.label5.Text     = "Œcie¿ka programu skanera";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(24, 64);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(160, 20);
     this.label2.Text     = "Œcie¿ka pliku wysy³anego";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(24, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(160, 20);
     this.label1.Text     = "Œcie¿ka pliku pobieranego";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.com_t);
     this.tabPage2.Controls.Add(this.bdll_t);
     this.tabPage2.Controls.Add(this.label4);
     this.tabPage2.Controls.Add(this.label3);
     this.tabPage2.Controls.Add(this.bflag_t);
     this.tabPage2.Location = new System.Drawing.Point(4, 24);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(217, 156);
     this.tabPage2.Text     = "Bluetooth";
     //
     // com_t
     //
     this.com_t.Items.Add("COM1");
     this.com_t.Items.Add("COM2");
     this.com_t.Items.Add("COM3");
     this.com_t.Items.Add("COM4");
     this.com_t.Items.Add("COM5");
     this.com_t.Items.Add("COM6");
     this.com_t.Items.Add("COM7");
     this.com_t.Items.Add("COM8");
     this.com_t.Items.Add("COM9");
     this.com_t.Location = new System.Drawing.Point(24, 112);
     this.com_t.Name     = "com_t";
     this.com_t.Size     = new System.Drawing.Size(136, 23);
     this.com_t.TabIndex = 0;
     //
     // bdll_t
     //
     this.bdll_t.Items.Add("BTLibCs");
     this.bdll_t.Items.Add("MSStack");
     this.bdll_t.Location = new System.Drawing.Point(24, 64);
     this.bdll_t.Name     = "bdll_t";
     this.bdll_t.Size     = new System.Drawing.Size(136, 23);
     this.bdll_t.TabIndex = 1;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(24, 96);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 20);
     this.label4.Text     = "Port COM";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(24, 48);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(128, 16);
     this.label3.Text     = "Biblioteka obs³ugi";
     //
     // bflag_t
     //
     this.bflag_t.Location = new System.Drawing.Point(24, 16);
     this.bflag_t.Name     = "bflag_t";
     this.bflag_t.Size     = new System.Drawing.Size(136, 20);
     this.bflag_t.TabIndex = 4;
     this.bflag_t.Text     = "Transfer Bluetooth";
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.port_t);
     this.tabPage3.Controls.Add(this.label7);
     this.tabPage3.Controls.Add(this.ip_t);
     this.tabPage3.Controls.Add(this.label6);
     this.tabPage3.Controls.Add(this.ipflag_t);
     this.tabPage3.Location = new System.Drawing.Point(4, 24);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(217, 156);
     this.tabPage3.Text     = "Sieæ TCP/IP";
     //
     // port_t
     //
     this.port_t.Location = new System.Drawing.Point(24, 104);
     this.port_t.Name     = "port_t";
     this.port_t.Size     = new System.Drawing.Size(168, 23);
     this.port_t.TabIndex = 0;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(24, 88);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(100, 20);
     this.label7.Text     = "Port Serwera";
     //
     // ip_t
     //
     this.ip_t.Location = new System.Drawing.Point(24, 64);
     this.ip_t.Name     = "ip_t";
     this.ip_t.Size     = new System.Drawing.Size(168, 23);
     this.ip_t.TabIndex = 2;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(24, 48);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(168, 20);
     this.label6.Text     = "Adres IP Serwera";
     //
     // ipflag_t
     //
     this.ipflag_t.Location = new System.Drawing.Point(24, 16);
     this.ipflag_t.Name     = "ipflag_t";
     this.ipflag_t.Size     = new System.Drawing.Size(160, 20);
     this.ipflag_t.TabIndex = 4;
     this.ipflag_t.Text     = "Transfer TCP/IP";
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.button1.Location = new System.Drawing.Point(20, 224);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(96, 40);
     this.button1.TabIndex = 3;
     this.button1.Text     = "ZAPISZ";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.button2.Location = new System.Drawing.Point(122, 224);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(96, 40);
     this.button2.TabIndex = 2;
     this.button2.Text     = "WYJŒCIE";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // label8
     //
     this.label8.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.label8.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label8.Location  = new System.Drawing.Point(8, 272);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(224, 16);
     this.label8.Text      = "DARIUSZ HANC ALAXA UNDERSOFT";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // button3
     //
     this.button3.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.button3.Location = new System.Drawing.Point(72, 188);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(90, 32);
     this.button3.TabIndex = 0;
     this.button3.Text     = "KLAWIATURA";
     this.button3.Click   += new System.EventHandler(this.button3_Click);
     //
     // Form14
     //
     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.button3);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.tabControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Form14";
     this.Text            = "OPCJE";
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 7
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(Form1));
            this.add_b       = new System.Windows.Forms.Button();
            this.send        = new System.Windows.Forms.Button();
            this.exit        = new System.Windows.Forms.Button();
            this.button1     = new System.Windows.Forms.Button();
            this.button2     = new System.Windows.Forms.Button();
            this.label1      = new System.Windows.Forms.Label();
            this.button3     = new System.Windows.Forms.Button();
            this.button4     = new System.Windows.Forms.Button();
            this.help_b      = new System.Windows.Forms.Button();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
            this.licence_l   = new System.Windows.Forms.Label();
            //
            // add_b
            //
            this.add_b.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9.75F, System.Drawing.FontStyle.Bold);
            this.add_b.Location = new System.Drawing.Point(16, 48);
            this.add_b.Size     = new System.Drawing.Size(208, 40);
            this.add_b.Text     = "KOLEKTOR";
            this.add_b.Click   += new System.EventHandler(this.add_b_Click);
            //
            // send
            //
            this.send.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9.75F, System.Drawing.FontStyle.Bold);
            this.send.Location = new System.Drawing.Point(16, 192);
            this.send.Size     = new System.Drawing.Size(208, 40);
            this.send.Text     = "TRANSFER DANYCH";
            this.send.Click   += new System.EventHandler(this.send_Click);
            //
            // exit
            //
            this.exit.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9.75F, System.Drawing.FontStyle.Bold);
            this.exit.Location = new System.Drawing.Point(128, 240);
            this.exit.Size     = new System.Drawing.Size(96, 32);
            this.exit.Text     = "KONIEC";
            this.exit.Click   += new System.EventHandler(this.exit_Click);
            //
            // button1
            //
            this.button1.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9.75F, System.Drawing.FontStyle.Bold);
            this.button1.Location = new System.Drawing.Point(16, 144);
            this.button1.Size     = new System.Drawing.Size(208, 40);
            this.button1.Text     = "KARTOTEKI";
            this.button1.Click   += new System.EventHandler(this.button1_Click);
            //
            // button2
            //
            this.button2.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9.75F, System.Drawing.FontStyle.Bold);
            this.button2.Location = new System.Drawing.Point(16, 240);
            this.button2.Size     = new System.Drawing.Size(104, 32);
            this.button2.Text     = "OPCJE";
            this.button2.Click   += new System.EventHandler(this.button2_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, 280);
            this.label1.Size      = new System.Drawing.Size(240, 16);
            this.label1.Text      = "DARIUSZ HANC ALAXA UNDERSOFT";
            this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            //
            // button3
            //
            this.button3.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9.75F, System.Drawing.FontStyle.Bold);
            this.button3.Location = new System.Drawing.Point(16, 96);
            this.button3.Size     = new System.Drawing.Size(208, 40);
            this.button3.Text     = "KOMPLETACJA";
            this.button3.Click   += new System.EventHandler(this.button3_Click);
            //
            // button4
            //
            this.button4.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
            this.button4.Location = new System.Drawing.Point(56, 8);
            this.button4.Size     = new System.Drawing.Size(128, 32);
            this.button4.Text     = "KLAWIATURA I/O";
            this.button4.Click   += new System.EventHandler(this.button4_Click);
            //
            // help_b
            //
            this.help_b.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
            this.help_b.Location = new System.Drawing.Point(192, 8);
            this.help_b.Size     = new System.Drawing.Size(32, 32);
            this.help_b.Text     = "?";
            this.help_b.Click   += new System.EventHandler(this.help_b_Click);
            //
            // pictureBox2
            //
            this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
            this.pictureBox2.Location = new System.Drawing.Point(16, 8);
            this.pictureBox2.Size     = new System.Drawing.Size(32, 32);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            //
            // licence_l
            //
            this.licence_l.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
            this.licence_l.ForeColor = System.Drawing.Color.WhiteSmoke;
            this.licence_l.Location  = new System.Drawing.Point(0, 296);
            this.licence_l.Size      = new System.Drawing.Size(240, 16);
            this.licence_l.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.FormBorderStyle     = System.Windows.Forms.FormBorderStyle.None;
            //
            // Form1
            //
            this.BackColor  = System.Drawing.Color.DodgerBlue;
            this.ClientSize = new System.Drawing.Size(240, 320);
            this.ControlBox = false;
            this.Controls.Add(this.licence_l);
            this.Controls.Add(this.pictureBox2);
            this.Controls.Add(this.help_b);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.exit);
            this.Controls.Add(this.send);
            this.Controls.Add(this.add_b);
            this.Font        = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
            this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Text        = "PICATCH AXC4.1";
            this.Closing    += new System.ComponentModel.CancelEventHandler(this.Form1_Closing);
            this.Closed     += new System.EventHandler(this.Form1_Closed);
        }
 /// <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.comboBox1   = new System.Windows.Forms.ComboBox();
     this.search_b    = new System.Windows.Forms.Button();
     this.search_t    = new System.Windows.Forms.TextBox();
     this.details_b   = new System.Windows.Forms.Button();
     this.button2     = new System.Windows.Forms.Button();
     this.label1      = new System.Windows.Forms.Label();
     this.exit_b      = new System.Windows.Forms.Button();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
     //
     // dataGrid1
     //
     this.dataGrid1.BackColor       = System.Drawing.Color.Azure;
     this.dataGrid1.ForeColor       = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.GridLineColor   = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.HeaderBackColor = System.Drawing.Color.Gold;
     this.dataGrid1.Location        = new System.Drawing.Point(5, 56);
     this.dataGrid1.Size            = new System.Drawing.Size(225, 176);
     this.dataGrid1.Text            = "dataGrid1";
     //
     // comboBox1
     //
     this.comboBox1.Font = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.comboBox1.Items.Add("Kod");
     this.comboBox1.Items.Add("Nazwa");
     this.comboBox1.Location = new System.Drawing.Point(5, 32);
     this.comboBox1.Size     = new System.Drawing.Size(80, 23);
     //
     // 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(88, 32);
     this.search_b.Size     = new System.Drawing.Size(70, 23);
     this.search_b.Text     = "SZUKAJ";
     this.search_b.Click   += new System.EventHandler(this.search_b_Click);
     //
     // search_t
     //
     this.search_t.BackColor = System.Drawing.Color.Gold;
     this.search_t.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.search_t.Location  = new System.Drawing.Point(5, 5);
     this.search_t.Size      = new System.Drawing.Size(225, 24);
     this.search_t.Text      = "Tutaj wpisz tekst lub kod";
     //
     // details_b
     //
     this.details_b.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.details_b.Location = new System.Drawing.Point(6, 232);
     this.details_b.Size     = new System.Drawing.Size(109, 32);
     this.details_b.Text     = "SZCZEGÓŁY";
     this.details_b.Click   += new System.EventHandler(this.details_b_Click);
     //
     // button2
     //
     this.button2.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.button2.Location = new System.Drawing.Point(160, 32);
     this.button2.Size     = new System.Drawing.Size(70, 23);
     this.button2.Text     = "KLAW.";
     this.button2.Click   += new System.EventHandler(this.button2_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(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;
     //
     // exit_b
     //
     this.exit_b.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.exit_b.Location = new System.Drawing.Point(118, 232);
     this.exit_b.Size     = new System.Drawing.Size(111, 32);
     this.exit_b.Text     = "WYJŚCIE";
     this.exit_b.Click   += new System.EventHandler(this.exit_b_Click);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     //
     // Form13
     //
     this.BackColor  = System.Drawing.Color.MidnightBlue;
     this.ClientSize = new System.Drawing.Size(234, 294);
     this.Controls.Add(this.details_b);
     this.Controls.Add(this.exit_b);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.search_t);
     this.Controls.Add(this.search_b);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.dataGrid1);
     this.Text = "Towary";
 }
Exemplo n.º 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1    = new System.Windows.Forms.TabPage();
     this.skaner_t    = new System.Windows.Forms.TextBox();
     this.ufile_t     = new System.Windows.Forms.TextBox();
     this.dfile_t     = new System.Windows.Forms.TextBox();
     this.label5      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.label1      = new System.Windows.Forms.Label();
     this.tabPage2    = new System.Windows.Forms.TabPage();
     this.com_t       = new System.Windows.Forms.ComboBox();
     this.bdll_t      = new System.Windows.Forms.ComboBox();
     this.label4      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.bflag_t     = new System.Windows.Forms.CheckBox();
     this.tabPage3    = new System.Windows.Forms.TabPage();
     this.port_t      = new System.Windows.Forms.TextBox();
     this.label7      = new System.Windows.Forms.Label();
     this.ip_t        = new System.Windows.Forms.TextBox();
     this.label6      = new System.Windows.Forms.Label();
     this.ipflag_t    = new System.Windows.Forms.CheckBox();
     this.button1     = new System.Windows.Forms.Button();
     this.button2     = new System.Windows.Forms.Button();
     this.label8      = new System.Windows.Forms.Label();
     this.button3     = new System.Windows.Forms.Button();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
     this.label9      = new System.Windows.Forms.Label();
     this.data_t      = new System.Windows.Forms.TextBox();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Font          = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.tabControl1.Location      = new System.Drawing.Point(5, 40);
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(225, 208);
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.data_t);
     this.tabPage1.Controls.Add(this.label9);
     this.tabPage1.Controls.Add(this.skaner_t);
     this.tabPage1.Controls.Add(this.ufile_t);
     this.tabPage1.Controls.Add(this.dfile_t);
     this.tabPage1.Controls.Add(this.label5);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Location = new System.Drawing.Point(4, 24);
     this.tabPage1.Size     = new System.Drawing.Size(217, 180);
     this.tabPage1.Text     = "G³ówne";
     //
     // skaner_t
     //
     this.skaner_t.Location = new System.Drawing.Point(8, 104);
     this.skaner_t.Size     = new System.Drawing.Size(200, 24);
     this.skaner_t.Text     = "";
     //
     // ufile_t
     //
     this.ufile_t.Location = new System.Drawing.Point(8, 64);
     this.ufile_t.Size     = new System.Drawing.Size(200, 24);
     this.ufile_t.Text     = "";
     //
     // dfile_t
     //
     this.dfile_t.Location = new System.Drawing.Point(8, 24);
     this.dfile_t.Size     = new System.Drawing.Size(200, 24);
     this.dfile_t.Text     = "";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 88);
     this.label5.Size     = new System.Drawing.Size(168, 20);
     this.label5.Text     = "Œcie¿ka programu skanera";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 48);
     this.label2.Size     = new System.Drawing.Size(160, 20);
     this.label2.Text     = "Œcie¿ka pliku wysy³anego";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Size     = new System.Drawing.Size(160, 20);
     this.label1.Text     = "Œcie¿ka pliku pobieranego";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.com_t);
     this.tabPage2.Controls.Add(this.bdll_t);
     this.tabPage2.Controls.Add(this.label4);
     this.tabPage2.Controls.Add(this.label3);
     this.tabPage2.Controls.Add(this.bflag_t);
     this.tabPage2.Location = new System.Drawing.Point(4, 24);
     this.tabPage2.Size     = new System.Drawing.Size(217, 180);
     this.tabPage2.Text     = "Bluetooth";
     //
     // com_t
     //
     this.com_t.Items.Add("COM1");
     this.com_t.Items.Add("COM2");
     this.com_t.Items.Add("COM3");
     this.com_t.Items.Add("COM4");
     this.com_t.Items.Add("COM5");
     this.com_t.Items.Add("COM6");
     this.com_t.Items.Add("COM7");
     this.com_t.Items.Add("COM8");
     this.com_t.Items.Add("COM9");
     this.com_t.Location = new System.Drawing.Point(24, 112);
     this.com_t.Size     = new System.Drawing.Size(136, 23);
     //
     // bdll_t
     //
     this.bdll_t.Items.Add("BTLibCs");
     this.bdll_t.Items.Add("MSStack");
     this.bdll_t.Location = new System.Drawing.Point(24, 64);
     this.bdll_t.Size     = new System.Drawing.Size(136, 23);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(24, 96);
     this.label4.Text     = "Port COM";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(24, 48);
     this.label3.Size     = new System.Drawing.Size(128, 16);
     this.label3.Text     = "Biblioteka obs³ugi";
     //
     // bflag_t
     //
     this.bflag_t.Location = new System.Drawing.Point(24, 16);
     this.bflag_t.Size     = new System.Drawing.Size(136, 20);
     this.bflag_t.Text     = "Transfer Bluetooth";
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.port_t);
     this.tabPage3.Controls.Add(this.label7);
     this.tabPage3.Controls.Add(this.ip_t);
     this.tabPage3.Controls.Add(this.label6);
     this.tabPage3.Controls.Add(this.ipflag_t);
     this.tabPage3.Location = new System.Drawing.Point(4, 24);
     this.tabPage3.Size     = new System.Drawing.Size(217, 180);
     this.tabPage3.Text     = "Sieæ TCP/IP";
     //
     // port_t
     //
     this.port_t.Location = new System.Drawing.Point(24, 104);
     this.port_t.Size     = new System.Drawing.Size(168, 24);
     this.port_t.Text     = "";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(24, 88);
     this.label7.Text     = "Port Serwera";
     //
     // ip_t
     //
     this.ip_t.Location = new System.Drawing.Point(24, 64);
     this.ip_t.Size     = new System.Drawing.Size(168, 24);
     this.ip_t.Text     = "";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(24, 48);
     this.label6.Size     = new System.Drawing.Size(168, 20);
     this.label6.Text     = "Adres IP Serwera";
     //
     // ipflag_t
     //
     this.ipflag_t.Location = new System.Drawing.Point(24, 16);
     this.ipflag_t.Size     = new System.Drawing.Size(160, 20);
     this.ipflag_t.Text     = "Transfer TCP/IP";
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.button1.Location = new System.Drawing.Point(16, 256);
     this.button1.Size     = new System.Drawing.Size(96, 40);
     this.button1.Text     = "ZAPISZ";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.button2.Location = new System.Drawing.Point(122, 256);
     this.button2.Size     = new System.Drawing.Size(96, 40);
     this.button2.Text     = "WYJŒCIE";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // label8
     //
     this.label8.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.label8.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label8.Location  = new System.Drawing.Point(8, 296);
     this.label8.Size      = new System.Drawing.Size(224, 16);
     this.label8.Text      = "DARIUSZ HANC ALAXA UNDERSOFT";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // button3
     //
     this.button3.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.button3.Location = new System.Drawing.Point(120, 8);
     this.button3.Size     = new System.Drawing.Size(104, 24);
     this.button3.Text     = "KLAWIATURA";
     this.button3.Click   += new System.EventHandler(this.button3_Click);
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(8, 128);
     this.label9.Size     = new System.Drawing.Size(160, 20);
     this.label9.Text     = "Data ostatniego importu:";
     //
     // data_t
     //
     this.data_t.Location = new System.Drawing.Point(8, 144);
     this.data_t.Size     = new System.Drawing.Size(200, 24);
     this.data_t.Text     = "";
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     //
     // Form14
     //
     this.BackColor  = System.Drawing.Color.DodgerBlue;
     this.ClientSize = new System.Drawing.Size(240, 320);
     this.ControlBox = false;
     this.Controls.Add(this.button3);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.tabControl1);
     this.Text = "OPCJE";
 }
Exemplo n.º 10
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 = "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);
            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);
        }
 /// <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.label1      = new System.Windows.Forms.Label();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
     this.button1     = new System.Windows.Forms.Button();
     this.label3      = new System.Windows.Forms.Label();
     this.vat_t       = new System.Windows.Forms.TextBox();
     this.label2      = new System.Windows.Forms.Label();
     this.cenasp_t    = new System.Windows.Forms.TextBox();
     this.button2     = new System.Windows.Forms.Button();
     this.list_b      = new System.Windows.Forms.Button();
     //
     // kod_t
     //
     this.kod_t.BackColor = System.Drawing.Color.GreenYellow;
     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.Size      = new System.Drawing.Size(208, 27);
     this.kod_t.Text      = "";
     this.kod_t.GotFocus += new System.EventHandler(this.kod_t_GotFocus);
     this.kod_t.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.kod_t_KeyPress);
     //
     // 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.Click   += new System.EventHandler(this.search_b_Click);
     //
     // 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      = "WprowadŸ 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, 32);
     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(48, 16);
     this.nazwa_l.Text      = "Nazwa";
     //
     // 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      = "";
     //
     // 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);
     //
     // 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      = "";
     //
     // 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(128, 200);
     this.label2.Size      = new System.Drawing.Size(104, 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      = "";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(0, 160);
     this.button2.Size     = new System.Drawing.Size(56, 24);
     this.button2.Text     = "Zliczono";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // list_b
     //
     this.list_b.Font     = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.list_b.Location = new System.Drawing.Point(72, 56);
     this.list_b.Text     = "Z LISTY";
     this.list_b.Click   += new System.EventHandler(this.list_b_Click);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     //
     // Form2
     //
     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.list_b);
     this.Controls.Add(this.button2);
     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.label1);
     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.nazwa_l);
     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.Text = "Wprowadzanie Pozycji";
 }
 /// <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.exit_b      = new System.Windows.Forms.Button();
     this.ok_b        = new System.Windows.Forms.Button();
     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.ilosc_l     = new System.Windows.Forms.Label();
     this.ilosc_t     = new System.Windows.Forms.TextBox();
     this.bad_stan_c  = new System.Windows.Forms.CheckBox();
     this.bad_cena_c  = new System.Windows.Forms.CheckBox();
     this.label3      = new System.Windows.Forms.Label();
     this.label4      = new System.Windows.Forms.Label();
     this.vat_t       = new System.Windows.Forms.TextBox();
     this.label5      = new System.Windows.Forms.Label();
     this.cenazk_t    = new System.Windows.Forms.TextBox();
     this.label6      = new System.Windows.Forms.Label();
     //
     // kod_t
     //
     this.kod_t.BackColor = System.Drawing.Color.GreenYellow;
     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.Size      = new System.Drawing.Size(208, 27);
     this.kod_t.Text      = "";
     this.kod_t.GotFocus += new System.EventHandler(this.kod_t_GotFocus);
     this.kod_t.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.kod_t_KeyPress);
     //
     // 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, 52);
     this.search_b.Size     = new System.Drawing.Size(72, 24);
     this.search_b.Text     = "SZUKAJ";
     this.search_b.Click   += new System.EventHandler(this.search_b_Click);
     //
     // 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(88, 16);
     this.kod_l.Text      = "KOD Towaru";
     //
     // cena_t
     //
     this.cena_t.AcceptsReturn = true;
     this.cena_t.BackColor     = System.Drawing.Color.GreenYellow;
     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, 172);
     this.cena_t.Size          = new System.Drawing.Size(72, 24);
     this.cena_t.Text          = "";
     this.cena_t.GotFocus     += new System.EventHandler(this.cena_t_GotFocus);
     //
     // 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(52, 156);
     this.cena_l.Size      = new System.Drawing.Size(84, 20);
     this.cena_l.Text      = "Cena na pó³ce";
     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(144, 132);
     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(152, 116);
     this.stan_l.Size      = new System.Drawing.Size(56, 20);
     this.stan_l.Text      = "Stan sys.";
     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, 60);
     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, 76);
     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);
     //
     // 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, 236);
     this.exit_b.Size     = new System.Drawing.Size(104, 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(8, 236);
     this.ok_b.Size     = new System.Drawing.Size(104, 32);
     this.ok_b.Text     = "DALEJ";
     this.ok_b.Click   += new System.EventHandler(this.ok_b_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(8, 268);
     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(136, 4);
     this.button1.Size     = new System.Drawing.Size(88, 20);
     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, 156);
     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, 172);
     this.cenasp_t.ReadOnly  = true;
     this.cenasp_t.Size      = new System.Drawing.Size(72, 24);
     this.cenasp_t.Text      = "";
     //
     // 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(64, 116);
     this.ilosc_l.Size      = new System.Drawing.Size(56, 20);
     this.ilosc_l.Text      = "Stan fakt.";
     this.ilosc_l.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // 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, 132);
     this.ilosc_t.Size      = new System.Drawing.Size(72, 24);
     this.ilosc_t.Text      = "";
     this.ilosc_t.GotFocus += new System.EventHandler(this.ilosc_t_GotFocus);
     this.ilosc_t.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ilosc_t_KeyPress);
     //
     // bad_stan_c
     //
     this.bad_stan_c.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Regular);
     this.bad_stan_c.Location = new System.Drawing.Point(20, 132);
     this.bad_stan_c.Size     = new System.Drawing.Size(16, 20);
     //
     // bad_cena_c
     //
     this.bad_cena_c.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Regular);
     this.bad_cena_c.Location = new System.Drawing.Point(20, 172);
     this.bad_cena_c.Size     = new System.Drawing.Size(16, 20);
     //
     // 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(0, 116);
     this.label3.Size      = new System.Drawing.Size(52, 20);
     this.label3.Text      = "z³y stan";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(0, 156);
     this.label4.Size      = new System.Drawing.Size(52, 20);
     this.label4.Text      = "z³a cena";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // 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, 208);
     this.vat_t.ReadOnly  = true;
     this.vat_t.Size      = new System.Drawing.Size(72, 24);
     this.vat_t.Text      = "";
     //
     // label5
     //
     this.label5.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location  = new System.Drawing.Point(128, 196);
     this.label5.Size      = new System.Drawing.Size(104, 16);
     this.label5.Text      = "VAT %";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // cenazk_t
     //
     this.cenazk_t.BackColor = System.Drawing.Color.Azure;
     this.cenazk_t.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
     this.cenazk_t.ForeColor = System.Drawing.Color.Black;
     this.cenazk_t.Location  = new System.Drawing.Point(56, 208);
     this.cenazk_t.ReadOnly  = true;
     this.cenazk_t.Size      = new System.Drawing.Size(72, 24);
     this.cenazk_t.Text      = "";
     //
     // label6
     //
     this.label6.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location  = new System.Drawing.Point(40, 196);
     this.label6.Size      = new System.Drawing.Size(104, 16);
     this.label6.Text      = "CenaZk(netto)";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.None;
     //
     // Form7_1_2
     //
     this.BackColor  = System.Drawing.Color.DodgerBlue;
     this.ClientSize = new System.Drawing.Size(234, 294);
     this.ControlBox = false;
     this.Controls.Add(this.label6);
     this.Controls.Add(this.cenazk_t);
     this.Controls.Add(this.vat_t);
     this.Controls.Add(this.bad_cena_c);
     this.Controls.Add(this.bad_stan_c);
     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.ok_b);
     this.Controls.Add(this.exit_b);
     this.Controls.Add(this.ilosc_t);
     this.Controls.Add(this.nazwa_t);
     this.Controls.Add(this.nazwa_l);
     this.Controls.Add(this.stan_t);
     this.Controls.Add(this.cena_t);
     this.Controls.Add(this.kod_l);
     this.Controls.Add(this.search_b);
     this.Controls.Add(this.kod_t);
     this.Controls.Add(this.stan_l);
     this.Controls.Add(this.ilosc_l);
     this.Controls.Add(this.cena_l);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label5);
     this.Text = "Wprowadzanie Pozycji";
 }
Exemplo n.º 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.kod_t       = new System.Windows.Forms.TextBox();
     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.exit_b      = new System.Windows.Forms.Button();
     this.label1      = new System.Windows.Forms.Label();
     this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
     this.label3      = new System.Windows.Forms.Label();
     this.vat_t       = new System.Windows.Forms.TextBox();
     this.label2      = new System.Windows.Forms.Label();
     this.cenasp_t    = new System.Windows.Forms.TextBox();
     this.dataGrid1   = new System.Windows.Forms.DataGrid();
     this.label4      = new System.Windows.Forms.Label();
     //
     // kod_t
     //
     this.kod_t.BackColor = System.Drawing.Color.Azure;
     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, 20);
     this.kod_t.Size      = new System.Drawing.Size(208, 27);
     this.kod_t.Text      = "";
     //
     // 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, 5);
     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.MidnightBlue;
     this.cena_t.Location      = new System.Drawing.Point(48, 112);
     this.cena_t.ReadOnly      = true;
     this.cena_t.Size          = new System.Drawing.Size(64, 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(0, 112);
     this.cena_l.Size      = new System.Drawing.Size(48, 24);
     this.cena_l.Text      = "CenaZk";
     this.cena_l.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // 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.MidnightBlue;
     this.stan_t.Location  = new System.Drawing.Point(160, 112);
     this.stan_t.ReadOnly  = true;
     this.stan_t.Size      = new System.Drawing.Size(64, 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(128, 112);
     this.stan_l.Size      = new System.Drawing.Size(32, 16);
     this.stan_l.Text      = "Stan";
     this.stan_l.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // 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, 48);
     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, 64);
     this.nazwa_t.Multiline = true;
     this.nazwa_t.ReadOnly  = true;
     this.nazwa_t.Size      = new System.Drawing.Size(208, 40);
     this.nazwa_t.Text      = "";
     //
     // 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, 272);
     this.exit_b.Size     = new System.Drawing.Size(96, 24);
     this.exit_b.Text     = "WYJŒCIE";
     this.exit_b.Click   += new System.EventHandler(this.exit_b_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(8, 296);
     this.label1.Size      = new System.Drawing.Size(224, 16);
     this.label1.Text      = "DARIUSZ HANC ALAXA UNDERSOFT";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // 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(120, 144);
     this.label3.Size      = new System.Drawing.Size(40, 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.MidnightBlue;
     this.vat_t.Location  = new System.Drawing.Point(160, 144);
     this.vat_t.Size      = new System.Drawing.Size(64, 24);
     this.vat_t.Text      = "";
     //
     // 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(0, 144);
     this.label2.Size      = new System.Drawing.Size(48, 16);
     this.label2.Text      = "CenaSp";
     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.MidnightBlue;
     this.cenasp_t.Location  = new System.Drawing.Point(48, 144);
     this.cenasp_t.Size      = new System.Drawing.Size(64, 24);
     this.cenasp_t.Text      = "";
     //
     // 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(48, 176);
     this.dataGrid1.Size            = new System.Drawing.Size(176, 88);
     this.dataGrid1.Text            = "dataGrid1";
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(-8, 176);
     this.label4.Size      = new System.Drawing.Size(56, 64);
     this.label4.Text      = "Stan wg mag";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.None;
     //
     // details
     //
     this.BackColor  = System.Drawing.Color.DodgerBlue;
     this.ClientSize = new System.Drawing.Size(240, 320);
     this.ControlBox = false;
     this.Controls.Add(this.dataGrid1);
     this.Controls.Add(this.cena_t);
     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.label1);
     this.Controls.Add(this.exit_b);
     this.Controls.Add(this.nazwa_t);
     this.Controls.Add(this.nazwa_l);
     this.Controls.Add(this.stan_l);
     this.Controls.Add(this.stan_t);
     this.Controls.Add(this.cena_l);
     this.Controls.Add(this.kod_l);
     this.Controls.Add(this.kod_t);
     this.Controls.Add(this.label4);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Text        = "Szczegó³y Towaru";
 }
        /// <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.exit_b      = new System.Windows.Forms.Button();
            this.ok_b        = new System.Windows.Forms.Button();
            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.ilosc_l     = new System.Windows.Forms.Label();
            this.ilosc_t     = new System.Windows.Forms.TextBox();
            this.bad_stan_c  = new System.Windows.Forms.CheckBox();
            this.bad_cena_c  = new System.Windows.Forms.CheckBox();
            this.label3      = new System.Windows.Forms.Label();
            this.label4      = new System.Windows.Forms.Label();
            this.vat_t       = new System.Windows.Forms.TextBox();
            this.label5      = new System.Windows.Forms.Label();
            this.cenazk_t    = new System.Windows.Forms.TextBox();
            this.label6      = new System.Windows.Forms.Label();
            this.SuspendLayout();
            //
            // kod_t
            //
            this.kod_t.BackColor = System.Drawing.Color.Gold;
            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, 20);
            this.kod_t.Name      = "kod_t";
            this.kod_t.Size      = new System.Drawing.Size(208, 26);
            this.kod_t.TabIndex  = 18;
            this.kod_t.GotFocus += new System.EventHandler(this.kod_t_GotFocus);
            this.kod_t.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.kod_t_KeyPress);
            //
            // 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, 48);
            this.search_b.Name     = "search_b";
            this.search_b.Size     = new System.Drawing.Size(72, 24);
            this.search_b.TabIndex = 17;
            this.search_b.Text     = "SZUKAJ";
            this.search_b.Click   += new System.EventHandler(this.search_b_Click);
            //
            // 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.Gold;
            this.kod_l.Location  = new System.Drawing.Point(16, 5);
            this.kod_l.Name      = "kod_l";
            this.kod_l.Size      = new System.Drawing.Size(88, 16);
            this.kod_l.Text      = "KOD Towaru";
            //
            // cena_t
            //
            this.cena_t.AcceptsReturn = true;
            this.cena_t.BackColor     = System.Drawing.Color.Gold;
            this.cena_t.Font          = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
            this.cena_t.ForeColor     = System.Drawing.Color.MidnightBlue;
            this.cena_t.Location      = new System.Drawing.Point(56, 168);
            this.cena_t.Name          = "cena_t";
            this.cena_t.Size          = new System.Drawing.Size(72, 23);
            this.cena_t.TabIndex      = 15;
            this.cena_t.GotFocus     += new System.EventHandler(this.cena_t_GotFocus);

            //
            // 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.Gold;
            this.cena_l.Location  = new System.Drawing.Point(52, 152);
            this.cena_l.Name      = "cena_l";
            this.cena_l.Size      = new System.Drawing.Size(84, 20);
            this.cena_l.Text      = "Cena na pó³ce";
            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.MidnightBlue;
            this.stan_t.Location  = new System.Drawing.Point(144, 128);
            this.stan_t.Name      = "stan_t";
            this.stan_t.ReadOnly  = true;
            this.stan_t.Size      = new System.Drawing.Size(72, 23);
            this.stan_t.TabIndex  = 14;
            //
            // 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.Gold;
            this.stan_l.Location  = new System.Drawing.Point(152, 112);
            this.stan_l.Name      = "stan_l";
            this.stan_l.Size      = new System.Drawing.Size(56, 20);
            this.stan_l.Text      = "Stan sys.";
            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.Gold;
            this.nazwa_l.Location  = new System.Drawing.Point(16, 58);
            this.nazwa_l.Name      = "nazwa_l";
            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.MidnightBlue;
            this.nazwa_t.Location   = new System.Drawing.Point(16, 73);
            this.nazwa_t.Multiline  = true;
            this.nazwa_t.Name       = "nazwa_t";
            this.nazwa_t.ReadOnly   = true;
            this.nazwa_t.Size       = new System.Drawing.Size(208, 40);
            this.nazwa_t.TabIndex   = 12;
            this.nazwa_t.GotFocus  += new System.EventHandler(this.nazwa_t_GotFocus);
            this.nazwa_t.LostFocus += new System.EventHandler(this.nazwa_t_LostFocus);
            //
            // 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, 230);
            this.exit_b.Name     = "exit_b";
            this.exit_b.Size     = new System.Drawing.Size(104, 32);
            this.exit_b.TabIndex = 10;
            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(8, 230);
            this.ok_b.Name     = "ok_b";
            this.ok_b.Size     = new System.Drawing.Size(104, 32);
            this.ok_b.TabIndex = 9;
            this.ok_b.Text     = "DALEJ";
            this.ok_b.Click   += new System.EventHandler(this.ok_b_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(8, 264);
            this.label1.Name      = "label1";
            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(136, 0);
            this.button1.Name     = "button1";
            this.button1.Size     = new System.Drawing.Size(88, 20);
            this.button1.TabIndex = 7;
            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.Gold;
            this.label2.Location  = new System.Drawing.Point(136, 152);
            this.label2.Name      = "label2";
            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.MidnightBlue;
            this.cenasp_t.Location  = new System.Drawing.Point(144, 168);
            this.cenasp_t.Name      = "cenasp_t";
            this.cenasp_t.ReadOnly  = true;
            this.cenasp_t.Size      = new System.Drawing.Size(72, 23);
            this.cenasp_t.TabIndex  = 6;
            //
            // 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.Gold;
            this.ilosc_l.Location  = new System.Drawing.Point(64, 112);
            this.ilosc_l.Name      = "ilosc_l";
            this.ilosc_l.Size      = new System.Drawing.Size(56, 20);
            this.ilosc_l.Text      = "Stan fakt.";
            this.ilosc_l.TextAlign = System.Drawing.ContentAlignment.TopRight;
            //
            // ilosc_t
            //
            this.ilosc_t.BackColor = System.Drawing.Color.Gold;
            this.ilosc_t.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
            this.ilosc_t.ForeColor = System.Drawing.Color.MidnightBlue;
            this.ilosc_t.Location  = new System.Drawing.Point(56, 128);
            this.ilosc_t.Name      = "ilosc_t";
            this.ilosc_t.Size      = new System.Drawing.Size(72, 23);
            this.ilosc_t.TabIndex  = 11;
            this.ilosc_t.GotFocus += new System.EventHandler(this.ilosc_t_GotFocus);
            this.ilosc_t.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ilosc_t_KeyPress);
            //
            // bad_stan_c
            //
            this.bad_stan_c.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Regular);
            this.bad_stan_c.Location = new System.Drawing.Point(20, 128);
            this.bad_stan_c.Name     = "bad_stan_c";
            this.bad_stan_c.Size     = new System.Drawing.Size(16, 20);
            this.bad_stan_c.TabIndex = 4;
            //
            // bad_cena_c
            //
            this.bad_cena_c.Font     = new System.Drawing.Font("Lucida Sans Unicode", 9F, System.Drawing.FontStyle.Regular);
            this.bad_cena_c.Location = new System.Drawing.Point(20, 168);
            this.bad_cena_c.Name     = "bad_cena_c";
            this.bad_cena_c.Size     = new System.Drawing.Size(16, 20);
            this.bad_cena_c.TabIndex = 3;
            //
            // label3
            //
            this.label3.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
            this.label3.ForeColor = System.Drawing.Color.Gold;
            this.label3.Location  = new System.Drawing.Point(0, 112);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(52, 20);
            this.label3.Text      = "z³y stan";
            this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
            //
            // label4
            //
            this.label4.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
            this.label4.ForeColor = System.Drawing.Color.Gold;
            this.label4.Location  = new System.Drawing.Point(0, 152);
            this.label4.Name      = "label4";
            this.label4.Size      = new System.Drawing.Size(52, 20);
            this.label4.Text      = "z³a cena";
            this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
            //
            // 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.MidnightBlue;
            this.vat_t.Location  = new System.Drawing.Point(144, 204);
            this.vat_t.Name      = "vat_t";
            this.vat_t.ReadOnly  = true;
            this.vat_t.Size      = new System.Drawing.Size(72, 23);
            this.vat_t.TabIndex  = 2;
            //
            // label5
            //
            this.label5.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
            this.label5.ForeColor = System.Drawing.Color.Gold;
            this.label5.Location  = new System.Drawing.Point(128, 192);
            this.label5.Name      = "label5";
            this.label5.Size      = new System.Drawing.Size(104, 16);
            this.label5.Text      = "VAT %";
            this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            //
            // cenazk_t
            //
            this.cenazk_t.BackColor = System.Drawing.Color.Azure;
            this.cenazk_t.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Regular);
            this.cenazk_t.ForeColor = System.Drawing.Color.MidnightBlue;
            this.cenazk_t.Location  = new System.Drawing.Point(56, 204);
            this.cenazk_t.Name      = "cenazk_t";
            this.cenazk_t.ReadOnly  = true;
            this.cenazk_t.Size      = new System.Drawing.Size(72, 23);
            this.cenazk_t.TabIndex  = 1;
            //
            // label6
            //
            this.label6.Font      = new System.Drawing.Font("Lucida Sans Unicode", 8.25F, System.Drawing.FontStyle.Bold);
            this.label6.ForeColor = System.Drawing.Color.Gold;
            this.label6.Location  = new System.Drawing.Point(40, 192);
            this.label6.Name      = "label6";
            this.label6.Size      = new System.Drawing.Size(104, 16);
            this.label6.Text      = "CenaZk(netto)";
            this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            //
            // Form7_1_2
            //
            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.label6);
            this.Controls.Add(this.cenazk_t);
            this.Controls.Add(this.vat_t);
            this.Controls.Add(this.bad_cena_c);
            this.Controls.Add(this.bad_stan_c);
            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.ok_b);
            this.Controls.Add(this.exit_b);
            this.Controls.Add(this.ilosc_t);
            this.Controls.Add(this.nazwa_t);
            this.Controls.Add(this.nazwa_l);
            this.Controls.Add(this.stan_t);
            this.Controls.Add(this.cena_t);
            this.Controls.Add(this.kod_l);
            this.Controls.Add(this.search_b);
            this.Controls.Add(this.kod_t);
            this.Controls.Add(this.stan_l);
            this.Controls.Add(this.ilosc_l);
            this.Controls.Add(this.cena_l);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label5);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name            = "Form7_1_2";
            this.Text            = "Wprowadzanie Pozycji";
            this.ResumeLayout(false);
        }