ab56a9bcf7
SVN-Revision: r240
715 lines
36 KiB
C#
715 lines
36 KiB
C#
|
|
namespace AFKAbutment
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
|
|
this.xtraTabControl = new DevExpress.XtraTab.XtraTabControl();
|
|
this.Normal = new DevExpress.XtraTab.XtraTabPage();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.AfkToLsGrid = new DevExpress.XtraGrid.GridControl();
|
|
this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.AbutmentNowRow = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.disableRowData = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.disablement = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.deleteNowRow = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Refresh = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.AfkToLsGridView = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.LsToAfkGrid = new DevExpress.XtraGrid.GridControl();
|
|
this.LsToAfkGridView = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.startPanel = new System.Windows.Forms.Panel();
|
|
this.stopBtn = new DevExpress.XtraEditors.SimpleButton();
|
|
this.startBtn = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.intervalTime = new System.Windows.Forms.TextBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.lsName = new System.Windows.Forms.TextBox();
|
|
this.lsSeverId = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.lsDataBase = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.lsPassword = new System.Windows.Forms.TextBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.afkPortNumber = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.afkName = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.afkDataBase = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.afkPassword = new System.Windows.Forms.TextBox();
|
|
this.afkSeverId = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.Settings = new DevExpress.XtraTab.XtraTabPage();
|
|
this.gridControl = new DevExpress.XtraGrid.GridControl();
|
|
this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.bottomPanel = new DevExpress.XtraEditors.PanelControl();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.savebtn = new DevExpress.XtraEditors.SimpleButton();
|
|
this.addBtn = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl)).BeginInit();
|
|
this.xtraTabControl.SuspendLayout();
|
|
this.Normal.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.AfkToLsGrid)).BeginInit();
|
|
this.contextMenuStrip.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.AfkToLsGridView)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LsToAfkGrid)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LsToAfkGridView)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.startPanel.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.Settings.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bottomPanel)).BeginInit();
|
|
this.bottomPanel.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// xtraTabControl
|
|
//
|
|
this.xtraTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.xtraTabControl.Location = new System.Drawing.Point(0, 0);
|
|
this.xtraTabControl.Name = "xtraTabControl";
|
|
this.xtraTabControl.SelectedTabPage = this.Normal;
|
|
this.xtraTabControl.Size = new System.Drawing.Size(925, 726);
|
|
this.xtraTabControl.TabIndex = 2;
|
|
this.xtraTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|
this.Normal,
|
|
this.Settings});
|
|
//
|
|
// Normal
|
|
//
|
|
this.Normal.Controls.Add(this.panel2);
|
|
this.Normal.Controls.Add(this.panel1);
|
|
this.Normal.Name = "Normal";
|
|
this.Normal.Size = new System.Drawing.Size(918, 690);
|
|
this.Normal.Text = "对接操作";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.splitContainer1);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(0, 215);
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(918, 475);
|
|
this.panel2.TabIndex = 2;
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.AfkToLsGrid);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.LsToAfkGrid);
|
|
this.splitContainer1.Size = new System.Drawing.Size(918, 475);
|
|
this.splitContainer1.SplitterDistance = 462;
|
|
this.splitContainer1.TabIndex = 0;
|
|
//
|
|
// AfkToLsGrid
|
|
//
|
|
this.AfkToLsGrid.ContextMenuStrip = this.contextMenuStrip;
|
|
this.AfkToLsGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.AfkToLsGrid.Location = new System.Drawing.Point(0, 0);
|
|
this.AfkToLsGrid.MainView = this.AfkToLsGridView;
|
|
this.AfkToLsGrid.Name = "AfkToLsGrid";
|
|
this.AfkToLsGrid.Size = new System.Drawing.Size(462, 475);
|
|
this.AfkToLsGrid.TabIndex = 3;
|
|
this.AfkToLsGrid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.AfkToLsGridView});
|
|
//
|
|
// contextMenuStrip
|
|
//
|
|
this.contextMenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.AbutmentNowRow,
|
|
this.disableRowData,
|
|
this.disablement,
|
|
this.deleteNowRow,
|
|
this.Refresh});
|
|
this.contextMenuStrip.Name = "contextMenuStrip";
|
|
this.contextMenuStrip.Size = new System.Drawing.Size(154, 124);
|
|
//
|
|
// AbutmentNowRow
|
|
//
|
|
this.AbutmentNowRow.Name = "AbutmentNowRow";
|
|
this.AbutmentNowRow.Size = new System.Drawing.Size(153, 24);
|
|
this.AbutmentNowRow.Text = "同步当前行";
|
|
//
|
|
// disableRowData
|
|
//
|
|
this.disableRowData.Name = "disableRowData";
|
|
this.disableRowData.Size = new System.Drawing.Size(153, 24);
|
|
this.disableRowData.Text = "禁用当前列";
|
|
//
|
|
// disablement
|
|
//
|
|
this.disablement.Name = "disablement";
|
|
this.disablement.Size = new System.Drawing.Size(153, 24);
|
|
this.disablement.Text = "解除禁用";
|
|
//
|
|
// deleteNowRow
|
|
//
|
|
this.deleteNowRow.Name = "deleteNowRow";
|
|
this.deleteNowRow.Size = new System.Drawing.Size(153, 24);
|
|
this.deleteNowRow.Text = "删除行";
|
|
//
|
|
// Refresh
|
|
//
|
|
this.Refresh.Name = "Refresh";
|
|
this.Refresh.Size = new System.Drawing.Size(153, 24);
|
|
this.Refresh.Text = "刷新";
|
|
//
|
|
// AfkToLsGridView
|
|
//
|
|
this.AfkToLsGridView.GridControl = this.AfkToLsGrid;
|
|
this.AfkToLsGridView.Name = "AfkToLsGridView";
|
|
//
|
|
// LsToAfkGrid
|
|
//
|
|
this.LsToAfkGrid.ContextMenuStrip = this.contextMenuStrip;
|
|
this.LsToAfkGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.LsToAfkGrid.Location = new System.Drawing.Point(0, 0);
|
|
this.LsToAfkGrid.MainView = this.LsToAfkGridView;
|
|
this.LsToAfkGrid.Name = "LsToAfkGrid";
|
|
this.LsToAfkGrid.Size = new System.Drawing.Size(452, 475);
|
|
this.LsToAfkGrid.TabIndex = 3;
|
|
this.LsToAfkGrid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.LsToAfkGridView});
|
|
//
|
|
// LsToAfkGridView
|
|
//
|
|
this.LsToAfkGridView.GridControl = this.LsToAfkGrid;
|
|
this.LsToAfkGridView.Name = "LsToAfkGridView";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.White;
|
|
this.panel1.Controls.Add(this.groupBox3);
|
|
this.panel1.Controls.Add(this.groupBox2);
|
|
this.panel1.Controls.Add(this.groupBox1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(918, 215);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.startPanel);
|
|
this.groupBox3.Controls.Add(this.panel3);
|
|
this.groupBox3.Controls.Add(this.label10);
|
|
this.groupBox3.Controls.Add(this.intervalTime);
|
|
this.groupBox3.Controls.Add(this.label11);
|
|
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.groupBox3.Location = new System.Drawing.Point(634, 0);
|
|
this.groupBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.groupBox3.Size = new System.Drawing.Size(284, 215);
|
|
this.groupBox3.TabIndex = 2;
|
|
this.groupBox3.TabStop = false;
|
|
//
|
|
// startPanel
|
|
//
|
|
this.startPanel.Controls.Add(this.stopBtn);
|
|
this.startPanel.Controls.Add(this.startBtn);
|
|
this.startPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.startPanel.Location = new System.Drawing.Point(3, 158);
|
|
this.startPanel.Margin = new System.Windows.Forms.Padding(4);
|
|
this.startPanel.Name = "startPanel";
|
|
this.startPanel.Size = new System.Drawing.Size(278, 55);
|
|
this.startPanel.TabIndex = 15;
|
|
//
|
|
// stopBtn
|
|
//
|
|
this.stopBtn.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(142)))), ((int)(((byte)(216)))));
|
|
this.stopBtn.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.stopBtn.Appearance.Options.UseBackColor = true;
|
|
this.stopBtn.Appearance.Options.UseForeColor = true;
|
|
this.stopBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.stopBtn.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.stopBtn.Enabled = false;
|
|
this.stopBtn.Location = new System.Drawing.Point(144, 0);
|
|
this.stopBtn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.stopBtn.Name = "stopBtn";
|
|
this.stopBtn.Size = new System.Drawing.Size(134, 55);
|
|
this.stopBtn.TabIndex = 6;
|
|
this.stopBtn.Text = "重启同步";
|
|
this.stopBtn.Visible = false;
|
|
this.stopBtn.Click += new System.EventHandler(this.stopBtn_Click);
|
|
//
|
|
// startBtn
|
|
//
|
|
this.startBtn.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(142)))), ((int)(((byte)(216)))));
|
|
this.startBtn.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.startBtn.Appearance.Options.UseBackColor = true;
|
|
this.startBtn.Appearance.Options.UseForeColor = true;
|
|
this.startBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.startBtn.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.startBtn.Location = new System.Drawing.Point(0, 0);
|
|
this.startBtn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.startBtn.Name = "startBtn";
|
|
this.startBtn.Size = new System.Drawing.Size(144, 55);
|
|
this.startBtn.TabIndex = 5;
|
|
this.startBtn.Text = "开始同步";
|
|
this.startBtn.Click += new System.EventHandler(this.startBtn_Click);
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel3.BackgroundImage")));
|
|
this.panel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel3.Location = new System.Drawing.Point(3, 21);
|
|
this.panel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(278, 74);
|
|
this.panel3.TabIndex = 2;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.Location = new System.Drawing.Point(177, 110);
|
|
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(100, 29);
|
|
this.label10.TabIndex = 14;
|
|
this.label10.Text = "秒(最短30秒)";
|
|
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// intervalTime
|
|
//
|
|
this.intervalTime.Location = new System.Drawing.Point(88, 114);
|
|
this.intervalTime.Margin = new System.Windows.Forms.Padding(4);
|
|
this.intervalTime.Name = "intervalTime";
|
|
this.intervalTime.Size = new System.Drawing.Size(85, 26);
|
|
this.intervalTime.TabIndex = 13;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.Location = new System.Drawing.Point(7, 110);
|
|
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(80, 29);
|
|
this.label11.TabIndex = 12;
|
|
this.label11.Text = "间隔时间";
|
|
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.lsName);
|
|
this.groupBox2.Controls.Add(this.lsSeverId);
|
|
this.groupBox2.Controls.Add(this.label5);
|
|
this.groupBox2.Controls.Add(this.label8);
|
|
this.groupBox2.Controls.Add(this.lsDataBase);
|
|
this.groupBox2.Controls.Add(this.label7);
|
|
this.groupBox2.Controls.Add(this.label6);
|
|
this.groupBox2.Controls.Add(this.lsPassword);
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox2.Location = new System.Drawing.Point(333, 0);
|
|
this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.groupBox2.Size = new System.Drawing.Size(585, 215);
|
|
this.groupBox2.TabIndex = 1;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "朗速地址";
|
|
//
|
|
// lsName
|
|
//
|
|
this.lsName.Location = new System.Drawing.Point(136, 110);
|
|
this.lsName.Margin = new System.Windows.Forms.Padding(4);
|
|
this.lsName.Name = "lsName";
|
|
this.lsName.Size = new System.Drawing.Size(129, 26);
|
|
this.lsName.TabIndex = 24;
|
|
//
|
|
// lsSeverId
|
|
//
|
|
this.lsSeverId.Location = new System.Drawing.Point(139, 25);
|
|
this.lsSeverId.Margin = new System.Windows.Forms.Padding(4);
|
|
this.lsSeverId.Name = "lsSeverId";
|
|
this.lsSeverId.Size = new System.Drawing.Size(129, 26);
|
|
this.lsSeverId.TabIndex = 21;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Location = new System.Drawing.Point(35, 106);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(95, 29);
|
|
this.label5.TabIndex = 19;
|
|
this.label5.Text = "登 录 名 称";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.Location = new System.Drawing.Point(35, 149);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(95, 29);
|
|
this.label8.TabIndex = 18;
|
|
this.label8.Text = "登 录 密 码";
|
|
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lsDataBase
|
|
//
|
|
this.lsDataBase.Location = new System.Drawing.Point(135, 70);
|
|
this.lsDataBase.Margin = new System.Windows.Forms.Padding(4);
|
|
this.lsDataBase.Name = "lsDataBase";
|
|
this.lsDataBase.Size = new System.Drawing.Size(129, 26);
|
|
this.lsDataBase.TabIndex = 23;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Location = new System.Drawing.Point(35, 66);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(95, 29);
|
|
this.label7.TabIndex = 20;
|
|
this.label7.Text = " 数 据 库 ";
|
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.Location = new System.Drawing.Point(35, 21);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(95, 29);
|
|
this.label6.TabIndex = 17;
|
|
this.label6.Text = "服务器地址";
|
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lsPassword
|
|
//
|
|
this.lsPassword.Location = new System.Drawing.Point(135, 152);
|
|
this.lsPassword.Margin = new System.Windows.Forms.Padding(4);
|
|
this.lsPassword.Name = "lsPassword";
|
|
this.lsPassword.PasswordChar = '*';
|
|
this.lsPassword.Size = new System.Drawing.Size(129, 26);
|
|
this.lsPassword.TabIndex = 22;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.afkPortNumber);
|
|
this.groupBox1.Controls.Add(this.label9);
|
|
this.groupBox1.Controls.Add(this.afkName);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.afkDataBase);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.afkPassword);
|
|
this.groupBox1.Controls.Add(this.afkSeverId);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.groupBox1.Size = new System.Drawing.Size(333, 215);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "AFk地址";
|
|
//
|
|
// afkPortNumber
|
|
//
|
|
this.afkPortNumber.Location = new System.Drawing.Point(115, 62);
|
|
this.afkPortNumber.Margin = new System.Windows.Forms.Padding(4);
|
|
this.afkPortNumber.Name = "afkPortNumber";
|
|
this.afkPortNumber.Size = new System.Drawing.Size(129, 26);
|
|
this.afkPortNumber.TabIndex = 18;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.Location = new System.Drawing.Point(15, 59);
|
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(95, 29);
|
|
this.label9.TabIndex = 17;
|
|
this.label9.Text = "端 口 号";
|
|
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// afkName
|
|
//
|
|
this.afkName.Location = new System.Drawing.Point(115, 139);
|
|
this.afkName.Margin = new System.Windows.Forms.Padding(4);
|
|
this.afkName.Name = "afkName";
|
|
this.afkName.Size = new System.Drawing.Size(129, 26);
|
|
this.afkName.TabIndex = 16;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Location = new System.Drawing.Point(13, 135);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(95, 29);
|
|
this.label3.TabIndex = 11;
|
|
this.label3.Text = "登 录 名 称";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// afkDataBase
|
|
//
|
|
this.afkDataBase.Location = new System.Drawing.Point(115, 102);
|
|
this.afkDataBase.Margin = new System.Windows.Forms.Padding(4);
|
|
this.afkDataBase.Name = "afkDataBase";
|
|
this.afkDataBase.Size = new System.Drawing.Size(129, 26);
|
|
this.afkDataBase.TabIndex = 15;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Location = new System.Drawing.Point(13, 21);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(95, 29);
|
|
this.label1.TabIndex = 9;
|
|
this.label1.Text = "服务器地址";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// afkPassword
|
|
//
|
|
this.afkPassword.Location = new System.Drawing.Point(115, 174);
|
|
this.afkPassword.Margin = new System.Windows.Forms.Padding(4);
|
|
this.afkPassword.Name = "afkPassword";
|
|
this.afkPassword.PasswordChar = '*';
|
|
this.afkPassword.Size = new System.Drawing.Size(129, 26);
|
|
this.afkPassword.TabIndex = 14;
|
|
//
|
|
// afkSeverId
|
|
//
|
|
this.afkSeverId.Location = new System.Drawing.Point(115, 25);
|
|
this.afkSeverId.Margin = new System.Windows.Forms.Padding(4);
|
|
this.afkSeverId.Name = "afkSeverId";
|
|
this.afkSeverId.Size = new System.Drawing.Size(129, 26);
|
|
this.afkSeverId.TabIndex = 13;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Location = new System.Drawing.Point(15, 98);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(95, 29);
|
|
this.label4.TabIndex = 12;
|
|
this.label4.Text = " 数 据 库 ";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Location = new System.Drawing.Point(13, 170);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(95, 29);
|
|
this.label2.TabIndex = 10;
|
|
this.label2.Text = "登 录 密 码";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// Settings
|
|
//
|
|
this.Settings.Controls.Add(this.gridControl);
|
|
this.Settings.Controls.Add(this.bottomPanel);
|
|
this.Settings.Name = "Settings";
|
|
this.Settings.Size = new System.Drawing.Size(918, 690);
|
|
this.Settings.Text = "数据配置";
|
|
//
|
|
// gridControl
|
|
//
|
|
this.gridControl.ContextMenuStrip = this.contextMenuStrip;
|
|
this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridControl.Location = new System.Drawing.Point(0, 0);
|
|
this.gridControl.MainView = this.gridView;
|
|
this.gridControl.Name = "gridControl";
|
|
this.gridControl.Size = new System.Drawing.Size(918, 645);
|
|
this.gridControl.TabIndex = 2;
|
|
this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView});
|
|
//
|
|
// gridView
|
|
//
|
|
this.gridView.GridControl = this.gridControl;
|
|
this.gridView.Name = "gridView";
|
|
//
|
|
// bottomPanel
|
|
//
|
|
this.bottomPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.bottomPanel.Controls.Add(this.simpleButton1);
|
|
this.bottomPanel.Controls.Add(this.savebtn);
|
|
this.bottomPanel.Controls.Add(this.addBtn);
|
|
this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.bottomPanel.Location = new System.Drawing.Point(0, 645);
|
|
this.bottomPanel.Name = "bottomPanel";
|
|
this.bottomPanel.Size = new System.Drawing.Size(918, 45);
|
|
this.bottomPanel.TabIndex = 1;
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.simpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.simpleButton1.Location = new System.Drawing.Point(675, 6);
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.simpleButton1.Size = new System.Drawing.Size(75, 33);
|
|
this.simpleButton1.TabIndex = 27;
|
|
this.simpleButton1.Text = "配置";
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|
//
|
|
// savebtn
|
|
//
|
|
this.savebtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.savebtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.savebtn.Location = new System.Drawing.Point(837, 6);
|
|
this.savebtn.Name = "savebtn";
|
|
this.savebtn.Size = new System.Drawing.Size(75, 33);
|
|
this.savebtn.TabIndex = 1;
|
|
this.savebtn.Text = "保存";
|
|
this.savebtn.Click += new System.EventHandler(this.savebtn_Click);
|
|
//
|
|
// addBtn
|
|
//
|
|
this.addBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.addBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.addBtn.Location = new System.Drawing.Point(756, 6);
|
|
this.addBtn.Name = "addBtn";
|
|
this.addBtn.Size = new System.Drawing.Size(75, 33);
|
|
this.addBtn.TabIndex = 0;
|
|
this.addBtn.Text = "增加";
|
|
this.addBtn.Click += new System.EventHandler(this.addBtn_Click);
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(925, 726);
|
|
this.Controls.Add(this.xtraTabControl);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.KeyPreview = true;
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.Name = "FrmMain";
|
|
this.Text = "中航对接";
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl)).EndInit();
|
|
this.xtraTabControl.ResumeLayout(false);
|
|
this.Normal.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.AfkToLsGrid)).EndInit();
|
|
this.contextMenuStrip.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.AfkToLsGridView)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LsToAfkGrid)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LsToAfkGridView)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.startPanel.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.Settings.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bottomPanel)).EndInit();
|
|
this.bottomPanel.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl;
|
|
private DevExpress.XtraTab.XtraTabPage Normal;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.Panel startPanel;
|
|
private DevExpress.XtraEditors.SimpleButton stopBtn;
|
|
private DevExpress.XtraEditors.SimpleButton startBtn;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox intervalTime;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.TextBox lsName;
|
|
private System.Windows.Forms.TextBox lsSeverId;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox lsDataBase;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox lsPassword;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TextBox afkPortNumber;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox afkName;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox afkDataBase;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox afkPassword;
|
|
private System.Windows.Forms.TextBox afkSeverId;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label2;
|
|
private DevExpress.XtraTab.XtraTabPage Settings;
|
|
private DevExpress.XtraGrid.GridControl gridControl;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView;
|
|
private DevExpress.XtraEditors.PanelControl bottomPanel;
|
|
private DevExpress.XtraEditors.SimpleButton savebtn;
|
|
private DevExpress.XtraEditors.SimpleButton addBtn;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
|
|
private System.Windows.Forms.ToolStripMenuItem AbutmentNowRow;
|
|
private System.Windows.Forms.ToolStripMenuItem deleteNowRow;
|
|
private System.Windows.Forms.ToolStripMenuItem Refresh;
|
|
private System.Windows.Forms.ToolStripMenuItem disableRowData;
|
|
private System.Windows.Forms.ToolStripMenuItem disablement;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private DevExpress.XtraGrid.GridControl AfkToLsGrid;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView AfkToLsGridView;
|
|
private DevExpress.XtraGrid.GridControl LsToAfkGrid;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView LsToAfkGridView;
|
|
}
|
|
} |