namespace VEPROMS { partial class frmRODbProperties { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRODbProperties)); this.ppBtnOk = new System.Windows.Forms.Button(); this.ppBtnCancel = new System.Windows.Forms.Button(); this.ppPnlRODb = new DevComponents.DotNetBar.PanelEx(); this.ppBtnTestSQL = new System.Windows.Forms.Button(); this.ppTxtSQL = new System.Windows.Forms.TextBox(); this.ppLblSQL = new System.Windows.Forms.Label(); this.ppTxtExt = new System.Windows.Forms.TextBox(); this.ppTxtPath = new System.Windows.Forms.TextBox(); this.ppLblGraphicFileExtLoc = new System.Windows.Forms.Label(); this.ppLblExt = new System.Windows.Forms.Label(); this.ppBtnFldrDlg = new DevComponents.DotNetBar.ButtonX(); this.ppLblPath = new System.Windows.Forms.Label(); this.ppRTxtName = new System.Windows.Forms.RichTextBox(); this.ppLblName = new System.Windows.Forms.Label(); this.ppPnlRODb.SuspendLayout(); this.SuspendLayout(); // // ppBtnOk // this.ppBtnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.ppBtnOk.Location = new System.Drawing.Point(471, 201); this.ppBtnOk.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppBtnOk.Name = "ppBtnOk"; this.ppBtnOk.Size = new System.Drawing.Size(66, 26); this.ppBtnOk.TabIndex = 1; this.ppBtnOk.Text = "OK"; this.ppBtnOk.UseVisualStyleBackColor = true; this.ppBtnOk.Click += new System.EventHandler(this.ppBtnOk_Click); // // ppBtnCancel // this.ppBtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.ppBtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.ppBtnCancel.Location = new System.Drawing.Point(552, 201); this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppBtnCancel.Name = "ppBtnCancel"; this.ppBtnCancel.Size = new System.Drawing.Size(66, 26); this.ppBtnCancel.TabIndex = 2; this.ppBtnCancel.Text = "Cancel"; this.ppBtnCancel.UseVisualStyleBackColor = true; // // ppPnlRODb // this.ppPnlRODb.CanvasColor = System.Drawing.SystemColors.Control; this.ppPnlRODb.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.ppPnlRODb.Controls.Add(this.ppBtnTestSQL); this.ppPnlRODb.Controls.Add(this.ppTxtSQL); this.ppPnlRODb.Controls.Add(this.ppLblSQL); this.ppPnlRODb.Controls.Add(this.ppTxtExt); this.ppPnlRODb.Controls.Add(this.ppTxtPath); this.ppPnlRODb.Controls.Add(this.ppLblGraphicFileExtLoc); this.ppPnlRODb.Controls.Add(this.ppLblExt); this.ppPnlRODb.Controls.Add(this.ppBtnFldrDlg); this.ppPnlRODb.Controls.Add(this.ppLblPath); this.ppPnlRODb.Controls.Add(this.ppRTxtName); this.ppPnlRODb.Controls.Add(this.ppLblName); this.ppPnlRODb.Dock = System.Windows.Forms.DockStyle.Top; this.ppPnlRODb.Location = new System.Drawing.Point(0, 0); this.ppPnlRODb.Name = "ppPnlRODb"; this.ppPnlRODb.Size = new System.Drawing.Size(646, 192); this.ppPnlRODb.Style.Alignment = System.Drawing.StringAlignment.Center; this.ppPnlRODb.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.ppPnlRODb.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.ppPnlRODb.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.ppPnlRODb.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.ppPnlRODb.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.ppPnlRODb.Style.GradientAngle = 90; this.ppPnlRODb.TabIndex = 3; // // ppBtnTestSQL // this.ppBtnTestSQL.Location = new System.Drawing.Point(542, 110); this.ppBtnTestSQL.Name = "ppBtnTestSQL"; this.ppBtnTestSQL.Size = new System.Drawing.Size(82, 46); this.ppBtnTestSQL.TabIndex = 44; this.ppBtnTestSQL.Text = "Test Connect"; this.ppBtnTestSQL.UseVisualStyleBackColor = true; this.ppBtnTestSQL.Click += new System.EventHandler(this.ppBtnTestSQL_Click); // // ppTxtSQL // this.ppTxtSQL.Location = new System.Drawing.Point(129, 156); this.ppTxtSQL.Name = "ppTxtSQL"; this.ppTxtSQL.Size = new System.Drawing.Size(507, 22); this.ppTxtSQL.TabIndex = 43; this.ppTxtSQL.TextChanged += new System.EventHandler(this.ppTxtSQL_TextChanged); // // ppLblSQL // this.ppLblSQL.AutoSize = true; this.ppLblSQL.Location = new System.Drawing.Point(30, 156); this.ppLblSQL.Name = "ppLblSQL"; this.ppLblSQL.Size = new System.Drawing.Size(92, 17); this.ppLblSQL.TabIndex = 42; this.ppLblSQL.Text = "SQL Connect"; // // ppTxtExt // this.ppTxtExt.Enabled = false; this.ppTxtExt.Location = new System.Drawing.Point(200, 106); this.ppTxtExt.Name = "ppTxtExt"; this.ppTxtExt.Size = new System.Drawing.Size(275, 22); this.ppTxtExt.TabIndex = 41; // // ppTxtPath // this.ppTxtPath.Location = new System.Drawing.Point(129, 68); this.ppTxtPath.Name = "ppTxtPath"; this.ppTxtPath.Size = new System.Drawing.Size(389, 22); this.ppTxtPath.TabIndex = 40; // // ppLblGraphicFileExtLoc // this.ppLblGraphicFileExtLoc.AutoSize = true; this.ppLblGraphicFileExtLoc.BackColor = System.Drawing.Color.Transparent; this.ppLblGraphicFileExtLoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblGraphicFileExtLoc.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.ppLblGraphicFileExtLoc.Location = new System.Drawing.Point(197, 131); this.ppLblGraphicFileExtLoc.Name = "ppLblGraphicFileExtLoc"; this.ppLblGraphicFileExtLoc.Size = new System.Drawing.Size(61, 17); this.ppLblGraphicFileExtLoc.TabIndex = 39; this.ppLblGraphicFileExtLoc.Text = "(default)"; // // ppLblExt // this.ppLblExt.AutoSize = true; this.ppLblExt.BackColor = System.Drawing.Color.Transparent; this.ppLblExt.Location = new System.Drawing.Point(33, 106); this.ppLblExt.Name = "ppLblExt"; this.ppLblExt.Size = new System.Drawing.Size(149, 17); this.ppLblExt.TabIndex = 38; this.ppLblExt.Text = "Graphic File Extension"; // // ppBtnFldrDlg // this.ppBtnFldrDlg.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ppBtnFldrDlg.BackColor = System.Drawing.Color.Transparent; this.ppBtnFldrDlg.FocusOnLeftMouseButtonDown = true; this.ppBtnFldrDlg.Image = ((System.Drawing.Image)(resources.GetObject("ppBtnFldrDlg.Image"))); this.ppBtnFldrDlg.Location = new System.Drawing.Point(539, 62); this.ppBtnFldrDlg.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppBtnFldrDlg.Name = "ppBtnFldrDlg"; this.ppBtnFldrDlg.Size = new System.Drawing.Size(21, 23); this.ppBtnFldrDlg.TabIndex = 37; this.ppBtnFldrDlg.Click += new System.EventHandler(this.ppBtnFldrDlg_Click); // // ppLblPath // this.ppLblPath.AutoSize = true; this.ppLblPath.BackColor = System.Drawing.Color.Transparent; this.ppLblPath.Location = new System.Drawing.Point(30, 68); this.ppLblPath.Name = "ppLblPath"; this.ppLblPath.Size = new System.Drawing.Size(62, 17); this.ppLblPath.TabIndex = 17; this.ppLblPath.Text = "RO Path"; // // ppRTxtName // this.ppRTxtName.Location = new System.Drawing.Point(129, 28); this.ppRTxtName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppRTxtName.Multiline = false; this.ppRTxtName.Name = "ppRTxtName"; this.ppRTxtName.Size = new System.Drawing.Size(389, 22); this.ppRTxtName.TabIndex = 16; this.ppRTxtName.Text = ""; // // ppLblName // this.ppLblName.AutoSize = true; this.ppLblName.BackColor = System.Drawing.Color.Transparent; this.ppLblName.Location = new System.Drawing.Point(30, 31); this.ppLblName.Name = "ppLblName"; this.ppLblName.Size = new System.Drawing.Size(79, 17); this.ppLblName.TabIndex = 15; this.ppLblName.Text = "Description"; // // frmRODbProperties // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125))))); this.ClientSize = new System.Drawing.Size(646, 238); this.Controls.Add(this.ppPnlRODb); this.Controls.Add(this.ppBtnCancel); this.Controls.Add(this.ppBtnOk); this.Name = "frmRODbProperties"; this.Text = "RO Database Properties"; this.Load += new System.EventHandler(this.frmRODbProperties_Load); this.ppPnlRODb.ResumeLayout(false); this.ppPnlRODb.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button ppBtnOk; private System.Windows.Forms.Button ppBtnCancel; private DevComponents.DotNetBar.PanelEx ppPnlRODb; private System.Windows.Forms.Label ppLblPath; private System.Windows.Forms.RichTextBox ppRTxtName; private System.Windows.Forms.Label ppLblName; private DevComponents.DotNetBar.ButtonX ppBtnFldrDlg; private System.Windows.Forms.Label ppLblGraphicFileExtLoc; private System.Windows.Forms.Label ppLblExt; private System.Windows.Forms.TextBox ppTxtPath; private System.Windows.Forms.TextBox ppTxtExt; private System.Windows.Forms.Button ppBtnTestSQL; private System.Windows.Forms.TextBox ppTxtSQL; private System.Windows.Forms.Label ppLblSQL; } }