管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2022-12-31 3dcf4eb78a743843940fa481e4d4c346c1777492
JavaCode/FrmMain.Designer.cs
@@ -30,12 +30,13 @@
        {
            this.btnSys = new System.Windows.Forms.Button();
            this.btnMybatis = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // btnSys
            // 
            this.btnSys.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSys.Location = new System.Drawing.Point(142, 63);
            this.btnSys.Location = new System.Drawing.Point(143, 37);
            this.btnSys.Name = "btnSys";
            this.btnSys.Size = new System.Drawing.Size(183, 25);
            this.btnSys.TabIndex = 13;
@@ -46,7 +47,7 @@
            // btnMybatis
            // 
            this.btnMybatis.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnMybatis.Location = new System.Drawing.Point(142, 134);
            this.btnMybatis.Location = new System.Drawing.Point(143, 89);
            this.btnMybatis.Name = "btnMybatis";
            this.btnMybatis.Size = new System.Drawing.Size(183, 25);
            this.btnMybatis.TabIndex = 14;
@@ -54,11 +55,22 @@
            this.btnMybatis.UseVisualStyleBackColor = true;
            this.btnMybatis.Click += new System.EventHandler(this.btnMybatis_Click);
            // 
            // button1
            //
            this.button1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button1.Location = new System.Drawing.Point(143, 143);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(183, 25);
            this.button1.TabIndex = 15;
            this.button1.Text = "生 成 Mybatis Plus";
            this.button1.UseVisualStyleBackColor = true;
            //
            // FrmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(484, 261);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.btnMybatis);
            this.Controls.Add(this.btnSys);
            this.Name = "FrmMain";
@@ -72,5 +84,6 @@
        private System.Windows.Forms.Button btnSys;
        private System.Windows.Forms.Button btnMybatis;
        private System.Windows.Forms.Button button1;
    }
}