307 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			307 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace RoAccessToSql
 | |
| {
 | |
| 	partial class RoAccessToSql
 | |
| 	{
 | |
| 		/// <summary>
 | |
| 		/// Required designer variable.
 | |
| 		/// </summary>
 | |
| 		private System.ComponentModel.IContainer components = null;
 | |
| 
 | |
| 		/// <summary>
 | |
| 		/// Clean up any resources being used.
 | |
| 		/// </summary>
 | |
| 		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
 | |
| 		protected override void Dispose(bool disposing)
 | |
| 		{
 | |
| 			if (disposing && (components != null))
 | |
| 			{
 | |
| 				components.Dispose();
 | |
| 			}
 | |
| 			base.Dispose(disposing);
 | |
| 		}
 | |
| 
 | |
| 		#region Windows Form Designer generated code
 | |
| 
 | |
| 		/// <summary>
 | |
| 		/// Required method for Designer support - do not modify
 | |
| 		/// the contents of this method with the code editor.
 | |
| 		/// </summary>
 | |
| 		private void InitializeComponent()
 | |
| 		{
 | |
| 			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoAccessToSql));
 | |
| 			this.lblAccessPath = new System.Windows.Forms.Label();
 | |
| 			this.tbAccessPath = new System.Windows.Forms.TextBox();
 | |
| 			this.btnConvert = new System.Windows.Forms.Button();
 | |
| 			this.btnExit = new System.Windows.Forms.Button();
 | |
| 			this.btnBrowse = new DevComponents.DotNetBar.ButtonX();
 | |
| 			this.panelExStatus = new DevComponents.DotNetBar.PanelEx();
 | |
| 			this.pBarDbs = new DevComponents.DotNetBar.Controls.ProgressBarX();
 | |
| 			this.pBarROs = new DevComponents.DotNetBar.Controls.ProgressBarX();
 | |
| 			this.lblConvertStatusROs = new DevComponents.DotNetBar.LabelX();
 | |
| 			this.lblConvertStatusDB = new DevComponents.DotNetBar.LabelX();
 | |
| 			this.lblSqlDbName = new System.Windows.Forms.Label();
 | |
| 			this.tbSqlDbName = new System.Windows.Forms.TextBox();
 | |
| 			this.btnTestConnect = new DevComponents.DotNetBar.ButtonX();
 | |
| 			this.lblSqlServerName = new System.Windows.Forms.Label();
 | |
| 			this.tbSqlServerName = new System.Windows.Forms.TextBox();
 | |
| 			this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
 | |
| 			this.panelExStatus.SuspendLayout();
 | |
| 			this.groupPanel1.SuspendLayout();
 | |
| 			this.SuspendLayout();
 | |
| 			// 
 | |
| 			// lblAccessPath
 | |
| 			// 
 | |
| 			this.lblAccessPath.AutoSize = true;
 | |
| 			this.lblAccessPath.Location = new System.Drawing.Point(31, 9);
 | |
| 			this.lblAccessPath.Name = "lblAccessPath";
 | |
| 			this.lblAccessPath.Size = new System.Drawing.Size(167, 17);
 | |
| 			this.lblAccessPath.TabIndex = 0;
 | |
| 			this.lblAccessPath.Text = "Path to Access Database";
 | |
| 			// 
 | |
| 			// tbAccessPath
 | |
| 			// 
 | |
| 			this.tbAccessPath.Location = new System.Drawing.Point(48, 40);
 | |
| 			this.tbAccessPath.Name = "tbAccessPath";
 | |
| 			this.tbAccessPath.Size = new System.Drawing.Size(630, 22);
 | |
| 			this.tbAccessPath.TabIndex = 2;
 | |
| 			this.tbAccessPath.Leave += new System.EventHandler(this.tbAccessPath_Leave);
 | |
| 			// 
 | |
| 			// btnConvert
 | |
| 			// 
 | |
| 			this.btnConvert.Location = new System.Drawing.Point(635, 148);
 | |
| 			this.btnConvert.Name = "btnConvert";
 | |
| 			this.btnConvert.Size = new System.Drawing.Size(72, 29);
 | |
| 			this.btnConvert.TabIndex = 4;
 | |
| 			this.btnConvert.Text = "Convert";
 | |
| 			this.btnConvert.UseVisualStyleBackColor = true;
 | |
| 			this.btnConvert.Click += new System.EventHandler(this.btnConvert_Click);
 | |
| 			// 
 | |
| 			// btnExit
 | |
| 			// 
 | |
| 			this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
 | |
| 			this.btnExit.Location = new System.Drawing.Point(635, 201);
 | |
| 			this.btnExit.Name = "btnExit";
 | |
| 			this.btnExit.Size = new System.Drawing.Size(75, 29);
 | |
| 			this.btnExit.TabIndex = 5;
 | |
| 			this.btnExit.Text = "Exit";
 | |
| 			this.btnExit.UseVisualStyleBackColor = true;
 | |
| 			this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
 | |
| 			// 
 | |
| 			// btnBrowse
 | |
| 			// 
 | |
| 			this.btnBrowse.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
| 			this.btnBrowse.BackColor = System.Drawing.Color.Transparent;
 | |
| 			this.btnBrowse.Image = ((System.Drawing.Image)(resources.GetObject("btnBrowse.Image")));
 | |
| 			this.btnBrowse.Location = new System.Drawing.Point(698, 40);
 | |
| 			this.btnBrowse.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | |
| 			this.btnBrowse.Name = "btnBrowse";
 | |
| 			this.btnBrowse.Size = new System.Drawing.Size(21, 23);
 | |
| 			this.btnBrowse.TabIndex = 40;
 | |
| 			this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
 | |
| 			// 
 | |
| 			// panelExStatus
 | |
| 			// 
 | |
| 			this.panelExStatus.CanvasColor = System.Drawing.SystemColors.Control;
 | |
| 			this.panelExStatus.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | |
| 			this.panelExStatus.Controls.Add(this.pBarDbs);
 | |
| 			this.panelExStatus.Controls.Add(this.pBarROs);
 | |
| 			this.panelExStatus.Controls.Add(this.lblConvertStatusROs);
 | |
| 			this.panelExStatus.Controls.Add(this.lblConvertStatusDB);
 | |
| 			this.panelExStatus.DisabledBackColor = System.Drawing.Color.Empty;
 | |
| 			this.panelExStatus.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
| 			this.panelExStatus.Location = new System.Drawing.Point(0, 255);
 | |
| 			this.panelExStatus.Name = "panelExStatus";
 | |
| 			this.panelExStatus.Size = new System.Drawing.Size(771, 135);
 | |
| 			this.panelExStatus.Style.Alignment = System.Drawing.StringAlignment.Center;
 | |
| 			this.panelExStatus.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
 | |
| 			this.panelExStatus.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
 | |
| 			this.panelExStatus.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
 | |
| 			this.panelExStatus.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
 | |
| 			this.panelExStatus.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
 | |
| 			this.panelExStatus.Style.GradientAngle = 90;
 | |
| 			this.panelExStatus.TabIndex = 45;
 | |
| 			// 
 | |
| 			// pBarDbs
 | |
| 			// 
 | |
| 			// 
 | |
| 			// 
 | |
| 			// 
 | |
| 			this.pBarDbs.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
| 			this.pBarDbs.Location = new System.Drawing.Point(34, 37);
 | |
| 			this.pBarDbs.Name = "pBarDbs";
 | |
| 			this.pBarDbs.Size = new System.Drawing.Size(656, 24);
 | |
| 			this.pBarDbs.TabIndex = 4;
 | |
| 			this.pBarDbs.TextVisible = true;
 | |
| 			// 
 | |
| 			// pBarROs
 | |
| 			// 
 | |
| 			// 
 | |
| 			// 
 | |
| 			// 
 | |
| 			this.pBarROs.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
| 			this.pBarROs.Location = new System.Drawing.Point(34, 99);
 | |
| 			this.pBarROs.Name = "pBarROs";
 | |
| 			this.pBarROs.Size = new System.Drawing.Size(656, 24);
 | |
| 			this.pBarROs.TabIndex = 3;
 | |
| 			this.pBarROs.TextVisible = true;
 | |
| 			// 
 | |
| 			// lblConvertStatusROs
 | |
| 			// 
 | |
| 			// 
 | |
| 			// 
 | |
| 			// 
 | |
| 			this.lblConvertStatusROs.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
| 			this.lblConvertStatusROs.Location = new System.Drawing.Point(14, 69);
 | |
| 			this.lblConvertStatusROs.Name = "lblConvertStatusROs";
 | |
| 			this.lblConvertStatusROs.Size = new System.Drawing.Size(128, 24);
 | |
| 			this.lblConvertStatusROs.TabIndex = 2;
 | |
| 			this.lblConvertStatusROs.Text = "Converting ROs:";
 | |
| 			// 
 | |
| 			// lblConvertStatusDB
 | |
| 			// 
 | |
| 			// 
 | |
| 			// 
 | |
| 			// 
 | |
| 			this.lblConvertStatusDB.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
| 			this.lblConvertStatusDB.Location = new System.Drawing.Point(14, 3);
 | |
| 			this.lblConvertStatusDB.Name = "lblConvertStatusDB";
 | |
| 			this.lblConvertStatusDB.Size = new System.Drawing.Size(226, 24);
 | |
| 			this.lblConvertStatusDB.TabIndex = 0;
 | |
| 			this.lblConvertStatusDB.Text = "Converting Database:";
 | |
| 			// 
 | |
| 			// lblSqlDbName
 | |
| 			// 
 | |
| 			this.lblSqlDbName.AutoSize = true;
 | |
| 			this.lblSqlDbName.BackColor = System.Drawing.Color.Transparent;
 | |
| 			this.lblSqlDbName.Location = new System.Drawing.Point(14, 0);
 | |
| 			this.lblSqlDbName.Name = "lblSqlDbName";
 | |
| 			this.lblSqlDbName.Size = new System.Drawing.Size(134, 17);
 | |
| 			this.lblSqlDbName.TabIndex = 1;
 | |
| 			this.lblSqlDbName.Text = "Sql Database Name";
 | |
| 			// 
 | |
| 			// tbSqlDbName
 | |
| 			// 
 | |
| 			this.tbSqlDbName.Location = new System.Drawing.Point(31, 31);
 | |
| 			this.tbSqlDbName.Name = "tbSqlDbName";
 | |
| 			this.tbSqlDbName.Size = new System.Drawing.Size(309, 22);
 | |
| 			this.tbSqlDbName.TabIndex = 3;
 | |
| 			this.tbSqlDbName.Leave += new System.EventHandler(this.tbSqlDbName_Leave);
 | |
| 			// 
 | |
| 			// btnTestConnect
 | |
| 			// 
 | |
| 			this.btnTestConnect.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
| 			this.btnTestConnect.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
 | |
| 			this.btnTestConnect.Location = new System.Drawing.Point(380, 44);
 | |
| 			this.btnTestConnect.Name = "btnTestConnect";
 | |
| 			this.btnTestConnect.Size = new System.Drawing.Size(105, 51);
 | |
| 			this.btnTestConnect.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | |
| 			this.btnTestConnect.TabIndex = 39;
 | |
| 			this.btnTestConnect.Text = "Test Connect";
 | |
| 			this.btnTestConnect.Click += new System.EventHandler(this.btnTestConnect_Click);
 | |
| 			// 
 | |
| 			// lblSqlServerName
 | |
| 			// 
 | |
| 			this.lblSqlServerName.AutoSize = true;
 | |
| 			this.lblSqlServerName.BackColor = System.Drawing.Color.Transparent;
 | |
| 			this.lblSqlServerName.Location = new System.Drawing.Point(14, 69);
 | |
| 			this.lblSqlServerName.Name = "lblSqlServerName";
 | |
| 			this.lblSqlServerName.Size = new System.Drawing.Size(115, 17);
 | |
| 			this.lblSqlServerName.TabIndex = 43;
 | |
| 			this.lblSqlServerName.Text = "Sql Server Name";
 | |
| 			// 
 | |
| 			// tbSqlServerName
 | |
| 			// 
 | |
| 			this.tbSqlServerName.Location = new System.Drawing.Point(31, 100);
 | |
| 			this.tbSqlServerName.Name = "tbSqlServerName";
 | |
| 			this.tbSqlServerName.Size = new System.Drawing.Size(309, 22);
 | |
| 			this.tbSqlServerName.TabIndex = 44;
 | |
| 			this.tbSqlServerName.Leave += new System.EventHandler(this.tbSqlServerName_Leave);
 | |
| 			// 
 | |
| 			// groupPanel1
 | |
| 			// 
 | |
| 			this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
 | |
| 			this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
 | |
| 			this.groupPanel1.Controls.Add(this.lblSqlDbName);
 | |
| 			this.groupPanel1.Controls.Add(this.tbSqlServerName);
 | |
| 			this.groupPanel1.Controls.Add(this.btnTestConnect);
 | |
| 			this.groupPanel1.Controls.Add(this.tbSqlDbName);
 | |
| 			this.groupPanel1.Controls.Add(this.lblSqlServerName);
 | |
| 			this.groupPanel1.DisabledBackColor = System.Drawing.Color.Empty;
 | |
| 			this.groupPanel1.Location = new System.Drawing.Point(34, 84);
 | |
| 			this.groupPanel1.Name = "groupPanel1";
 | |
| 			this.groupPanel1.Size = new System.Drawing.Size(528, 160);
 | |
| 			// 
 | |
| 			// 
 | |
| 			// 
 | |
| 			this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
 | |
| 			this.groupPanel1.Style.BackColorGradientAngle = 90;
 | |
| 			this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
 | |
| 			this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
 | |
| 			this.groupPanel1.Style.BorderBottomWidth = 1;
 | |
| 			this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
 | |
| 			this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
 | |
| 			this.groupPanel1.Style.BorderLeftWidth = 1;
 | |
| 			this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
 | |
| 			this.groupPanel1.Style.BorderRightWidth = 1;
 | |
| 			this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
 | |
| 			this.groupPanel1.Style.BorderTopWidth = 1;
 | |
| 			this.groupPanel1.Style.CornerDiameter = 4;
 | |
| 			this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
 | |
| 			this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
 | |
| 			this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
 | |
| 			this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
 | |
| 			// 
 | |
| 			// 
 | |
| 			// 
 | |
| 			this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
| 			// 
 | |
| 			// 
 | |
| 			// 
 | |
| 			this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
| 			this.groupPanel1.TabIndex = 56;
 | |
| 			this.groupPanel1.Text = "SQL Connection";
 | |
| 			// 
 | |
| 			// RoAccessToSql
 | |
| 			// 
 | |
| 			this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
 | |
| 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
| 			this.ClientSize = new System.Drawing.Size(771, 390);
 | |
| 			this.Controls.Add(this.groupPanel1);
 | |
| 			this.Controls.Add(this.panelExStatus);
 | |
| 			this.Controls.Add(this.btnBrowse);
 | |
| 			this.Controls.Add(this.btnExit);
 | |
| 			this.Controls.Add(this.btnConvert);
 | |
| 			this.Controls.Add(this.tbAccessPath);
 | |
| 			this.Controls.Add(this.lblAccessPath);
 | |
| 			this.Name = "RoAccessToSql";
 | |
| 			this.Text = "Ro Convert MSAccess To Sql";
 | |
| 			this.panelExStatus.ResumeLayout(false);
 | |
| 			this.groupPanel1.ResumeLayout(false);
 | |
| 			this.groupPanel1.PerformLayout();
 | |
| 			this.ResumeLayout(false);
 | |
| 			this.PerformLayout();
 | |
| 
 | |
| 		}
 | |
| 
 | |
| 		#endregion
 | |
| 
 | |
| 		private System.Windows.Forms.Label lblAccessPath;
 | |
| 		private System.Windows.Forms.TextBox tbAccessPath;
 | |
| 		private System.Windows.Forms.Button btnConvert;
 | |
| 		private System.Windows.Forms.Button btnExit;
 | |
| 		private DevComponents.DotNetBar.ButtonX btnBrowse;
 | |
| 		private DevComponents.DotNetBar.PanelEx panelExStatus;
 | |
| 		private DevComponents.DotNetBar.LabelX lblConvertStatusDB;
 | |
| 		private System.Windows.Forms.Label lblSqlDbName;
 | |
| 		private System.Windows.Forms.TextBox tbSqlDbName;
 | |
| 		private DevComponents.DotNetBar.ButtonX btnTestConnect;
 | |
| 		private System.Windows.Forms.Label lblSqlServerName;
 | |
| 		private System.Windows.Forms.TextBox tbSqlServerName;
 | |
| 		private DevComponents.DotNetBar.Controls.GroupPanel groupPanel1;
 | |
| 		private DevComponents.DotNetBar.LabelX lblConvertStatusROs;
 | |
| 		private DevComponents.DotNetBar.Controls.ProgressBarX pBarROs;
 | |
| 		private DevComponents.DotNetBar.Controls.ProgressBarX pBarDbs;
 | |
| 	}
 | |
| }
 | |
| 
 |