namespace GeoSigma.SigmaDrawerStyle { partial class WellCurveStyleEditForm { /// /// 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() { this.tabPage1 = new System.Windows.Forms.TabPage(); this.propertyGrid1 = new System.Windows.Forms.PropertyGrid(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.ButtonOk = new System.Windows.Forms.Button(); this.ButtonCancel = new System.Windows.Forms.Button(); this.tabPage1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.SuspendLayout(); // // tabPage1 // this.tabPage1.Controls.Add(this.propertyGrid1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(10); this.tabPage1.Size = new System.Drawing.Size(376, 319); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "线型 "; this.tabPage1.UseVisualStyleBackColor = true; // // propertyGrid1 // this.propertyGrid1.BackColor = System.Drawing.Color.White; this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGrid1.Location = new System.Drawing.Point(10, 10); this.propertyGrid1.Name = "propertyGrid1"; this.propertyGrid1.Size = new System.Drawing.Size(356, 299); this.propertyGrid1.TabIndex = 0; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Location = new System.Drawing.Point(12, 12); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(384, 345); this.tabControl1.TabIndex = 0; // // ButtonOk // this.ButtonOk.Location = new System.Drawing.Point(219, 363); this.ButtonOk.Name = "ButtonOk"; this.ButtonOk.Size = new System.Drawing.Size(75, 27); this.ButtonOk.TabIndex = 1; this.ButtonOk.Text = "确定"; this.ButtonOk.UseVisualStyleBackColor = true; this.ButtonOk.Click += new System.EventHandler(this.ButtonOk_Click); // // ButtonCancel // this.ButtonCancel.Location = new System.Drawing.Point(300, 363); this.ButtonCancel.Name = "ButtonCancel"; this.ButtonCancel.Size = new System.Drawing.Size(69, 27); this.ButtonCancel.TabIndex = 2; this.ButtonCancel.Text = "取消"; this.ButtonCancel.UseVisualStyleBackColor = true; this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // WellCurveStyleEditForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(408, 398); this.Controls.Add(this.ButtonCancel); this.Controls.Add(this.ButtonOk); this.Controls.Add(this.tabControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "WellCurveStyleEditForm"; this.Text = "线型"; this.tabPage1.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.PropertyGrid propertyGrid1; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.Button ButtonOk; private System.Windows.Forms.Button ButtonCancel; } }