75 lines
2.8 KiB
C#
75 lines
2.8 KiB
C#
namespace SanSystem
|
|
{
|
|
partial class frmObjekteList
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.dGObjekte = new System.Windows.Forms.DataGridView();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.dGObjekte)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// dGObjekte
|
|
//
|
|
this.dGObjekte.AllowUserToOrderColumns = true;
|
|
this.dGObjekte.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dGObjekte.Location = new System.Drawing.Point(12, 12);
|
|
this.dGObjekte.Name = "dGObjekte";
|
|
this.dGObjekte.RowTemplate.Height = 24;
|
|
this.dGObjekte.Size = new System.Drawing.Size(348, 163);
|
|
this.dGObjekte.TabIndex = 0;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(448, 51);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(136, 124);
|
|
this.button1.TabIndex = 1;
|
|
this.button1.Text = "button1";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// frmObjekteList
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(639, 253);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.dGObjekte);
|
|
this.Name = "frmObjekteList";
|
|
this.Text = "frmObjekteList";
|
|
((System.ComponentModel.ISupportInitialize)(this.dGObjekte)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DataGridView dGObjekte;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
} |