Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDnevnikUnos));
     this.gbPodaci           = new System.Windows.Forms.GroupBox();
     this.cbVozilo           = new System.Windows.Forms.ComboBox();
     this.dsVozila1          = new AutoSkola.DSetovi.dsVozila();
     this.cbKategorija       = new System.Windows.Forms.ComboBox();
     this.dsKategorije1      = new AutoSkola.DSetovi.dsKategorije();
     this.cbKandidat         = new System.Windows.Forms.ComboBox();
     this.dsKandidati1       = new AutoSkola.DSetovi.dsKandidati();
     this.cbInstruktor       = new System.Windows.Forms.ComboBox();
     this.dsInstruktori1     = new AutoSkola.DSetovi.dsInstruktori();
     this.lblKandidatID      = new System.Windows.Forms.Label();
     this.lblInstruktorID    = new System.Windows.Forms.Label();
     this.DTPdatumObuke      = new System.Windows.Forms.DateTimePicker();
     this.DTPvrijemeDo       = new System.Windows.Forms.DateTimePicker();
     this.DTPvrijemeOd       = new System.Windows.Forms.DateTimePicker();
     this.tbKategorijaID     = new System.Windows.Forms.TextBox();
     this.lbKategorija       = new System.Windows.Forms.Label();
     this.lbVrijemeDo        = new System.Windows.Forms.Label();
     this.tbVoziloID         = new System.Windows.Forms.TextBox();
     this.lbModel            = new System.Windows.Forms.Label();
     this.tbInstruktorID     = new System.Windows.Forms.TextBox();
     this.lbVrijemeOd        = new System.Windows.Forms.Label();
     this.tbMjestoObuke      = new System.Windows.Forms.TextBox();
     this.lbMjestoObuke      = new System.Windows.Forms.Label();
     this.tbKandidatID       = new System.Windows.Forms.TextBox();
     this.tbMetodskaJedinica = new System.Windows.Forms.TextBox();
     this.tbCasID            = new System.Windows.Forms.TextBox();
     this.lbDatumObuke       = new System.Windows.Forms.Label();
     this.lbMetodskaJedinica = new System.Windows.Forms.Label();
     this.gbOpcije           = new System.Windows.Forms.GroupBox();
     this.duZatvori          = new System.Windows.Forms.Button();
     this.duSpasi            = new System.Windows.Forms.Button();
     this.connDnevnikUnos    = new System.Data.SqlClient.SqlConnection();
     this.gbPodaci.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsVozila1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsKategorije1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsKandidati1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsInstruktori1)).BeginInit();
     this.gbOpcije.SuspendLayout();
     this.SuspendLayout();
     //
     // gbPodaci
     //
     this.gbPodaci.BackColor = System.Drawing.SystemColors.Control;
     this.gbPodaci.Controls.Add(this.cbVozilo);
     this.gbPodaci.Controls.Add(this.cbKategorija);
     this.gbPodaci.Controls.Add(this.cbKandidat);
     this.gbPodaci.Controls.Add(this.cbInstruktor);
     this.gbPodaci.Controls.Add(this.lblKandidatID);
     this.gbPodaci.Controls.Add(this.lblInstruktorID);
     this.gbPodaci.Controls.Add(this.DTPdatumObuke);
     this.gbPodaci.Controls.Add(this.DTPvrijemeDo);
     this.gbPodaci.Controls.Add(this.DTPvrijemeOd);
     this.gbPodaci.Controls.Add(this.tbKategorijaID);
     this.gbPodaci.Controls.Add(this.lbKategorija);
     this.gbPodaci.Controls.Add(this.lbVrijemeDo);
     this.gbPodaci.Controls.Add(this.tbVoziloID);
     this.gbPodaci.Controls.Add(this.lbModel);
     this.gbPodaci.Controls.Add(this.tbInstruktorID);
     this.gbPodaci.Controls.Add(this.lbVrijemeOd);
     this.gbPodaci.Controls.Add(this.tbMjestoObuke);
     this.gbPodaci.Controls.Add(this.lbMjestoObuke);
     this.gbPodaci.Controls.Add(this.tbKandidatID);
     this.gbPodaci.Controls.Add(this.tbMetodskaJedinica);
     this.gbPodaci.Controls.Add(this.tbCasID);
     this.gbPodaci.Controls.Add(this.lbDatumObuke);
     this.gbPodaci.Controls.Add(this.lbMetodskaJedinica);
     this.gbPodaci.Location = new System.Drawing.Point(15, 13);
     this.gbPodaci.Name     = "gbPodaci";
     this.gbPodaci.Size     = new System.Drawing.Size(319, 379);
     this.gbPodaci.TabIndex = 0;
     this.gbPodaci.TabStop  = false;
     this.gbPodaci.Text     = "Unos podataka";
     //
     // cbVozilo
     //
     this.cbVozilo.DataSource        = this.dsVozila1;
     this.cbVozilo.DisplayMember     = "Vozila.Model";
     this.cbVozilo.FormattingEnabled = true;
     this.cbVozilo.Location          = new System.Drawing.Point(138, 303);
     this.cbVozilo.Name     = "cbVozilo";
     this.cbVozilo.Size     = new System.Drawing.Size(159, 24);
     this.cbVozilo.TabIndex = 7;
     //
     // dsVozila1
     //
     this.dsVozila1.DataSetName             = "dsVozila";
     this.dsVozila1.Locale                  = new System.Globalization.CultureInfo("hr-HR");
     this.dsVozila1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // cbKategorija
     //
     this.cbKategorija.DataSource        = this.dsKategorije1;
     this.cbKategorija.DisplayMember     = "Kategorije.Kategorija";
     this.cbKategorija.FormattingEnabled = true;
     this.cbKategorija.Location          = new System.Drawing.Point(139, 265);
     this.cbKategorija.Name     = "cbKategorija";
     this.cbKategorija.Size     = new System.Drawing.Size(158, 24);
     this.cbKategorija.TabIndex = 6;
     //
     // dsKategorije1
     //
     this.dsKategorije1.DataSetName             = "dsKategorije";
     this.dsKategorije1.Locale                  = new System.Globalization.CultureInfo("hr-HR");
     this.dsKategorije1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // cbKandidat
     //
     this.cbKandidat.DataSource        = this.dsKandidati1;
     this.cbKandidat.DisplayMember     = "Kandidati.Ime";
     this.cbKandidat.FormattingEnabled = true;
     this.cbKandidat.Location          = new System.Drawing.Point(138, 227);
     this.cbKandidat.Name     = "cbKandidat";
     this.cbKandidat.Size     = new System.Drawing.Size(159, 24);
     this.cbKandidat.TabIndex = 5;
     //
     // dsKandidati1
     //
     this.dsKandidati1.DataSetName             = "dsKandidati";
     this.dsKandidati1.Locale                  = new System.Globalization.CultureInfo("hr-HR");
     this.dsKandidati1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // cbInstruktor
     //
     this.cbInstruktor.DataSource        = this.dsInstruktori1;
     this.cbInstruktor.DisplayMember     = "Instruktori.Ime";
     this.cbInstruktor.FormattingEnabled = true;
     this.cbInstruktor.Location          = new System.Drawing.Point(139, 341);
     this.cbInstruktor.Name     = "cbInstruktor";
     this.cbInstruktor.Size     = new System.Drawing.Size(158, 24);
     this.cbInstruktor.TabIndex = 8;
     //
     // dsInstruktori1
     //
     this.dsInstruktori1.DataSetName             = "dsInstruktori";
     this.dsInstruktori1.Locale                  = new System.Globalization.CultureInfo("hr-HR");
     this.dsInstruktori1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // lblKandidatID
     //
     this.lblKandidatID.Location  = new System.Drawing.Point(18, 227);
     this.lblKandidatID.Name      = "lblKandidatID";
     this.lblKandidatID.Size      = new System.Drawing.Size(73, 23);
     this.lblKandidatID.TabIndex  = 62;
     this.lblKandidatID.Text      = "Kandidat:";
     this.lblKandidatID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblInstruktorID
     //
     this.lblInstruktorID.Location  = new System.Drawing.Point(17, 342);
     this.lblInstruktorID.Name      = "lblInstruktorID";
     this.lblInstruktorID.Size      = new System.Drawing.Size(76, 23);
     this.lblInstruktorID.TabIndex  = 61;
     this.lblInstruktorID.Text      = "Instruktor:";
     this.lblInstruktorID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // DTPdatumObuke
     //
     this.DTPdatumObuke.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.DTPdatumObuke.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.DTPdatumObuke.Location = new System.Drawing.Point(138, 32);
     this.DTPdatumObuke.Name     = "DTPdatumObuke";
     this.DTPdatumObuke.Size     = new System.Drawing.Size(159, 22);
     this.DTPdatumObuke.TabIndex = 0;
     this.DTPdatumObuke.Value    = new System.DateTime(2007, 4, 11, 0, 0, 0, 0);
     //
     // DTPvrijemeDo
     //
     this.DTPvrijemeDo.CustomFormat = "H\':\'mm";
     this.DTPvrijemeDo.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.DTPvrijemeDo.Location     = new System.Drawing.Point(138, 191);
     this.DTPvrijemeDo.Name         = "DTPvrijemeDo";
     this.DTPvrijemeDo.Size         = new System.Drawing.Size(159, 22);
     this.DTPvrijemeDo.TabIndex     = 4;
     //
     // DTPvrijemeOd
     //
     this.DTPvrijemeOd.CustomFormat = "H\':\'mm";
     this.DTPvrijemeOd.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.DTPvrijemeOd.Location     = new System.Drawing.Point(138, 155);
     this.DTPvrijemeOd.Name         = "DTPvrijemeOd";
     this.DTPvrijemeOd.Size         = new System.Drawing.Size(159, 22);
     this.DTPvrijemeOd.TabIndex     = 3;
     this.DTPvrijemeOd.Value        = new System.DateTime(2007, 10, 31, 18, 56, 0, 0);
     //
     // tbKategorijaID
     //
     this.tbKategorijaID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsKategorije1, "Kategorije.KategorijaID", true));
     this.tbKategorijaID.Location = new System.Drawing.Point(139, 266);
     this.tbKategorijaID.Name     = "tbKategorijaID";
     this.tbKategorijaID.ReadOnly = true;
     this.tbKategorijaID.Size     = new System.Drawing.Size(24, 22);
     this.tbKategorijaID.TabIndex = 50;
     this.tbKategorijaID.TabStop  = false;
     //
     // lbKategorija
     //
     this.lbKategorija.Location  = new System.Drawing.Point(18, 264);
     this.lbKategorija.Name      = "lbKategorija";
     this.lbKategorija.Size      = new System.Drawing.Size(88, 23);
     this.lbKategorija.TabIndex  = 53;
     this.lbKategorija.Text      = "Kategorija:";
     this.lbKategorija.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbVrijemeDo
     //
     this.lbVrijemeDo.Location  = new System.Drawing.Point(18, 190);
     this.lbVrijemeDo.Name      = "lbVrijemeDo";
     this.lbVrijemeDo.Size      = new System.Drawing.Size(88, 23);
     this.lbVrijemeDo.TabIndex  = 48;
     this.lbVrijemeDo.Text      = "Vrijeme Do:";
     this.lbVrijemeDo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tbVoziloID
     //
     this.tbVoziloID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsVozila1, "Vozila.VoziloID", true));
     this.tbVoziloID.Location = new System.Drawing.Point(139, 303);
     this.tbVoziloID.Name     = "tbVoziloID";
     this.tbVoziloID.ReadOnly = true;
     this.tbVoziloID.Size     = new System.Drawing.Size(24, 22);
     this.tbVoziloID.TabIndex = 15;
     this.tbVoziloID.TabStop  = false;
     //
     // lbModel
     //
     this.lbModel.Location  = new System.Drawing.Point(18, 301);
     this.lbModel.Name      = "lbModel";
     this.lbModel.Size      = new System.Drawing.Size(101, 23);
     this.lbModel.TabIndex  = 46;
     this.lbModel.Text      = "Model vozila:";
     this.lbModel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tbInstruktorID
     //
     this.tbInstruktorID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsInstruktori1, "Instruktori.ID", true));
     this.tbInstruktorID.Location = new System.Drawing.Point(140, 342);
     this.tbInstruktorID.Name     = "tbInstruktorID";
     this.tbInstruktorID.ReadOnly = true;
     this.tbInstruktorID.Size     = new System.Drawing.Size(24, 22);
     this.tbInstruktorID.TabIndex = 7;
     this.tbInstruktorID.TabStop  = false;
     //
     // lbVrijemeOd
     //
     this.lbVrijemeOd.Location  = new System.Drawing.Point(18, 155);
     this.lbVrijemeOd.Name      = "lbVrijemeOd";
     this.lbVrijemeOd.Size      = new System.Drawing.Size(88, 23);
     this.lbVrijemeOd.TabIndex  = 36;
     this.lbVrijemeOd.Text      = "Vrijeme Od:";
     this.lbVrijemeOd.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tbMjestoObuke
     //
     this.tbMjestoObuke.Location = new System.Drawing.Point(139, 120);
     this.tbMjestoObuke.Name     = "tbMjestoObuke";
     this.tbMjestoObuke.Size     = new System.Drawing.Size(159, 22);
     this.tbMjestoObuke.TabIndex = 2;
     //
     // lbMjestoObuke
     //
     this.lbMjestoObuke.Location  = new System.Drawing.Point(18, 120);
     this.lbMjestoObuke.Name      = "lbMjestoObuke";
     this.lbMjestoObuke.Size      = new System.Drawing.Size(104, 23);
     this.lbMjestoObuke.TabIndex  = 34;
     this.lbMjestoObuke.Text      = "Mjesto Obuke:";
     this.lbMjestoObuke.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tbKandidatID
     //
     this.tbKandidatID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsKandidati1, "Kandidati.KandidatID", true));
     this.tbKandidatID.Location = new System.Drawing.Point(138, 227);
     this.tbKandidatID.Name     = "tbKandidatID";
     this.tbKandidatID.ReadOnly = true;
     this.tbKandidatID.Size     = new System.Drawing.Size(24, 22);
     this.tbKandidatID.TabIndex = 11;
     this.tbKandidatID.TabStop  = false;
     //
     // tbMetodskaJedinica
     //
     this.tbMetodskaJedinica.Location   = new System.Drawing.Point(139, 67);
     this.tbMetodskaJedinica.Multiline  = true;
     this.tbMetodskaJedinica.Name       = "tbMetodskaJedinica";
     this.tbMetodskaJedinica.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.tbMetodskaJedinica.Size       = new System.Drawing.Size(159, 40);
     this.tbMetodskaJedinica.TabIndex   = 1;
     //
     // tbCasID
     //
     this.tbCasID.Location = new System.Drawing.Point(138, 32);
     this.tbCasID.Name     = "tbCasID";
     this.tbCasID.ReadOnly = true;
     this.tbCasID.Size     = new System.Drawing.Size(24, 22);
     this.tbCasID.TabIndex = 0;
     this.tbCasID.TabStop  = false;
     //
     // lbDatumObuke
     //
     this.lbDatumObuke.Location  = new System.Drawing.Point(18, 32);
     this.lbDatumObuke.Name      = "lbDatumObuke";
     this.lbDatumObuke.Size      = new System.Drawing.Size(88, 23);
     this.lbDatumObuke.TabIndex  = 3;
     this.lbDatumObuke.Text      = "Datum obuke:";
     this.lbDatumObuke.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbMetodskaJedinica
     //
     this.lbMetodskaJedinica.Location  = new System.Drawing.Point(18, 75);
     this.lbMetodskaJedinica.Name      = "lbMetodskaJedinica";
     this.lbMetodskaJedinica.Size      = new System.Drawing.Size(88, 32);
     this.lbMetodskaJedinica.TabIndex  = 2;
     this.lbMetodskaJedinica.Text      = "Metodska Jedinica:";
     this.lbMetodskaJedinica.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // gbOpcije
     //
     this.gbOpcije.BackColor = System.Drawing.SystemColors.Control;
     this.gbOpcije.Controls.Add(this.duZatvori);
     this.gbOpcije.Controls.Add(this.duSpasi);
     this.gbOpcije.Location = new System.Drawing.Point(15, 398);
     this.gbOpcije.Name     = "gbOpcije";
     this.gbOpcije.Size     = new System.Drawing.Size(319, 72);
     this.gbOpcije.TabIndex = 8;
     this.gbOpcije.TabStop  = false;
     this.gbOpcije.Text     = "Opcije";
     //
     // duZatvori
     //
     this.duZatvori.BackColor  = System.Drawing.Color.Beige;
     this.duZatvori.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.duZatvori.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.duZatvori.Image      = ((System.Drawing.Image)(resources.GetObject("duZatvori.Image")));
     this.duZatvori.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.duZatvori.Location   = new System.Drawing.Point(185, 24);
     this.duZatvori.Name       = "duZatvori";
     this.duZatvori.Size       = new System.Drawing.Size(112, 32);
     this.duZatvori.TabIndex   = 1;
     this.duZatvori.Text       = "       Zatvori";
     this.duZatvori.UseVisualStyleBackColor = false;
     this.duZatvori.Click += new System.EventHandler(this.duZatvori_Click);
     //
     // duSpasi
     //
     this.duSpasi.BackColor  = System.Drawing.Color.Beige;
     this.duSpasi.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.duSpasi.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.duSpasi.Image      = ((System.Drawing.Image)(resources.GetObject("duSpasi.Image")));
     this.duSpasi.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.duSpasi.Location   = new System.Drawing.Point(30, 24);
     this.duSpasi.Name       = "duSpasi";
     this.duSpasi.Size       = new System.Drawing.Size(112, 32);
     this.duSpasi.TabIndex   = 0;
     this.duSpasi.Text       = "       Spasi";
     this.duSpasi.UseVisualStyleBackColor = false;
     this.duSpasi.Click += new System.EventHandler(this.duSpasi_Click);
     //
     // connDnevnikUnos
     //
     this.connDnevnikUnos.ConnectionString = "Data Source=(local);Initial Catalog=baza;integrated security=SSPI";
     this.connDnevnikUnos.FireInfoMessageEventOnUserErrors = false;
     //
     // frmDnevnikUnos
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.BackColor         = System.Drawing.SystemColors.Control;
     this.ClientSize        = new System.Drawing.Size(350, 480);
     this.Controls.Add(this.gbOpcije);
     this.Controls.Add(this.gbPodaci);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "frmDnevnikUnos";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Unos u dnevnik Obuke";
     this.Load           += new System.EventHandler(this.frmDnevnikUnos_Load);
     this.gbPodaci.ResumeLayout(false);
     this.gbPodaci.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsVozila1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsKategorije1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsKandidati1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsInstruktori1)).EndInit();
     this.gbOpcije.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmInstruktori));
     this.gbPretraga              = new System.Windows.Forms.GroupBox();
     this.duPretraga              = new System.Windows.Forms.Button();
     this.cbPolje1                = new System.Windows.Forms.ComboBox();
     this.tbVrijednost1           = new System.Windows.Forms.TextBox();
     this.lbVrijednost2           = new System.Windows.Forms.Label();
     this.label2                  = new System.Windows.Forms.Label();
     this.pictureBox1             = new System.Windows.Forms.PictureBox();
     this.cbPolje                 = new System.Windows.Forms.ComboBox();
     this.tbVrijednost            = new System.Windows.Forms.TextBox();
     this.lbVrijednost1           = new System.Windows.Forms.Label();
     this.lbPolje                 = new System.Windows.Forms.Label();
     this.gbOpcije                = new System.Windows.Forms.GroupBox();
     this.duOdstampaj             = new System.Windows.Forms.Button();
     this.duOdaberiDnevnik        = new System.Windows.Forms.Button();
     this.duOdaberi               = new System.Windows.Forms.Button();
     this.duZatvori               = new System.Windows.Forms.Button();
     this.duIzbrisi               = new System.Windows.Forms.Button();
     this.duOsvjezi               = new System.Windows.Forms.Button();
     this.duIzmjeni               = new System.Windows.Forms.Button();
     this.duNovi                  = new System.Windows.Forms.Button();
     this.daInstruktori           = new System.Data.SqlClient.SqlDataAdapter();
     this.sqlSelectCommand1       = new System.Data.SqlClient.SqlCommand();
     this.connInstruktori         = new System.Data.SqlClient.SqlConnection();
     this.dsInstruktori1          = new AutoSkola.DSetovi.dsInstruktori();
     this.dgInstruktori           = new System.Windows.Forms.DataGrid();
     this.dgTableStyleInstruktori = new System.Windows.Forms.DataGridTableStyle();
     this.ID              = new System.Windows.Forms.DataGridTextBoxColumn();
     this.Ime             = new System.Windows.Forms.DataGridTextBoxColumn();
     this.Prezime         = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DatumRodjenja   = new System.Windows.Forms.DataGridTextBoxColumn();
     this.Adresa          = new System.Windows.Forms.DataGridTextBoxColumn();
     this.Telefon         = new System.Windows.Forms.DataGridTextBoxColumn();
     this.Email           = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DatumZaposlenja = new System.Windows.Forms.DataGridTextBoxColumn();
     this.Testovi         = new System.Windows.Forms.DataGridBoolColumn();
     this.pictureBoxInst  = new System.Windows.Forms.PictureBox();
     this.gbPretraga.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.gbOpcije.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsInstruktori1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgInstruktori)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxInst)).BeginInit();
     this.SuspendLayout();
     //
     // gbPretraga
     //
     this.gbPretraga.Controls.Add(this.duPretraga);
     this.gbPretraga.Controls.Add(this.cbPolje1);
     this.gbPretraga.Controls.Add(this.tbVrijednost1);
     this.gbPretraga.Controls.Add(this.lbVrijednost2);
     this.gbPretraga.Controls.Add(this.label2);
     this.gbPretraga.Controls.Add(this.pictureBox1);
     this.gbPretraga.Controls.Add(this.cbPolje);
     this.gbPretraga.Controls.Add(this.tbVrijednost);
     this.gbPretraga.Controls.Add(this.lbVrijednost1);
     this.gbPretraga.Controls.Add(this.lbPolje);
     this.gbPretraga.Location = new System.Drawing.Point(8, 360);
     this.gbPretraga.Name     = "gbPretraga";
     this.gbPretraga.Size     = new System.Drawing.Size(599, 112);
     this.gbPretraga.TabIndex = 3;
     this.gbPretraga.TabStop  = false;
     this.gbPretraga.Text     = "        Pretraga";
     //
     // duPretraga
     //
     this.duPretraga.BackColor = System.Drawing.Color.Beige;
     this.duPretraga.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.duPretraga.Image     = ((System.Drawing.Image)(resources.GetObject("duPretraga.Image")));
     this.duPretraga.Location  = new System.Drawing.Point(540, 40);
     this.duPretraga.Name      = "duPretraga";
     this.duPretraga.Size      = new System.Drawing.Size(44, 44);
     this.duPretraga.TabIndex  = 9;
     this.duPretraga.UseVisualStyleBackColor = false;
     this.duPretraga.Click += new System.EventHandler(this.duPretraga_Click);
     //
     // cbPolje1
     //
     this.cbPolje1.Items.AddRange(new object[] {
         "Ime",
         "Prezime",
         "Adresa",
         "Telefon",
         "Email"
     });
     this.cbPolje1.Location              = new System.Drawing.Point(124, 72);
     this.cbPolje1.Name                  = "cbPolje1";
     this.cbPolje1.Size                  = new System.Drawing.Size(136, 24);
     this.cbPolje1.TabIndex              = 6;
     this.cbPolje1.Text                  = "Prezime";
     this.cbPolje1.SelectedValueChanged += new System.EventHandler(this.cbPolje1_SelectedValueChanged);
     //
     // tbVrijednost1
     //
     this.tbVrijednost1.Location     = new System.Drawing.Point(399, 72);
     this.tbVrijednost1.Name         = "tbVrijednost1";
     this.tbVrijednost1.Size         = new System.Drawing.Size(128, 22);
     this.tbVrijednost1.TabIndex     = 8;
     this.tbVrijednost1.TextChanged += new System.EventHandler(this.tbVrijednost1_TextChanged);
     //
     // lbVrijednost2
     //
     this.lbVrijednost2.Location = new System.Drawing.Point(275, 75);
     this.lbVrijednost2.Name     = "lbVrijednost2";
     this.lbVrijednost2.Size     = new System.Drawing.Size(114, 24);
     this.lbVrijednost2.TabIndex = 7;
     this.lbVrijednost2.Text     = "Prezime:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 72);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(112, 32);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Odaberite polje 2:";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(8, -1);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(24, 22);
     this.pictureBox1.TabIndex = 4;
     this.pictureBox1.TabStop  = false;
     //
     // cbPolje
     //
     this.cbPolje.Items.AddRange(new object[] {
         "Ime",
         "Prezime",
         "Adresa",
         "Telefon",
         "Email"
     });
     this.cbPolje.Location              = new System.Drawing.Point(124, 32);
     this.cbPolje.Name                  = "cbPolje";
     this.cbPolje.Size                  = new System.Drawing.Size(136, 24);
     this.cbPolje.TabIndex              = 0;
     this.cbPolje.Text                  = "Ime";
     this.cbPolje.SelectedValueChanged += new System.EventHandler(this.cbPolje_SelectedValueChanged);
     //
     // tbVrijednost
     //
     this.tbVrijednost.Location     = new System.Drawing.Point(399, 32);
     this.tbVrijednost.Name         = "tbVrijednost";
     this.tbVrijednost.Size         = new System.Drawing.Size(128, 22);
     this.tbVrijednost.TabIndex     = 1;
     this.tbVrijednost.TextChanged += new System.EventHandler(this.tbVrijednost_TextChanged);
     //
     // lbVrijednost1
     //
     this.lbVrijednost1.Location = new System.Drawing.Point(275, 33);
     this.lbVrijednost1.Name     = "lbVrijednost1";
     this.lbVrijednost1.Size     = new System.Drawing.Size(114, 24);
     this.lbVrijednost1.TabIndex = 1;
     this.lbVrijednost1.Text     = "Ime:";
     //
     // lbPolje
     //
     this.lbPolje.Location = new System.Drawing.Point(8, 32);
     this.lbPolje.Name     = "lbPolje";
     this.lbPolje.Size     = new System.Drawing.Size(112, 32);
     this.lbPolje.TabIndex = 0;
     this.lbPolje.Text     = "Odaberite polje 1:";
     //
     // gbOpcije
     //
     this.gbOpcije.Controls.Add(this.duOdstampaj);
     this.gbOpcije.Controls.Add(this.duOdaberiDnevnik);
     this.gbOpcije.Controls.Add(this.duOdaberi);
     this.gbOpcije.Controls.Add(this.duZatvori);
     this.gbOpcije.Controls.Add(this.duIzbrisi);
     this.gbOpcije.Controls.Add(this.duOsvjezi);
     this.gbOpcije.Controls.Add(this.duIzmjeni);
     this.gbOpcije.Controls.Add(this.duNovi);
     this.gbOpcije.Location = new System.Drawing.Point(615, 40);
     this.gbOpcije.Name     = "gbOpcije";
     this.gbOpcije.Size     = new System.Drawing.Size(136, 280);
     this.gbOpcije.TabIndex = 2;
     this.gbOpcije.TabStop  = false;
     this.gbOpcije.Text     = "Opcije";
     //
     // duOdstampaj
     //
     this.duOdstampaj.BackColor  = System.Drawing.Color.Beige;
     this.duOdstampaj.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.duOdstampaj.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.duOdstampaj.Image      = ((System.Drawing.Image)(resources.GetObject("duOdstampaj.Image")));
     this.duOdstampaj.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.duOdstampaj.Location   = new System.Drawing.Point(12, 192);
     this.duOdstampaj.Name       = "duOdstampaj";
     this.duOdstampaj.Size       = new System.Drawing.Size(112, 32);
     this.duOdstampaj.TabIndex   = 7;
     this.duOdstampaj.Text       = "         Odštampaj";
     this.duOdstampaj.UseVisualStyleBackColor = false;
     this.duOdstampaj.Click += new System.EventHandler(this.duOdstampaj_Click);
     //
     // duOdaberiDnevnik
     //
     this.duOdaberiDnevnik.BackColor  = System.Drawing.Color.Beige;
     this.duOdaberiDnevnik.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.duOdaberiDnevnik.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.duOdaberiDnevnik.Image      = ((System.Drawing.Image)(resources.GetObject("duOdaberiDnevnik.Image")));
     this.duOdaberiDnevnik.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.duOdaberiDnevnik.Location   = new System.Drawing.Point(12, 192);
     this.duOdaberiDnevnik.Name       = "duOdaberiDnevnik";
     this.duOdaberiDnevnik.Size       = new System.Drawing.Size(112, 32);
     this.duOdaberiDnevnik.TabIndex   = 6;
     this.duOdaberiDnevnik.Text       = "   Odaberi";
     this.duOdaberiDnevnik.UseVisualStyleBackColor = false;
     this.duOdaberiDnevnik.Click += new System.EventHandler(this.duOdaberiDnevnik_Click);
     //
     // duOdaberi
     //
     this.duOdaberi.BackColor  = System.Drawing.Color.Beige;
     this.duOdaberi.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.duOdaberi.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.duOdaberi.Image      = ((System.Drawing.Image)(resources.GetObject("duOdaberi.Image")));
     this.duOdaberi.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.duOdaberi.Location   = new System.Drawing.Point(12, 192);
     this.duOdaberi.Name       = "duOdaberi";
     this.duOdaberi.Size       = new System.Drawing.Size(112, 32);
     this.duOdaberi.TabIndex   = 4;
     this.duOdaberi.Text       = "   Odaberi";
     this.duOdaberi.UseVisualStyleBackColor = false;
     this.duOdaberi.Click += new System.EventHandler(this.duOdaberi_Click);
     //
     // duZatvori
     //
     this.duZatvori.BackColor  = System.Drawing.Color.Beige;
     this.duZatvori.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.duZatvori.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.duZatvori.Image      = ((System.Drawing.Image)(resources.GetObject("duZatvori.Image")));
     this.duZatvori.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.duZatvori.Location   = new System.Drawing.Point(12, 232);
     this.duZatvori.Name       = "duZatvori";
     this.duZatvori.Size       = new System.Drawing.Size(112, 32);
     this.duZatvori.TabIndex   = 5;
     this.duZatvori.Text       = " Zatvori";
     this.duZatvori.UseVisualStyleBackColor = false;
     this.duZatvori.Click += new System.EventHandler(this.duZatvori_Click);
     //
     // duIzbrisi
     //
     this.duIzbrisi.BackColor  = System.Drawing.Color.Beige;
     this.duIzbrisi.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.duIzbrisi.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.duIzbrisi.Image      = ((System.Drawing.Image)(resources.GetObject("duIzbrisi.Image")));
     this.duIzbrisi.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.duIzbrisi.Location   = new System.Drawing.Point(12, 152);
     this.duIzbrisi.Name       = "duIzbrisi";
     this.duIzbrisi.Size       = new System.Drawing.Size(112, 32);
     this.duIzbrisi.TabIndex   = 3;
     this.duIzbrisi.Text       = "Izbriši";
     this.duIzbrisi.UseVisualStyleBackColor = false;
     this.duIzbrisi.Click += new System.EventHandler(this.duIzbrisi_Click);
     //
     // duOsvjezi
     //
     this.duOsvjezi.BackColor  = System.Drawing.Color.Beige;
     this.duOsvjezi.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.duOsvjezi.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.duOsvjezi.Image      = ((System.Drawing.Image)(resources.GetObject("duOsvjezi.Image")));
     this.duOsvjezi.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.duOsvjezi.Location   = new System.Drawing.Point(12, 112);
     this.duOsvjezi.Name       = "duOsvjezi";
     this.duOsvjezi.Size       = new System.Drawing.Size(112, 32);
     this.duOsvjezi.TabIndex   = 2;
     this.duOsvjezi.Text       = " Osvježi";
     this.duOsvjezi.UseVisualStyleBackColor = false;
     this.duOsvjezi.Click += new System.EventHandler(this.duOsvjezi_Click);
     //
     // duIzmjeni
     //
     this.duIzmjeni.BackColor  = System.Drawing.Color.Beige;
     this.duIzmjeni.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.duIzmjeni.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.duIzmjeni.Image      = ((System.Drawing.Image)(resources.GetObject("duIzmjeni.Image")));
     this.duIzmjeni.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.duIzmjeni.Location   = new System.Drawing.Point(12, 72);
     this.duIzmjeni.Name       = "duIzmjeni";
     this.duIzmjeni.Size       = new System.Drawing.Size(112, 32);
     this.duIzmjeni.TabIndex   = 1;
     this.duIzmjeni.Text       = " Izmjeni";
     this.duIzmjeni.UseVisualStyleBackColor = false;
     this.duIzmjeni.Click += new System.EventHandler(this.duIzmjeni_Click);
     //
     // duNovi
     //
     this.duNovi.BackColor  = System.Drawing.Color.Beige;
     this.duNovi.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.duNovi.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.duNovi.Image      = ((System.Drawing.Image)(resources.GetObject("duNovi.Image")));
     this.duNovi.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.duNovi.Location   = new System.Drawing.Point(12, 32);
     this.duNovi.Name       = "duNovi";
     this.duNovi.Size       = new System.Drawing.Size(112, 32);
     this.duNovi.TabIndex   = 0;
     this.duNovi.Text       = "       Dodaj novi";
     this.duNovi.UseVisualStyleBackColor = false;
     this.duNovi.Click += new System.EventHandler(this.duNovi_Click);
     //
     // daInstruktori
     //
     this.daInstruktori.SelectCommand = this.sqlSelectCommand1;
     this.daInstruktori.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Instruktori", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("ID", "ID"),
             new System.Data.Common.DataColumnMapping("Ime", "Ime"),
             new System.Data.Common.DataColumnMapping("Prezime", "Prezime"),
             new System.Data.Common.DataColumnMapping("DatumRodjenja", "DatumRodjenja"),
             new System.Data.Common.DataColumnMapping("Adresa", "Adresa"),
             new System.Data.Common.DataColumnMapping("Telefon", "Telefon"),
             new System.Data.Common.DataColumnMapping("Email", "Email"),
             new System.Data.Common.DataColumnMapping("DatumZaposlenja", "DatumZaposlenja")
         })
     });
     //
     // sqlSelectCommand1
     //
     this.sqlSelectCommand1.CommandText = "SELECT InstruktorID AS ID, Ime, Prezime, DatumRodjenja, Adresa, Telefon, Email, D" +
                                          "atumZaposlenja FROM Instruktori ORDER BY InstruktorID";
     //
     // connInstruktori
     //
     this.connInstruktori.ConnectionString = "Data Source=(local);Initial Catalog=baza;integrated security=SSPI";
     this.connInstruktori.FireInfoMessageEventOnUserErrors = false;
     //
     // dsInstruktori1
     //
     this.dsInstruktori1.DataSetName             = "dsInstruktori";
     this.dsInstruktori1.Locale                  = new System.Globalization.CultureInfo("hr-HR");
     this.dsInstruktori1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // dgInstruktori
     //
     this.dgInstruktori.DataMember      = "";
     this.dgInstruktori.DataSource      = this.dsInstruktori1.Instruktori;
     this.dgInstruktori.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dgInstruktori.Location        = new System.Drawing.Point(8, 48);
     this.dgInstruktori.Name            = "dgInstruktori";
     this.dgInstruktori.ReadOnly        = true;
     this.dgInstruktori.Size            = new System.Drawing.Size(599, 304);
     this.dgInstruktori.TabIndex        = 4;
     this.dgInstruktori.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dgTableStyleInstruktori
     });
     this.dgInstruktori.DoubleClick += new System.EventHandler(this.dgInstruktori_DoubleClick);
     //
     // dgTableStyleInstruktori
     //
     this.dgTableStyleInstruktori.DataGrid = this.dgInstruktori;
     this.dgTableStyleInstruktori.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
         this.ID,
         this.Ime,
         this.Prezime,
         this.DatumRodjenja,
         this.Adresa,
         this.Telefon,
         this.Email,
         this.DatumZaposlenja,
         this.Testovi
     });
     this.dgTableStyleInstruktori.HeaderForeColor    = System.Drawing.SystemColors.ControlText;
     this.dgTableStyleInstruktori.MappingName        = "Instruktori";
     this.dgTableStyleInstruktori.PreferredRowHeight = 22;
     //
     // ID
     //
     this.ID.Format      = "";
     this.ID.FormatInfo  = null;
     this.ID.HeaderText  = "ID";
     this.ID.MappingName = "ID";
     this.ID.Width       = 0;
     //
     // Ime
     //
     this.Ime.Format      = "";
     this.Ime.FormatInfo  = null;
     this.Ime.HeaderText  = "Ime";
     this.Ime.MappingName = "Ime";
     this.Ime.Width       = 75;
     //
     // Prezime
     //
     this.Prezime.Format      = "";
     this.Prezime.FormatInfo  = null;
     this.Prezime.HeaderText  = "Prezime";
     this.Prezime.MappingName = "Prezime";
     this.Prezime.Width       = 75;
     //
     // DatumRodjenja
     //
     this.DatumRodjenja.Format      = "";
     this.DatumRodjenja.FormatInfo  = null;
     this.DatumRodjenja.HeaderText  = "Datum Rodjenja";
     this.DatumRodjenja.MappingName = "DatumRodjenja";
     this.DatumRodjenja.Width       = 105;
     //
     // Adresa
     //
     this.Adresa.Format      = "";
     this.Adresa.FormatInfo  = null;
     this.Adresa.HeaderText  = "Adresa";
     this.Adresa.MappingName = "Adresa";
     this.Adresa.Width       = 95;
     //
     // Telefon
     //
     this.Telefon.Format      = "";
     this.Telefon.FormatInfo  = null;
     this.Telefon.HeaderText  = "Telefon";
     this.Telefon.MappingName = "Telefon";
     this.Telefon.Width       = 85;
     //
     // Email
     //
     this.Email.Format      = "";
     this.Email.FormatInfo  = null;
     this.Email.HeaderText  = "Email";
     this.Email.MappingName = "Email";
     this.Email.Width       = 105;
     //
     // DatumZaposlenja
     //
     this.DatumZaposlenja.Format      = "";
     this.DatumZaposlenja.FormatInfo  = null;
     this.DatumZaposlenja.HeaderText  = "Datum Zaposlenja";
     this.DatumZaposlenja.MappingName = "DatumZaposlenja";
     this.DatumZaposlenja.Width       = 115;
     //
     // Testovi
     //
     this.Testovi.HeaderText  = "Testovi";
     this.Testovi.MappingName = "Testovi";
     this.Testovi.Width       = 75;
     //
     // pictureBoxInst
     //
     this.pictureBoxInst.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBoxInst.Image")));
     this.pictureBoxInst.Location = new System.Drawing.Point(0, 0);
     this.pictureBoxInst.Name     = "pictureBoxInst";
     this.pictureBoxInst.Size     = new System.Drawing.Size(774, 32);
     this.pictureBoxInst.TabIndex = 5;
     this.pictureBoxInst.TabStop  = false;
     //
     // frmInstruktori
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize        = new System.Drawing.Size(763, 480);
     this.Controls.Add(this.pictureBoxInst);
     this.Controls.Add(this.dgInstruktori);
     this.Controls.Add(this.gbPretraga);
     this.Controls.Add(this.gbOpcije);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(771, 520);
     this.Name          = "frmInstruktori";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Instruktori";
     this.Load         += new System.EventHandler(this.frmInstruktori_Load);
     this.gbPretraga.ResumeLayout(false);
     this.gbPretraga.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.gbOpcije.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dsInstruktori1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgInstruktori)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxInst)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPolaganjaUnos));
     this.gbOpcije          = new System.Windows.Forms.GroupBox();
     this.duZatvori         = new System.Windows.Forms.Button();
     this.duSpasi           = new System.Windows.Forms.Button();
     this.gbPodaci          = new System.Windows.Forms.GroupBox();
     this.cbInstruktor      = new System.Windows.Forms.ComboBox();
     this.dsInstruktori1    = new AutoSkola.DSetovi.dsInstruktori();
     this.cbKategorija      = new System.Windows.Forms.ComboBox();
     this.dsKategorije1     = new AutoSkola.DSetovi.dsKategorije();
     this.cbKandidat        = new System.Windows.Forms.ComboBox();
     this.dsKandidati1      = new AutoSkola.DSetovi.dsKandidati();
     this.tbKandidatID      = new System.Windows.Forms.TextBox();
     this.lblKandidatID     = new System.Windows.Forms.Label();
     this.lblKategorijaID   = new System.Windows.Forms.Label();
     this.lblInstruktorID   = new System.Windows.Forms.Label();
     this.chBoxPolozeno     = new System.Windows.Forms.CheckBox();
     this.cbPokusaj         = new System.Windows.Forms.ComboBox();
     this.DTPdatPolaganja   = new System.Windows.Forms.DateTimePicker();
     this.tbPolaganjeID     = new System.Windows.Forms.TextBox();
     this.lbPolozeno        = new System.Windows.Forms.Label();
     this.lbPokusaj         = new System.Windows.Forms.Label();
     this.lbDatumPolaganja  = new System.Windows.Forms.Label();
     this.tbInstruktorID    = new System.Windows.Forms.TextBox();
     this.tbKategorijaID    = new System.Windows.Forms.TextBox();
     this.connPolaganjaUnos = new System.Data.SqlClient.SqlConnection();
     this.gbOpcije.SuspendLayout();
     this.gbPodaci.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsInstruktori1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsKategorije1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsKandidati1)).BeginInit();
     this.SuspendLayout();
     //
     // gbOpcije
     //
     this.gbOpcije.BackColor = System.Drawing.SystemColors.Control;
     this.gbOpcije.Controls.Add(this.duZatvori);
     this.gbOpcije.Controls.Add(this.duSpasi);
     this.gbOpcije.Location = new System.Drawing.Point(16, 280);
     this.gbOpcije.Name     = "gbOpcije";
     this.gbOpcije.Size     = new System.Drawing.Size(312, 72);
     this.gbOpcije.TabIndex = 1;
     this.gbOpcije.TabStop  = false;
     this.gbOpcije.Text     = "Opcije";
     //
     // duZatvori
     //
     this.duZatvori.BackColor  = System.Drawing.Color.Beige;
     this.duZatvori.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.duZatvori.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.duZatvori.Image      = ((System.Drawing.Image)(resources.GetObject("duZatvori.Image")));
     this.duZatvori.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.duZatvori.Location   = new System.Drawing.Point(176, 24);
     this.duZatvori.Name       = "duZatvori";
     this.duZatvori.Size       = new System.Drawing.Size(112, 32);
     this.duZatvori.TabIndex   = 1;
     this.duZatvori.Text       = "       Zatvori";
     this.duZatvori.UseVisualStyleBackColor = false;
     this.duZatvori.Click += new System.EventHandler(this.duZatvori_Click);
     //
     // duSpasi
     //
     this.duSpasi.BackColor  = System.Drawing.Color.Beige;
     this.duSpasi.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.duSpasi.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.duSpasi.Image      = ((System.Drawing.Image)(resources.GetObject("duSpasi.Image")));
     this.duSpasi.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.duSpasi.Location   = new System.Drawing.Point(26, 24);
     this.duSpasi.Name       = "duSpasi";
     this.duSpasi.Size       = new System.Drawing.Size(112, 32);
     this.duSpasi.TabIndex   = 0;
     this.duSpasi.Text       = "       Spasi";
     this.duSpasi.UseVisualStyleBackColor = false;
     this.duSpasi.Click += new System.EventHandler(this.duSpasi_Click);
     //
     // gbPodaci
     //
     this.gbPodaci.BackColor = System.Drawing.SystemColors.Control;
     this.gbPodaci.Controls.Add(this.cbInstruktor);
     this.gbPodaci.Controls.Add(this.cbKategorija);
     this.gbPodaci.Controls.Add(this.cbKandidat);
     this.gbPodaci.Controls.Add(this.tbKandidatID);
     this.gbPodaci.Controls.Add(this.lblKandidatID);
     this.gbPodaci.Controls.Add(this.lblKategorijaID);
     this.gbPodaci.Controls.Add(this.lblInstruktorID);
     this.gbPodaci.Controls.Add(this.chBoxPolozeno);
     this.gbPodaci.Controls.Add(this.cbPokusaj);
     this.gbPodaci.Controls.Add(this.DTPdatPolaganja);
     this.gbPodaci.Controls.Add(this.tbPolaganjeID);
     this.gbPodaci.Controls.Add(this.lbPolozeno);
     this.gbPodaci.Controls.Add(this.lbPokusaj);
     this.gbPodaci.Controls.Add(this.lbDatumPolaganja);
     this.gbPodaci.Controls.Add(this.tbInstruktorID);
     this.gbPodaci.Controls.Add(this.tbKategorijaID);
     this.gbPodaci.Location = new System.Drawing.Point(16, 11);
     this.gbPodaci.Name     = "gbPodaci";
     this.gbPodaci.Size     = new System.Drawing.Size(312, 263);
     this.gbPodaci.TabIndex = 0;
     this.gbPodaci.TabStop  = false;
     this.gbPodaci.Text     = "Unos Podataka";
     //
     // cbInstruktor
     //
     this.cbInstruktor.DataSource        = this.dsInstruktori1;
     this.cbInstruktor.DisplayMember     = "Instruktori.Ime";
     this.cbInstruktor.FormattingEnabled = true;
     this.cbInstruktor.Location          = new System.Drawing.Point(144, 223);
     this.cbInstruktor.Name                  = "cbInstruktor";
     this.cbInstruktor.Size                  = new System.Drawing.Size(152, 24);
     this.cbInstruktor.TabIndex              = 5;
     this.cbInstruktor.SelectedValueChanged += new System.EventHandler(this.cbInstruktor_SelectedValueChanged);
     //
     // dsInstruktori1
     //
     this.dsInstruktori1.DataSetName             = "dsInstruktori";
     this.dsInstruktori1.Locale                  = new System.Globalization.CultureInfo("hr-HR");
     this.dsInstruktori1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // cbKategorija
     //
     this.cbKategorija.DataSource        = this.dsKategorije1;
     this.cbKategorija.DisplayMember     = "Kategorije.Kategorija";
     this.cbKategorija.FormattingEnabled = true;
     this.cbKategorija.Location          = new System.Drawing.Point(144, 75);
     this.cbKategorija.Name     = "cbKategorija";
     this.cbKategorija.Size     = new System.Drawing.Size(121, 24);
     this.cbKategorija.TabIndex = 1;
     this.cbKategorija.Tag      = "Kategorije.KategorijaID";
     //
     // dsKategorije1
     //
     this.dsKategorije1.DataSetName             = "dsKategorije";
     this.dsKategorije1.Locale                  = new System.Globalization.CultureInfo("hr-HR");
     this.dsKategorije1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // cbKandidat
     //
     this.cbKandidat.DataSource        = this.dsKandidati1;
     this.cbKandidat.DisplayMember     = "Kandidati.Ime";
     this.cbKandidat.FormattingEnabled = true;
     this.cbKandidat.Location          = new System.Drawing.Point(144, 32);
     this.cbKandidat.Name     = "cbKandidat";
     this.cbKandidat.Size     = new System.Drawing.Size(152, 24);
     this.cbKandidat.TabIndex = 0;
     //
     // dsKandidati1
     //
     this.dsKandidati1.DataSetName             = "dsKandidati";
     this.dsKandidati1.Locale                  = new System.Globalization.CultureInfo("hr-HR");
     this.dsKandidati1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // tbKandidatID
     //
     this.tbKandidatID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsKandidati1, "Kandidati.KandidatID", true));
     this.tbKandidatID.Location = new System.Drawing.Point(145, 33);
     this.tbKandidatID.Name     = "tbKandidatID";
     this.tbKandidatID.ReadOnly = true;
     this.tbKandidatID.Size     = new System.Drawing.Size(27, 22);
     this.tbKandidatID.TabIndex = 26;
     //
     // lblKandidatID
     //
     this.lblKandidatID.Location  = new System.Drawing.Point(16, 32);
     this.lblKandidatID.Name      = "lblKandidatID";
     this.lblKandidatID.Size      = new System.Drawing.Size(87, 23);
     this.lblKandidatID.TabIndex  = 25;
     this.lblKandidatID.Text      = "Kandidat:";
     this.lblKandidatID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblKategorijaID
     //
     this.lblKategorijaID.Location  = new System.Drawing.Point(15, 75);
     this.lblKategorijaID.Name      = "lblKategorijaID";
     this.lblKategorijaID.Size      = new System.Drawing.Size(88, 23);
     this.lblKategorijaID.TabIndex  = 24;
     this.lblKategorijaID.Text      = "Kategorija:";
     this.lblKategorijaID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblInstruktorID
     //
     this.lblInstruktorID.Location  = new System.Drawing.Point(15, 223);
     this.lblInstruktorID.Name      = "lblInstruktorID";
     this.lblInstruktorID.Size      = new System.Drawing.Size(76, 23);
     this.lblInstruktorID.TabIndex  = 23;
     this.lblInstruktorID.Text      = "Instruktor:";
     this.lblInstruktorID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chBoxPolozeno
     //
     this.chBoxPolozeno.Location = new System.Drawing.Point(144, 192);
     this.chBoxPolozeno.Name     = "chBoxPolozeno";
     this.chBoxPolozeno.Size     = new System.Drawing.Size(40, 16);
     this.chBoxPolozeno.TabIndex = 4;
     //
     // cbPokusaj
     //
     this.cbPokusaj.Items.AddRange(new object[] {
         "Prvi",
         "Drugi ",
         "Treci",
         "Cetvrti",
         "Peti",
         "Šesti",
         "Sedmi",
         "Osmi",
         "Deveti",
         "Deseti"
     });
     this.cbPokusaj.Location = new System.Drawing.Point(144, 152);
     this.cbPokusaj.Name     = "cbPokusaj";
     this.cbPokusaj.Size     = new System.Drawing.Size(152, 24);
     this.cbPokusaj.TabIndex = 3;
     //
     // DTPdatPolaganja
     //
     this.DTPdatPolaganja.CustomFormat = "";
     this.DTPdatPolaganja.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
     this.DTPdatPolaganja.Location     = new System.Drawing.Point(144, 115);
     this.DTPdatPolaganja.Name         = "DTPdatPolaganja";
     this.DTPdatPolaganja.Size         = new System.Drawing.Size(152, 22);
     this.DTPdatPolaganja.TabIndex     = 2;
     this.DTPdatPolaganja.Value        = new System.DateTime(2007, 10, 24, 0, 0, 0, 0);
     //
     // tbPolaganjeID
     //
     this.tbPolaganjeID.Location = new System.Drawing.Point(176, 33);
     this.tbPolaganjeID.Name     = "tbPolaganjeID";
     this.tbPolaganjeID.ReadOnly = true;
     this.tbPolaganjeID.Size     = new System.Drawing.Size(27, 22);
     this.tbPolaganjeID.TabIndex = 0;
     this.tbPolaganjeID.TabStop  = false;
     //
     // lbPolozeno
     //
     this.lbPolozeno.Location  = new System.Drawing.Point(16, 188);
     this.lbPolozeno.Name      = "lbPolozeno";
     this.lbPolozeno.Size      = new System.Drawing.Size(120, 23);
     this.lbPolozeno.TabIndex  = 5;
     this.lbPolozeno.Text      = "Položeno:";
     this.lbPolozeno.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbPokusaj
     //
     this.lbPokusaj.Location  = new System.Drawing.Point(16, 152);
     this.lbPokusaj.Name      = "lbPokusaj";
     this.lbPokusaj.Size      = new System.Drawing.Size(120, 23);
     this.lbPokusaj.TabIndex  = 4;
     this.lbPokusaj.Text      = "Pokušaj:";
     this.lbPokusaj.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbDatumPolaganja
     //
     this.lbDatumPolaganja.Location  = new System.Drawing.Point(15, 115);
     this.lbDatumPolaganja.Name      = "lbDatumPolaganja";
     this.lbDatumPolaganja.Size      = new System.Drawing.Size(120, 23);
     this.lbDatumPolaganja.TabIndex  = 3;
     this.lbDatumPolaganja.Text      = "Datum polaganja:";
     this.lbDatumPolaganja.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tbInstruktorID
     //
     this.tbInstruktorID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsInstruktori1, "Instruktori.ID", true));
     this.tbInstruktorID.Location = new System.Drawing.Point(144, 224);
     this.tbInstruktorID.Name     = "tbInstruktorID";
     this.tbInstruktorID.ReadOnly = true;
     this.tbInstruktorID.Size     = new System.Drawing.Size(27, 22);
     this.tbInstruktorID.TabIndex = 31;
     //
     // tbKategorijaID
     //
     this.tbKategorijaID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsKategorije1, "Kategorije.KategorijaID", true));
     this.tbKategorijaID.Location = new System.Drawing.Point(145, 76);
     this.tbKategorijaID.Name     = "tbKategorijaID";
     this.tbKategorijaID.ReadOnly = true;
     this.tbKategorijaID.Size     = new System.Drawing.Size(27, 22);
     this.tbKategorijaID.TabIndex = 29;
     //
     // connPolaganjaUnos
     //
     this.connPolaganjaUnos.ConnectionString = "Data Source=(local);Initial Catalog=baza;integrated security=SSPI";
     this.connPolaganjaUnos.FireInfoMessageEventOnUserErrors = false;
     //
     // frmPolaganjaUnos
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize        = new System.Drawing.Size(344, 367);
     this.Controls.Add(this.gbOpcije);
     this.Controls.Add(this.gbPodaci);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "frmPolaganjaUnos";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Unos polaganja";
     this.Load           += new System.EventHandler(this.frmPolaganjaUnos_Load);
     this.gbOpcije.ResumeLayout(false);
     this.gbPodaci.ResumeLayout(false);
     this.gbPodaci.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsInstruktori1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsKategorije1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsKandidati1)).EndInit();
     this.ResumeLayout(false);
 }