namespace OnDoc.Diverses { partial class EditDokMetaData { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditDokMetaData)); this.label1 = new System.Windows.Forms.Label(); this.txtBezeichnung = new System.Windows.Forms.TextBox(); this.lblautomarchivierung2 = new System.Windows.Forms.Label(); this.lblautomaarchivierung1 = new System.Windows.Forms.Label(); this.ChkTagesEndArchivierung = new System.Windows.Forms.CheckBox(); this.DateTerminText = new System.Windows.Forms.TextBox(); this.DateTermin = new Syncfusion.WinForms.Input.SfDateTimeEdit(); this.lblTermin = new System.Windows.Forms.Label(); this.DateDokumentDatum = new Syncfusion.WinForms.Input.SfDateTimeEdit(); this.lblDokumentDatum = new System.Windows.Forms.Label(); this.cbfaksimile = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.sfButton1 = new Syncfusion.WinForms.Controls.SfButton(); this.sfButton2 = new Syncfusion.WinForms.Controls.SfButton(); this.lblverantwortung = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(19, 39); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(79, 15); this.label1.TabIndex = 0; this.label1.Text = "Bezeichnung"; // // txtBezeichnung // this.txtBezeichnung.Location = new System.Drawing.Point(210, 39); this.txtBezeichnung.Name = "txtBezeichnung"; this.txtBezeichnung.Size = new System.Drawing.Size(385, 20); this.txtBezeichnung.TabIndex = 1; // // lblautomarchivierung2 // this.lblautomarchivierung2.AutoSize = true; this.lblautomarchivierung2.Location = new System.Drawing.Point(20, 100); this.lblautomarchivierung2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblautomarchivierung2.Name = "lblautomarchivierung2"; this.lblautomarchivierung2.Size = new System.Drawing.Size(150, 15); this.lblautomarchivierung2.TabIndex = 31; this.lblautomarchivierung2.Text = "bei Tagesendverarbeitung"; // // lblautomaarchivierung1 // this.lblautomaarchivierung1.AutoSize = true; this.lblautomaarchivierung1.Location = new System.Drawing.Point(19, 82); this.lblautomaarchivierung1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblautomaarchivierung1.Name = "lblautomaarchivierung1"; this.lblautomaarchivierung1.Size = new System.Drawing.Size(151, 15); this.lblautomaarchivierung1.TabIndex = 30; this.lblautomaarchivierung1.Text = "Automatische Archivierung"; // // ChkTagesEndArchivierung // this.ChkTagesEndArchivierung.AutoSize = true; this.ChkTagesEndArchivierung.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.ChkTagesEndArchivierung.Location = new System.Drawing.Point(210, 91); this.ChkTagesEndArchivierung.Margin = new System.Windows.Forms.Padding(4); this.ChkTagesEndArchivierung.Name = "ChkTagesEndArchivierung"; this.ChkTagesEndArchivierung.Size = new System.Drawing.Size(18, 17); this.ChkTagesEndArchivierung.TabIndex = 29; this.ChkTagesEndArchivierung.UseVisualStyleBackColor = true; // // DateTerminText // this.DateTerminText.Location = new System.Drawing.Point(451, 128); this.DateTerminText.Margin = new System.Windows.Forms.Padding(4); this.DateTerminText.Name = "DateTerminText"; this.DateTerminText.Size = new System.Drawing.Size(104, 20); this.DateTerminText.TabIndex = 36; // // DateTermin // this.DateTermin.DateTimeIcon = null; this.DateTermin.Location = new System.Drawing.Point(561, 127); this.DateTermin.Margin = new System.Windows.Forms.Padding(4); this.DateTermin.Name = "DateTermin"; this.DateTermin.Size = new System.Drawing.Size(38, 26); this.DateTermin.TabIndex = 35; this.DateTermin.ToolTipText = ""; this.DateTermin.ValueChanged += new Syncfusion.WinForms.Input.Events.DateTimeValueChangedEventHandler(this.DateTermin_ValueChanged); // // lblTermin // this.lblTermin.AutoSize = true; this.lblTermin.Location = new System.Drawing.Point(393, 133); this.lblTermin.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblTermin.Name = "lblTermin"; this.lblTermin.Size = new System.Drawing.Size(46, 15); this.lblTermin.TabIndex = 34; this.lblTermin.Text = "Termin"; // // DateDokumentDatum // this.DateDokumentDatum.CanApplyTheme = false; this.DateDokumentDatum.Cursor = System.Windows.Forms.Cursors.IBeam; this.DateDokumentDatum.DateTimeIcon = null; this.DateDokumentDatum.Location = new System.Drawing.Point(210, 128); this.DateDokumentDatum.Margin = new System.Windows.Forms.Padding(4); this.DateDokumentDatum.Name = "DateDokumentDatum"; this.DateDokumentDatum.Size = new System.Drawing.Size(143, 26); this.DateDokumentDatum.TabIndex = 33; this.DateDokumentDatum.ToolTipText = ""; // // lblDokumentDatum // this.lblDokumentDatum.AutoSize = true; this.lblDokumentDatum.Location = new System.Drawing.Point(20, 133); this.lblDokumentDatum.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblDokumentDatum.Name = "lblDokumentDatum"; this.lblDokumentDatum.Size = new System.Drawing.Size(105, 15); this.lblDokumentDatum.TabIndex = 32; this.lblDokumentDatum.Text = "Dokument-Datum"; // // cbfaksimile // this.cbfaksimile.AutoSize = true; this.cbfaksimile.Location = new System.Drawing.Point(210, 168); this.cbfaksimile.Margin = new System.Windows.Forms.Padding(4); this.cbfaksimile.Name = "cbfaksimile"; this.cbfaksimile.Size = new System.Drawing.Size(18, 17); this.cbfaksimile.TabIndex = 37; this.cbfaksimile.UseVisualStyleBackColor = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(20, 170); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(109, 15); this.label2.TabIndex = 38; this.label2.Text = "Faksimile Signatur"; // // sfButton1 // this.sfButton1.Font = new System.Drawing.Font("Segoe UI Semibold", 9F); this.sfButton1.Location = new System.Drawing.Point(22, 254); this.sfButton1.Name = "sfButton1"; this.sfButton1.Size = new System.Drawing.Size(96, 28); this.sfButton1.TabIndex = 40; this.sfButton1.Text = "Speichern"; 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(500, 254); this.sfButton2.Name = "sfButton2"; this.sfButton2.Size = new System.Drawing.Size(96, 28); this.sfButton2.TabIndex = 41; this.sfButton2.Text = "Abbrechen"; this.sfButton2.Click += new System.EventHandler(this.sfButton2_Click); // // lblverantwortung // this.lblverantwortung.AutoSize = true; this.lblverantwortung.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.6F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblverantwortung.Location = new System.Drawing.Point(20, 209); this.lblverantwortung.Name = "lblverantwortung"; this.lblverantwortung.Size = new System.Drawing.Size(561, 13); this.lblverantwortung.TabIndex = 42; this.lblverantwortung.Text = "Sofern Anpassungen vorgenommen werden, wird die Dokumentverantwortung an Dich übe" + "rgeben."; // // EditDokMetaData // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(601, 298); this.Controls.Add(this.lblverantwortung); this.Controls.Add(this.sfButton2); this.Controls.Add(this.sfButton1); this.Controls.Add(this.label2); this.Controls.Add(this.cbfaksimile); this.Controls.Add(this.DateTerminText); this.Controls.Add(this.DateTermin); this.Controls.Add(this.lblTermin); this.Controls.Add(this.DateDokumentDatum); this.Controls.Add(this.lblDokumentDatum); this.Controls.Add(this.lblautomarchivierung2); this.Controls.Add(this.lblautomaarchivierung1); this.Controls.Add(this.ChkTagesEndArchivierung); this.Controls.Add(this.txtBezeichnung); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "EditDokMetaData"; this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center; this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center; this.Text = "Dokument Metadaten ändern"; this.Load += new System.EventHandler(this.EditDokMetaData_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtBezeichnung; private System.Windows.Forms.Label lblautomarchivierung2; private System.Windows.Forms.Label lblautomaarchivierung1; private System.Windows.Forms.CheckBox ChkTagesEndArchivierung; private System.Windows.Forms.TextBox DateTerminText; private Syncfusion.WinForms.Input.SfDateTimeEdit DateTermin; private System.Windows.Forms.Label lblTermin; private Syncfusion.WinForms.Input.SfDateTimeEdit DateDokumentDatum; private System.Windows.Forms.Label lblDokumentDatum; private System.Windows.Forms.CheckBox cbfaksimile; private System.Windows.Forms.Label label2; private Syncfusion.WinForms.Controls.SfButton sfButton1; private Syncfusion.WinForms.Controls.SfButton sfButton2; private System.Windows.Forms.Label lblverantwortung; } }