fix: resize form controls to match window layout
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Generated
+7
-7
@@ -114,16 +114,16 @@ namespace ExportDXF.Forms
|
|||||||
logEventsDataGrid.GridColor = System.Drawing.Color.WhiteSmoke;
|
logEventsDataGrid.GridColor = System.Drawing.Color.WhiteSmoke;
|
||||||
logEventsDataGrid.Location = new System.Drawing.Point(6, 6);
|
logEventsDataGrid.Location = new System.Drawing.Point(6, 6);
|
||||||
logEventsDataGrid.Name = "logEventsDataGrid";
|
logEventsDataGrid.Name = "logEventsDataGrid";
|
||||||
logEventsDataGrid.Size = new System.Drawing.Size(890, 440);
|
logEventsDataGrid.Size = new System.Drawing.Size(890, 444);
|
||||||
logEventsDataGrid.TabIndex = 0;
|
logEventsDataGrid.TabIndex = 0;
|
||||||
//
|
//
|
||||||
// bomTab
|
// bomTab
|
||||||
//
|
//
|
||||||
bomTab.Controls.Add(bomDataGrid);
|
bomTab.Controls.Add(bomDataGrid);
|
||||||
bomTab.Location = new System.Drawing.Point(4, 28);
|
bomTab.Location = new System.Drawing.Point(4, 30);
|
||||||
bomTab.Name = "bomTab";
|
bomTab.Name = "bomTab";
|
||||||
bomTab.Padding = new System.Windows.Forms.Padding(3);
|
bomTab.Padding = new System.Windows.Forms.Padding(3);
|
||||||
bomTab.Size = new System.Drawing.Size(902, 409);
|
bomTab.Size = new System.Drawing.Size(902, 458);
|
||||||
bomTab.TabIndex = 1;
|
bomTab.TabIndex = 1;
|
||||||
bomTab.Text = "Bill Of Materials";
|
bomTab.Text = "Bill Of Materials";
|
||||||
bomTab.UseVisualStyleBackColor = true;
|
bomTab.UseVisualStyleBackColor = true;
|
||||||
@@ -135,16 +135,16 @@ namespace ExportDXF.Forms
|
|||||||
bomDataGrid.GridColor = System.Drawing.Color.WhiteSmoke;
|
bomDataGrid.GridColor = System.Drawing.Color.WhiteSmoke;
|
||||||
bomDataGrid.Location = new System.Drawing.Point(6, 6);
|
bomDataGrid.Location = new System.Drawing.Point(6, 6);
|
||||||
bomDataGrid.Name = "bomDataGrid";
|
bomDataGrid.Name = "bomDataGrid";
|
||||||
bomDataGrid.Size = new System.Drawing.Size(1281, 644);
|
bomDataGrid.Size = new System.Drawing.Size(890, 444);
|
||||||
bomDataGrid.TabIndex = 1;
|
bomDataGrid.TabIndex = 1;
|
||||||
//
|
//
|
||||||
// cutTemplatesTab
|
// cutTemplatesTab
|
||||||
//
|
//
|
||||||
cutTemplatesTab.Controls.Add(cutTemplatesDataGrid);
|
cutTemplatesTab.Controls.Add(cutTemplatesDataGrid);
|
||||||
cutTemplatesTab.Location = new System.Drawing.Point(4, 28);
|
cutTemplatesTab.Location = new System.Drawing.Point(4, 30);
|
||||||
cutTemplatesTab.Name = "cutTemplatesTab";
|
cutTemplatesTab.Name = "cutTemplatesTab";
|
||||||
cutTemplatesTab.Padding = new System.Windows.Forms.Padding(3);
|
cutTemplatesTab.Padding = new System.Windows.Forms.Padding(3);
|
||||||
cutTemplatesTab.Size = new System.Drawing.Size(902, 409);
|
cutTemplatesTab.Size = new System.Drawing.Size(902, 458);
|
||||||
cutTemplatesTab.TabIndex = 2;
|
cutTemplatesTab.TabIndex = 2;
|
||||||
cutTemplatesTab.Text = "Cut Templates";
|
cutTemplatesTab.Text = "Cut Templates";
|
||||||
cutTemplatesTab.UseVisualStyleBackColor = true;
|
cutTemplatesTab.UseVisualStyleBackColor = true;
|
||||||
@@ -156,7 +156,7 @@ namespace ExportDXF.Forms
|
|||||||
cutTemplatesDataGrid.GridColor = System.Drawing.Color.WhiteSmoke;
|
cutTemplatesDataGrid.GridColor = System.Drawing.Color.WhiteSmoke;
|
||||||
cutTemplatesDataGrid.Location = new System.Drawing.Point(6, 6);
|
cutTemplatesDataGrid.Location = new System.Drawing.Point(6, 6);
|
||||||
cutTemplatesDataGrid.Name = "cutTemplatesDataGrid";
|
cutTemplatesDataGrid.Name = "cutTemplatesDataGrid";
|
||||||
cutTemplatesDataGrid.Size = new System.Drawing.Size(1281, 644);
|
cutTemplatesDataGrid.Size = new System.Drawing.Size(890, 447);
|
||||||
cutTemplatesDataGrid.TabIndex = 2;
|
cutTemplatesDataGrid.TabIndex = 2;
|
||||||
//
|
//
|
||||||
// equipmentBox
|
// equipmentBox
|
||||||
|
|||||||
Reference in New Issue
Block a user