namespace NGToolsPC { partial class frmInputNGCom { /// /// 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.ngzf1 = new NG_OCX.NGZF(); this.Label1 = new System.Windows.Forms.Label(); this.ListBox1 = new System.Windows.Forms.ListBox(); this.Cancel_Button = new System.Windows.Forms.Button(); this.OK_Button = new System.Windows.Forms.Button(); this.SuspendLayout(); // // ngzf1 // this.ngzf1.Location = new System.Drawing.Point(155, 9); this.ngzf1.Name = "ngzf1"; this.ngzf1.Size = new System.Drawing.Size(585, 191); this.ngzf1.TabIndex = 0; this.ngzf1.zfCopy = null; // // Label1 // this.Label1.AutoSize = true; this.Label1.Location = new System.Drawing.Point(21, 9); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(89, 12); this.Label1.TabIndex = 14; this.Label1.Text = "标准中常用组分"; // // ListBox1 // this.ListBox1.FormattingEnabled = true; this.ListBox1.ItemHeight = 12; this.ListBox1.Items.AddRange(new object[] { "GB/T 21446-2008 示例", "GB/T 11062-1998 示例", "GB/T 17747-1#", "GB/T 17747-2#", "GB/T 17747-3#", "GB/T 17747-4#", "GB/T 17747-5#", "GB/T 17747-6#"}); this.ListBox1.Location = new System.Drawing.Point(12, 30); this.ListBox1.Name = "ListBox1"; this.ListBox1.Size = new System.Drawing.Size(131, 196); this.ListBox1.TabIndex = 13; this.ListBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1_SelectedIndexChanged); // // Cancel_Button // this.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None; this.Cancel_Button.CausesValidation = false; this.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.Cancel_Button.Location = new System.Drawing.Point(454, 199); this.Cancel_Button.Name = "Cancel_Button"; this.Cancel_Button.Size = new System.Drawing.Size(101, 27); this.Cancel_Button.TabIndex = 12; this.Cancel_Button.Text = "取消"; this.Cancel_Button.Click += new System.EventHandler(this.Cancel_Button_Click); // // OK_Button // this.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None; this.OK_Button.CausesValidation = false; this.OK_Button.Location = new System.Drawing.Point(252, 199); this.OK_Button.Name = "OK_Button"; this.OK_Button.Size = new System.Drawing.Size(107, 27); this.OK_Button.TabIndex = 11; this.OK_Button.Text = "确定"; this.OK_Button.Click += new System.EventHandler(this.OK_Button_Click); // // frmInputNGCom // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(735, 233); this.Controls.Add(this.Label1); this.Controls.Add(this.ListBox1); this.Controls.Add(this.Cancel_Button); this.Controls.Add(this.OK_Button); this.Controls.Add(this.ngzf1); this.Name = "frmInputNGCom"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "天然气组分输入"; this.Load += new System.EventHandler(this.frmInputNGCom_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion public NG_OCX.NGZF ngzf1; internal System.Windows.Forms.Label Label1; internal System.Windows.Forms.ListBox ListBox1; internal System.Windows.Forms.Button Cancel_Button; internal System.Windows.Forms.Button OK_Button; } }