| | |
| | | { |
| | | this.btnSys = new System.Windows.Forms.Button(); |
| | | this.btnMybatis = new System.Windows.Forms.Button(); |
| | | this.button1 = new System.Windows.Forms.Button(); |
| | | this.btnQGis = new System.Windows.Forms.Button(); |
| | | this.SuspendLayout(); |
| | | // |
| | | // btnSys |
| | |
| | | this.btnMybatis.UseVisualStyleBackColor = true; |
| | | this.btnMybatis.Click += new System.EventHandler(this.btnMybatis_Click); |
| | | // |
| | | // button1 |
| | | // btnQGis |
| | | // |
| | | 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; |
| | | this.btnQGis.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
| | | this.btnQGis.Location = new System.Drawing.Point(143, 143); |
| | | this.btnQGis.Name = "btnQGis"; |
| | | this.btnQGis.Size = new System.Drawing.Size(183, 25); |
| | | this.btnQGis.TabIndex = 15; |
| | | this.btnQGis.Text = "生 成 QGis 模 板"; |
| | | this.btnQGis.UseVisualStyleBackColor = true; |
| | | this.btnQGis.Click += new System.EventHandler(this.btnQGis_Click); |
| | | // |
| | | // 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.btnQGis); |
| | | this.Controls.Add(this.btnMybatis); |
| | | this.Controls.Add(this.btnSys); |
| | | this.Name = "FrmMain"; |
| | |
| | | |
| | | private System.Windows.Forms.Button btnSys; |
| | | private System.Windows.Forms.Button btnMybatis; |
| | | private System.Windows.Forms.Button button1; |
| | | private System.Windows.Forms.Button btnQGis; |
| | | } |
| | | } |