namespace TestForms
{
partial class TestFrame
{
///
/// 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()
{
fillButton = new Button();
clearButton = new Button();
listBox = new CustomComponents.Frame();
frameTextBox1 = new CustomComponents.frameTextBox();
frameCustomGridView1 = new CustomComponents.frameCustomGridView();
buttonConfigureGridView = new Button();
fillGridViewButton = new Button();
getSelectedRowButton = new Button();
SuspendLayout();
//
// fillButton
//
fillButton.Location = new Point(175, 19);
fillButton.Name = "fillButton";
fillButton.Size = new Size(94, 29);
fillButton.TabIndex = 1;
fillButton.Text = "FILL";
fillButton.UseVisualStyleBackColor = true;
fillButton.Click += fillButton_Click;
//
// clearButton
//
clearButton.Location = new Point(175, 75);
clearButton.Name = "clearButton";
clearButton.Size = new Size(94, 29);
clearButton.TabIndex = 2;
clearButton.Text = "CLEAR";
clearButton.UseVisualStyleBackColor = true;
clearButton.Click += clearButton_Click;
//
// listBox
//
listBox.Location = new Point(-3, 0);
listBox.Name = "listBox";
listBox.Size = new Size(171, 160);
listBox.TabIndex = 3;
listBox.Value = "";
//
// frameTextBox1
//
frameTextBox1.Location = new Point(312, 19);
frameTextBox1.Name = "frameTextBox1";
frameTextBox1.Size = new Size(291, 91);
frameTextBox1.TabIndex = 4;
frameTextBox1.Value = null;
//
// frameCustomGridView1
//
frameCustomGridView1.IndexProperty = 0;
frameCustomGridView1.Location = new Point(12, 166);
frameCustomGridView1.Name = "frameCustomGridView1";
frameCustomGridView1.Size = new Size(309, 194);
frameCustomGridView1.TabIndex = 5;
//
// buttonConfigureGridView
//
buttonConfigureGridView.Location = new Point(327, 182);
buttonConfigureGridView.Name = "buttonConfigureGridView";
buttonConfigureGridView.Size = new Size(111, 29);
buttonConfigureGridView.TabIndex = 6;
buttonConfigureGridView.Text = "CONFIGURE";
buttonConfigureGridView.UseVisualStyleBackColor = true;
buttonConfigureGridView.Click += buttonConfigureGridView_Click;
//
// fillGridViewButton
//
fillGridViewButton.Location = new Point(327, 250);
fillGridViewButton.Name = "fillGridViewButton";
fillGridViewButton.Size = new Size(111, 29);
fillGridViewButton.TabIndex = 7;
fillGridViewButton.Text = "FILL";
fillGridViewButton.UseVisualStyleBackColor = true;
fillGridViewButton.Visible = false;
fillGridViewButton.Click += fillGridViewButton_Click;
//
// getSelectedRowButton
//
getSelectedRowButton.Location = new Point(327, 285);
getSelectedRowButton.Name = "getSelectedRowButton";
getSelectedRowButton.Size = new Size(111, 29);
getSelectedRowButton.TabIndex = 8;
getSelectedRowButton.Text = "GET";
getSelectedRowButton.UseVisualStyleBackColor = true;
getSelectedRowButton.Visible = false;
getSelectedRowButton.Click += getSelectedRowButton_Click;
//
// TestFrame
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 451);
Controls.Add(getSelectedRowButton);
Controls.Add(fillGridViewButton);
Controls.Add(buttonConfigureGridView);
Controls.Add(frameCustomGridView1);
Controls.Add(frameTextBox1);
Controls.Add(clearButton);
Controls.Add(fillButton);
Controls.Add(listBox);
Name = "TestFrame";
Text = "Form1";
ResumeLayout(false);
}
#endregion
private Button fillButton;
private Button clearButton;
private CustomComponents.Frame listBox;
private CustomComponents.frameTextBox frameTextBox1;
private CustomComponents.frameCustomGridView frameCustomGridView1;
private Button buttonConfigureGridView;
private Button fillGridViewButton;
private Button getSelectedRowButton;
}
}