update 20241011
This commit is contained in:
21
Client/Diverses/InputDialog.Designer.cs
generated
21
Client/Diverses/InputDialog.Designer.cs
generated
@@ -28,10 +28,13 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InputDialog));
|
||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.btnok = new System.Windows.Forms.Button();
|
||||
this.btncancel = new System.Windows.Forms.Button();
|
||||
this.cbboxMitarbeiter = new Syncfusion.WinForms.ListView.SfComboBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.cbboxMitarbeiter)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// textBox1
|
||||
@@ -52,6 +55,7 @@
|
||||
//
|
||||
// btnok
|
||||
//
|
||||
this.btnok.Enabled = false;
|
||||
this.btnok.Location = new System.Drawing.Point(189, 103);
|
||||
this.btnok.Name = "btnok";
|
||||
this.btnok.Size = new System.Drawing.Size(75, 23);
|
||||
@@ -70,20 +74,36 @@
|
||||
this.btncancel.UseVisualStyleBackColor = true;
|
||||
this.btncancel.Click += new System.EventHandler(this.btncancel_Click);
|
||||
//
|
||||
// cbboxMitarbeiter
|
||||
//
|
||||
this.cbboxMitarbeiter.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
||||
this.cbboxMitarbeiter.DropDownPosition = Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center;
|
||||
this.cbboxMitarbeiter.Location = new System.Drawing.Point(18, 53);
|
||||
this.cbboxMitarbeiter.Name = "cbboxMitarbeiter";
|
||||
this.cbboxMitarbeiter.Size = new System.Drawing.Size(345, 19);
|
||||
this.cbboxMitarbeiter.Style.DropDownStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
|
||||
this.cbboxMitarbeiter.Style.TokenStyle.CloseButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.cbboxMitarbeiter.TabIndex = 7;
|
||||
this.cbboxMitarbeiter.TabStop = false;
|
||||
this.cbboxMitarbeiter.SelectedIndexChanged += new System.EventHandler(this.cbboxMitarbeiter_SelectedIndexChanged);
|
||||
//
|
||||
// InputDialog
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(372, 131);
|
||||
this.Controls.Add(this.cbboxMitarbeiter);
|
||||
this.Controls.Add(this.btncancel);
|
||||
this.Controls.Add(this.btnok);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.textBox1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "InputDialog";
|
||||
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
|
||||
this.Text = "InputDialog";
|
||||
this.Load += new System.EventHandler(this.InputDialog_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.cbboxMitarbeiter)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
@@ -95,5 +115,6 @@
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Button btnok;
|
||||
private System.Windows.Forms.Button btncancel;
|
||||
private Syncfusion.WinForms.ListView.SfComboBox cbboxMitarbeiter;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user