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.
206 lines
9.4 KiB
206 lines
9.4 KiB
namespace OnDoc.Diverses
|
|
{
|
|
partial class PartnerUmteilung
|
|
{
|
|
/// <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(PartnerUmteilung));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.sfButton1 = new Syncfusion.WinForms.Controls.SfButton();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(3, 122);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(138, 16);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Gewählte Dokumente:";
|
|
this.label1.Click += new System.EventHandler(this.label1_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(7, 16);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(82, 16);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "Vom Kunde: ";
|
|
//
|
|
// sfButton1
|
|
//
|
|
this.sfButton1.Font = new System.Drawing.Font("Segoe UI Semibold", 9F);
|
|
this.sfButton1.Location = new System.Drawing.Point(7, 66);
|
|
this.sfButton1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.sfButton1.Name = "sfButton1";
|
|
this.sfButton1.Size = new System.Drawing.Size(63, 34);
|
|
this.sfButton1.Style.Image = global::OnDoc.Properties.Resources.Search_24x24_32;
|
|
this.sfButton1.TabIndex = 3;
|
|
this.sfButton1.Tag = "Partner suchen";
|
|
this.sfButton1.Click += new System.EventHandler(this.sfButton1_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(5, 42);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(84, 16);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "Zum Kunden:";
|
|
this.label3.Click += new System.EventHandler(this.label3_Click);
|
|
//
|
|
// richTextBox1
|
|
//
|
|
this.richTextBox1.Location = new System.Drawing.Point(3, 142);
|
|
this.richTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.richTextBox1.Name = "richTextBox1";
|
|
this.richTextBox1.ReadOnly = true;
|
|
this.richTextBox1.Size = new System.Drawing.Size(613, 142);
|
|
this.richTextBox1.TabIndex = 5;
|
|
this.richTextBox1.Text = "";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(108, 46);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(0, 16);
|
|
this.label4.TabIndex = 6;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Enabled = false;
|
|
this.button1.Location = new System.Drawing.Point(288, 299);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(100, 28);
|
|
this.button1.TabIndex = 7;
|
|
this.button1.Text = "Umteilen";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.button2);
|
|
this.panel1.Controls.Add(this.label6);
|
|
this.panel1.Controls.Add(this.label5);
|
|
this.panel1.Location = new System.Drawing.Point(3, 292);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(619, 110);
|
|
this.panel1.TabIndex = 8;
|
|
this.panel1.Visible = false;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(243, 66);
|
|
this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(152, 28);
|
|
this.button2.TabIndex = 2;
|
|
this.button2.Text = "Fenster schliessen";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label6.Location = new System.Drawing.Point(3, 33);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(509, 17);
|
|
this.label6.TabIndex = 1;
|
|
this.label6.Text = "Kundenspezifische Daten wurden in den Dokumenten nicht geändert.";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(4, 7);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(272, 16);
|
|
this.label5.TabIndex = 0;
|
|
this.label5.Text = "Die Dokumente wurden erfolgreich umgeteilt.";
|
|
//
|
|
// PartnerUmteilung
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(625, 406);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.richTextBox1);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.sfButton1);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.Name = "PartnerUmteilung";
|
|
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
|
|
this.Text = "Dokument-Umteilung";
|
|
this.Load += new System.EventHandler(this.PartnerUmteilung_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private Syncfusion.WinForms.Controls.SfButton sfButton1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Button button2;
|
|
}
|
|
} |