namespace EvoSoft_Constructor { partial class frmConstructer { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmConstructer)); this.txtObjectName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.cboTables = new System.Windows.Forms.ComboBox(); this.btnCreateObject = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.btnRefresh = new System.Windows.Forms.Button(); this.lblResult = new System.Windows.Forms.Label(); this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); this.btnCreateAll = new System.Windows.Forms.Button(); this.SuspendLayout(); // // txtObjectName // this.txtObjectName.Location = new System.Drawing.Point(140, 12); this.txtObjectName.Name = "txtObjectName"; this.txtObjectName.Size = new System.Drawing.Size(242, 20); this.txtObjectName.TabIndex = 20; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(122, 13); this.label1.TabIndex = 21; this.label1.Text = "Provide an object name:"; // // cboTables // this.cboTables.FormattingEnabled = true; this.cboTables.Location = new System.Drawing.Point(140, 38); this.cboTables.Name = "cboTables"; this.cboTables.Size = new System.Drawing.Size(242, 21); this.cboTables.TabIndex = 22; this.cboTables.SelectedIndexChanged += new System.EventHandler(this.cboTables_SelectedIndexChanged); // // btnCreateObject // this.btnCreateObject.Location = new System.Drawing.Point(292, 65); this.btnCreateObject.Name = "btnCreateObject"; this.btnCreateObject.Size = new System.Drawing.Size(90, 23); this.btnCreateObject.TabIndex = 23; this.btnCreateObject.Text = "Create"; this.btnCreateObject.UseVisualStyleBackColor = true; this.btnCreateObject.Click += new System.EventHandler(this.btnCreateObject_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(59, 41); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(75, 13); this.label2.TabIndex = 24; this.label2.Text = "Select a table:"; // // btnRefresh // this.btnRefresh.Location = new System.Drawing.Point(15, 65); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(75, 23); this.btnRefresh.TabIndex = 25; this.btnRefresh.Text = "Refresh"; this.btnRefresh.UseVisualStyleBackColor = true; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // lblResult // this.lblResult.AutoSize = true; this.lblResult.Location = new System.Drawing.Point(137, 70); this.lblResult.Name = "lblResult"; this.lblResult.Size = new System.Drawing.Size(0, 13); this.lblResult.TabIndex = 26; // // notifyIcon1 // this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); this.notifyIcon1.Text = "UF Constructor 1.0"; this.notifyIcon1.Visible = true; this.notifyIcon1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseClick); // // btnCreateAll // this.btnCreateAll.Location = new System.Drawing.Point(211, 65); this.btnCreateAll.Name = "btnCreateAll"; this.btnCreateAll.Size = new System.Drawing.Size(75, 23); this.btnCreateAll.TabIndex = 27; this.btnCreateAll.Text = "Create All"; this.btnCreateAll.UseVisualStyleBackColor = true; this.btnCreateAll.Click += new System.EventHandler(this.btnCreateAll_Click); // // frmConstructer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(411, 102); this.Controls.Add(this.btnCreateAll); this.Controls.Add(this.lblResult); this.Controls.Add(this.btnRefresh); this.Controls.Add(this.label2); this.Controls.Add(this.btnCreateObject); this.Controls.Add(this.cboTables); this.Controls.Add(this.label1); this.Controls.Add(this.txtObjectName); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmConstructer"; this.Text = "constructor"; this.Resize += new System.EventHandler(this.frmConstructer_Resize); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtObjectName; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cboTables; private System.Windows.Forms.Button btnCreateObject; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnRefresh; private System.Windows.Forms.Label lblResult; private System.Windows.Forms.NotifyIcon notifyIcon1; private System.Windows.Forms.Button btnCreateAll; } }