namespace BLL 
 | 
{ 
 | 
    partial class FrmAutoSQL 
 | 
    { 
 | 
        /// <summary> 
 | 
        /// 必需的设计器变量。 
 | 
        /// </summary> 
 | 
        private System.ComponentModel.IContainer components = null; 
 | 
  
 | 
        /// <summary> 
 | 
        /// 清理所有正在使用的资源。 
 | 
        /// </summary> 
 | 
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> 
 | 
        protected override void Dispose(bool disposing) 
 | 
        { 
 | 
            if (disposing && (components != null)) 
 | 
            { 
 | 
                components.Dispose(); 
 | 
            } 
 | 
            base.Dispose(disposing); 
 | 
        } 
 | 
  
 | 
        #region Windows 窗体设计器生成的代码 
 | 
  
 | 
        /// <summary> 
 | 
        /// 设计器支持所需的方法 - 不要 
 | 
        /// 使用代码编辑器修改此方法的内容。 
 | 
        /// </summary> 
 | 
        private void InitializeComponent() 
 | 
        { 
 | 
            this.tabControl1 = new System.Windows.Forms.TabControl(); 
 | 
            this.tabPage1 = new System.Windows.Forms.TabPage(); 
 | 
            this.label4 = new System.Windows.Forms.Label(); 
 | 
            this.txtHBaseShowSQL = new System.Windows.Forms.TextBox(); 
 | 
            this.label3 = new System.Windows.Forms.Label(); 
 | 
            this.label2 = new System.Windows.Forms.Label(); 
 | 
            this.txtHBaseUpdateSQL = new System.Windows.Forms.TextBox(); 
 | 
            this.txtHBaseInsertSQL = new System.Windows.Forms.TextBox(); 
 | 
            this.cmdOk = new System.Windows.Forms.Button(); 
 | 
            this.txtHBaseTableName = new System.Windows.Forms.TextBox(); 
 | 
            this.label1 = new System.Windows.Forms.Label(); 
 | 
            this.tabPage2 = new System.Windows.Forms.TabPage(); 
 | 
            this.tabControl1.SuspendLayout(); 
 | 
            this.tabPage1.SuspendLayout(); 
 | 
            this.SuspendLayout(); 
 | 
            //  
 | 
            // tabControl1 
 | 
            //  
 | 
            this.tabControl1.Controls.Add(this.tabPage1); 
 | 
            this.tabControl1.Controls.Add(this.tabPage2); 
 | 
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; 
 | 
            this.tabControl1.Location = new System.Drawing.Point(0, 0); 
 | 
            this.tabControl1.Name = "tabControl1"; 
 | 
            this.tabControl1.SelectedIndex = 0; 
 | 
            this.tabControl1.Size = new System.Drawing.Size(796, 604); 
 | 
            this.tabControl1.TabIndex = 0; 
 | 
            //  
 | 
            // tabPage1 
 | 
            //  
 | 
            this.tabPage1.Controls.Add(this.label4); 
 | 
            this.tabPage1.Controls.Add(this.txtHBaseShowSQL); 
 | 
            this.tabPage1.Controls.Add(this.label3); 
 | 
            this.tabPage1.Controls.Add(this.label2); 
 | 
            this.tabPage1.Controls.Add(this.txtHBaseUpdateSQL); 
 | 
            this.tabPage1.Controls.Add(this.txtHBaseInsertSQL); 
 | 
            this.tabPage1.Controls.Add(this.cmdOk); 
 | 
            this.tabPage1.Controls.Add(this.txtHBaseTableName); 
 | 
            this.tabPage1.Controls.Add(this.label1); 
 | 
            this.tabPage1.Location = new System.Drawing.Point(4, 22); 
 | 
            this.tabPage1.Name = "tabPage1"; 
 | 
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3); 
 | 
            this.tabPage1.Size = new System.Drawing.Size(788, 578); 
 | 
            this.tabPage1.TabIndex = 0; 
 | 
            this.tabPage1.Text = "基础资料"; 
 | 
            this.tabPage1.UseVisualStyleBackColor = true; 
 | 
            //  
 | 
            // label4 
 | 
            //  
 | 
            this.label4.AutoSize = true; 
 | 
            this.label4.Location = new System.Drawing.Point(24, 387); 
 | 
            this.label4.Name = "label4"; 
 | 
            this.label4.Size = new System.Drawing.Size(29, 12); 
 | 
            this.label4.TabIndex = 8; 
 | 
            this.label4.Text = "显示"; 
 | 
            //  
 | 
            // txtHBaseShowSQL 
 | 
            //  
 | 
            this.txtHBaseShowSQL.Location = new System.Drawing.Point(59, 384); 
 | 
            this.txtHBaseShowSQL.Multiline = true; 
 | 
            this.txtHBaseShowSQL.Name = "txtHBaseShowSQL"; 
 | 
            this.txtHBaseShowSQL.Size = new System.Drawing.Size(721, 140); 
 | 
            this.txtHBaseShowSQL.TabIndex = 7; 
 | 
            //  
 | 
            // label3 
 | 
            //  
 | 
            this.label3.AutoSize = true; 
 | 
            this.label3.Location = new System.Drawing.Point(24, 230); 
 | 
            this.label3.Name = "label3"; 
 | 
            this.label3.Size = new System.Drawing.Size(29, 12); 
 | 
            this.label3.TabIndex = 6; 
 | 
            this.label3.Text = "修改"; 
 | 
            //  
 | 
            // label2 
 | 
            //  
 | 
            this.label2.AutoSize = true; 
 | 
            this.label2.Location = new System.Drawing.Point(24, 65); 
 | 
            this.label2.Name = "label2"; 
 | 
            this.label2.Size = new System.Drawing.Size(29, 12); 
 | 
            this.label2.TabIndex = 5; 
 | 
            this.label2.Text = "新增"; 
 | 
            //  
 | 
            // txtHBaseUpdateSQL 
 | 
            //  
 | 
            this.txtHBaseUpdateSQL.Location = new System.Drawing.Point(59, 227); 
 | 
            this.txtHBaseUpdateSQL.Multiline = true; 
 | 
            this.txtHBaseUpdateSQL.Name = "txtHBaseUpdateSQL"; 
 | 
            this.txtHBaseUpdateSQL.Size = new System.Drawing.Size(721, 140); 
 | 
            this.txtHBaseUpdateSQL.TabIndex = 4; 
 | 
            //  
 | 
            // txtHBaseInsertSQL 
 | 
            //  
 | 
            this.txtHBaseInsertSQL.Location = new System.Drawing.Point(59, 65); 
 | 
            this.txtHBaseInsertSQL.Multiline = true; 
 | 
            this.txtHBaseInsertSQL.Name = "txtHBaseInsertSQL"; 
 | 
            this.txtHBaseInsertSQL.Size = new System.Drawing.Size(723, 146); 
 | 
            this.txtHBaseInsertSQL.TabIndex = 3; 
 | 
            //  
 | 
            // cmdOk 
 | 
            //  
 | 
            this.cmdOk.Location = new System.Drawing.Point(278, 20); 
 | 
            this.cmdOk.Name = "cmdOk"; 
 | 
            this.cmdOk.Size = new System.Drawing.Size(67, 22); 
 | 
            this.cmdOk.TabIndex = 2; 
 | 
            this.cmdOk.Text = "生成"; 
 | 
            this.cmdOk.UseVisualStyleBackColor = true; 
 | 
            this.cmdOk.Click += new System.EventHandler(this.cmdOk_Click); 
 | 
            //  
 | 
            // txtHBaseTableName 
 | 
            //  
 | 
            this.txtHBaseTableName.Location = new System.Drawing.Point(75, 21); 
 | 
            this.txtHBaseTableName.Name = "txtHBaseTableName"; 
 | 
            this.txtHBaseTableName.Size = new System.Drawing.Size(197, 21); 
 | 
            this.txtHBaseTableName.TabIndex = 1; 
 | 
            //  
 | 
            // label1 
 | 
            //  
 | 
            this.label1.AutoSize = true; 
 | 
            this.label1.Location = new System.Drawing.Point(27, 21); 
 | 
            this.label1.Name = "label1"; 
 | 
            this.label1.Size = new System.Drawing.Size(41, 12); 
 | 
            this.label1.TabIndex = 0; 
 | 
            this.label1.Text = "表名:"; 
 | 
            //  
 | 
            // tabPage2 
 | 
            //  
 | 
            this.tabPage2.Location = new System.Drawing.Point(4, 22); 
 | 
            this.tabPage2.Name = "tabPage2"; 
 | 
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3); 
 | 
            this.tabPage2.Size = new System.Drawing.Size(788, 578); 
 | 
            this.tabPage2.TabIndex = 1; 
 | 
            this.tabPage2.Text = "业务单据"; 
 | 
            this.tabPage2.UseVisualStyleBackColor = true; 
 | 
            //  
 | 
            // FrmAutoSQL 
 | 
            //  
 | 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
 | 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
 | 
            this.ClientSize = new System.Drawing.Size(796, 604); 
 | 
            this.Controls.Add(this.tabControl1); 
 | 
            this.Name = "FrmAutoSQL"; 
 | 
            this.Text = "代码生成器"; 
 | 
            this.tabControl1.ResumeLayout(false); 
 | 
            this.tabPage1.ResumeLayout(false); 
 | 
            this.tabPage1.PerformLayout(); 
 | 
            this.ResumeLayout(false); 
 | 
  
 | 
        } 
 | 
  
 | 
        #endregion 
 | 
  
 | 
        private System.Windows.Forms.TabControl tabControl1; 
 | 
        private System.Windows.Forms.TabPage tabPage1; 
 | 
        private System.Windows.Forms.TextBox txtHBaseInsertSQL; 
 | 
        private System.Windows.Forms.Button cmdOk; 
 | 
        private System.Windows.Forms.TextBox txtHBaseTableName; 
 | 
        private System.Windows.Forms.Label label1; 
 | 
        private System.Windows.Forms.TabPage tabPage2; 
 | 
        private System.Windows.Forms.Label label4; 
 | 
        private System.Windows.Forms.TextBox txtHBaseShowSQL; 
 | 
        private System.Windows.Forms.Label label3; 
 | 
        private System.Windows.Forms.Label label2; 
 | 
        private System.Windows.Forms.TextBox txtHBaseUpdateSQL; 
 | 
    } 
 | 
} 
 |