Update 20250423
This commit is contained in:
197
Client/Diverses/FrmExternalDocEdit.Designer.cs
generated
Normal file
197
Client/Diverses/FrmExternalDocEdit.Designer.cs
generated
Normal file
@@ -0,0 +1,197 @@
|
||||
namespace OnDoc.Diverses
|
||||
{
|
||||
partial class FrmExternalDocEdit
|
||||
{
|
||||
/// <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(FrmExternalDocEdit));
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.button2 = new System.Windows.Forms.Button();
|
||||
this.button3 = new System.Windows.Forms.Button();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.lblKunde = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.lbldokument = new System.Windows.Forms.Label();
|
||||
this.sfButton1 = new Syncfusion.WinForms.Controls.SfButton();
|
||||
this.sfButton2 = new Syncfusion.WinForms.Controls.SfButton();
|
||||
this.sfButton3 = new Syncfusion.WinForms.Controls.SfButton();
|
||||
this.lblmessage = new System.Windows.Forms.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(2, 110);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(153, 23);
|
||||
this.button1.TabIndex = 0;
|
||||
this.button1.Text = "Neues Dokument erstellen";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Visible = false;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// button2
|
||||
//
|
||||
this.button2.Location = new System.Drawing.Point(170, 110);
|
||||
this.button2.Name = "button2";
|
||||
this.button2.Size = new System.Drawing.Size(196, 23);
|
||||
this.button2.TabIndex = 1;
|
||||
this.button2.Text = "Dokument kopieren und bearbeiten";
|
||||
this.button2.UseVisualStyleBackColor = true;
|
||||
this.button2.Visible = false;
|
||||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||||
//
|
||||
// button3
|
||||
//
|
||||
this.button3.Location = new System.Drawing.Point(372, 110);
|
||||
this.button3.Name = "button3";
|
||||
this.button3.Size = new System.Drawing.Size(230, 23);
|
||||
this.button3.TabIndex = 2;
|
||||
this.button3.Text = "Bestehendes Dokument wiederbearbeiten";
|
||||
this.button3.UseVisualStyleBackColor = true;
|
||||
this.button3.Visible = false;
|
||||
this.button3.Click += new System.EventHandler(this.button3_Click);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.Location = new System.Drawing.Point(5, 28);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(53, 17);
|
||||
this.label1.TabIndex = 3;
|
||||
this.label1.Text = "Kunde:";
|
||||
//
|
||||
// lblKunde
|
||||
//
|
||||
this.lblKunde.AutoSize = true;
|
||||
this.lblKunde.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lblKunde.Location = new System.Drawing.Point(109, 28);
|
||||
this.lblKunde.Name = "lblKunde";
|
||||
this.lblKunde.Size = new System.Drawing.Size(0, 17);
|
||||
this.lblKunde.TabIndex = 4;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label2.Location = new System.Drawing.Point(5, 62);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(76, 17);
|
||||
this.label2.TabIndex = 5;
|
||||
this.label2.Text = "Dokument:";
|
||||
//
|
||||
// lbldokument
|
||||
//
|
||||
this.lbldokument.AutoSize = true;
|
||||
this.lbldokument.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lbldokument.Location = new System.Drawing.Point(109, 62);
|
||||
this.lbldokument.Name = "lbldokument";
|
||||
this.lbldokument.Size = new System.Drawing.Size(0, 17);
|
||||
this.lbldokument.TabIndex = 6;
|
||||
//
|
||||
// sfButton1
|
||||
//
|
||||
this.sfButton1.Font = new System.Drawing.Font("Segoe UI Semibold", 9F);
|
||||
this.sfButton1.Location = new System.Drawing.Point(6, 110);
|
||||
this.sfButton1.Name = "sfButton1";
|
||||
this.sfButton1.Size = new System.Drawing.Size(162, 28);
|
||||
this.sfButton1.TabIndex = 7;
|
||||
this.sfButton1.Text = "Neues Dokument erstellen";
|
||||
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(174, 110);
|
||||
this.sfButton2.Name = "sfButton2";
|
||||
this.sfButton2.Size = new System.Drawing.Size(211, 28);
|
||||
this.sfButton2.TabIndex = 8;
|
||||
this.sfButton2.Text = "Dokument kopieren und bearbeiten";
|
||||
this.sfButton2.Click += new System.EventHandler(this.sfButton2_Click);
|
||||
//
|
||||
// sfButton3
|
||||
//
|
||||
this.sfButton3.Font = new System.Drawing.Font("Segoe UI Semibold", 9F);
|
||||
this.sfButton3.Location = new System.Drawing.Point(391, 110);
|
||||
this.sfButton3.Name = "sfButton3";
|
||||
this.sfButton3.Size = new System.Drawing.Size(256, 28);
|
||||
this.sfButton3.TabIndex = 9;
|
||||
this.sfButton3.Text = "Bestehendes Dokument wiederbearbeiten";
|
||||
this.sfButton3.Click += new System.EventHandler(this.sfButton3_Click);
|
||||
//
|
||||
// lblmessage
|
||||
//
|
||||
this.lblmessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lblmessage.Location = new System.Drawing.Point(112, 62);
|
||||
this.lblmessage.Name = "lblmessage";
|
||||
this.lblmessage.Size = new System.Drawing.Size(529, 34);
|
||||
this.lblmessage.TabIndex = 10;
|
||||
this.lblmessage.Text = "label3";
|
||||
//
|
||||
// FrmExternalDocEdit
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(646, 156);
|
||||
this.Controls.Add(this.lblmessage);
|
||||
this.Controls.Add(this.sfButton3);
|
||||
this.Controls.Add(this.sfButton2);
|
||||
this.Controls.Add(this.sfButton1);
|
||||
this.Controls.Add(this.lbldokument);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.lblKunde);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.button3);
|
||||
this.Controls.Add(this.button2);
|
||||
this.Controls.Add(this.button1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "FrmExternalDocEdit";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
|
||||
this.Text = "Neues Dokument OnDoc";
|
||||
this.Load += new System.EventHandler(this.FrmExternalDocEdit_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button button1;
|
||||
private System.Windows.Forms.Button button2;
|
||||
private System.Windows.Forms.Button button3;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label lblKunde;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label lbldokument;
|
||||
private Syncfusion.WinForms.Controls.SfButton sfButton1;
|
||||
private Syncfusion.WinForms.Controls.SfButton sfButton2;
|
||||
private Syncfusion.WinForms.Controls.SfButton sfButton3;
|
||||
private System.Windows.Forms.Label lblmessage;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user