namespace Mesnac.Equips.SetConfig.DataConfig { partial class DataFieldForm { /// /// 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.label6 = new System.Windows.Forms.Label(); this.textBoxField = new System.Windows.Forms.TextBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.button1 = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.textBoxEquip = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(17, 102); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 42; this.label6.Text = "字段名:"; // // textBoxField // this.textBoxField.Location = new System.Drawing.Point(76, 99); this.textBoxField.MaxLength = 30; this.textBoxField.Name = "textBoxField"; this.textBoxField.Size = new System.Drawing.Size(240, 21); this.textBoxField.TabIndex = 66; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(76, 63); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(240, 20); this.comboBox1.TabIndex = 44; // // button1 // this.button1.Location = new System.Drawing.Point(174, 145); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(142, 23); this.button1.TabIndex = 77; this.button1.Text = "确定节点配置"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(17, 66); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 33; this.label5.Text = "数据表:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(17, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 78; this.label1.Text = "数据点:"; // // textBoxEquip // this.textBoxEquip.Location = new System.Drawing.Point(76, 12); this.textBoxEquip.MaxLength = 30; this.textBoxEquip.Name = "textBoxEquip"; this.textBoxEquip.ReadOnly = true; this.textBoxEquip.Size = new System.Drawing.Size(240, 21); this.textBoxEquip.TabIndex = 79; // // DataFieldForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(348, 214); this.Controls.Add(this.label1); this.Controls.Add(this.textBoxEquip); this.Controls.Add(this.label6); this.Controls.Add(this.textBoxField); this.Controls.Add(this.comboBox1); this.Controls.Add(this.button1); this.Controls.Add(this.label5); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "DataFieldForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "设备数据点与数据库对应关系"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox textBoxField; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBoxEquip; } }