updaet 20250123
This commit is contained in:
56
Client/Diverses/valueselector.Designer.cs
generated
56
Client/Diverses/valueselector.Designer.cs
generated
@@ -32,10 +32,10 @@
|
||||
this.GridData = new Syncfusion.WinForms.DataGrid.SfDataGrid();
|
||||
this.sfCalendar1 = new Syncfusion.WinForms.Input.SfCalendar();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
((System.ComponentModel.ISupportInitialize)(this.GridData)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
@@ -82,23 +82,15 @@
|
||||
this.panel1.Size = new System.Drawing.Size(363, 425);
|
||||
this.panel1.TabIndex = 3;
|
||||
//
|
||||
// panel2
|
||||
// button1
|
||||
//
|
||||
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel2.Location = new System.Drawing.Point(79, 351);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(32, 16);
|
||||
this.panel2.TabIndex = 3;
|
||||
this.panel2.Click += new System.EventHandler(this.panel2_Click);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(118, 353);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(36, 13);
|
||||
this.label1.TabIndex = 4;
|
||||
this.label1.Text = "Heute";
|
||||
this.button1.Location = new System.Drawing.Point(136, 390);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(86, 23);
|
||||
this.button1.TabIndex = 6;
|
||||
this.button1.Text = "übernehmen";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// label2
|
||||
//
|
||||
@@ -109,15 +101,23 @@
|
||||
this.label2.TabIndex = 5;
|
||||
this.label2.Text = "label2";
|
||||
//
|
||||
// button1
|
||||
// label1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(136, 390);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(86, 23);
|
||||
this.button1.TabIndex = 6;
|
||||
this.button1.Text = "übernehmen";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(118, 353);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(36, 13);
|
||||
this.label1.TabIndex = 4;
|
||||
this.label1.Text = "Heute";
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel2.Location = new System.Drawing.Point(79, 351);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(32, 16);
|
||||
this.panel2.TabIndex = 3;
|
||||
this.panel2.Click += new System.EventHandler(this.panel2_Click);
|
||||
//
|
||||
// valueselector
|
||||
//
|
||||
@@ -130,7 +130,7 @@
|
||||
this.Name = "valueselector";
|
||||
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
|
||||
this.Text = "Werte-Auwahl";
|
||||
this.Text = "Dokumentspezifische Werte";
|
||||
this.Load += new System.EventHandler(this.valueselector_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.GridData)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
|
||||
Reference in New Issue
Block a user