namespace RunWellSectionApp { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { runAppBtn = new System.Windows.Forms.Button(); selectDBBtn = new System.Windows.Forms.Button(); textBoxPath = new System.Windows.Forms.TextBox(); waDirLabel = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); startWellPoleWithNewWellBtn = new System.Windows.Forms.Button(); startWellPoleWithWellsSectionBtn = new System.Windows.Forms.Button(); SuspendLayout(); // // runAppBtn // runAppBtn.Location = new System.Drawing.Point(26, 128); runAppBtn.Name = "runAppBtn"; runAppBtn.Size = new System.Drawing.Size(123, 34); runAppBtn.TabIndex = 0; runAppBtn.Text = "启动井剖面模块"; runAppBtn.UseVisualStyleBackColor = true; runAppBtn.Click += runAppBtn_Click; // // selectDBBtn // selectDBBtn.Location = new System.Drawing.Point(26, 57); selectDBBtn.Name = "selectDBBtn"; selectDBBtn.Size = new System.Drawing.Size(118, 33); selectDBBtn.TabIndex = 1; selectDBBtn.Text = "选择工区"; selectDBBtn.UseVisualStyleBackColor = true; selectDBBtn.Click += selectDBBtn_Click; // // textBoxPath // textBoxPath.Location = new System.Drawing.Point(167, 65); textBoxPath.Name = "textBoxPath"; textBoxPath.Size = new System.Drawing.Size(536, 22); textBoxPath.TabIndex = 2; // // waDirLabel // waDirLabel.AutoSize = true; waDirLabel.Location = new System.Drawing.Point(167, 47); waDirLabel.Name = "waDirLabel"; waDirLabel.Size = new System.Drawing.Size(55, 14); waDirLabel.TabIndex = 3; waDirLabel.Text = "工区目录"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(42, 261); label1.Name = "label1"; label1.Size = new System.Drawing.Size(38, 14); label1.TabIndex = 4; label1.Text = "label1"; // // startWellPoleWithNewWellBtn // startWellPoleWithNewWellBtn.Location = new System.Drawing.Point(231, 128); startWellPoleWithNewWellBtn.Name = "startWellPoleWithNewWellBtn"; startWellPoleWithNewWellBtn.Size = new System.Drawing.Size(109, 36); startWellPoleWithNewWellBtn.TabIndex = 5; startWellPoleWithNewWellBtn.Text = "新建单井"; startWellPoleWithNewWellBtn.UseVisualStyleBackColor = true; startWellPoleWithNewWellBtn.Click += startWellPoleWithNewWellBtn_Click; // // startWellPoleWithWellsSectionBtn // startWellPoleWithWellsSectionBtn.Location = new System.Drawing.Point(408, 128); startWellPoleWithWellsSectionBtn.Name = "startWellPoleWithWellsSectionBtn"; startWellPoleWithWellsSectionBtn.Size = new System.Drawing.Size(134, 34); startWellPoleWithWellsSectionBtn.TabIndex = 6; startWellPoleWithWellsSectionBtn.Text = "新建多井剖面"; startWellPoleWithWellsSectionBtn.UseVisualStyleBackColor = true; startWellPoleWithWellsSectionBtn.Click += startWellPoleWithWellsSectionBtn_Click; // // Form1 // AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(737, 299); Controls.Add(startWellPoleWithWellsSectionBtn); Controls.Add(startWellPoleWithNewWellBtn); Controls.Add(label1); Controls.Add(waDirLabel); Controls.Add(textBoxPath); Controls.Add(selectDBBtn); Controls.Add(runAppBtn); Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); Name = "Form1"; Text = "Form1"; ResumeLayout(false); PerformLayout(); } #endregion private System.Windows.Forms.Button runAppBtn; private System.Windows.Forms.Button selectDBBtn; private System.Windows.Forms.TextBox textBoxPath; private System.Windows.Forms.Label waDirLabel; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button startWellPoleWithNewWellBtn; private System.Windows.Forms.Button startWellPoleWithWellsSectionBtn; } }