update 20241201
This commit is contained in:
104
Client - Kopie/Backup/DocMgmt/Serienbrief_Sheetselect.Designer.cs
generated
Normal file
104
Client - Kopie/Backup/DocMgmt/Serienbrief_Sheetselect.Designer.cs
generated
Normal file
@@ -0,0 +1,104 @@
|
||||
namespace OnDoc.DocMgmt
|
||||
{
|
||||
partial class Serienbrief_Sheetselect
|
||||
{
|
||||
/// <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(Serienbrief_Sheetselect));
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.ListViewSheets = new Syncfusion.WinForms.ListView.SfListView();
|
||||
this.btnOK = new System.Windows.Forms.Button();
|
||||
this.btnCancel = new System.Windows.Forms.Button();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(15, 18);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(174, 13);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "Tabellenblatt mit den Daten wählen";
|
||||
//
|
||||
// ListViewSheets
|
||||
//
|
||||
this.ListViewSheets.AccessibleName = "ScrollControl";
|
||||
this.ListViewSheets.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.ListViewSheets.Location = new System.Drawing.Point(18, 50);
|
||||
this.ListViewSheets.Name = "ListViewSheets";
|
||||
this.ListViewSheets.Size = new System.Drawing.Size(259, 153);
|
||||
this.ListViewSheets.TabIndex = 1;
|
||||
this.ListViewSheets.Text = "sfListView1";
|
||||
//
|
||||
// btnOK
|
||||
//
|
||||
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||
this.btnOK.Location = new System.Drawing.Point(202, 221);
|
||||
this.btnOK.Name = "btnOK";
|
||||
this.btnOK.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnOK.TabIndex = 2;
|
||||
this.btnOK.Text = "OK";
|
||||
this.btnOK.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// btnCancel
|
||||
//
|
||||
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.btnCancel.Location = new System.Drawing.Point(18, 221);
|
||||
this.btnCancel.Name = "btnCancel";
|
||||
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnCancel.TabIndex = 3;
|
||||
this.btnCancel.Text = "Abbruch";
|
||||
this.btnCancel.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// Serienbrief_Sheetselect
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(307, 274);
|
||||
this.Controls.Add(this.btnCancel);
|
||||
this.Controls.Add(this.btnOK);
|
||||
this.Controls.Add(this.ListViewSheets);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "Serienbrief_Sheetselect";
|
||||
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
|
||||
this.Text = "Serienbrief_Sheetselect";
|
||||
this.Load += new System.EventHandler(this.Serienbrief_Sheetselect_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Label label1;
|
||||
private Syncfusion.WinForms.ListView.SfListView ListViewSheets;
|
||||
private System.Windows.Forms.Button btnOK;
|
||||
private System.Windows.Forms.Button btnCancel;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user