namespace OnDoc.DocMgmt { partial class frmToApproval { /// /// 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(frmToApproval)); this.cbboxunterschriftrechts = new Syncfusion.WinForms.ListView.SfComboBox(); this.cbboxunterschriftlinks = new Syncfusion.WinForms.ListView.SfComboBox(); this.cbboxbewilligungsinstanz = new Syncfusion.WinForms.ListView.SfComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.btntoapproval = new System.Windows.Forms.Button(); this.btncancel = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.cbboxunterschriftrechts)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbboxunterschriftlinks)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbboxbewilligungsinstanz)).BeginInit(); this.SuspendLayout(); // // cbboxunterschriftrechts // this.cbboxunterschriftrechts.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cbboxunterschriftrechts.DropDownPosition = Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center; this.cbboxunterschriftrechts.Location = new System.Drawing.Point(216, 103); this.cbboxunterschriftrechts.Name = "cbboxunterschriftrechts"; this.cbboxunterschriftrechts.Size = new System.Drawing.Size(287, 19); this.cbboxunterschriftrechts.Style.DropDownStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100))))); this.cbboxunterschriftrechts.Style.TokenStyle.CloseButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.cbboxunterschriftrechts.TabIndex = 12; this.cbboxunterschriftrechts.TabStop = false; // // cbboxunterschriftlinks // this.cbboxunterschriftlinks.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cbboxunterschriftlinks.DropDownPosition = Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center; this.cbboxunterschriftlinks.Location = new System.Drawing.Point(216, 68); this.cbboxunterschriftlinks.Name = "cbboxunterschriftlinks"; this.cbboxunterschriftlinks.Size = new System.Drawing.Size(287, 19); this.cbboxunterschriftlinks.Style.DropDownStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100))))); this.cbboxunterschriftlinks.Style.TokenStyle.CloseButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.cbboxunterschriftlinks.TabIndex = 11; this.cbboxunterschriftlinks.TabStop = false; // // cbboxbewilligungsinstanz // this.cbboxbewilligungsinstanz.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cbboxbewilligungsinstanz.DropDownPosition = Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center; this.cbboxbewilligungsinstanz.Location = new System.Drawing.Point(216, 36); this.cbboxbewilligungsinstanz.Name = "cbboxbewilligungsinstanz"; this.cbboxbewilligungsinstanz.Size = new System.Drawing.Size(287, 19); this.cbboxbewilligungsinstanz.Style.DropDownStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100))))); this.cbboxbewilligungsinstanz.Style.TokenStyle.CloseButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.cbboxbewilligungsinstanz.TabIndex = 10; this.cbboxbewilligungsinstanz.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(29, 36); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(90, 13); this.label1.TabIndex = 13; this.label1.Text = "Bewilligung durch"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(29, 72); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(173, 13); this.label2.TabIndex = 14; this.label2.Text = "Unterschfrift links bewilligung durch"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(29, 103); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(181, 13); this.label3.TabIndex = 15; this.label3.Text = "Unterschfrift rechts bewilligung durch"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(29, 145); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 13); this.label4.TabIndex = 16; this.label4.Text = "Nachricht"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(216, 142); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(287, 146); this.textBox1.TabIndex = 17; // // btntoapproval // this.btntoapproval.Location = new System.Drawing.Point(332, 309); this.btntoapproval.Name = "btntoapproval"; this.btntoapproval.Size = new System.Drawing.Size(171, 23); this.btntoapproval.TabIndex = 18; this.btntoapproval.Text = "zur Bewilligung senden"; this.btntoapproval.UseVisualStyleBackColor = true; this.btntoapproval.Click += new System.EventHandler(this.btntoapproval_Click); // // btncancel // this.btncancel.Location = new System.Drawing.Point(31, 309); this.btncancel.Name = "btncancel"; this.btncancel.Size = new System.Drawing.Size(171, 23); this.btncancel.TabIndex = 19; this.btncancel.Text = "Abbruch"; this.btncancel.UseVisualStyleBackColor = true; // // frmToApproval // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(529, 347); this.Controls.Add(this.btncancel); this.Controls.Add(this.btntoapproval); this.Controls.Add(this.textBox1); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.cbboxunterschriftrechts); this.Controls.Add(this.cbboxunterschriftlinks); this.Controls.Add(this.cbboxbewilligungsinstanz); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmToApproval"; this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center; this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center; this.Text = "Dokument bewilligen lassen"; this.Load += new System.EventHandler(this.frmToApproval_Load); ((System.ComponentModel.ISupportInitialize)(this.cbboxunterschriftrechts)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbboxunterschriftlinks)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbboxbewilligungsinstanz)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Syncfusion.WinForms.ListView.SfComboBox cbboxunterschriftrechts; private Syncfusion.WinForms.ListView.SfComboBox cbboxunterschriftlinks; private Syncfusion.WinForms.ListView.SfComboBox cbboxbewilligungsinstanz; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button btntoapproval; private System.Windows.Forms.Button btncancel; } }