2541 lines
146 KiB
C#
2541 lines
146 KiB
C#
namespace SvrStructWizard
|
|
{
|
|
partial class Form_SvrStructWiz
|
|
{
|
|
/// <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();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.button_Verify = new System.Windows.Forms.Button();
|
|
this.button_importxml = new System.Windows.Forms.Button();
|
|
this.button_MakeXML = new System.Windows.Forms.Button();
|
|
this.contextMenuStrip_WorldDB = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.addToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.deleteToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contextMenuStrip_LogDB = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.addToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.deleteToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contextMenuStrip_Staging = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.addToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.deleteToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contextMenuStrip_GSM = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.deleteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contextMenuStrip_MemberShip = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.MemberShipMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contextMenuStrip_NetLauncher = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.addToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.deleteToolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.sortNoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contextMenuStrip_ServerNum = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.refreshToolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contextMenuStrip_TargetIP = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.refreshToolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contextMenuStrip_EditSID = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.sortSIDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contextMenuStrip_MultiWorld = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.refreshToolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contextMenuStrip_MapSet = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.addToolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.deleteToolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.refreshToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contextMenuStrip_MeritBonus = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.addToolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.deleteToolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.refreshToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contextMenuStrip_VillageInfo = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.refreshToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contextMenuStrip_Report = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.refreshToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tabPage_Verification = new System.Windows.Forms.TabPage();
|
|
this.button_RefreshReport = new System.Windows.Forms.Button();
|
|
this.grid_report = new SourceGrid2.Grid();
|
|
this.tabPage_Village = new System.Windows.Forms.TabPage();
|
|
this.button_VillageRefresh = new System.Windows.Forms.Button();
|
|
this.textBox_SearchVillage = new System.Windows.Forms.TextBox();
|
|
this.button_VillageSearch = new System.Windows.Forms.Button();
|
|
this.comboBox_VillageType = new System.Windows.Forms.ComboBox();
|
|
this.grid_VillageInfo = new SourceGrid2.Grid();
|
|
this.tabPage_Channel = new System.Windows.Forms.TabPage();
|
|
this.groupBox16 = new System.Windows.Forms.GroupBox();
|
|
this.button_DelMapSet = new System.Windows.Forms.Button();
|
|
this.button_AddMapSet = new System.Windows.Forms.Button();
|
|
this.grid_MapSet = new SourceGrid2.Grid();
|
|
this.button_MakeVillage = new System.Windows.Forms.Button();
|
|
this.groupBox13 = new System.Windows.Forms.GroupBox();
|
|
this.grid_ServerInfo = new SourceGrid2.Grid();
|
|
this.button_RefreshChannel = new System.Windows.Forms.Button();
|
|
this.groupBox14 = new System.Windows.Forms.GroupBox();
|
|
this.button_DelMeritBonus = new System.Windows.Forms.Button();
|
|
this.button_AddMeritBonus = new System.Windows.Forms.Button();
|
|
this.grid_MeritBonusTable = new SourceGrid2.Grid();
|
|
this.tabPage_Detail = new System.Windows.Forms.TabPage();
|
|
this.groupBox10 = new System.Windows.Forms.GroupBox();
|
|
this.button_RefreshServerNum = new System.Windows.Forms.Button();
|
|
this.grid_ServerNumber = new SourceGrid2.Grid();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.button_RefreshTargetIP = new System.Windows.Forms.Button();
|
|
this.grid_TargetIP = new SourceGrid2.Grid();
|
|
this.groupBox17 = new System.Windows.Forms.GroupBox();
|
|
this.button_SearchSID = new System.Windows.Forms.Button();
|
|
this.grid_EditSID = new SourceGrid2.Grid();
|
|
this.textBox_SearchWord = new System.Windows.Forms.TextBox();
|
|
this.button_RefreshSIDList = new System.Windows.Forms.Button();
|
|
this.button_SortSID = new System.Windows.Forms.Button();
|
|
this.comboBox_SearchType = new System.Windows.Forms.ComboBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.button_RefreshMultiWorld = new System.Windows.Forms.Button();
|
|
this.grid_MultiWorldID = new SourceGrid2.Grid();
|
|
this.tabPage_NetLauncher = new System.Windows.Forms.TabPage();
|
|
this.groupBox15 = new System.Windows.Forms.GroupBox();
|
|
this.button_ApplyPID = new System.Windows.Forms.Button();
|
|
this.textBox_PID = new System.Windows.Forms.TextBox();
|
|
this.button_SortNo = new System.Windows.Forms.Button();
|
|
this.AllClear = new System.Windows.Forms.Button();
|
|
this.Delete_Launcher = new System.Windows.Forms.Button();
|
|
this.grid_NetLauncher = new SourceGrid2.Grid();
|
|
this.Add_Launcher = new System.Windows.Forms.Button();
|
|
this.tabPage_DataBase = new System.Windows.Forms.TabPage();
|
|
this.groupBox23 = new System.Windows.Forms.GroupBox();
|
|
this.button_doorsdel = new System.Windows.Forms.Button();
|
|
this.button_doorsadd = new System.Windows.Forms.Button();
|
|
this.grid_doorsdb = new SourceGrid2.Grid();
|
|
this.contextMenuStrip_DoorsDB = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.addToolStripMenuItem_Doors = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.delToolStripMenuItem_Doors = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.groupBox22 = new System.Windows.Forms.GroupBox();
|
|
this.button_timosedel = new System.Windows.Forms.Button();
|
|
this.button_timoseadd = new System.Windows.Forms.Button();
|
|
this.grid_timosedb = new SourceGrid2.Grid();
|
|
this.contextMenuStrip_TimoseDB = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.addToolStripMenuItem_Timose = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.delToolStripMenuItem_Timose = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
|
this.button_worlddel = new System.Windows.Forms.Button();
|
|
this.button_worldadd = new System.Windows.Forms.Button();
|
|
this.grid_worlddb = new SourceGrid2.Grid();
|
|
this.groupBox7 = new System.Windows.Forms.GroupBox();
|
|
this.button_logdel = new System.Windows.Forms.Button();
|
|
this.button_logadd = new System.Windows.Forms.Button();
|
|
this.grid_logdb = new SourceGrid2.Grid();
|
|
this.groupBox11 = new System.Windows.Forms.GroupBox();
|
|
this.button_delstaging = new System.Windows.Forms.Button();
|
|
this.button_addstaging = new System.Windows.Forms.Button();
|
|
this.grid_stagingdb = new SourceGrid2.Grid();
|
|
this.groupBox8 = new System.Windows.Forms.GroupBox();
|
|
this.button_gsmdel = new System.Windows.Forms.Button();
|
|
this.button_gsmadd = new System.Windows.Forms.Button();
|
|
this.grid_gsmdb = new SourceGrid2.Grid();
|
|
this.groupBox9 = new System.Windows.Forms.GroupBox();
|
|
this.button_memdel = new System.Windows.Forms.Button();
|
|
this.button_memadd = new System.Windows.Forms.Button();
|
|
this.grid_memdb = new SourceGrid2.Grid();
|
|
this.tabPage_Default = new System.Windows.Forms.TabPage();
|
|
this.groupBox_DoorsServerInfo = new System.Windows.Forms.GroupBox();
|
|
this.checkBox_DoorServer = new System.Windows.Forms.CheckBox();
|
|
this.grid_DoorsServerInfo = new SourceGrid2.Grid();
|
|
this.groupBox12 = new System.Windows.Forms.GroupBox();
|
|
this.button_NationApply = new System.Windows.Forms.Button();
|
|
this.textBox_Nation = new System.Windows.Forms.TextBox();
|
|
this.grid_Excutefile = new SourceGrid2.Grid();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.checkBox_DolbyAxon = new System.Windows.Forms.CheckBox();
|
|
this.grid_Dolby = new SourceGrid2.Grid();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.grid_DefSeverInfo = new SourceGrid2.Grid();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.grid_ServiceMng = new SourceGrid2.Grid();
|
|
this.tabPage_Setup = new System.Windows.Forms.TabPage();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.Nation_Apply = new System.Windows.Forms.Button();
|
|
this.comboBox_Nation = new System.Windows.Forms.ComboBox();
|
|
this.tabCtrl_SvrStruct = new System.Windows.Forms.TabControl();
|
|
this.tabPage_VillageView = new System.Windows.Forms.TabPage();
|
|
this.button_ExpandTree = new System.Windows.Forms.Button();
|
|
this.button_RefreshVillageTree = new System.Windows.Forms.Button();
|
|
this.treeView_Village = new System.Windows.Forms.TreeView();
|
|
this.tabPage_Extra = new System.Windows.Forms.TabPage();
|
|
this.groupBox21 = new System.Windows.Forms.GroupBox();
|
|
this.grid_FatigueInfo = new SourceGrid2.Grid();
|
|
this.groupBox20 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox19 = new System.Windows.Forms.GroupBox();
|
|
this.button_ConvertChannelIP = new System.Windows.Forms.Button();
|
|
this.button_RefreshChannelIP = new System.Windows.Forms.Button();
|
|
this.grid_ChannelIP = new SourceGrid2.Grid();
|
|
this.groupBox18 = new System.Windows.Forms.GroupBox();
|
|
this.button_ConvertServerIP = new System.Windows.Forms.Button();
|
|
this.button_RefreshServerIP = new System.Windows.Forms.Button();
|
|
this.grid_NetLauncherIP = new SourceGrid2.Grid();
|
|
this.panel1.SuspendLayout();
|
|
this.contextMenuStrip_WorldDB.SuspendLayout();
|
|
this.contextMenuStrip_LogDB.SuspendLayout();
|
|
this.contextMenuStrip_Staging.SuspendLayout();
|
|
this.contextMenuStrip_GSM.SuspendLayout();
|
|
this.contextMenuStrip_MemberShip.SuspendLayout();
|
|
this.contextMenuStrip_NetLauncher.SuspendLayout();
|
|
this.contextMenuStrip_ServerNum.SuspendLayout();
|
|
this.contextMenuStrip_TargetIP.SuspendLayout();
|
|
this.contextMenuStrip_EditSID.SuspendLayout();
|
|
this.contextMenuStrip_MultiWorld.SuspendLayout();
|
|
this.contextMenuStrip_MapSet.SuspendLayout();
|
|
this.contextMenuStrip_MeritBonus.SuspendLayout();
|
|
this.contextMenuStrip_VillageInfo.SuspendLayout();
|
|
this.contextMenuStrip_Report.SuspendLayout();
|
|
this.tabPage_Verification.SuspendLayout();
|
|
this.tabPage_Village.SuspendLayout();
|
|
this.tabPage_Channel.SuspendLayout();
|
|
this.groupBox16.SuspendLayout();
|
|
this.groupBox13.SuspendLayout();
|
|
this.groupBox14.SuspendLayout();
|
|
this.tabPage_Detail.SuspendLayout();
|
|
this.groupBox10.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.groupBox17.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.tabPage_NetLauncher.SuspendLayout();
|
|
this.groupBox15.SuspendLayout();
|
|
this.tabPage_DataBase.SuspendLayout();
|
|
this.groupBox23.SuspendLayout();
|
|
this.contextMenuStrip_DoorsDB.SuspendLayout();
|
|
this.groupBox22.SuspendLayout();
|
|
this.contextMenuStrip_TimoseDB.SuspendLayout();
|
|
this.groupBox6.SuspendLayout();
|
|
this.groupBox7.SuspendLayout();
|
|
this.groupBox11.SuspendLayout();
|
|
this.groupBox8.SuspendLayout();
|
|
this.groupBox9.SuspendLayout();
|
|
this.tabPage_Default.SuspendLayout();
|
|
this.groupBox_DoorsServerInfo.SuspendLayout();
|
|
this.groupBox12.SuspendLayout();
|
|
this.groupBox5.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.tabPage_Setup.SuspendLayout();
|
|
this.tabCtrl_SvrStruct.SuspendLayout();
|
|
this.tabPage_VillageView.SuspendLayout();
|
|
this.tabPage_Extra.SuspendLayout();
|
|
this.groupBox21.SuspendLayout();
|
|
this.groupBox20.SuspendLayout();
|
|
this.groupBox19.SuspendLayout();
|
|
this.groupBox18.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.button_Verify);
|
|
this.panel1.Controls.Add(this.button_importxml);
|
|
this.panel1.Controls.Add(this.button_MakeXML);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel1.Location = new System.Drawing.Point(0, 638);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(975, 57);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// button_Verify
|
|
//
|
|
this.button_Verify.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_Verify.Location = new System.Drawing.Point(726, 12);
|
|
this.button_Verify.Name = "button_Verify";
|
|
this.button_Verify.Size = new System.Drawing.Size(81, 33);
|
|
this.button_Verify.TabIndex = 1;
|
|
this.button_Verify.Text = "Verify";
|
|
this.button_Verify.UseVisualStyleBackColor = true;
|
|
this.button_Verify.Click += new System.EventHandler(this.button_Verify_Click);
|
|
//
|
|
// button_importxml
|
|
//
|
|
this.button_importxml.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_importxml.Location = new System.Drawing.Point(630, 12);
|
|
this.button_importxml.Name = "button_importxml";
|
|
this.button_importxml.Size = new System.Drawing.Size(81, 33);
|
|
this.button_importxml.TabIndex = 0;
|
|
this.button_importxml.Text = "Import XML";
|
|
this.button_importxml.UseVisualStyleBackColor = true;
|
|
this.button_importxml.Click += new System.EventHandler(this.button_importxml_Click);
|
|
//
|
|
// button_MakeXML
|
|
//
|
|
this.button_MakeXML.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_MakeXML.Location = new System.Drawing.Point(822, 12);
|
|
this.button_MakeXML.Name = "button_MakeXML";
|
|
this.button_MakeXML.Size = new System.Drawing.Size(81, 33);
|
|
this.button_MakeXML.TabIndex = 2;
|
|
this.button_MakeXML.Text = "Make XML";
|
|
this.button_MakeXML.UseVisualStyleBackColor = true;
|
|
this.button_MakeXML.Click += new System.EventHandler(this.button_MakeXML_Click);
|
|
//
|
|
// contextMenuStrip_WorldDB
|
|
//
|
|
this.contextMenuStrip_WorldDB.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.addToolStripMenuItem1,
|
|
this.deleteToolStripMenuItem2});
|
|
this.contextMenuStrip_WorldDB.Name = "contextMenuStrip_WorldDB";
|
|
this.contextMenuStrip_WorldDB.Size = new System.Drawing.Size(109, 48);
|
|
//
|
|
// addToolStripMenuItem1
|
|
//
|
|
this.addToolStripMenuItem1.Name = "addToolStripMenuItem1";
|
|
this.addToolStripMenuItem1.Size = new System.Drawing.Size(108, 22);
|
|
this.addToolStripMenuItem1.Text = "Add";
|
|
this.addToolStripMenuItem1.Click += new System.EventHandler(this.addToolStripMenuItem1_Click);
|
|
//
|
|
// deleteToolStripMenuItem2
|
|
//
|
|
this.deleteToolStripMenuItem2.Name = "deleteToolStripMenuItem2";
|
|
this.deleteToolStripMenuItem2.Size = new System.Drawing.Size(108, 22);
|
|
this.deleteToolStripMenuItem2.Text = "Delete";
|
|
this.deleteToolStripMenuItem2.Click += new System.EventHandler(this.deleteToolStripMenuItem2_Click);
|
|
//
|
|
// contextMenuStrip_LogDB
|
|
//
|
|
this.contextMenuStrip_LogDB.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.addToolStripMenuItem3,
|
|
this.deleteToolStripMenuItem4});
|
|
this.contextMenuStrip_LogDB.Name = "contextMenuStrip_LogDB";
|
|
this.contextMenuStrip_LogDB.Size = new System.Drawing.Size(109, 48);
|
|
//
|
|
// addToolStripMenuItem3
|
|
//
|
|
this.addToolStripMenuItem3.Name = "addToolStripMenuItem3";
|
|
this.addToolStripMenuItem3.Size = new System.Drawing.Size(108, 22);
|
|
this.addToolStripMenuItem3.Text = "Add";
|
|
this.addToolStripMenuItem3.Click += new System.EventHandler(this.addToolStripMenuItem3_Click);
|
|
//
|
|
// deleteToolStripMenuItem4
|
|
//
|
|
this.deleteToolStripMenuItem4.Name = "deleteToolStripMenuItem4";
|
|
this.deleteToolStripMenuItem4.Size = new System.Drawing.Size(108, 22);
|
|
this.deleteToolStripMenuItem4.Text = "Delete";
|
|
this.deleteToolStripMenuItem4.Click += new System.EventHandler(this.deleteToolStripMenuItem4_Click);
|
|
//
|
|
// contextMenuStrip_Staging
|
|
//
|
|
this.contextMenuStrip_Staging.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.addToolStripMenuItem2,
|
|
this.deleteToolStripMenuItem3});
|
|
this.contextMenuStrip_Staging.Name = "contextMenuStrip_Staging";
|
|
this.contextMenuStrip_Staging.Size = new System.Drawing.Size(109, 48);
|
|
//
|
|
// addToolStripMenuItem2
|
|
//
|
|
this.addToolStripMenuItem2.Name = "addToolStripMenuItem2";
|
|
this.addToolStripMenuItem2.Size = new System.Drawing.Size(108, 22);
|
|
this.addToolStripMenuItem2.Text = "Add";
|
|
this.addToolStripMenuItem2.Click += new System.EventHandler(this.addToolStripMenuItem2_Click);
|
|
//
|
|
// deleteToolStripMenuItem3
|
|
//
|
|
this.deleteToolStripMenuItem3.Name = "deleteToolStripMenuItem3";
|
|
this.deleteToolStripMenuItem3.Size = new System.Drawing.Size(108, 22);
|
|
this.deleteToolStripMenuItem3.Text = "Delete";
|
|
this.deleteToolStripMenuItem3.Click += new System.EventHandler(this.deleteToolStripMenuItem3_Click);
|
|
//
|
|
// contextMenuStrip_GSM
|
|
//
|
|
this.contextMenuStrip_GSM.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.addToolStripMenuItem,
|
|
this.deleteToolStripMenuItem1});
|
|
this.contextMenuStrip_GSM.Name = "contextMenuStrip_GSM";
|
|
this.contextMenuStrip_GSM.Size = new System.Drawing.Size(109, 48);
|
|
//
|
|
// addToolStripMenuItem
|
|
//
|
|
this.addToolStripMenuItem.Name = "addToolStripMenuItem";
|
|
this.addToolStripMenuItem.Size = new System.Drawing.Size(108, 22);
|
|
this.addToolStripMenuItem.Text = "Add";
|
|
this.addToolStripMenuItem.Click += new System.EventHandler(this.addToolStripMenuItem_Click);
|
|
//
|
|
// deleteToolStripMenuItem1
|
|
//
|
|
this.deleteToolStripMenuItem1.Name = "deleteToolStripMenuItem1";
|
|
this.deleteToolStripMenuItem1.Size = new System.Drawing.Size(108, 22);
|
|
this.deleteToolStripMenuItem1.Text = "Delete";
|
|
this.deleteToolStripMenuItem1.Click += new System.EventHandler(this.deleteToolStripMenuItem1_Click);
|
|
//
|
|
// contextMenuStrip_MemberShip
|
|
//
|
|
this.contextMenuStrip_MemberShip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.MemberShipMenu,
|
|
this.deleteToolStripMenuItem});
|
|
this.contextMenuStrip_MemberShip.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip_MemberShip.Size = new System.Drawing.Size(109, 48);
|
|
//
|
|
// MemberShipMenu
|
|
//
|
|
this.MemberShipMenu.Name = "MemberShipMenu";
|
|
this.MemberShipMenu.Size = new System.Drawing.Size(108, 22);
|
|
this.MemberShipMenu.Text = "Add";
|
|
this.MemberShipMenu.Click += new System.EventHandler(this.MemberShipMenu_Click);
|
|
//
|
|
// deleteToolStripMenuItem
|
|
//
|
|
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
|
|
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(108, 22);
|
|
this.deleteToolStripMenuItem.Text = "Delete";
|
|
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
|
|
//
|
|
// contextMenuStrip_NetLauncher
|
|
//
|
|
this.contextMenuStrip_NetLauncher.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.addToolStripMenuItem4,
|
|
this.deleteToolStripMenuItem5,
|
|
this.sortNoToolStripMenuItem,
|
|
this.clearToolStripMenuItem});
|
|
this.contextMenuStrip_NetLauncher.Name = "contextMenuStrip_NetLauncher";
|
|
this.contextMenuStrip_NetLauncher.Size = new System.Drawing.Size(117, 92);
|
|
//
|
|
// addToolStripMenuItem4
|
|
//
|
|
this.addToolStripMenuItem4.Name = "addToolStripMenuItem4";
|
|
this.addToolStripMenuItem4.Size = new System.Drawing.Size(116, 22);
|
|
this.addToolStripMenuItem4.Text = "Add";
|
|
this.addToolStripMenuItem4.Click += new System.EventHandler(this.addToolStripMenuItem4_Click);
|
|
//
|
|
// deleteToolStripMenuItem5
|
|
//
|
|
this.deleteToolStripMenuItem5.Name = "deleteToolStripMenuItem5";
|
|
this.deleteToolStripMenuItem5.Size = new System.Drawing.Size(116, 22);
|
|
this.deleteToolStripMenuItem5.Text = "Delete";
|
|
this.deleteToolStripMenuItem5.Click += new System.EventHandler(this.deleteToolStripMenuItem5_Click);
|
|
//
|
|
// sortNoToolStripMenuItem
|
|
//
|
|
this.sortNoToolStripMenuItem.Name = "sortNoToolStripMenuItem";
|
|
this.sortNoToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
|
|
this.sortNoToolStripMenuItem.Text = "Sort No";
|
|
this.sortNoToolStripMenuItem.Click += new System.EventHandler(this.sortNoToolStripMenuItem_Click);
|
|
//
|
|
// clearToolStripMenuItem
|
|
//
|
|
this.clearToolStripMenuItem.Name = "clearToolStripMenuItem";
|
|
this.clearToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
|
|
this.clearToolStripMenuItem.Text = "Clear";
|
|
this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click);
|
|
//
|
|
// contextMenuStrip_ServerNum
|
|
//
|
|
this.contextMenuStrip_ServerNum.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.refreshToolStripMenuItem7});
|
|
this.contextMenuStrip_ServerNum.Name = "contextMenuStrip_ServerNum";
|
|
this.contextMenuStrip_ServerNum.Size = new System.Drawing.Size(114, 26);
|
|
//
|
|
// refreshToolStripMenuItem7
|
|
//
|
|
this.refreshToolStripMenuItem7.Name = "refreshToolStripMenuItem7";
|
|
this.refreshToolStripMenuItem7.Size = new System.Drawing.Size(113, 22);
|
|
this.refreshToolStripMenuItem7.Text = "Refresh";
|
|
this.refreshToolStripMenuItem7.Click += new System.EventHandler(this.refreshToolStripMenuItem7_Click);
|
|
//
|
|
// contextMenuStrip_TargetIP
|
|
//
|
|
this.contextMenuStrip_TargetIP.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.refreshToolStripMenuItem6});
|
|
this.contextMenuStrip_TargetIP.Name = "contextMenuStrip_TargetIP";
|
|
this.contextMenuStrip_TargetIP.Size = new System.Drawing.Size(114, 26);
|
|
//
|
|
// refreshToolStripMenuItem6
|
|
//
|
|
this.refreshToolStripMenuItem6.Name = "refreshToolStripMenuItem6";
|
|
this.refreshToolStripMenuItem6.Size = new System.Drawing.Size(113, 22);
|
|
this.refreshToolStripMenuItem6.Text = "Refresh";
|
|
this.refreshToolStripMenuItem6.Click += new System.EventHandler(this.refreshToolStripMenuItem6_Click);
|
|
//
|
|
// contextMenuStrip_EditSID
|
|
//
|
|
this.contextMenuStrip_EditSID.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.refreshToolStripMenuItem,
|
|
this.sortSIDToolStripMenuItem});
|
|
this.contextMenuStrip_EditSID.Name = "contextMenuStrip_EditSID";
|
|
this.contextMenuStrip_EditSID.Size = new System.Drawing.Size(120, 48);
|
|
//
|
|
// refreshToolStripMenuItem
|
|
//
|
|
this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
|
|
this.refreshToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
|
|
this.refreshToolStripMenuItem.Text = "Refresh";
|
|
this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
|
|
//
|
|
// sortSIDToolStripMenuItem
|
|
//
|
|
this.sortSIDToolStripMenuItem.Name = "sortSIDToolStripMenuItem";
|
|
this.sortSIDToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
|
|
this.sortSIDToolStripMenuItem.Text = "Sort SID";
|
|
this.sortSIDToolStripMenuItem.Click += new System.EventHandler(this.sortSIDToolStripMenuItem_Click);
|
|
//
|
|
// contextMenuStrip_MultiWorld
|
|
//
|
|
this.contextMenuStrip_MultiWorld.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.refreshToolStripMenuItem5});
|
|
this.contextMenuStrip_MultiWorld.Name = "contextMenuStrip_MultiWorld";
|
|
this.contextMenuStrip_MultiWorld.Size = new System.Drawing.Size(114, 26);
|
|
//
|
|
// refreshToolStripMenuItem5
|
|
//
|
|
this.refreshToolStripMenuItem5.Name = "refreshToolStripMenuItem5";
|
|
this.refreshToolStripMenuItem5.Size = new System.Drawing.Size(113, 22);
|
|
this.refreshToolStripMenuItem5.Text = "Refresh";
|
|
this.refreshToolStripMenuItem5.Click += new System.EventHandler(this.refreshToolStripMenuItem5_Click);
|
|
//
|
|
// contextMenuStrip_MapSet
|
|
//
|
|
this.contextMenuStrip_MapSet.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.addToolStripMenuItem6,
|
|
this.deleteToolStripMenuItem7,
|
|
this.refreshToolStripMenuItem2});
|
|
this.contextMenuStrip_MapSet.Name = "contextMenuStrip_MapSet";
|
|
this.contextMenuStrip_MapSet.Size = new System.Drawing.Size(114, 70);
|
|
//
|
|
// addToolStripMenuItem6
|
|
//
|
|
this.addToolStripMenuItem6.Name = "addToolStripMenuItem6";
|
|
this.addToolStripMenuItem6.Size = new System.Drawing.Size(113, 22);
|
|
this.addToolStripMenuItem6.Text = "Add";
|
|
this.addToolStripMenuItem6.Click += new System.EventHandler(this.addToolStripMenuItem6_Click);
|
|
//
|
|
// deleteToolStripMenuItem7
|
|
//
|
|
this.deleteToolStripMenuItem7.Name = "deleteToolStripMenuItem7";
|
|
this.deleteToolStripMenuItem7.Size = new System.Drawing.Size(113, 22);
|
|
this.deleteToolStripMenuItem7.Text = "Delete";
|
|
this.deleteToolStripMenuItem7.Click += new System.EventHandler(this.deleteToolStripMenuItem7_Click);
|
|
//
|
|
// refreshToolStripMenuItem2
|
|
//
|
|
this.refreshToolStripMenuItem2.Name = "refreshToolStripMenuItem2";
|
|
this.refreshToolStripMenuItem2.Size = new System.Drawing.Size(113, 22);
|
|
this.refreshToolStripMenuItem2.Text = "Refresh";
|
|
this.refreshToolStripMenuItem2.Click += new System.EventHandler(this.refreshToolStripMenuItem2_Click);
|
|
//
|
|
// contextMenuStrip_MeritBonus
|
|
//
|
|
this.contextMenuStrip_MeritBonus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.addToolStripMenuItem5,
|
|
this.deleteToolStripMenuItem6,
|
|
this.refreshToolStripMenuItem1});
|
|
this.contextMenuStrip_MeritBonus.Name = "contextMenuStrip_MeritBonus";
|
|
this.contextMenuStrip_MeritBonus.Size = new System.Drawing.Size(114, 70);
|
|
//
|
|
// addToolStripMenuItem5
|
|
//
|
|
this.addToolStripMenuItem5.Name = "addToolStripMenuItem5";
|
|
this.addToolStripMenuItem5.Size = new System.Drawing.Size(113, 22);
|
|
this.addToolStripMenuItem5.Text = "Add";
|
|
this.addToolStripMenuItem5.Click += new System.EventHandler(this.addToolStripMenuItem5_Click);
|
|
//
|
|
// deleteToolStripMenuItem6
|
|
//
|
|
this.deleteToolStripMenuItem6.Name = "deleteToolStripMenuItem6";
|
|
this.deleteToolStripMenuItem6.Size = new System.Drawing.Size(113, 22);
|
|
this.deleteToolStripMenuItem6.Text = "Delete";
|
|
this.deleteToolStripMenuItem6.Click += new System.EventHandler(this.deleteToolStripMenuItem6_Click);
|
|
//
|
|
// refreshToolStripMenuItem1
|
|
//
|
|
this.refreshToolStripMenuItem1.Name = "refreshToolStripMenuItem1";
|
|
this.refreshToolStripMenuItem1.Size = new System.Drawing.Size(113, 22);
|
|
this.refreshToolStripMenuItem1.Text = "Refresh";
|
|
this.refreshToolStripMenuItem1.Click += new System.EventHandler(this.refreshToolStripMenuItem1_Click);
|
|
//
|
|
// contextMenuStrip_VillageInfo
|
|
//
|
|
this.contextMenuStrip_VillageInfo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.refreshToolStripMenuItem3});
|
|
this.contextMenuStrip_VillageInfo.Name = "contextMenuStrip_VillageInfo";
|
|
this.contextMenuStrip_VillageInfo.Size = new System.Drawing.Size(114, 26);
|
|
//
|
|
// refreshToolStripMenuItem3
|
|
//
|
|
this.refreshToolStripMenuItem3.Name = "refreshToolStripMenuItem3";
|
|
this.refreshToolStripMenuItem3.Size = new System.Drawing.Size(113, 22);
|
|
this.refreshToolStripMenuItem3.Text = "Refresh";
|
|
this.refreshToolStripMenuItem3.Click += new System.EventHandler(this.refreshToolStripMenuItem3_Click);
|
|
//
|
|
// contextMenuStrip_Report
|
|
//
|
|
this.contextMenuStrip_Report.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.refreshToolStripMenuItem4});
|
|
this.contextMenuStrip_Report.Name = "contextMenuStrip_Report";
|
|
this.contextMenuStrip_Report.Size = new System.Drawing.Size(114, 26);
|
|
//
|
|
// refreshToolStripMenuItem4
|
|
//
|
|
this.refreshToolStripMenuItem4.Name = "refreshToolStripMenuItem4";
|
|
this.refreshToolStripMenuItem4.Size = new System.Drawing.Size(113, 22);
|
|
this.refreshToolStripMenuItem4.Text = "Refresh";
|
|
this.refreshToolStripMenuItem4.Click += new System.EventHandler(this.refreshToolStripMenuItem4_Click);
|
|
//
|
|
// tabPage_Verification
|
|
//
|
|
this.tabPage_Verification.Controls.Add(this.button_RefreshReport);
|
|
this.tabPage_Verification.Controls.Add(this.grid_report);
|
|
this.tabPage_Verification.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage_Verification.Name = "tabPage_Verification";
|
|
this.tabPage_Verification.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage_Verification.Size = new System.Drawing.Size(967, 612);
|
|
this.tabPage_Verification.TabIndex = 5;
|
|
this.tabPage_Verification.Text = "Report";
|
|
this.tabPage_Verification.UseVisualStyleBackColor = true;
|
|
//
|
|
// button_RefreshReport
|
|
//
|
|
this.button_RefreshReport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_RefreshReport.Location = new System.Drawing.Point(8, 19);
|
|
this.button_RefreshReport.Name = "button_RefreshReport";
|
|
this.button_RefreshReport.Size = new System.Drawing.Size(81, 33);
|
|
this.button_RefreshReport.TabIndex = 7;
|
|
this.button_RefreshReport.Text = "Refresh";
|
|
this.button_RefreshReport.UseVisualStyleBackColor = true;
|
|
this.button_RefreshReport.Click += new System.EventHandler(this.button_RefreshReport_Click);
|
|
//
|
|
// grid_report
|
|
//
|
|
this.grid_report.AutoSizeMinHeight = 10;
|
|
this.grid_report.AutoSizeMinWidth = 10;
|
|
this.grid_report.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_report.AutoStretchRowsToFitHeight = false;
|
|
this.grid_report.BackColor = System.Drawing.Color.White;
|
|
this.grid_report.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_report.ContextMenuStrip = this.contextMenuStrip_Report;
|
|
this.grid_report.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_report.CustomSort = false;
|
|
this.grid_report.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_report.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.grid_report.GridToolTipActive = true;
|
|
this.grid_report.Location = new System.Drawing.Point(8, 58);
|
|
this.grid_report.Name = "grid_report";
|
|
this.grid_report.Size = new System.Drawing.Size(951, 548);
|
|
this.grid_report.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_report.TabIndex = 6;
|
|
this.grid_report.CellGotFocus += new SourceGrid2.PositionCancelEventHandler(this.grid_report_CellGotFocus);
|
|
//
|
|
// tabPage_Village
|
|
//
|
|
this.tabPage_Village.Controls.Add(this.button_VillageRefresh);
|
|
this.tabPage_Village.Controls.Add(this.textBox_SearchVillage);
|
|
this.tabPage_Village.Controls.Add(this.button_VillageSearch);
|
|
this.tabPage_Village.Controls.Add(this.comboBox_VillageType);
|
|
this.tabPage_Village.Controls.Add(this.grid_VillageInfo);
|
|
this.tabPage_Village.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage_Village.Name = "tabPage_Village";
|
|
this.tabPage_Village.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage_Village.Size = new System.Drawing.Size(967, 612);
|
|
this.tabPage_Village.TabIndex = 8;
|
|
this.tabPage_Village.Text = "Village";
|
|
this.tabPage_Village.UseVisualStyleBackColor = true;
|
|
//
|
|
// button_VillageRefresh
|
|
//
|
|
this.button_VillageRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_VillageRefresh.Location = new System.Drawing.Point(371, 10);
|
|
this.button_VillageRefresh.Name = "button_VillageRefresh";
|
|
this.button_VillageRefresh.Size = new System.Drawing.Size(81, 33);
|
|
this.button_VillageRefresh.TabIndex = 14;
|
|
this.button_VillageRefresh.Text = "Refresh";
|
|
this.button_VillageRefresh.UseVisualStyleBackColor = true;
|
|
this.button_VillageRefresh.Click += new System.EventHandler(this.button_VillageRefresh_Click);
|
|
//
|
|
// textBox_SearchVillage
|
|
//
|
|
this.textBox_SearchVillage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.textBox_SearchVillage.Location = new System.Drawing.Point(137, 18);
|
|
this.textBox_SearchVillage.Name = "textBox_SearchVillage";
|
|
this.textBox_SearchVillage.Size = new System.Drawing.Size(120, 21);
|
|
this.textBox_SearchVillage.TabIndex = 13;
|
|
this.textBox_SearchVillage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// button_VillageSearch
|
|
//
|
|
this.button_VillageSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_VillageSearch.Location = new System.Drawing.Point(274, 11);
|
|
this.button_VillageSearch.Name = "button_VillageSearch";
|
|
this.button_VillageSearch.Size = new System.Drawing.Size(81, 33);
|
|
this.button_VillageSearch.TabIndex = 11;
|
|
this.button_VillageSearch.Text = "Search";
|
|
this.button_VillageSearch.UseVisualStyleBackColor = true;
|
|
this.button_VillageSearch.Click += new System.EventHandler(this.button_VillageSearch_Click);
|
|
//
|
|
// comboBox_VillageType
|
|
//
|
|
this.comboBox_VillageType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.comboBox_VillageType.FormattingEnabled = true;
|
|
this.comboBox_VillageType.Location = new System.Drawing.Point(10, 19);
|
|
this.comboBox_VillageType.Name = "comboBox_VillageType";
|
|
this.comboBox_VillageType.Size = new System.Drawing.Size(121, 20);
|
|
this.comboBox_VillageType.TabIndex = 12;
|
|
//
|
|
// grid_VillageInfo
|
|
//
|
|
this.grid_VillageInfo.AutoSizeMinHeight = 10;
|
|
this.grid_VillageInfo.AutoSizeMinWidth = 10;
|
|
this.grid_VillageInfo.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_VillageInfo.AutoStretchRowsToFitHeight = false;
|
|
this.grid_VillageInfo.BackColor = System.Drawing.Color.White;
|
|
this.grid_VillageInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_VillageInfo.ContextMenuStrip = this.contextMenuStrip_VillageInfo;
|
|
this.grid_VillageInfo.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_VillageInfo.CustomSort = false;
|
|
this.grid_VillageInfo.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_VillageInfo.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.grid_VillageInfo.GridToolTipActive = true;
|
|
this.grid_VillageInfo.Location = new System.Drawing.Point(0, 49);
|
|
this.grid_VillageInfo.Name = "grid_VillageInfo";
|
|
this.grid_VillageInfo.Size = new System.Drawing.Size(967, 557);
|
|
this.grid_VillageInfo.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_VillageInfo.TabIndex = 6;
|
|
//
|
|
// tabPage_Channel
|
|
//
|
|
this.tabPage_Channel.Controls.Add(this.groupBox16);
|
|
this.tabPage_Channel.Controls.Add(this.button_MakeVillage);
|
|
this.tabPage_Channel.Controls.Add(this.groupBox13);
|
|
this.tabPage_Channel.Controls.Add(this.button_RefreshChannel);
|
|
this.tabPage_Channel.Controls.Add(this.groupBox14);
|
|
this.tabPage_Channel.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage_Channel.Name = "tabPage_Channel";
|
|
this.tabPage_Channel.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage_Channel.Size = new System.Drawing.Size(967, 612);
|
|
this.tabPage_Channel.TabIndex = 9;
|
|
this.tabPage_Channel.Text = "Channel";
|
|
this.tabPage_Channel.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox16
|
|
//
|
|
this.groupBox16.Controls.Add(this.button_DelMapSet);
|
|
this.groupBox16.Controls.Add(this.button_AddMapSet);
|
|
this.groupBox16.Controls.Add(this.grid_MapSet);
|
|
this.groupBox16.Location = new System.Drawing.Point(8, 323);
|
|
this.groupBox16.Name = "groupBox16";
|
|
this.groupBox16.Size = new System.Drawing.Size(953, 281);
|
|
this.groupBox16.TabIndex = 14;
|
|
this.groupBox16.TabStop = false;
|
|
this.groupBox16.Text = "MapSet";
|
|
//
|
|
// button_DelMapSet
|
|
//
|
|
this.button_DelMapSet.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_DelMapSet.Location = new System.Drawing.Point(87, 16);
|
|
this.button_DelMapSet.Name = "button_DelMapSet";
|
|
this.button_DelMapSet.Size = new System.Drawing.Size(75, 23);
|
|
this.button_DelMapSet.TabIndex = 11;
|
|
this.button_DelMapSet.Text = "Delete";
|
|
this.button_DelMapSet.UseVisualStyleBackColor = true;
|
|
this.button_DelMapSet.Click += new System.EventHandler(this.button_DelMapSet_Click);
|
|
//
|
|
// button_AddMapSet
|
|
//
|
|
this.button_AddMapSet.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_AddMapSet.Location = new System.Drawing.Point(6, 16);
|
|
this.button_AddMapSet.Name = "button_AddMapSet";
|
|
this.button_AddMapSet.Size = new System.Drawing.Size(75, 23);
|
|
this.button_AddMapSet.TabIndex = 10;
|
|
this.button_AddMapSet.Text = "Add";
|
|
this.button_AddMapSet.UseVisualStyleBackColor = true;
|
|
this.button_AddMapSet.Click += new System.EventHandler(this.button_AddMapSet_Click);
|
|
//
|
|
// grid_MapSet
|
|
//
|
|
this.grid_MapSet.AutoSizeMinHeight = 10;
|
|
this.grid_MapSet.AutoSizeMinWidth = 10;
|
|
this.grid_MapSet.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_MapSet.AutoStretchRowsToFitHeight = false;
|
|
this.grid_MapSet.BackColor = System.Drawing.Color.White;
|
|
this.grid_MapSet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_MapSet.ContextMenuStrip = this.contextMenuStrip_MapSet;
|
|
this.grid_MapSet.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_MapSet.CustomSort = false;
|
|
this.grid_MapSet.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_MapSet.GridToolTipActive = true;
|
|
this.grid_MapSet.Location = new System.Drawing.Point(6, 45);
|
|
this.grid_MapSet.Name = "grid_MapSet";
|
|
this.grid_MapSet.Size = new System.Drawing.Size(941, 230);
|
|
this.grid_MapSet.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_MapSet.TabIndex = 9;
|
|
//
|
|
// button_MakeVillage
|
|
//
|
|
this.button_MakeVillage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_MakeVillage.Location = new System.Drawing.Point(808, 65);
|
|
this.button_MakeVillage.Name = "button_MakeVillage";
|
|
this.button_MakeVillage.Size = new System.Drawing.Size(118, 40);
|
|
this.button_MakeVillage.TabIndex = 15;
|
|
this.button_MakeVillage.Text = "Make Village";
|
|
this.button_MakeVillage.UseVisualStyleBackColor = true;
|
|
this.button_MakeVillage.Click += new System.EventHandler(this.button_MakeVillage_Click);
|
|
//
|
|
// groupBox13
|
|
//
|
|
this.groupBox13.Controls.Add(this.grid_ServerInfo);
|
|
this.groupBox13.Location = new System.Drawing.Point(8, 144);
|
|
this.groupBox13.Name = "groupBox13";
|
|
this.groupBox13.Size = new System.Drawing.Size(953, 173);
|
|
this.groupBox13.TabIndex = 12;
|
|
this.groupBox13.TabStop = false;
|
|
this.groupBox13.Text = "ServerInfo";
|
|
//
|
|
// grid_ServerInfo
|
|
//
|
|
this.grid_ServerInfo.AutoSizeMinHeight = 10;
|
|
this.grid_ServerInfo.AutoSizeMinWidth = 10;
|
|
this.grid_ServerInfo.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_ServerInfo.AutoStretchRowsToFitHeight = false;
|
|
this.grid_ServerInfo.BackColor = System.Drawing.Color.White;
|
|
this.grid_ServerInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_ServerInfo.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_ServerInfo.CustomSort = false;
|
|
this.grid_ServerInfo.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_ServerInfo.GridToolTipActive = true;
|
|
this.grid_ServerInfo.Location = new System.Drawing.Point(6, 20);
|
|
this.grid_ServerInfo.Name = "grid_ServerInfo";
|
|
this.grid_ServerInfo.Size = new System.Drawing.Size(941, 147);
|
|
this.grid_ServerInfo.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_ServerInfo.TabIndex = 9;
|
|
this.grid_ServerInfo.CellGotFocus += new SourceGrid2.PositionCancelEventHandler(this.grid_ServerInfo_CellGotFocus);
|
|
//
|
|
// button_RefreshChannel
|
|
//
|
|
this.button_RefreshChannel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_RefreshChannel.Location = new System.Drawing.Point(675, 65);
|
|
this.button_RefreshChannel.Name = "button_RefreshChannel";
|
|
this.button_RefreshChannel.Size = new System.Drawing.Size(112, 40);
|
|
this.button_RefreshChannel.TabIndex = 4;
|
|
this.button_RefreshChannel.Text = "Refresh";
|
|
this.button_RefreshChannel.UseVisualStyleBackColor = true;
|
|
this.button_RefreshChannel.Click += new System.EventHandler(this.button_RefreshServerInfo_Click);
|
|
//
|
|
// groupBox14
|
|
//
|
|
this.groupBox14.Controls.Add(this.button_DelMeritBonus);
|
|
this.groupBox14.Controls.Add(this.button_AddMeritBonus);
|
|
this.groupBox14.Controls.Add(this.grid_MeritBonusTable);
|
|
this.groupBox14.Location = new System.Drawing.Point(8, 6);
|
|
this.groupBox14.Name = "groupBox14";
|
|
this.groupBox14.Size = new System.Drawing.Size(630, 132);
|
|
this.groupBox14.TabIndex = 11;
|
|
this.groupBox14.TabStop = false;
|
|
this.groupBox14.Text = "MeritBonusTable";
|
|
//
|
|
// button_DelMeritBonus
|
|
//
|
|
this.button_DelMeritBonus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_DelMeritBonus.Location = new System.Drawing.Point(87, 16);
|
|
this.button_DelMeritBonus.Name = "button_DelMeritBonus";
|
|
this.button_DelMeritBonus.Size = new System.Drawing.Size(75, 23);
|
|
this.button_DelMeritBonus.TabIndex = 4;
|
|
this.button_DelMeritBonus.Text = "Delete";
|
|
this.button_DelMeritBonus.UseVisualStyleBackColor = true;
|
|
this.button_DelMeritBonus.Click += new System.EventHandler(this.button_DelMeritBonus_Click);
|
|
//
|
|
// button_AddMeritBonus
|
|
//
|
|
this.button_AddMeritBonus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_AddMeritBonus.Location = new System.Drawing.Point(6, 16);
|
|
this.button_AddMeritBonus.Name = "button_AddMeritBonus";
|
|
this.button_AddMeritBonus.Size = new System.Drawing.Size(75, 23);
|
|
this.button_AddMeritBonus.TabIndex = 4;
|
|
this.button_AddMeritBonus.Text = "Add";
|
|
this.button_AddMeritBonus.UseVisualStyleBackColor = true;
|
|
this.button_AddMeritBonus.Click += new System.EventHandler(this.button_AddMeritBonus_Click);
|
|
//
|
|
// grid_MeritBonusTable
|
|
//
|
|
this.grid_MeritBonusTable.AutoSizeMinHeight = 10;
|
|
this.grid_MeritBonusTable.AutoSizeMinWidth = 10;
|
|
this.grid_MeritBonusTable.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_MeritBonusTable.AutoStretchRowsToFitHeight = false;
|
|
this.grid_MeritBonusTable.BackColor = System.Drawing.Color.White;
|
|
this.grid_MeritBonusTable.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_MeritBonusTable.ContextMenuStrip = this.contextMenuStrip_MeritBonus;
|
|
this.grid_MeritBonusTable.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_MeritBonusTable.CustomSort = false;
|
|
this.grid_MeritBonusTable.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_MeritBonusTable.GridToolTipActive = true;
|
|
this.grid_MeritBonusTable.Location = new System.Drawing.Point(6, 45);
|
|
this.grid_MeritBonusTable.Name = "grid_MeritBonusTable";
|
|
this.grid_MeritBonusTable.Size = new System.Drawing.Size(618, 81);
|
|
this.grid_MeritBonusTable.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_MeritBonusTable.TabIndex = 9;
|
|
//
|
|
// tabPage_Detail
|
|
//
|
|
this.tabPage_Detail.Controls.Add(this.groupBox10);
|
|
this.tabPage_Detail.Controls.Add(this.groupBox4);
|
|
this.tabPage_Detail.Controls.Add(this.groupBox17);
|
|
this.tabPage_Detail.Controls.Add(this.groupBox1);
|
|
this.tabPage_Detail.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage_Detail.Name = "tabPage_Detail";
|
|
this.tabPage_Detail.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage_Detail.Size = new System.Drawing.Size(967, 612);
|
|
this.tabPage_Detail.TabIndex = 7;
|
|
this.tabPage_Detail.Text = "Detail";
|
|
this.tabPage_Detail.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox10
|
|
//
|
|
this.groupBox10.Controls.Add(this.button_RefreshServerNum);
|
|
this.groupBox10.Controls.Add(this.grid_ServerNumber);
|
|
this.groupBox10.Location = new System.Drawing.Point(527, 417);
|
|
this.groupBox10.Name = "groupBox10";
|
|
this.groupBox10.Size = new System.Drawing.Size(381, 189);
|
|
this.groupBox10.TabIndex = 14;
|
|
this.groupBox10.TabStop = false;
|
|
this.groupBox10.Text = "Server Number";
|
|
//
|
|
// button_RefreshServerNum
|
|
//
|
|
this.button_RefreshServerNum.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_RefreshServerNum.Location = new System.Drawing.Point(12, 23);
|
|
this.button_RefreshServerNum.Name = "button_RefreshServerNum";
|
|
this.button_RefreshServerNum.Size = new System.Drawing.Size(75, 23);
|
|
this.button_RefreshServerNum.TabIndex = 12;
|
|
this.button_RefreshServerNum.Text = "Refresh";
|
|
this.button_RefreshServerNum.UseVisualStyleBackColor = true;
|
|
this.button_RefreshServerNum.Click += new System.EventHandler(this.button_RefreshServerNum_Click_1);
|
|
//
|
|
// grid_ServerNumber
|
|
//
|
|
this.grid_ServerNumber.AutoSizeMinHeight = 10;
|
|
this.grid_ServerNumber.AutoSizeMinWidth = 10;
|
|
this.grid_ServerNumber.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_ServerNumber.AutoStretchRowsToFitHeight = false;
|
|
this.grid_ServerNumber.BackColor = System.Drawing.Color.White;
|
|
this.grid_ServerNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_ServerNumber.ContextMenuStrip = this.contextMenuStrip_ServerNum;
|
|
this.grid_ServerNumber.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_ServerNumber.CustomSort = false;
|
|
this.grid_ServerNumber.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_ServerNumber.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.grid_ServerNumber.GridToolTipActive = true;
|
|
this.grid_ServerNumber.Location = new System.Drawing.Point(12, 54);
|
|
this.grid_ServerNumber.Name = "grid_ServerNumber";
|
|
this.grid_ServerNumber.Size = new System.Drawing.Size(360, 125);
|
|
this.grid_ServerNumber.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_ServerNumber.TabIndex = 6;
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.button_RefreshTargetIP);
|
|
this.groupBox4.Controls.Add(this.grid_TargetIP);
|
|
this.groupBox4.Location = new System.Drawing.Point(527, 207);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(381, 202);
|
|
this.groupBox4.TabIndex = 13;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Login-Master Connection";
|
|
//
|
|
// button_RefreshTargetIP
|
|
//
|
|
this.button_RefreshTargetIP.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_RefreshTargetIP.Location = new System.Drawing.Point(12, 23);
|
|
this.button_RefreshTargetIP.Name = "button_RefreshTargetIP";
|
|
this.button_RefreshTargetIP.Size = new System.Drawing.Size(75, 23);
|
|
this.button_RefreshTargetIP.TabIndex = 12;
|
|
this.button_RefreshTargetIP.Text = "Refresh";
|
|
this.button_RefreshTargetIP.UseVisualStyleBackColor = true;
|
|
this.button_RefreshTargetIP.Click += new System.EventHandler(this.button_RefreshTargetIP_Click);
|
|
//
|
|
// grid_TargetIP
|
|
//
|
|
this.grid_TargetIP.AutoSizeMinHeight = 10;
|
|
this.grid_TargetIP.AutoSizeMinWidth = 10;
|
|
this.grid_TargetIP.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_TargetIP.AutoStretchRowsToFitHeight = false;
|
|
this.grid_TargetIP.BackColor = System.Drawing.Color.White;
|
|
this.grid_TargetIP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_TargetIP.ContextMenuStrip = this.contextMenuStrip_TargetIP;
|
|
this.grid_TargetIP.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_TargetIP.CustomSort = false;
|
|
this.grid_TargetIP.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_TargetIP.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.grid_TargetIP.GridToolTipActive = true;
|
|
this.grid_TargetIP.Location = new System.Drawing.Point(12, 52);
|
|
this.grid_TargetIP.Name = "grid_TargetIP";
|
|
this.grid_TargetIP.Size = new System.Drawing.Size(360, 140);
|
|
this.grid_TargetIP.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_TargetIP.TabIndex = 8;
|
|
//
|
|
// groupBox17
|
|
//
|
|
this.groupBox17.Controls.Add(this.button_SearchSID);
|
|
this.groupBox17.Controls.Add(this.grid_EditSID);
|
|
this.groupBox17.Controls.Add(this.textBox_SearchWord);
|
|
this.groupBox17.Controls.Add(this.button_RefreshSIDList);
|
|
this.groupBox17.Controls.Add(this.button_SortSID);
|
|
this.groupBox17.Controls.Add(this.comboBox_SearchType);
|
|
this.groupBox17.Location = new System.Drawing.Point(8, 6);
|
|
this.groupBox17.Name = "groupBox17";
|
|
this.groupBox17.Size = new System.Drawing.Size(490, 600);
|
|
this.groupBox17.TabIndex = 12;
|
|
this.groupBox17.TabStop = false;
|
|
this.groupBox17.Text = "Edit SID";
|
|
//
|
|
// button_SearchSID
|
|
//
|
|
this.button_SearchSID.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_SearchSID.Location = new System.Drawing.Point(229, 21);
|
|
this.button_SearchSID.Name = "button_SearchSID";
|
|
this.button_SearchSID.Size = new System.Drawing.Size(70, 27);
|
|
this.button_SearchSID.TabIndex = 8;
|
|
this.button_SearchSID.Text = "Search";
|
|
this.button_SearchSID.UseVisualStyleBackColor = true;
|
|
this.button_SearchSID.Click += new System.EventHandler(this.button_SearchSID_Click);
|
|
//
|
|
// grid_EditSID
|
|
//
|
|
this.grid_EditSID.AutoSizeMinHeight = 10;
|
|
this.grid_EditSID.AutoSizeMinWidth = 10;
|
|
this.grid_EditSID.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_EditSID.AutoStretchRowsToFitHeight = false;
|
|
this.grid_EditSID.BackColor = System.Drawing.Color.White;
|
|
this.grid_EditSID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_EditSID.ContextMenuStrip = this.contextMenuStrip_EditSID;
|
|
this.grid_EditSID.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_EditSID.CustomSort = false;
|
|
this.grid_EditSID.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_EditSID.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.grid_EditSID.GridToolTipActive = true;
|
|
this.grid_EditSID.Location = new System.Drawing.Point(8, 56);
|
|
this.grid_EditSID.Name = "grid_EditSID";
|
|
this.grid_EditSID.Size = new System.Drawing.Size(476, 538);
|
|
this.grid_EditSID.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_EditSID.TabIndex = 6;
|
|
//
|
|
// textBox_SearchWord
|
|
//
|
|
this.textBox_SearchWord.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.textBox_SearchWord.Location = new System.Drawing.Point(102, 25);
|
|
this.textBox_SearchWord.Name = "textBox_SearchWord";
|
|
this.textBox_SearchWord.Size = new System.Drawing.Size(109, 21);
|
|
this.textBox_SearchWord.TabIndex = 10;
|
|
this.textBox_SearchWord.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// button_RefreshSIDList
|
|
//
|
|
this.button_RefreshSIDList.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_RefreshSIDList.Location = new System.Drawing.Point(315, 21);
|
|
this.button_RefreshSIDList.Name = "button_RefreshSIDList";
|
|
this.button_RefreshSIDList.Size = new System.Drawing.Size(69, 27);
|
|
this.button_RefreshSIDList.TabIndex = 7;
|
|
this.button_RefreshSIDList.Text = "Refresh";
|
|
this.button_RefreshSIDList.UseVisualStyleBackColor = true;
|
|
this.button_RefreshSIDList.Click += new System.EventHandler(this.button_RefreshSIDList_Click);
|
|
//
|
|
// button_SortSID
|
|
//
|
|
this.button_SortSID.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_SortSID.Location = new System.Drawing.Point(400, 21);
|
|
this.button_SortSID.Name = "button_SortSID";
|
|
this.button_SortSID.Size = new System.Drawing.Size(63, 27);
|
|
this.button_SortSID.TabIndex = 8;
|
|
this.button_SortSID.Text = "Sort SID";
|
|
this.button_SortSID.UseVisualStyleBackColor = true;
|
|
this.button_SortSID.Click += new System.EventHandler(this.button_SortSID_Click);
|
|
//
|
|
// comboBox_SearchType
|
|
//
|
|
this.comboBox_SearchType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.comboBox_SearchType.FormattingEnabled = true;
|
|
this.comboBox_SearchType.Location = new System.Drawing.Point(14, 26);
|
|
this.comboBox_SearchType.Name = "comboBox_SearchType";
|
|
this.comboBox_SearchType.Size = new System.Drawing.Size(82, 20);
|
|
this.comboBox_SearchType.TabIndex = 9;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.button_RefreshMultiWorld);
|
|
this.groupBox1.Controls.Add(this.grid_MultiWorldID);
|
|
this.groupBox1.Location = new System.Drawing.Point(527, 6);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(381, 189);
|
|
this.groupBox1.TabIndex = 11;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "MultiWorldID Setting";
|
|
//
|
|
// button_RefreshMultiWorld
|
|
//
|
|
this.button_RefreshMultiWorld.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_RefreshMultiWorld.Location = new System.Drawing.Point(12, 21);
|
|
this.button_RefreshMultiWorld.Name = "button_RefreshMultiWorld";
|
|
this.button_RefreshMultiWorld.Size = new System.Drawing.Size(75, 23);
|
|
this.button_RefreshMultiWorld.TabIndex = 7;
|
|
this.button_RefreshMultiWorld.Text = "Refresh";
|
|
this.button_RefreshMultiWorld.UseVisualStyleBackColor = true;
|
|
this.button_RefreshMultiWorld.Click += new System.EventHandler(this.button_RefreshMultiWorld_Click);
|
|
//
|
|
// grid_MultiWorldID
|
|
//
|
|
this.grid_MultiWorldID.AutoSizeMinHeight = 10;
|
|
this.grid_MultiWorldID.AutoSizeMinWidth = 10;
|
|
this.grid_MultiWorldID.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_MultiWorldID.AutoStretchRowsToFitHeight = false;
|
|
this.grid_MultiWorldID.BackColor = System.Drawing.Color.White;
|
|
this.grid_MultiWorldID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_MultiWorldID.ContextMenuStrip = this.contextMenuStrip_MultiWorld;
|
|
this.grid_MultiWorldID.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_MultiWorldID.CustomSort = false;
|
|
this.grid_MultiWorldID.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_MultiWorldID.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.grid_MultiWorldID.GridToolTipActive = true;
|
|
this.grid_MultiWorldID.Location = new System.Drawing.Point(12, 52);
|
|
this.grid_MultiWorldID.Name = "grid_MultiWorldID";
|
|
this.grid_MultiWorldID.Size = new System.Drawing.Size(360, 127);
|
|
this.grid_MultiWorldID.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_MultiWorldID.TabIndex = 6;
|
|
//
|
|
// tabPage_NetLauncher
|
|
//
|
|
this.tabPage_NetLauncher.Controls.Add(this.groupBox15);
|
|
this.tabPage_NetLauncher.Controls.Add(this.button_SortNo);
|
|
this.tabPage_NetLauncher.Controls.Add(this.AllClear);
|
|
this.tabPage_NetLauncher.Controls.Add(this.Delete_Launcher);
|
|
this.tabPage_NetLauncher.Controls.Add(this.grid_NetLauncher);
|
|
this.tabPage_NetLauncher.Controls.Add(this.Add_Launcher);
|
|
this.tabPage_NetLauncher.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage_NetLauncher.Name = "tabPage_NetLauncher";
|
|
this.tabPage_NetLauncher.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage_NetLauncher.Size = new System.Drawing.Size(967, 612);
|
|
this.tabPage_NetLauncher.TabIndex = 3;
|
|
this.tabPage_NetLauncher.Text = "NetLauncher";
|
|
this.tabPage_NetLauncher.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox15
|
|
//
|
|
this.groupBox15.Controls.Add(this.button_ApplyPID);
|
|
this.groupBox15.Controls.Add(this.textBox_PID);
|
|
this.groupBox15.Location = new System.Drawing.Point(365, 3);
|
|
this.groupBox15.Name = "groupBox15";
|
|
this.groupBox15.Size = new System.Drawing.Size(159, 44);
|
|
this.groupBox15.TabIndex = 13;
|
|
this.groupBox15.TabStop = false;
|
|
this.groupBox15.Text = "PartitionID";
|
|
//
|
|
// button_ApplyPID
|
|
//
|
|
this.button_ApplyPID.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_ApplyPID.Location = new System.Drawing.Point(80, 16);
|
|
this.button_ApplyPID.Name = "button_ApplyPID";
|
|
this.button_ApplyPID.Size = new System.Drawing.Size(71, 23);
|
|
this.button_ApplyPID.TabIndex = 12;
|
|
this.button_ApplyPID.Text = "Apply";
|
|
this.button_ApplyPID.UseVisualStyleBackColor = true;
|
|
this.button_ApplyPID.Click += new System.EventHandler(this.button_ApplyPID_Click);
|
|
//
|
|
// textBox_PID
|
|
//
|
|
this.textBox_PID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.textBox_PID.Location = new System.Drawing.Point(6, 17);
|
|
this.textBox_PID.Name = "textBox_PID";
|
|
this.textBox_PID.Size = new System.Drawing.Size(68, 21);
|
|
this.textBox_PID.TabIndex = 11;
|
|
this.textBox_PID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// button_SortNo
|
|
//
|
|
this.button_SortNo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_SortNo.Location = new System.Drawing.Point(181, 12);
|
|
this.button_SortNo.Name = "button_SortNo";
|
|
this.button_SortNo.Size = new System.Drawing.Size(81, 33);
|
|
this.button_SortNo.TabIndex = 5;
|
|
this.button_SortNo.Text = "Sort No";
|
|
this.button_SortNo.UseVisualStyleBackColor = true;
|
|
this.button_SortNo.Click += new System.EventHandler(this.button_SortID_Click);
|
|
//
|
|
// AllClear
|
|
//
|
|
this.AllClear.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.AllClear.Location = new System.Drawing.Point(268, 12);
|
|
this.AllClear.Name = "AllClear";
|
|
this.AllClear.Size = new System.Drawing.Size(81, 33);
|
|
this.AllClear.TabIndex = 4;
|
|
this.AllClear.Text = "Clear";
|
|
this.AllClear.UseVisualStyleBackColor = true;
|
|
this.AllClear.Click += new System.EventHandler(this.AllClear_Click);
|
|
//
|
|
// Delete_Launcher
|
|
//
|
|
this.Delete_Launcher.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.Delete_Launcher.Location = new System.Drawing.Point(94, 12);
|
|
this.Delete_Launcher.Name = "Delete_Launcher";
|
|
this.Delete_Launcher.Size = new System.Drawing.Size(81, 33);
|
|
this.Delete_Launcher.TabIndex = 3;
|
|
this.Delete_Launcher.Text = "Delete";
|
|
this.Delete_Launcher.UseVisualStyleBackColor = true;
|
|
this.Delete_Launcher.Click += new System.EventHandler(this.Delete_Launcher_Click);
|
|
//
|
|
// grid_NetLauncher
|
|
//
|
|
this.grid_NetLauncher.AutoSizeMinHeight = 10;
|
|
this.grid_NetLauncher.AutoSizeMinWidth = 10;
|
|
this.grid_NetLauncher.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_NetLauncher.AutoStretchRowsToFitHeight = false;
|
|
this.grid_NetLauncher.BackColor = System.Drawing.Color.White;
|
|
this.grid_NetLauncher.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_NetLauncher.ContextMenuStrip = this.contextMenuStrip_NetLauncher;
|
|
this.grid_NetLauncher.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_NetLauncher.CustomSort = false;
|
|
this.grid_NetLauncher.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_NetLauncher.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.grid_NetLauncher.GridToolTipActive = true;
|
|
this.grid_NetLauncher.Location = new System.Drawing.Point(8, 51);
|
|
this.grid_NetLauncher.Name = "grid_NetLauncher";
|
|
this.grid_NetLauncher.Size = new System.Drawing.Size(951, 555);
|
|
this.grid_NetLauncher.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_NetLauncher.TabIndex = 5;
|
|
//
|
|
// Add_Launcher
|
|
//
|
|
this.Add_Launcher.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.Add_Launcher.Location = new System.Drawing.Point(8, 12);
|
|
this.Add_Launcher.Name = "Add_Launcher";
|
|
this.Add_Launcher.Size = new System.Drawing.Size(81, 33);
|
|
this.Add_Launcher.TabIndex = 2;
|
|
this.Add_Launcher.Text = "Add";
|
|
this.Add_Launcher.UseVisualStyleBackColor = true;
|
|
this.Add_Launcher.Click += new System.EventHandler(this.Add_Launcher_Click);
|
|
//
|
|
// tabPage_DataBase
|
|
//
|
|
this.tabPage_DataBase.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tabPage_DataBase.Controls.Add(this.groupBox23);
|
|
this.tabPage_DataBase.Controls.Add(this.groupBox22);
|
|
this.tabPage_DataBase.Controls.Add(this.groupBox6);
|
|
this.tabPage_DataBase.Controls.Add(this.groupBox7);
|
|
this.tabPage_DataBase.Controls.Add(this.groupBox11);
|
|
this.tabPage_DataBase.Controls.Add(this.groupBox8);
|
|
this.tabPage_DataBase.Controls.Add(this.groupBox9);
|
|
this.tabPage_DataBase.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage_DataBase.Name = "tabPage_DataBase";
|
|
this.tabPage_DataBase.Size = new System.Drawing.Size(967, 612);
|
|
this.tabPage_DataBase.TabIndex = 2;
|
|
this.tabPage_DataBase.Text = "DataBase";
|
|
this.tabPage_DataBase.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox23
|
|
//
|
|
this.groupBox23.Controls.Add(this.button_doorsdel);
|
|
this.groupBox23.Controls.Add(this.button_doorsadd);
|
|
this.groupBox23.Controls.Add(this.grid_doorsdb);
|
|
this.groupBox23.Location = new System.Drawing.Point(488, 440);
|
|
this.groupBox23.Name = "groupBox23";
|
|
this.groupBox23.Size = new System.Drawing.Size(463, 134);
|
|
this.groupBox23.TabIndex = 12;
|
|
this.groupBox23.TabStop = false;
|
|
this.groupBox23.Text = "Doors Database";
|
|
//
|
|
// button_doorsdel
|
|
//
|
|
this.button_doorsdel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_doorsdel.Location = new System.Drawing.Point(87, 16);
|
|
this.button_doorsdel.Name = "button_doorsdel";
|
|
this.button_doorsdel.Size = new System.Drawing.Size(75, 23);
|
|
this.button_doorsdel.TabIndex = 4;
|
|
this.button_doorsdel.Text = "Delete";
|
|
this.button_doorsdel.UseVisualStyleBackColor = true;
|
|
this.button_doorsdel.Click += new System.EventHandler(this.button_doorsdel_Click);
|
|
//
|
|
// button_doorsadd
|
|
//
|
|
this.button_doorsadd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_doorsadd.Location = new System.Drawing.Point(6, 16);
|
|
this.button_doorsadd.Name = "button_doorsadd";
|
|
this.button_doorsadd.Size = new System.Drawing.Size(75, 23);
|
|
this.button_doorsadd.TabIndex = 4;
|
|
this.button_doorsadd.Text = "Add";
|
|
this.button_doorsadd.UseVisualStyleBackColor = true;
|
|
this.button_doorsadd.Click += new System.EventHandler(this.button_doorsadd_Click);
|
|
//
|
|
// grid_doorsdb
|
|
//
|
|
this.grid_doorsdb.AutoSizeMinHeight = 10;
|
|
this.grid_doorsdb.AutoSizeMinWidth = 10;
|
|
this.grid_doorsdb.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_doorsdb.AutoStretchRowsToFitHeight = false;
|
|
this.grid_doorsdb.BackColor = System.Drawing.Color.White;
|
|
this.grid_doorsdb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_doorsdb.ContextMenuStrip = this.contextMenuStrip_DoorsDB;
|
|
this.grid_doorsdb.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_doorsdb.CustomSort = false;
|
|
this.grid_doorsdb.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_doorsdb.GridToolTipActive = true;
|
|
this.grid_doorsdb.Location = new System.Drawing.Point(6, 45);
|
|
this.grid_doorsdb.Name = "grid_doorsdb";
|
|
this.grid_doorsdb.Size = new System.Drawing.Size(451, 83);
|
|
this.grid_doorsdb.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_doorsdb.TabIndex = 9;
|
|
//
|
|
// contextMenuStrip_DoorsDB
|
|
//
|
|
this.contextMenuStrip_DoorsDB.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.addToolStripMenuItem_Doors,
|
|
this.delToolStripMenuItem_Doors});
|
|
this.contextMenuStrip_DoorsDB.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip_DoorsDB.Size = new System.Drawing.Size(109, 48);
|
|
//
|
|
// addToolStripMenuItem_Doors
|
|
//
|
|
this.addToolStripMenuItem_Doors.Name = "addToolStripMenuItem_Doors";
|
|
this.addToolStripMenuItem_Doors.Size = new System.Drawing.Size(108, 22);
|
|
this.addToolStripMenuItem_Doors.Text = "Add";
|
|
this.addToolStripMenuItem_Doors.Click += new System.EventHandler(this.addToolStripMenuItem_Doors_Click);
|
|
//
|
|
// delToolStripMenuItem_Doors
|
|
//
|
|
this.delToolStripMenuItem_Doors.Name = "delToolStripMenuItem_Doors";
|
|
this.delToolStripMenuItem_Doors.Size = new System.Drawing.Size(108, 22);
|
|
this.delToolStripMenuItem_Doors.Text = "Delete";
|
|
this.delToolStripMenuItem_Doors.Click += new System.EventHandler(this.delToolStripMenuItem_Doors_Click);
|
|
//
|
|
// groupBox22
|
|
//
|
|
this.groupBox22.Controls.Add(this.button_timosedel);
|
|
this.groupBox22.Controls.Add(this.button_timoseadd);
|
|
this.groupBox22.Controls.Add(this.grid_timosedb);
|
|
this.groupBox22.Location = new System.Drawing.Point(488, 299);
|
|
this.groupBox22.Name = "groupBox22";
|
|
this.groupBox22.Size = new System.Drawing.Size(463, 134);
|
|
this.groupBox22.TabIndex = 11;
|
|
this.groupBox22.TabStop = false;
|
|
this.groupBox22.Text = "Timose Database";
|
|
//
|
|
// button_timosedel
|
|
//
|
|
this.button_timosedel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_timosedel.Location = new System.Drawing.Point(87, 16);
|
|
this.button_timosedel.Name = "button_timosedel";
|
|
this.button_timosedel.Size = new System.Drawing.Size(75, 23);
|
|
this.button_timosedel.TabIndex = 4;
|
|
this.button_timosedel.Text = "Delete";
|
|
this.button_timosedel.UseVisualStyleBackColor = true;
|
|
this.button_timosedel.Click += new System.EventHandler(this.button_timosedel_Click);
|
|
//
|
|
// button_timoseadd
|
|
//
|
|
this.button_timoseadd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_timoseadd.Location = new System.Drawing.Point(6, 16);
|
|
this.button_timoseadd.Name = "button_timoseadd";
|
|
this.button_timoseadd.Size = new System.Drawing.Size(75, 23);
|
|
this.button_timoseadd.TabIndex = 4;
|
|
this.button_timoseadd.Text = "Add";
|
|
this.button_timoseadd.UseVisualStyleBackColor = true;
|
|
this.button_timoseadd.Click += new System.EventHandler(this.button_timoseadd_Click);
|
|
//
|
|
// grid_timosedb
|
|
//
|
|
this.grid_timosedb.AutoSizeMinHeight = 10;
|
|
this.grid_timosedb.AutoSizeMinWidth = 10;
|
|
this.grid_timosedb.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_timosedb.AutoStretchRowsToFitHeight = false;
|
|
this.grid_timosedb.BackColor = System.Drawing.Color.White;
|
|
this.grid_timosedb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_timosedb.ContextMenuStrip = this.contextMenuStrip_TimoseDB;
|
|
this.grid_timosedb.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_timosedb.CustomSort = false;
|
|
this.grid_timosedb.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_timosedb.GridToolTipActive = true;
|
|
this.grid_timosedb.Location = new System.Drawing.Point(6, 45);
|
|
this.grid_timosedb.Name = "grid_timosedb";
|
|
this.grid_timosedb.Size = new System.Drawing.Size(451, 83);
|
|
this.grid_timosedb.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_timosedb.TabIndex = 9;
|
|
//
|
|
// contextMenuStrip_TimoseDB
|
|
//
|
|
this.contextMenuStrip_TimoseDB.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.addToolStripMenuItem_Timose,
|
|
this.delToolStripMenuItem_Timose});
|
|
this.contextMenuStrip_TimoseDB.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip_TimoseDB.Size = new System.Drawing.Size(109, 48);
|
|
//
|
|
// addToolStripMenuItem_Timose
|
|
//
|
|
this.addToolStripMenuItem_Timose.Name = "addToolStripMenuItem_Timose";
|
|
this.addToolStripMenuItem_Timose.Size = new System.Drawing.Size(108, 22);
|
|
this.addToolStripMenuItem_Timose.Text = "Add";
|
|
this.addToolStripMenuItem_Timose.Click += new System.EventHandler(this.addToolStripMenuItem_Timose_Click);
|
|
//
|
|
// delToolStripMenuItem_Timose
|
|
//
|
|
this.delToolStripMenuItem_Timose.Name = "delToolStripMenuItem_Timose";
|
|
this.delToolStripMenuItem_Timose.Size = new System.Drawing.Size(108, 22);
|
|
this.delToolStripMenuItem_Timose.Text = "Delete";
|
|
this.delToolStripMenuItem_Timose.Click += new System.EventHandler(this.delToolStripMenuItem_Timose_Click);
|
|
//
|
|
// groupBox6
|
|
//
|
|
this.groupBox6.Controls.Add(this.button_worlddel);
|
|
this.groupBox6.Controls.Add(this.button_worldadd);
|
|
this.groupBox6.Controls.Add(this.grid_worlddb);
|
|
this.groupBox6.Location = new System.Drawing.Point(19, 199);
|
|
this.groupBox6.Name = "groupBox6";
|
|
this.groupBox6.Size = new System.Drawing.Size(463, 179);
|
|
this.groupBox6.TabIndex = 10;
|
|
this.groupBox6.TabStop = false;
|
|
this.groupBox6.Text = "World Database";
|
|
//
|
|
// button_worlddel
|
|
//
|
|
this.button_worlddel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_worlddel.Location = new System.Drawing.Point(87, 16);
|
|
this.button_worlddel.Name = "button_worlddel";
|
|
this.button_worlddel.Size = new System.Drawing.Size(75, 23);
|
|
this.button_worlddel.TabIndex = 5;
|
|
this.button_worlddel.Text = "Delete";
|
|
this.button_worlddel.UseVisualStyleBackColor = true;
|
|
this.button_worlddel.Click += new System.EventHandler(this.button_worlddel_Click);
|
|
//
|
|
// button_worldadd
|
|
//
|
|
this.button_worldadd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_worldadd.Location = new System.Drawing.Point(6, 16);
|
|
this.button_worldadd.Name = "button_worldadd";
|
|
this.button_worldadd.Size = new System.Drawing.Size(75, 23);
|
|
this.button_worldadd.TabIndex = 5;
|
|
this.button_worldadd.Text = "Add";
|
|
this.button_worldadd.UseVisualStyleBackColor = true;
|
|
this.button_worldadd.Click += new System.EventHandler(this.button_worldadd_Click);
|
|
//
|
|
// grid_worlddb
|
|
//
|
|
this.grid_worlddb.AutoSizeMinHeight = 10;
|
|
this.grid_worlddb.AutoSizeMinWidth = 10;
|
|
this.grid_worlddb.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_worlddb.AutoStretchRowsToFitHeight = false;
|
|
this.grid_worlddb.BackColor = System.Drawing.Color.White;
|
|
this.grid_worlddb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_worlddb.ContextMenuStrip = this.contextMenuStrip_WorldDB;
|
|
this.grid_worlddb.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_worlddb.CustomSort = false;
|
|
this.grid_worlddb.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_worlddb.GridToolTipActive = true;
|
|
this.grid_worlddb.Location = new System.Drawing.Point(6, 45);
|
|
this.grid_worlddb.Name = "grid_worlddb";
|
|
this.grid_worlddb.Size = new System.Drawing.Size(451, 128);
|
|
this.grid_worlddb.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_worlddb.TabIndex = 9;
|
|
//
|
|
// groupBox7
|
|
//
|
|
this.groupBox7.Controls.Add(this.button_logdel);
|
|
this.groupBox7.Controls.Add(this.button_logadd);
|
|
this.groupBox7.Controls.Add(this.grid_logdb);
|
|
this.groupBox7.Location = new System.Drawing.Point(19, 384);
|
|
this.groupBox7.Name = "groupBox7";
|
|
this.groupBox7.Size = new System.Drawing.Size(463, 190);
|
|
this.groupBox7.TabIndex = 10;
|
|
this.groupBox7.TabStop = false;
|
|
this.groupBox7.Text = "Log Database";
|
|
//
|
|
// button_logdel
|
|
//
|
|
this.button_logdel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_logdel.Location = new System.Drawing.Point(87, 16);
|
|
this.button_logdel.Name = "button_logdel";
|
|
this.button_logdel.Size = new System.Drawing.Size(75, 23);
|
|
this.button_logdel.TabIndex = 4;
|
|
this.button_logdel.Text = "Delete";
|
|
this.button_logdel.UseVisualStyleBackColor = true;
|
|
this.button_logdel.Click += new System.EventHandler(this.button_logdel_Click);
|
|
//
|
|
// button_logadd
|
|
//
|
|
this.button_logadd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_logadd.Location = new System.Drawing.Point(6, 16);
|
|
this.button_logadd.Name = "button_logadd";
|
|
this.button_logadd.Size = new System.Drawing.Size(75, 23);
|
|
this.button_logadd.TabIndex = 4;
|
|
this.button_logadd.Text = "Add";
|
|
this.button_logadd.UseVisualStyleBackColor = true;
|
|
this.button_logadd.Click += new System.EventHandler(this.button_logadd_Click);
|
|
//
|
|
// grid_logdb
|
|
//
|
|
this.grid_logdb.AutoSizeMinHeight = 10;
|
|
this.grid_logdb.AutoSizeMinWidth = 10;
|
|
this.grid_logdb.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_logdb.AutoStretchRowsToFitHeight = false;
|
|
this.grid_logdb.BackColor = System.Drawing.Color.White;
|
|
this.grid_logdb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_logdb.ContextMenuStrip = this.contextMenuStrip_LogDB;
|
|
this.grid_logdb.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_logdb.CustomSort = false;
|
|
this.grid_logdb.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_logdb.GridToolTipActive = true;
|
|
this.grid_logdb.Location = new System.Drawing.Point(6, 45);
|
|
this.grid_logdb.Name = "grid_logdb";
|
|
this.grid_logdb.Size = new System.Drawing.Size(451, 139);
|
|
this.grid_logdb.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_logdb.TabIndex = 9;
|
|
//
|
|
// groupBox11
|
|
//
|
|
this.groupBox11.Controls.Add(this.button_delstaging);
|
|
this.groupBox11.Controls.Add(this.button_addstaging);
|
|
this.groupBox11.Controls.Add(this.grid_stagingdb);
|
|
this.groupBox11.Location = new System.Drawing.Point(488, 159);
|
|
this.groupBox11.Name = "groupBox11";
|
|
this.groupBox11.Size = new System.Drawing.Size(460, 134);
|
|
this.groupBox11.TabIndex = 10;
|
|
this.groupBox11.TabStop = false;
|
|
this.groupBox11.Text = "Staging Database";
|
|
//
|
|
// button_delstaging
|
|
//
|
|
this.button_delstaging.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_delstaging.Location = new System.Drawing.Point(87, 16);
|
|
this.button_delstaging.Name = "button_delstaging";
|
|
this.button_delstaging.Size = new System.Drawing.Size(75, 23);
|
|
this.button_delstaging.TabIndex = 4;
|
|
this.button_delstaging.Text = "Delete";
|
|
this.button_delstaging.UseVisualStyleBackColor = true;
|
|
this.button_delstaging.Click += new System.EventHandler(this.button_stagingdel_Click);
|
|
//
|
|
// button_addstaging
|
|
//
|
|
this.button_addstaging.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_addstaging.Location = new System.Drawing.Point(6, 16);
|
|
this.button_addstaging.Name = "button_addstaging";
|
|
this.button_addstaging.Size = new System.Drawing.Size(75, 23);
|
|
this.button_addstaging.TabIndex = 4;
|
|
this.button_addstaging.Text = "Add";
|
|
this.button_addstaging.UseVisualStyleBackColor = true;
|
|
this.button_addstaging.Click += new System.EventHandler(this.button_stagingadd_Click);
|
|
//
|
|
// grid_stagingdb
|
|
//
|
|
this.grid_stagingdb.AutoSizeMinHeight = 10;
|
|
this.grid_stagingdb.AutoSizeMinWidth = 10;
|
|
this.grid_stagingdb.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_stagingdb.AutoStretchRowsToFitHeight = false;
|
|
this.grid_stagingdb.BackColor = System.Drawing.Color.White;
|
|
this.grid_stagingdb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_stagingdb.ContextMenuStrip = this.contextMenuStrip_Staging;
|
|
this.grid_stagingdb.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_stagingdb.CustomSort = false;
|
|
this.grid_stagingdb.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_stagingdb.GridToolTipActive = true;
|
|
this.grid_stagingdb.Location = new System.Drawing.Point(6, 45);
|
|
this.grid_stagingdb.Name = "grid_stagingdb";
|
|
this.grid_stagingdb.Size = new System.Drawing.Size(448, 83);
|
|
this.grid_stagingdb.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_stagingdb.TabIndex = 9;
|
|
//
|
|
// groupBox8
|
|
//
|
|
this.groupBox8.Controls.Add(this.button_gsmdel);
|
|
this.groupBox8.Controls.Add(this.button_gsmadd);
|
|
this.groupBox8.Controls.Add(this.grid_gsmdb);
|
|
this.groupBox8.Location = new System.Drawing.Point(488, 19);
|
|
this.groupBox8.Name = "groupBox8";
|
|
this.groupBox8.Size = new System.Drawing.Size(460, 134);
|
|
this.groupBox8.TabIndex = 10;
|
|
this.groupBox8.TabStop = false;
|
|
this.groupBox8.Text = "GSM Database";
|
|
//
|
|
// button_gsmdel
|
|
//
|
|
this.button_gsmdel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_gsmdel.Location = new System.Drawing.Point(87, 16);
|
|
this.button_gsmdel.Name = "button_gsmdel";
|
|
this.button_gsmdel.Size = new System.Drawing.Size(75, 23);
|
|
this.button_gsmdel.TabIndex = 4;
|
|
this.button_gsmdel.Text = "Delete";
|
|
this.button_gsmdel.UseVisualStyleBackColor = true;
|
|
this.button_gsmdel.Click += new System.EventHandler(this.button_gsmdel_Click);
|
|
//
|
|
// button_gsmadd
|
|
//
|
|
this.button_gsmadd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_gsmadd.Location = new System.Drawing.Point(6, 16);
|
|
this.button_gsmadd.Name = "button_gsmadd";
|
|
this.button_gsmadd.Size = new System.Drawing.Size(75, 23);
|
|
this.button_gsmadd.TabIndex = 4;
|
|
this.button_gsmadd.Text = "Add";
|
|
this.button_gsmadd.UseVisualStyleBackColor = true;
|
|
this.button_gsmadd.Click += new System.EventHandler(this.button_gsmadd_Click);
|
|
//
|
|
// grid_gsmdb
|
|
//
|
|
this.grid_gsmdb.AutoSizeMinHeight = 10;
|
|
this.grid_gsmdb.AutoSizeMinWidth = 10;
|
|
this.grid_gsmdb.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_gsmdb.AutoStretchRowsToFitHeight = false;
|
|
this.grid_gsmdb.BackColor = System.Drawing.Color.White;
|
|
this.grid_gsmdb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_gsmdb.ContextMenuStrip = this.contextMenuStrip_GSM;
|
|
this.grid_gsmdb.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_gsmdb.CustomSort = false;
|
|
this.grid_gsmdb.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_gsmdb.GridToolTipActive = true;
|
|
this.grid_gsmdb.Location = new System.Drawing.Point(6, 45);
|
|
this.grid_gsmdb.Name = "grid_gsmdb";
|
|
this.grid_gsmdb.Size = new System.Drawing.Size(448, 83);
|
|
this.grid_gsmdb.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_gsmdb.TabIndex = 9;
|
|
//
|
|
// groupBox9
|
|
//
|
|
this.groupBox9.Controls.Add(this.button_memdel);
|
|
this.groupBox9.Controls.Add(this.button_memadd);
|
|
this.groupBox9.Controls.Add(this.grid_memdb);
|
|
this.groupBox9.Location = new System.Drawing.Point(19, 20);
|
|
this.groupBox9.Name = "groupBox9";
|
|
this.groupBox9.Size = new System.Drawing.Size(463, 173);
|
|
this.groupBox9.TabIndex = 10;
|
|
this.groupBox9.TabStop = false;
|
|
this.groupBox9.Text = "MemberShip Database";
|
|
//
|
|
// button_memdel
|
|
//
|
|
this.button_memdel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_memdel.Location = new System.Drawing.Point(87, 16);
|
|
this.button_memdel.Name = "button_memdel";
|
|
this.button_memdel.Size = new System.Drawing.Size(75, 23);
|
|
this.button_memdel.TabIndex = 4;
|
|
this.button_memdel.Text = "Delete";
|
|
this.button_memdel.UseVisualStyleBackColor = true;
|
|
this.button_memdel.Click += new System.EventHandler(this.button_memdel_Click);
|
|
//
|
|
// button_memadd
|
|
//
|
|
this.button_memadd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_memadd.Location = new System.Drawing.Point(6, 16);
|
|
this.button_memadd.Name = "button_memadd";
|
|
this.button_memadd.Size = new System.Drawing.Size(75, 23);
|
|
this.button_memadd.TabIndex = 4;
|
|
this.button_memadd.Text = "Add";
|
|
this.button_memadd.UseVisualStyleBackColor = true;
|
|
this.button_memadd.Click += new System.EventHandler(this.button_memadd_Click);
|
|
//
|
|
// grid_memdb
|
|
//
|
|
this.grid_memdb.AutoSizeMinHeight = 10;
|
|
this.grid_memdb.AutoSizeMinWidth = 10;
|
|
this.grid_memdb.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_memdb.AutoStretchRowsToFitHeight = false;
|
|
this.grid_memdb.BackColor = System.Drawing.Color.White;
|
|
this.grid_memdb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_memdb.ContextMenuStrip = this.contextMenuStrip_MemberShip;
|
|
this.grid_memdb.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_memdb.CustomSort = false;
|
|
this.grid_memdb.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_memdb.GridToolTipActive = true;
|
|
this.grid_memdb.Location = new System.Drawing.Point(6, 45);
|
|
this.grid_memdb.Name = "grid_memdb";
|
|
this.grid_memdb.Size = new System.Drawing.Size(451, 124);
|
|
this.grid_memdb.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_memdb.TabIndex = 9;
|
|
//
|
|
// tabPage_Default
|
|
//
|
|
this.tabPage_Default.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tabPage_Default.Controls.Add(this.groupBox_DoorsServerInfo);
|
|
this.tabPage_Default.Controls.Add(this.groupBox12);
|
|
this.tabPage_Default.Controls.Add(this.groupBox5);
|
|
this.tabPage_Default.Controls.Add(this.groupBox3);
|
|
this.tabPage_Default.Controls.Add(this.groupBox2);
|
|
this.tabPage_Default.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage_Default.Name = "tabPage_Default";
|
|
this.tabPage_Default.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage_Default.Size = new System.Drawing.Size(967, 612);
|
|
this.tabPage_Default.TabIndex = 0;
|
|
this.tabPage_Default.Text = "Default";
|
|
this.tabPage_Default.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox_DoorsServerInfo
|
|
//
|
|
this.groupBox_DoorsServerInfo.Controls.Add(this.checkBox_DoorServer);
|
|
this.groupBox_DoorsServerInfo.Controls.Add(this.grid_DoorsServerInfo);
|
|
this.groupBox_DoorsServerInfo.Location = new System.Drawing.Point(403, 333);
|
|
this.groupBox_DoorsServerInfo.Name = "groupBox_DoorsServerInfo";
|
|
this.groupBox_DoorsServerInfo.Size = new System.Drawing.Size(478, 120);
|
|
this.groupBox_DoorsServerInfo.TabIndex = 9;
|
|
this.groupBox_DoorsServerInfo.TabStop = false;
|
|
this.groupBox_DoorsServerInfo.Text = "Doors ServerInfo";
|
|
//
|
|
// checkBox_DoorServer
|
|
//
|
|
this.checkBox_DoorServer.AutoSize = true;
|
|
this.checkBox_DoorServer.Location = new System.Drawing.Point(11, 20);
|
|
this.checkBox_DoorServer.Name = "checkBox_DoorServer";
|
|
this.checkBox_DoorServer.Size = new System.Drawing.Size(65, 16);
|
|
this.checkBox_DoorServer.TabIndex = 12;
|
|
this.checkBox_DoorServer.Text = "Include";
|
|
this.checkBox_DoorServer.UseVisualStyleBackColor = true;
|
|
this.checkBox_DoorServer.CheckedChanged += new System.EventHandler(this.checkBox_DoorServer_CheckedChanged);
|
|
//
|
|
// grid_DoorsServerInfo
|
|
//
|
|
this.grid_DoorsServerInfo.AutoSizeMinHeight = 10;
|
|
this.grid_DoorsServerInfo.AutoSizeMinWidth = 10;
|
|
this.grid_DoorsServerInfo.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_DoorsServerInfo.AutoStretchRowsToFitHeight = false;
|
|
this.grid_DoorsServerInfo.BackColor = System.Drawing.Color.White;
|
|
this.grid_DoorsServerInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_DoorsServerInfo.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_DoorsServerInfo.CustomSort = false;
|
|
this.grid_DoorsServerInfo.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_DoorsServerInfo.GridToolTipActive = true;
|
|
this.grid_DoorsServerInfo.Location = new System.Drawing.Point(11, 43);
|
|
this.grid_DoorsServerInfo.Name = "grid_DoorsServerInfo";
|
|
this.grid_DoorsServerInfo.Size = new System.Drawing.Size(461, 68);
|
|
this.grid_DoorsServerInfo.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_DoorsServerInfo.TabIndex = 8;
|
|
//
|
|
// groupBox12
|
|
//
|
|
this.groupBox12.Controls.Add(this.button_NationApply);
|
|
this.groupBox12.Controls.Add(this.textBox_Nation);
|
|
this.groupBox12.Controls.Add(this.grid_Excutefile);
|
|
this.groupBox12.Controls.Add(this.label1);
|
|
this.groupBox12.Location = new System.Drawing.Point(403, 36);
|
|
this.groupBox12.Name = "groupBox12";
|
|
this.groupBox12.Size = new System.Drawing.Size(478, 291);
|
|
this.groupBox12.TabIndex = 3;
|
|
this.groupBox12.TabStop = false;
|
|
this.groupBox12.Text = "ExcuteFileName";
|
|
//
|
|
// button_NationApply
|
|
//
|
|
this.button_NationApply.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_NationApply.Location = new System.Drawing.Point(145, 23);
|
|
this.button_NationApply.Name = "button_NationApply";
|
|
this.button_NationApply.Size = new System.Drawing.Size(71, 23);
|
|
this.button_NationApply.TabIndex = 6;
|
|
this.button_NationApply.Text = "Apply";
|
|
this.button_NationApply.UseVisualStyleBackColor = true;
|
|
this.button_NationApply.Click += new System.EventHandler(this.button_NationApply_Click);
|
|
//
|
|
// textBox_Nation
|
|
//
|
|
this.textBox_Nation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.textBox_Nation.Location = new System.Drawing.Point(77, 24);
|
|
this.textBox_Nation.Name = "textBox_Nation";
|
|
this.textBox_Nation.Size = new System.Drawing.Size(61, 21);
|
|
this.textBox_Nation.TabIndex = 5;
|
|
//
|
|
// grid_Excutefile
|
|
//
|
|
this.grid_Excutefile.AutoSizeMinHeight = 10;
|
|
this.grid_Excutefile.AutoSizeMinWidth = 10;
|
|
this.grid_Excutefile.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_Excutefile.AutoStretchRowsToFitHeight = false;
|
|
this.grid_Excutefile.BackColor = System.Drawing.Color.White;
|
|
this.grid_Excutefile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_Excutefile.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_Excutefile.CustomSort = false;
|
|
this.grid_Excutefile.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_Excutefile.GridToolTipActive = true;
|
|
this.grid_Excutefile.Location = new System.Drawing.Point(6, 54);
|
|
this.grid_Excutefile.Name = "grid_Excutefile";
|
|
this.grid_Excutefile.Size = new System.Drawing.Size(466, 228);
|
|
this.grid_Excutefile.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_Excutefile.TabIndex = 10;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(18, 28);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(49, 12);
|
|
this.label1.TabIndex = 4;
|
|
this.label1.Text = "Nation :";
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.checkBox_DolbyAxon);
|
|
this.groupBox5.Controls.Add(this.grid_Dolby);
|
|
this.groupBox5.Location = new System.Drawing.Point(403, 376);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(478, 120);
|
|
this.groupBox5.TabIndex = 2;
|
|
this.groupBox5.TabStop = false;
|
|
this.groupBox5.Text = "DolbyAxon";
|
|
//
|
|
// checkBox_DolbyAxon
|
|
//
|
|
this.checkBox_DolbyAxon.AutoSize = true;
|
|
this.checkBox_DolbyAxon.Location = new System.Drawing.Point(11, 19);
|
|
this.checkBox_DolbyAxon.Name = "checkBox_DolbyAxon";
|
|
this.checkBox_DolbyAxon.Size = new System.Drawing.Size(65, 16);
|
|
this.checkBox_DolbyAxon.TabIndex = 11;
|
|
this.checkBox_DolbyAxon.Text = "Include";
|
|
this.checkBox_DolbyAxon.UseVisualStyleBackColor = true;
|
|
//
|
|
// grid_Dolby
|
|
//
|
|
this.grid_Dolby.AutoSizeMinHeight = 10;
|
|
this.grid_Dolby.AutoSizeMinWidth = 10;
|
|
this.grid_Dolby.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_Dolby.AutoStretchRowsToFitHeight = false;
|
|
this.grid_Dolby.BackColor = System.Drawing.Color.White;
|
|
this.grid_Dolby.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_Dolby.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_Dolby.CustomSort = false;
|
|
this.grid_Dolby.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_Dolby.GridToolTipActive = true;
|
|
this.grid_Dolby.Location = new System.Drawing.Point(11, 41);
|
|
this.grid_Dolby.Name = "grid_Dolby";
|
|
this.grid_Dolby.Size = new System.Drawing.Size(461, 69);
|
|
this.grid_Dolby.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_Dolby.TabIndex = 10;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.grid_DefSeverInfo);
|
|
this.groupBox3.Location = new System.Drawing.Point(61, 157);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(277, 339);
|
|
this.groupBox3.TabIndex = 1;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Default ServerInfo";
|
|
//
|
|
// grid_DefSeverInfo
|
|
//
|
|
this.grid_DefSeverInfo.AutoSizeMinHeight = 10;
|
|
this.grid_DefSeverInfo.AutoSizeMinWidth = 10;
|
|
this.grid_DefSeverInfo.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_DefSeverInfo.AutoStretchRowsToFitHeight = false;
|
|
this.grid_DefSeverInfo.BackColor = System.Drawing.Color.White;
|
|
this.grid_DefSeverInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_DefSeverInfo.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_DefSeverInfo.CustomSort = false;
|
|
this.grid_DefSeverInfo.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_DefSeverInfo.GridToolTipActive = true;
|
|
this.grid_DefSeverInfo.Location = new System.Drawing.Point(11, 20);
|
|
this.grid_DefSeverInfo.Name = "grid_DefSeverInfo";
|
|
this.grid_DefSeverInfo.Size = new System.Drawing.Size(260, 309);
|
|
this.grid_DefSeverInfo.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_DefSeverInfo.TabIndex = 9;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.grid_ServiceMng);
|
|
this.groupBox2.Location = new System.Drawing.Point(61, 36);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(277, 108);
|
|
this.groupBox2.TabIndex = 0;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "ServiceManager";
|
|
//
|
|
// grid_ServiceMng
|
|
//
|
|
this.grid_ServiceMng.AutoSizeMinHeight = 10;
|
|
this.grid_ServiceMng.AutoSizeMinWidth = 10;
|
|
this.grid_ServiceMng.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_ServiceMng.AutoStretchRowsToFitHeight = false;
|
|
this.grid_ServiceMng.BackColor = System.Drawing.Color.White;
|
|
this.grid_ServiceMng.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_ServiceMng.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_ServiceMng.CustomSort = false;
|
|
this.grid_ServiceMng.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_ServiceMng.GridToolTipActive = true;
|
|
this.grid_ServiceMng.Location = new System.Drawing.Point(11, 20);
|
|
this.grid_ServiceMng.Name = "grid_ServiceMng";
|
|
this.grid_ServiceMng.Size = new System.Drawing.Size(260, 79);
|
|
this.grid_ServiceMng.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_ServiceMng.TabIndex = 8;
|
|
//
|
|
// tabPage_Setup
|
|
//
|
|
this.tabPage_Setup.Controls.Add(this.label13);
|
|
this.tabPage_Setup.Controls.Add(this.Nation_Apply);
|
|
this.tabPage_Setup.Controls.Add(this.comboBox_Nation);
|
|
this.tabPage_Setup.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage_Setup.Name = "tabPage_Setup";
|
|
this.tabPage_Setup.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage_Setup.Size = new System.Drawing.Size(967, 612);
|
|
this.tabPage_Setup.TabIndex = 6;
|
|
this.tabPage_Setup.Text = "Setup";
|
|
this.tabPage_Setup.UseVisualStyleBackColor = true;
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(364, 268);
|
|
this.label13.Name = "label13";
|
|
this.label13.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.label13.Size = new System.Drawing.Size(110, 12);
|
|
this.label13.TabIndex = 2;
|
|
this.label13.Text = "Select nation code";
|
|
//
|
|
// Nation_Apply
|
|
//
|
|
this.Nation_Apply.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.Nation_Apply.Location = new System.Drawing.Point(494, 292);
|
|
this.Nation_Apply.Name = "Nation_Apply";
|
|
this.Nation_Apply.Size = new System.Drawing.Size(75, 23);
|
|
this.Nation_Apply.TabIndex = 1;
|
|
this.Nation_Apply.Text = "Apply";
|
|
this.Nation_Apply.UseVisualStyleBackColor = true;
|
|
this.Nation_Apply.Click += new System.EventHandler(this.Nation_Apply_Click);
|
|
//
|
|
// comboBox_Nation
|
|
//
|
|
this.comboBox_Nation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.comboBox_Nation.FormattingEnabled = true;
|
|
this.comboBox_Nation.Location = new System.Drawing.Point(364, 294);
|
|
this.comboBox_Nation.Name = "comboBox_Nation";
|
|
this.comboBox_Nation.Size = new System.Drawing.Size(121, 20);
|
|
this.comboBox_Nation.TabIndex = 0;
|
|
//
|
|
// tabCtrl_SvrStruct
|
|
//
|
|
this.tabCtrl_SvrStruct.Controls.Add(this.tabPage_Setup);
|
|
this.tabCtrl_SvrStruct.Controls.Add(this.tabPage_Default);
|
|
this.tabCtrl_SvrStruct.Controls.Add(this.tabPage_DataBase);
|
|
this.tabCtrl_SvrStruct.Controls.Add(this.tabPage_NetLauncher);
|
|
this.tabCtrl_SvrStruct.Controls.Add(this.tabPage_Detail);
|
|
this.tabCtrl_SvrStruct.Controls.Add(this.tabPage_Channel);
|
|
this.tabCtrl_SvrStruct.Controls.Add(this.tabPage_Village);
|
|
this.tabCtrl_SvrStruct.Controls.Add(this.tabPage_VillageView);
|
|
this.tabCtrl_SvrStruct.Controls.Add(this.tabPage_Extra);
|
|
this.tabCtrl_SvrStruct.Controls.Add(this.tabPage_Verification);
|
|
this.tabCtrl_SvrStruct.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabCtrl_SvrStruct.Location = new System.Drawing.Point(0, 0);
|
|
this.tabCtrl_SvrStruct.Name = "tabCtrl_SvrStruct";
|
|
this.tabCtrl_SvrStruct.SelectedIndex = 0;
|
|
this.tabCtrl_SvrStruct.Size = new System.Drawing.Size(975, 638);
|
|
this.tabCtrl_SvrStruct.TabIndex = 4;
|
|
//
|
|
// tabPage_VillageView
|
|
//
|
|
this.tabPage_VillageView.Controls.Add(this.button_ExpandTree);
|
|
this.tabPage_VillageView.Controls.Add(this.button_RefreshVillageTree);
|
|
this.tabPage_VillageView.Controls.Add(this.treeView_Village);
|
|
this.tabPage_VillageView.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage_VillageView.Name = "tabPage_VillageView";
|
|
this.tabPage_VillageView.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage_VillageView.Size = new System.Drawing.Size(967, 612);
|
|
this.tabPage_VillageView.TabIndex = 10;
|
|
this.tabPage_VillageView.Text = "VillageView";
|
|
this.tabPage_VillageView.UseVisualStyleBackColor = true;
|
|
//
|
|
// button_ExpandTree
|
|
//
|
|
this.button_ExpandTree.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_ExpandTree.Location = new System.Drawing.Point(101, 16);
|
|
this.button_ExpandTree.Name = "button_ExpandTree";
|
|
this.button_ExpandTree.Size = new System.Drawing.Size(81, 33);
|
|
this.button_ExpandTree.TabIndex = 9;
|
|
this.button_ExpandTree.Text = "Expend";
|
|
this.button_ExpandTree.UseVisualStyleBackColor = true;
|
|
this.button_ExpandTree.Click += new System.EventHandler(this.button_SpreadTree_Click);
|
|
//
|
|
// button_RefreshVillageTree
|
|
//
|
|
this.button_RefreshVillageTree.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_RefreshVillageTree.Location = new System.Drawing.Point(8, 16);
|
|
this.button_RefreshVillageTree.Name = "button_RefreshVillageTree";
|
|
this.button_RefreshVillageTree.Size = new System.Drawing.Size(81, 33);
|
|
this.button_RefreshVillageTree.TabIndex = 8;
|
|
this.button_RefreshVillageTree.Text = "Refresh";
|
|
this.button_RefreshVillageTree.UseVisualStyleBackColor = true;
|
|
this.button_RefreshVillageTree.Click += new System.EventHandler(this.button_RefreshVillageTree_Click);
|
|
//
|
|
// treeView_Village
|
|
//
|
|
this.treeView_Village.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.treeView_Village.Location = new System.Drawing.Point(8, 61);
|
|
this.treeView_Village.Name = "treeView_Village";
|
|
this.treeView_Village.Size = new System.Drawing.Size(951, 542);
|
|
this.treeView_Village.TabIndex = 0;
|
|
//
|
|
// tabPage_Extra
|
|
//
|
|
this.tabPage_Extra.Controls.Add(this.groupBox21);
|
|
this.tabPage_Extra.Controls.Add(this.groupBox20);
|
|
this.tabPage_Extra.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage_Extra.Name = "tabPage_Extra";
|
|
this.tabPage_Extra.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage_Extra.Size = new System.Drawing.Size(967, 612);
|
|
this.tabPage_Extra.TabIndex = 11;
|
|
this.tabPage_Extra.Text = "Extra";
|
|
this.tabPage_Extra.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox21
|
|
//
|
|
this.groupBox21.Controls.Add(this.grid_FatigueInfo);
|
|
this.groupBox21.Location = new System.Drawing.Point(684, 16);
|
|
this.groupBox21.Name = "groupBox21";
|
|
this.groupBox21.Size = new System.Drawing.Size(266, 116);
|
|
this.groupBox21.TabIndex = 15;
|
|
this.groupBox21.TabStop = false;
|
|
this.groupBox21.Text = "Fatigue Setting";
|
|
//
|
|
// grid_FatigueInfo
|
|
//
|
|
this.grid_FatigueInfo.AutoSizeMinHeight = 10;
|
|
this.grid_FatigueInfo.AutoSizeMinWidth = 10;
|
|
this.grid_FatigueInfo.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_FatigueInfo.AutoStretchRowsToFitHeight = false;
|
|
this.grid_FatigueInfo.BackColor = System.Drawing.Color.White;
|
|
this.grid_FatigueInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_FatigueInfo.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_FatigueInfo.CustomSort = false;
|
|
this.grid_FatigueInfo.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_FatigueInfo.GridToolTipActive = true;
|
|
this.grid_FatigueInfo.Location = new System.Drawing.Point(11, 20);
|
|
this.grid_FatigueInfo.Name = "grid_FatigueInfo";
|
|
this.grid_FatigueInfo.Size = new System.Drawing.Size(246, 84);
|
|
this.grid_FatigueInfo.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_FatigueInfo.TabIndex = 9;
|
|
//
|
|
// groupBox20
|
|
//
|
|
this.groupBox20.Controls.Add(this.groupBox19);
|
|
this.groupBox20.Controls.Add(this.groupBox18);
|
|
this.groupBox20.Location = new System.Drawing.Point(11, 17);
|
|
this.groupBox20.Name = "groupBox20";
|
|
this.groupBox20.Size = new System.Drawing.Size(659, 565);
|
|
this.groupBox20.TabIndex = 14;
|
|
this.groupBox20.TabStop = false;
|
|
this.groupBox20.Text = "IP Convertor";
|
|
//
|
|
// groupBox19
|
|
//
|
|
this.groupBox19.Controls.Add(this.button_ConvertChannelIP);
|
|
this.groupBox19.Controls.Add(this.button_RefreshChannelIP);
|
|
this.groupBox19.Controls.Add(this.grid_ChannelIP);
|
|
this.groupBox19.Location = new System.Drawing.Point(330, 26);
|
|
this.groupBox19.Name = "groupBox19";
|
|
this.groupBox19.Size = new System.Drawing.Size(317, 529);
|
|
this.groupBox19.TabIndex = 15;
|
|
this.groupBox19.TabStop = false;
|
|
this.groupBox19.Text = "Channel IP";
|
|
//
|
|
// button_ConvertChannelIP
|
|
//
|
|
this.button_ConvertChannelIP.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_ConvertChannelIP.Location = new System.Drawing.Point(94, 21);
|
|
this.button_ConvertChannelIP.Name = "button_ConvertChannelIP";
|
|
this.button_ConvertChannelIP.Size = new System.Drawing.Size(75, 23);
|
|
this.button_ConvertChannelIP.TabIndex = 14;
|
|
this.button_ConvertChannelIP.Text = "Convert";
|
|
this.button_ConvertChannelIP.UseVisualStyleBackColor = true;
|
|
//
|
|
// button_RefreshChannelIP
|
|
//
|
|
this.button_RefreshChannelIP.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_RefreshChannelIP.Location = new System.Drawing.Point(6, 22);
|
|
this.button_RefreshChannelIP.Name = "button_RefreshChannelIP";
|
|
this.button_RefreshChannelIP.Size = new System.Drawing.Size(75, 23);
|
|
this.button_RefreshChannelIP.TabIndex = 7;
|
|
this.button_RefreshChannelIP.Text = "Refresh";
|
|
this.button_RefreshChannelIP.UseVisualStyleBackColor = true;
|
|
//
|
|
// grid_ChannelIP
|
|
//
|
|
this.grid_ChannelIP.AutoSizeMinHeight = 10;
|
|
this.grid_ChannelIP.AutoSizeMinWidth = 10;
|
|
this.grid_ChannelIP.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_ChannelIP.AutoStretchRowsToFitHeight = false;
|
|
this.grid_ChannelIP.BackColor = System.Drawing.Color.White;
|
|
this.grid_ChannelIP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_ChannelIP.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_ChannelIP.CustomSort = false;
|
|
this.grid_ChannelIP.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_ChannelIP.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.grid_ChannelIP.GridToolTipActive = true;
|
|
this.grid_ChannelIP.Location = new System.Drawing.Point(6, 52);
|
|
this.grid_ChannelIP.Name = "grid_ChannelIP";
|
|
this.grid_ChannelIP.Size = new System.Drawing.Size(305, 470);
|
|
this.grid_ChannelIP.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_ChannelIP.TabIndex = 6;
|
|
//
|
|
// groupBox18
|
|
//
|
|
this.groupBox18.Controls.Add(this.button_ConvertServerIP);
|
|
this.groupBox18.Controls.Add(this.button_RefreshServerIP);
|
|
this.groupBox18.Controls.Add(this.grid_NetLauncherIP);
|
|
this.groupBox18.Location = new System.Drawing.Point(11, 26);
|
|
this.groupBox18.Name = "groupBox18";
|
|
this.groupBox18.Size = new System.Drawing.Size(309, 526);
|
|
this.groupBox18.TabIndex = 14;
|
|
this.groupBox18.TabStop = false;
|
|
this.groupBox18.Text = "NetLauncher IP";
|
|
//
|
|
// button_ConvertServerIP
|
|
//
|
|
this.button_ConvertServerIP.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_ConvertServerIP.Location = new System.Drawing.Point(93, 21);
|
|
this.button_ConvertServerIP.Name = "button_ConvertServerIP";
|
|
this.button_ConvertServerIP.Size = new System.Drawing.Size(75, 23);
|
|
this.button_ConvertServerIP.TabIndex = 8;
|
|
this.button_ConvertServerIP.Text = "Convert";
|
|
this.button_ConvertServerIP.UseVisualStyleBackColor = true;
|
|
//
|
|
// button_RefreshServerIP
|
|
//
|
|
this.button_RefreshServerIP.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button_RefreshServerIP.Location = new System.Drawing.Point(6, 23);
|
|
this.button_RefreshServerIP.Name = "button_RefreshServerIP";
|
|
this.button_RefreshServerIP.Size = new System.Drawing.Size(75, 23);
|
|
this.button_RefreshServerIP.TabIndex = 7;
|
|
this.button_RefreshServerIP.Text = "Refresh";
|
|
this.button_RefreshServerIP.UseVisualStyleBackColor = true;
|
|
//
|
|
// grid_NetLauncherIP
|
|
//
|
|
this.grid_NetLauncherIP.AutoSizeMinHeight = 10;
|
|
this.grid_NetLauncherIP.AutoSizeMinWidth = 10;
|
|
this.grid_NetLauncherIP.AutoStretchColumnsToFitWidth = false;
|
|
this.grid_NetLauncherIP.AutoStretchRowsToFitHeight = false;
|
|
this.grid_NetLauncherIP.BackColor = System.Drawing.Color.White;
|
|
this.grid_NetLauncherIP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grid_NetLauncherIP.ContextMenuStyle = SourceGrid2.ContextMenuStyle.None;
|
|
this.grid_NetLauncherIP.CustomSort = false;
|
|
this.grid_NetLauncherIP.FocusStyle = SourceGrid2.FocusStyle.None;
|
|
this.grid_NetLauncherIP.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.grid_NetLauncherIP.GridToolTipActive = true;
|
|
this.grid_NetLauncherIP.Location = new System.Drawing.Point(6, 52);
|
|
this.grid_NetLauncherIP.Name = "grid_NetLauncherIP";
|
|
this.grid_NetLauncherIP.Size = new System.Drawing.Size(297, 467);
|
|
this.grid_NetLauncherIP.SpecialKeys = ((SourceGrid2.GridSpecialKeys)(((((((((SourceGrid2.GridSpecialKeys.Ctrl_C | SourceGrid2.GridSpecialKeys.Ctrl_V)
|
|
| SourceGrid2.GridSpecialKeys.Ctrl_X)
|
|
| SourceGrid2.GridSpecialKeys.Delete)
|
|
| SourceGrid2.GridSpecialKeys.Arrows)
|
|
| SourceGrid2.GridSpecialKeys.Tab)
|
|
| SourceGrid2.GridSpecialKeys.PageDownUp)
|
|
| SourceGrid2.GridSpecialKeys.Enter)
|
|
| SourceGrid2.GridSpecialKeys.Escape)));
|
|
this.grid_NetLauncherIP.TabIndex = 6;
|
|
//
|
|
// Form_SvrStructWiz
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(975, 695);
|
|
this.Controls.Add(this.tabCtrl_SvrStruct);
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.Name = "Form_SvrStructWiz";
|
|
this.Text = "Server Struct Wizard";
|
|
this.panel1.ResumeLayout(false);
|
|
this.contextMenuStrip_WorldDB.ResumeLayout(false);
|
|
this.contextMenuStrip_LogDB.ResumeLayout(false);
|
|
this.contextMenuStrip_Staging.ResumeLayout(false);
|
|
this.contextMenuStrip_GSM.ResumeLayout(false);
|
|
this.contextMenuStrip_MemberShip.ResumeLayout(false);
|
|
this.contextMenuStrip_NetLauncher.ResumeLayout(false);
|
|
this.contextMenuStrip_ServerNum.ResumeLayout(false);
|
|
this.contextMenuStrip_TargetIP.ResumeLayout(false);
|
|
this.contextMenuStrip_EditSID.ResumeLayout(false);
|
|
this.contextMenuStrip_MultiWorld.ResumeLayout(false);
|
|
this.contextMenuStrip_MapSet.ResumeLayout(false);
|
|
this.contextMenuStrip_MeritBonus.ResumeLayout(false);
|
|
this.contextMenuStrip_VillageInfo.ResumeLayout(false);
|
|
this.contextMenuStrip_Report.ResumeLayout(false);
|
|
this.tabPage_Verification.ResumeLayout(false);
|
|
this.tabPage_Village.ResumeLayout(false);
|
|
this.tabPage_Village.PerformLayout();
|
|
this.tabPage_Channel.ResumeLayout(false);
|
|
this.groupBox16.ResumeLayout(false);
|
|
this.groupBox13.ResumeLayout(false);
|
|
this.groupBox14.ResumeLayout(false);
|
|
this.tabPage_Detail.ResumeLayout(false);
|
|
this.groupBox10.ResumeLayout(false);
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox17.ResumeLayout(false);
|
|
this.groupBox17.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.tabPage_NetLauncher.ResumeLayout(false);
|
|
this.groupBox15.ResumeLayout(false);
|
|
this.groupBox15.PerformLayout();
|
|
this.tabPage_DataBase.ResumeLayout(false);
|
|
this.groupBox23.ResumeLayout(false);
|
|
this.contextMenuStrip_DoorsDB.ResumeLayout(false);
|
|
this.groupBox22.ResumeLayout(false);
|
|
this.contextMenuStrip_TimoseDB.ResumeLayout(false);
|
|
this.groupBox6.ResumeLayout(false);
|
|
this.groupBox7.ResumeLayout(false);
|
|
this.groupBox11.ResumeLayout(false);
|
|
this.groupBox8.ResumeLayout(false);
|
|
this.groupBox9.ResumeLayout(false);
|
|
this.tabPage_Default.ResumeLayout(false);
|
|
this.groupBox_DoorsServerInfo.ResumeLayout(false);
|
|
this.groupBox_DoorsServerInfo.PerformLayout();
|
|
this.groupBox12.ResumeLayout(false);
|
|
this.groupBox12.PerformLayout();
|
|
this.groupBox5.ResumeLayout(false);
|
|
this.groupBox5.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.tabPage_Setup.ResumeLayout(false);
|
|
this.tabPage_Setup.PerformLayout();
|
|
this.tabCtrl_SvrStruct.ResumeLayout(false);
|
|
this.tabPage_VillageView.ResumeLayout(false);
|
|
this.tabPage_Extra.ResumeLayout(false);
|
|
this.groupBox21.ResumeLayout(false);
|
|
this.groupBox20.ResumeLayout(false);
|
|
this.groupBox19.ResumeLayout(false);
|
|
this.groupBox18.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button button_MakeXML;
|
|
private System.Windows.Forms.Button button_importxml;
|
|
private System.Windows.Forms.Button button_Verify;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_MemberShip;
|
|
private System.Windows.Forms.ToolStripMenuItem MemberShipMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_GSM;
|
|
private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem1;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_WorldDB;
|
|
private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem2;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_Staging;
|
|
private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem2;
|
|
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem3;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_LogDB;
|
|
private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem3;
|
|
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem4;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_NetLauncher;
|
|
private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem4;
|
|
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem5;
|
|
private System.Windows.Forms.ToolStripMenuItem sortNoToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem clearToolStripMenuItem;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_EditSID;
|
|
private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem sortSIDToolStripMenuItem;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_MeritBonus;
|
|
private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem5;
|
|
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem6;
|
|
private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem1;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_MapSet;
|
|
private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem6;
|
|
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem7;
|
|
private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem2;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_VillageInfo;
|
|
private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem3;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_Report;
|
|
private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem4;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_MultiWorld;
|
|
private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem5;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_TargetIP;
|
|
private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem6;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_ServerNum;
|
|
private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem7;
|
|
private System.Windows.Forms.TabPage tabPage_Verification;
|
|
private System.Windows.Forms.Button button_RefreshReport;
|
|
private SourceGrid2.Grid grid_report;
|
|
private System.Windows.Forms.TabPage tabPage_Village;
|
|
private System.Windows.Forms.Button button_VillageRefresh;
|
|
private System.Windows.Forms.TextBox textBox_SearchVillage;
|
|
private System.Windows.Forms.Button button_VillageSearch;
|
|
private System.Windows.Forms.ComboBox comboBox_VillageType;
|
|
private SourceGrid2.Grid grid_VillageInfo;
|
|
private System.Windows.Forms.TabPage tabPage_Channel;
|
|
private System.Windows.Forms.GroupBox groupBox16;
|
|
private System.Windows.Forms.Button button_DelMapSet;
|
|
private System.Windows.Forms.Button button_AddMapSet;
|
|
private SourceGrid2.Grid grid_MapSet;
|
|
private System.Windows.Forms.Button button_MakeVillage;
|
|
private System.Windows.Forms.GroupBox groupBox13;
|
|
private SourceGrid2.Grid grid_ServerInfo;
|
|
private System.Windows.Forms.Button button_RefreshChannel;
|
|
private System.Windows.Forms.GroupBox groupBox14;
|
|
private System.Windows.Forms.Button button_DelMeritBonus;
|
|
private System.Windows.Forms.Button button_AddMeritBonus;
|
|
private SourceGrid2.Grid grid_MeritBonusTable;
|
|
private System.Windows.Forms.TabPage tabPage_Detail;
|
|
private System.Windows.Forms.GroupBox groupBox10;
|
|
private System.Windows.Forms.Button button_RefreshServerNum;
|
|
private SourceGrid2.Grid grid_ServerNumber;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.Button button_RefreshTargetIP;
|
|
private SourceGrid2.Grid grid_TargetIP;
|
|
private System.Windows.Forms.GroupBox groupBox17;
|
|
private System.Windows.Forms.Button button_SearchSID;
|
|
private SourceGrid2.Grid grid_EditSID;
|
|
private System.Windows.Forms.TextBox textBox_SearchWord;
|
|
private System.Windows.Forms.Button button_RefreshSIDList;
|
|
private System.Windows.Forms.Button button_SortSID;
|
|
private System.Windows.Forms.ComboBox comboBox_SearchType;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button button_RefreshMultiWorld;
|
|
private SourceGrid2.Grid grid_MultiWorldID;
|
|
private System.Windows.Forms.TabPage tabPage_NetLauncher;
|
|
private System.Windows.Forms.Button button_SortNo;
|
|
private System.Windows.Forms.Button AllClear;
|
|
private System.Windows.Forms.Button Delete_Launcher;
|
|
private SourceGrid2.Grid grid_NetLauncher;
|
|
private System.Windows.Forms.Button Add_Launcher;
|
|
private System.Windows.Forms.TabPage tabPage_DataBase;
|
|
private System.Windows.Forms.GroupBox groupBox6;
|
|
private System.Windows.Forms.Button button_worlddel;
|
|
private System.Windows.Forms.Button button_worldadd;
|
|
private SourceGrid2.Grid grid_worlddb;
|
|
private System.Windows.Forms.GroupBox groupBox7;
|
|
private System.Windows.Forms.Button button_logdel;
|
|
private System.Windows.Forms.Button button_logadd;
|
|
private SourceGrid2.Grid grid_logdb;
|
|
private System.Windows.Forms.GroupBox groupBox11;
|
|
private System.Windows.Forms.Button button_delstaging;
|
|
private System.Windows.Forms.Button button_addstaging;
|
|
private SourceGrid2.Grid grid_stagingdb;
|
|
private System.Windows.Forms.GroupBox groupBox8;
|
|
private System.Windows.Forms.Button button_gsmdel;
|
|
private System.Windows.Forms.Button button_gsmadd;
|
|
private SourceGrid2.Grid grid_gsmdb;
|
|
private System.Windows.Forms.GroupBox groupBox9;
|
|
private System.Windows.Forms.Button button_memdel;
|
|
private System.Windows.Forms.Button button_memadd;
|
|
private SourceGrid2.Grid grid_memdb;
|
|
private System.Windows.Forms.TabPage tabPage_Default;
|
|
private System.Windows.Forms.GroupBox groupBox12;
|
|
private System.Windows.Forms.Button button_NationApply;
|
|
private System.Windows.Forms.TextBox textBox_Nation;
|
|
private SourceGrid2.Grid grid_Excutefile;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.CheckBox checkBox_DolbyAxon;
|
|
private SourceGrid2.Grid grid_Dolby;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private SourceGrid2.Grid grid_DefSeverInfo;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private SourceGrid2.Grid grid_ServiceMng;
|
|
private System.Windows.Forms.TabPage tabPage_Setup;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Button Nation_Apply;
|
|
private System.Windows.Forms.ComboBox comboBox_Nation;
|
|
private System.Windows.Forms.TabControl tabCtrl_SvrStruct;
|
|
private System.Windows.Forms.TabPage tabPage_VillageView;
|
|
private System.Windows.Forms.TreeView treeView_Village;
|
|
private System.Windows.Forms.Button button_RefreshVillageTree;
|
|
private System.Windows.Forms.TabPage tabPage_Extra;
|
|
private System.Windows.Forms.TextBox textBox_PID;
|
|
private System.Windows.Forms.Button button_ApplyPID;
|
|
private System.Windows.Forms.GroupBox groupBox15;
|
|
private System.Windows.Forms.Button button_ExpandTree;
|
|
private System.Windows.Forms.GroupBox groupBox20;
|
|
private System.Windows.Forms.GroupBox groupBox19;
|
|
private System.Windows.Forms.Button button_ConvertChannelIP;
|
|
private System.Windows.Forms.Button button_RefreshChannelIP;
|
|
private SourceGrid2.Grid grid_ChannelIP;
|
|
private System.Windows.Forms.GroupBox groupBox18;
|
|
private System.Windows.Forms.Button button_ConvertServerIP;
|
|
private System.Windows.Forms.Button button_RefreshServerIP;
|
|
private SourceGrid2.Grid grid_NetLauncherIP;
|
|
private System.Windows.Forms.GroupBox groupBox21;
|
|
private SourceGrid2.Grid grid_FatigueInfo;
|
|
private System.Windows.Forms.GroupBox groupBox23;
|
|
private System.Windows.Forms.Button button_doorsdel;
|
|
private System.Windows.Forms.Button button_doorsadd;
|
|
private SourceGrid2.Grid grid_doorsdb;
|
|
private System.Windows.Forms.GroupBox groupBox22;
|
|
private System.Windows.Forms.Button button_timosedel;
|
|
private System.Windows.Forms.Button button_timoseadd;
|
|
private SourceGrid2.Grid grid_timosedb;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_TimoseDB;
|
|
private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem_Timose;
|
|
private System.Windows.Forms.ToolStripMenuItem delToolStripMenuItem_Timose;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_DoorsDB;
|
|
private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem_Doors;
|
|
private System.Windows.Forms.ToolStripMenuItem delToolStripMenuItem_Doors;
|
|
private System.Windows.Forms.GroupBox groupBox_DoorsServerInfo;
|
|
private SourceGrid2.Grid grid_DoorsServerInfo;
|
|
private System.Windows.Forms.CheckBox checkBox_DoorServer;
|
|
}
|
|
}
|
|
|