管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2024-09-04 90df693be709710819cd7b6e105e46b01d27ce6c
TEWin/FrmWin.Designer.cs
@@ -41,18 +41,19 @@
            this.axTEWin.Margin = new System.Windows.Forms.Padding(2);
            this.axTEWin.Name = "axTEWin";
            this.axTEWin.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTEWin.OcxState")));
            this.axTEWin.Size = new System.Drawing.Size(784, 561);
            this.axTEWin.Size = new System.Drawing.Size(1024, 768);
            this.axTEWin.TabIndex = 1;
            // 
            // FrmWin
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(784, 561);
            this.ClientSize = new System.Drawing.Size(1024, 768);
            this.Controls.Add(this.axTEWin);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Margin = new System.Windows.Forms.Padding(2);
            this.Name = "FrmWin";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "FrmWin";
            ((System.ComponentModel.ISupportInitialize)(this.axTEWin)).EndInit();