You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
110 lines
5.2 KiB
110 lines
5.2 KiB
namespace OnDoc.DocMgmt
|
|
{
|
|
partial class SerienbriefTemplateLoad
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SerienbriefTemplateLoad));
|
|
this.sfDataGrid1 = new Syncfusion.WinForms.DataGrid.SfDataGrid();
|
|
this.sfButton1 = new Syncfusion.WinForms.Controls.SfButton();
|
|
this.sfButton2 = new Syncfusion.WinForms.Controls.SfButton();
|
|
this.sfButton3 = new Syncfusion.WinForms.Controls.SfButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// sfDataGrid1
|
|
//
|
|
this.sfDataGrid1.AccessibleName = "Table";
|
|
this.sfDataGrid1.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.LastColumnFill;
|
|
this.sfDataGrid1.Location = new System.Drawing.Point(5, 19);
|
|
this.sfDataGrid1.Name = "sfDataGrid1";
|
|
this.sfDataGrid1.Size = new System.Drawing.Size(417, 150);
|
|
this.sfDataGrid1.TabIndex = 0;
|
|
this.sfDataGrid1.Text = "sfDataGrid1";
|
|
this.sfDataGrid1.CellClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.sfDataGrid1_CellClick);
|
|
this.sfDataGrid1.CellDoubleClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.sfDataGrid1_CellDoubleClick);
|
|
//
|
|
// sfButton1
|
|
//
|
|
this.sfButton1.Enabled = false;
|
|
this.sfButton1.Font = new System.Drawing.Font("Segoe UI Semibold", 9F);
|
|
this.sfButton1.Location = new System.Drawing.Point(326, 175);
|
|
this.sfButton1.Name = "sfButton1";
|
|
this.sfButton1.Size = new System.Drawing.Size(96, 28);
|
|
this.sfButton1.TabIndex = 1;
|
|
this.sfButton1.Text = "Übernehmen";
|
|
this.sfButton1.Click += new System.EventHandler(this.sfButton1_Click);
|
|
//
|
|
// sfButton2
|
|
//
|
|
this.sfButton2.Font = new System.Drawing.Font("Segoe UI Semibold", 9F);
|
|
this.sfButton2.Location = new System.Drawing.Point(5, 175);
|
|
this.sfButton2.Name = "sfButton2";
|
|
this.sfButton2.Size = new System.Drawing.Size(96, 28);
|
|
this.sfButton2.TabIndex = 2;
|
|
this.sfButton2.Text = "Abbrechen";
|
|
this.sfButton2.Click += new System.EventHandler(this.sfButton2_Click);
|
|
//
|
|
// sfButton3
|
|
//
|
|
this.sfButton3.Enabled = false;
|
|
this.sfButton3.Font = new System.Drawing.Font("Segoe UI Semibold", 9F);
|
|
this.sfButton3.Location = new System.Drawing.Point(439, 19);
|
|
this.sfButton3.Name = "sfButton3";
|
|
this.sfButton3.Size = new System.Drawing.Size(96, 28);
|
|
this.sfButton3.TabIndex = 3;
|
|
this.sfButton3.Text = "Löschen";
|
|
this.sfButton3.Click += new System.EventHandler(this.sfButton3_Click);
|
|
//
|
|
// SerienbriefTemplateLoad
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(570, 218);
|
|
this.Controls.Add(this.sfButton3);
|
|
this.Controls.Add(this.sfButton2);
|
|
this.Controls.Add(this.sfButton1);
|
|
this.Controls.Add(this.sfDataGrid1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "SerienbriefTemplateLoad";
|
|
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
|
|
this.Text = "Vorlage laden";
|
|
this.Load += new System.EventHandler(this.SerienbriefTemplateLoad_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Syncfusion.WinForms.DataGrid.SfDataGrid sfDataGrid1;
|
|
private Syncfusion.WinForms.Controls.SfButton sfButton1;
|
|
private Syncfusion.WinForms.Controls.SfButton sfButton2;
|
|
private Syncfusion.WinForms.Controls.SfButton sfButton3;
|
|
}
|
|
} |