namespace Lskj.GarbledCodeProcessing { partial class Form1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode(); this.panel1 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.txtTimeInterval = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtName = new System.Windows.Forms.TextBox(); this.txtDataBase = new System.Windows.Forms.TextBox(); this.txtPassword = new System.Windows.Forms.TextBox(); this.txtSeverId = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.btnBegin = new System.Windows.Forms.Button(); this.gridControl = new DevExpress.XtraGrid.GridControl(); this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.txtTimeInterval); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.txtName); this.panel1.Controls.Add(this.txtDataBase); this.panel1.Controls.Add(this.txtPassword); this.panel1.Controls.Add(this.txtSeverId); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.btnBegin); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(816, 66); this.panel1.TabIndex = 7; // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button1.Location = new System.Drawing.Point(639, 38); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(79, 23); this.button1.TabIndex = 12; this.button1.Text = "开始同步"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label6 // this.label6.Location = new System.Drawing.Point(515, 9); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(78, 23); this.label6.TabIndex = 11; this.label6.Text = "秒(最短30秒)"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txtTimeInterval // this.txtTimeInterval.Location = new System.Drawing.Point(420, 9); this.txtTimeInterval.Name = "txtTimeInterval"; this.txtTimeInterval.Size = new System.Drawing.Size(89, 21); this.txtTimeInterval.TabIndex = 10; // // label5 // this.label5.Location = new System.Drawing.Point(336, 9); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(88, 23); this.label5.TabIndex = 9; this.label5.Text = "间隔时间设置"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txtName // this.txtName.Location = new System.Drawing.Point(81, 40); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(98, 21); this.txtName.TabIndex = 8; this.txtName.Text = "lserpAdmin"; // // txtDataBase // this.txtDataBase.Location = new System.Drawing.Point(242, 9); this.txtDataBase.Name = "txtDataBase"; this.txtDataBase.Size = new System.Drawing.Size(88, 21); this.txtDataBase.TabIndex = 7; this.txtDataBase.Text = "vitalong"; // // txtPassword // this.txtPassword.Location = new System.Drawing.Point(242, 40); this.txtPassword.Name = "txtPassword"; this.txtPassword.PasswordChar = '*'; this.txtPassword.Size = new System.Drawing.Size(88, 21); this.txtPassword.TabIndex = 6; this.txtPassword.Text = "lserp110"; // // txtSeverId // this.txtSeverId.Location = new System.Drawing.Point(81, 9); this.txtSeverId.Name = "txtSeverId"; this.txtSeverId.Size = new System.Drawing.Size(98, 21); this.txtSeverId.TabIndex = 5; this.txtSeverId.Text = "110.185.160.75,11229"; // // label4 // this.label4.Location = new System.Drawing.Point(174, 9); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(71, 23); this.label4.TabIndex = 4; this.label4.Text = "数据库"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label3 // this.label3.Location = new System.Drawing.Point(12, 40); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(71, 23); this.label3.TabIndex = 3; this.label3.Text = "登录名称"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.Location = new System.Drawing.Point(174, 40); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(71, 23); this.label2.TabIndex = 2; this.label2.Text = "登录密码"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label1 // this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(71, 23); this.label1.TabIndex = 1; this.label1.Text = "服务器地址"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnBegin // this.btnBegin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnBegin.Location = new System.Drawing.Point(639, 12); this.btnBegin.Name = "btnBegin"; this.btnBegin.Size = new System.Drawing.Size(79, 23); this.btnBegin.TabIndex = 0; this.btnBegin.Text = "获取数据"; this.btnBegin.UseVisualStyleBackColor = true; this.btnBegin.Click += new System.EventHandler(this.btnBegin_Click); // // gridControl // this.gridControl.Dock = System.Windows.Forms.DockStyle.Bottom; gridLevelNode1.RelationName = "Level1"; this.gridControl.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode1}); this.gridControl.Location = new System.Drawing.Point(0, 72); this.gridControl.MainView = this.gridView; this.gridControl.Name = "gridControl"; this.gridControl.Size = new System.Drawing.Size(816, 354); this.gridControl.TabIndex = 8; this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView}); // // gridView // this.gridView.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F); this.gridView.Appearance.HeaderPanel.Options.UseFont = true; this.gridView.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.gridView.Appearance.Preview.Font = new System.Drawing.Font("宋体", 9F); this.gridView.Appearance.Preview.Options.UseFont = true; this.gridView.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F); this.gridView.Appearance.Row.Options.UseBackColor = true; this.gridView.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.gridView.GridControl = this.gridControl; this.gridView.IndicatorWidth = 40; this.gridView.Name = "gridView"; this.gridView.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.gridView.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.False; this.gridView.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false; this.gridView.OptionsFilter.ShowAllTableValuesInFilterPopup = true; this.gridView.OptionsFind.FindNullPrompt = ""; this.gridView.OptionsSelection.MultiSelect = true; this.gridView.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect; this.gridView.OptionsView.AllowHtmlDrawHeaders = true; this.gridView.OptionsView.ColumnAutoWidth = false; this.gridView.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.True; this.gridView.OptionsView.RowAutoHeight = true; this.gridView.OptionsView.ShowGroupPanel = false; this.gridView.PaintStyleName = "Skin"; // // Form1 // this.ClientSize = new System.Drawing.Size(816, 426); this.Controls.Add(this.gridControl); this.Controls.Add(this.panel1); this.Name = "Form1"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtTimeInterval; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.TextBox txtDataBase; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.TextBox txtSeverId; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnBegin; public DevExpress.XtraGrid.GridControl gridControl; private DevExpress.XtraGrid.Views.Grid.GridView gridView; private System.Windows.Forms.Button button1; } }