update 20251113
This commit is contained in:
@@ -39,12 +39,13 @@
|
||||
//
|
||||
// toolStrip1
|
||||
//
|
||||
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||||
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.toolStripButton1,
|
||||
this.toolStripButton2});
|
||||
this.toolStrip1.Location = new System.Drawing.Point(2, 2);
|
||||
this.toolStrip1.Name = "toolStrip1";
|
||||
this.toolStrip1.Size = new System.Drawing.Size(960, 25);
|
||||
this.toolStrip1.Size = new System.Drawing.Size(960, 31);
|
||||
this.toolStrip1.TabIndex = 0;
|
||||
this.toolStrip1.Text = "toolStrip1";
|
||||
//
|
||||
@@ -54,8 +55,8 @@
|
||||
this.toolStripButton1.Image = global::OnDoc.Properties.Resources.CloseApplication_32x32_32;
|
||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton1.Name = "toolStripButton1";
|
||||
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
|
||||
this.toolStripButton1.Text = "toolStripButton1";
|
||||
this.toolStripButton1.Size = new System.Drawing.Size(29, 28);
|
||||
this.toolStripButton1.Text = "Fenster schliessen";
|
||||
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
||||
//
|
||||
// toolStripButton2
|
||||
@@ -64,8 +65,8 @@
|
||||
this.toolStripButton2.Image = global::OnDoc.Properties.Resources.save_32x32_32;
|
||||
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton2.Name = "toolStripButton2";
|
||||
this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
|
||||
this.toolStripButton2.Text = "toolStripButton2";
|
||||
this.toolStripButton2.Size = new System.Drawing.Size(29, 28);
|
||||
this.toolStripButton2.Text = "Änderungen speichern";
|
||||
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
||||
//
|
||||
// sfDataGrid1
|
||||
@@ -78,9 +79,10 @@
|
||||
this.sfDataGrid1.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.AllCells;
|
||||
this.sfDataGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.sfDataGrid1.FilterRowPosition = Syncfusion.WinForms.DataGrid.Enums.RowPosition.Top;
|
||||
this.sfDataGrid1.Location = new System.Drawing.Point(2, 27);
|
||||
this.sfDataGrid1.Location = new System.Drawing.Point(2, 33);
|
||||
this.sfDataGrid1.Name = "sfDataGrid1";
|
||||
this.sfDataGrid1.Size = new System.Drawing.Size(960, 486);
|
||||
this.sfDataGrid1.PreviewRowHeight = 35;
|
||||
this.sfDataGrid1.Size = new System.Drawing.Size(960, 480);
|
||||
this.sfDataGrid1.TabIndex = 1;
|
||||
this.sfDataGrid1.Text = "sfDataGrid1";
|
||||
this.sfDataGrid1.AddNewRowInitiating += new Syncfusion.WinForms.DataGrid.Events.AddNewRowInitiatingEventHandler(this.sfDataGrid1_AddNewRowInitiating);
|
||||
|
||||
Reference in New Issue
Block a user