namespace AFKAbutment { partial class FrmMain { /// /// 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.DataBasePanel = new System.Windows.Forms.Panel(); this.startBtn = new DevExpress.XtraEditors.SimpleButton(); this.LsDataNameText = new DevExpress.XtraEditors.TextEdit(); this.LsDataNameLable = new DevExpress.XtraEditors.LabelControl(); this.LsDataServerText = new DevExpress.XtraEditors.TextEdit(); this.LsDataServerLable = new DevExpress.XtraEditors.LabelControl(); this.ResultInfoPanel = new System.Windows.Forms.Panel(); this.resultInfoText = new System.Windows.Forms.TextBox(); this.DataBasePanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.LsDataNameText.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.LsDataServerText.Properties)).BeginInit(); this.ResultInfoPanel.SuspendLayout(); this.SuspendLayout(); // // DataBasePanel // this.DataBasePanel.BackColor = System.Drawing.Color.White; this.DataBasePanel.Controls.Add(this.startBtn); this.DataBasePanel.Controls.Add(this.LsDataNameText); this.DataBasePanel.Controls.Add(this.LsDataNameLable); this.DataBasePanel.Controls.Add(this.LsDataServerText); this.DataBasePanel.Controls.Add(this.LsDataServerLable); this.DataBasePanel.Dock = System.Windows.Forms.DockStyle.Top; this.DataBasePanel.Location = new System.Drawing.Point(0, 0); this.DataBasePanel.Name = "DataBasePanel"; this.DataBasePanel.Size = new System.Drawing.Size(852, 73); this.DataBasePanel.TabIndex = 0; // // startBtn // this.startBtn.Appearance.BackColor = System.Drawing.Color.White; this.startBtn.Appearance.Options.UseBackColor = true; this.startBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.startBtn.Location = new System.Drawing.Point(768, 12); this.startBtn.Name = "startBtn"; this.startBtn.Size = new System.Drawing.Size(72, 51); this.startBtn.TabIndex = 4; this.startBtn.Text = "开始同步"; // // LsDataNameText // this.LsDataNameText.Location = new System.Drawing.Point(99, 39); this.LsDataNameText.Name = "LsDataNameText"; this.LsDataNameText.Size = new System.Drawing.Size(269, 24); this.LsDataNameText.TabIndex = 3; // // LsDataNameLable // this.LsDataNameLable.Location = new System.Drawing.Point(12, 42); this.LsDataNameLable.Name = "LsDataNameLable"; this.LsDataNameLable.Size = new System.Drawing.Size(90, 18); this.LsDataNameLable.TabIndex = 2; this.LsDataNameLable.Text = "数据库名称:"; // // LsDataServerText // this.LsDataServerText.Location = new System.Drawing.Point(99, 9); this.LsDataServerText.Name = "LsDataServerText"; this.LsDataServerText.Size = new System.Drawing.Size(269, 24); this.LsDataServerText.TabIndex = 1; // // LsDataServerLable // this.LsDataServerLable.Location = new System.Drawing.Point(12, 12); this.LsDataServerLable.Name = "LsDataServerLable"; this.LsDataServerLable.Size = new System.Drawing.Size(90, 18); this.LsDataServerLable.TabIndex = 0; this.LsDataServerLable.Text = "数据库地址:"; // // ResultInfoPanel // this.ResultInfoPanel.BackColor = System.Drawing.Color.White; this.ResultInfoPanel.Controls.Add(this.resultInfoText); this.ResultInfoPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.ResultInfoPanel.Location = new System.Drawing.Point(0, 73); this.ResultInfoPanel.Name = "ResultInfoPanel"; this.ResultInfoPanel.Size = new System.Drawing.Size(852, 442); this.ResultInfoPanel.TabIndex = 1; // // resultInfoText // this.resultInfoText.Dock = System.Windows.Forms.DockStyle.Fill; this.resultInfoText.Location = new System.Drawing.Point(0, 0); this.resultInfoText.Multiline = true; this.resultInfoText.Name = "resultInfoText"; this.resultInfoText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.resultInfoText.Size = new System.Drawing.Size(852, 442); this.resultInfoText.TabIndex = 0; // // FrmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(852, 515); this.Controls.Add(this.ResultInfoPanel); this.Controls.Add(this.DataBasePanel); this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.Name = "FrmMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "中航对接工具"; this.DataBasePanel.ResumeLayout(false); this.DataBasePanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.LsDataNameText.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.LsDataServerText.Properties)).EndInit(); this.ResultInfoPanel.ResumeLayout(false); this.ResultInfoPanel.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel DataBasePanel; private DevExpress.XtraEditors.TextEdit LsDataServerText; private DevExpress.XtraEditors.LabelControl LsDataServerLable; private System.Windows.Forms.Panel ResultInfoPanel; private DevExpress.XtraEditors.TextEdit LsDataNameText; private DevExpress.XtraEditors.LabelControl LsDataNameLable; private System.Windows.Forms.TextBox resultInfoText; private DevExpress.XtraEditors.SimpleButton startBtn; } }