namespace MySQLProba
{
partial class Form1
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(379, 53);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(180, 23);
this.button1.TabIndex = 0;
this.button1.Text = "Konektuj se na bazu";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.btnKonektuj_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(262, 262);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(110, 23);
this.button2.TabIndex = 1;
this.button2.Text = "Postavi upit";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.btnPosaljiUpit_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(259, 188);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(113, 23);
this.button3.TabIndex = 2;
this.button3.Text = "Prikazi rezultate";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.btnPrikaziRezultate_Click);
//
// richTextBox1
//
this.richTextBox1.Location = new System.Drawing.Point(428, 139);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(100, 96);
this.richTextBox1.TabIndex = 3;
this.richTextBox1.Text = "";
//
// panel1
//
this.panel1.Location = new System.Drawing.Point(38, 220);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(200, 100);
this.panel1.TabIndex = 4;
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(4, 9);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersWidth = 51;
this.dataGridView1.RowTemplate.Height = 24;
this.dataGridView1.Size = new System.Drawing.Size(240, 150);
this.dataGridView1.TabIndex = 5;
//
// Form1
//
this.ClientSize = new System.Drawing.Size(597, 379);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.richTextBox1);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Name = "Form1";
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.DataGridView dataGridView1;
}
}