namespace DutyContent.Tab { partial class DutyForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Drawing.StringFormat stringFormat1 = new System.Drawing.StringFormat(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DutyForm)); System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] { "FATE", "", "", ""}, -1); System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] { "Duty", "", "", ""}, -1); System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] { "Match", "", "", ""}, -1); System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] { "Instance", "", "", ""}, -1); System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem(new string[] { "Zone", "", "", ""}, -1); System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem(new string[] { "Bozja", "", "", ""}, -1); this.tabContent = new System.Windows.Forms.TabControl(); this.tabPageContent = new System.Windows.Forms.TabPage(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.rdoFatePreset4 = new System.Windows.Forms.RadioButton(); this.rdoFatePreset3 = new System.Windows.Forms.RadioButton(); this.rdoFatePreset2 = new System.Windows.Forms.RadioButton(); this.rdoFatePreset1 = new System.Windows.Forms.RadioButton(); this.treeFates = new System.Windows.Forms.TreeView(); this.lstContents = new DutyContent.Libre.ContentListView(); this.tabPageSetting = new System.Windows.Forms.TabPage(); this.panel4 = new System.Windows.Forms.Panel(); this.chkDiscowkTts = new System.Windows.Forms.CheckBox(); this.lblDiscowkUrl = new System.Windows.Forms.Label(); this.txtDiscowkUrl = new System.Windows.Forms.TextBox(); this.chkUseNotifyDiscowk = new System.Windows.Forms.CheckBox(); this.lblTelegramToken = new System.Windows.Forms.Label(); this.txtTelegramToken = new System.Windows.Forms.TextBox(); this.lblTelegramId = new System.Windows.Forms.Label(); this.txtTelegramId = new System.Windows.Forms.TextBox(); this.chkUseNotifyTelegram = new System.Windows.Forms.CheckBox(); this.btnTestNotify = new System.Windows.Forms.Button(); this.lblLineNotifyBotLink = new System.Windows.Forms.LinkLabel(); this.lblLineToken = new System.Windows.Forms.Label(); this.txtLineToken = new System.Windows.Forms.TextBox(); this.chkUseNotifyLine = new System.Windows.Forms.CheckBox(); this.panel3 = new System.Windows.Forms.Panel(); this.btnResetContentList = new System.Windows.Forms.Button(); this.cboPacketset = new System.Windows.Forms.ComboBox(); this.lblPacketSet = new System.Windows.Forms.Label(); this.lblCurrentDataSet = new System.Windows.Forms.Label(); this.cboDataset = new System.Windows.Forms.ComboBox(); this.lblDataSet = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.btnSoundPlayFate = new System.Windows.Forms.Button(); this.btnSoundPlayInstance = new System.Windows.Forms.Button(); this.btnSoundFindFate = new System.Windows.Forms.Button(); this.btnSoundFindInstance = new System.Windows.Forms.Button(); this.lblSoundFate = new System.Windows.Forms.Label(); this.txtSoundFate = new System.Windows.Forms.TextBox(); this.txtSoundInstance = new System.Windows.Forms.TextBox(); this.chkEnableSound = new System.Windows.Forms.CheckBox(); this.lblSoundInstance = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.chkOverlayAutoHide = new System.Windows.Forms.CheckBox(); this.chkOverlayClickThru = new System.Windows.Forms.CheckBox(); this.progbOverlayTransparent = new System.Windows.Forms.ProgressBar(); this.btnOverlayDimming = new System.Windows.Forms.Button(); this.lblOverlayTransparent = new System.Windows.Forms.Label(); this.chkEnableOverlay = new System.Windows.Forms.CheckBox(); this.tabPagePacket = new System.Windows.Forms.TabPage(); this.panel5 = new System.Windows.Forms.Panel(); this.lblPacketVersion = new System.Windows.Forms.Label(); this.txtPacketDescription = new System.Windows.Forms.TextBox(); this.lblPacketDesc = new System.Windows.Forms.Label(); this.btnPacketApply = new System.Windows.Forms.Button(); this.btnPacketStart = new System.Windows.Forms.Button(); this.lstBozjaInfo = new System.Windows.Forms.ListView(); this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.lblPacketBozja = new System.Windows.Forms.Label(); this.txtPacketInfo = new System.Windows.Forms.TextBox(); this.lstPacketInfo = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.lblPacketFinder = new System.Windows.Forms.Label(); this.ilTabContent = new System.Windows.Forms.ImageList(this.components); this.tabContent.SuspendLayout(); this.tabPageContent.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.tabPageSetting.SuspendLayout(); this.panel4.SuspendLayout(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.tabPagePacket.SuspendLayout(); this.panel5.SuspendLayout(); this.SuspendLayout(); // // tabContent // this.tabContent.Controls.Add(this.tabPageContent); this.tabContent.Controls.Add(this.tabPageSetting); this.tabContent.Controls.Add(this.tabPagePacket); this.tabContent.Dock = System.Windows.Forms.DockStyle.Fill; this.tabContent.ImageList = this.ilTabContent; this.tabContent.Location = new System.Drawing.Point(0, 0); this.tabContent.Margin = new System.Windows.Forms.Padding(4); this.tabContent.Name = "tabContent"; this.tabContent.SelectedIndex = 0; this.tabContent.Size = new System.Drawing.Size(804, 561); this.tabContent.TabIndex = 0; // // tabPageContent // this.tabPageContent.Controls.Add(this.splitContainer1); this.tabPageContent.ImageIndex = 0; this.tabPageContent.Location = new System.Drawing.Point(4, 39); this.tabPageContent.Margin = new System.Windows.Forms.Padding(4); this.tabPageContent.Name = "tabPageContent"; this.tabPageContent.Padding = new System.Windows.Forms.Padding(4); this.tabPageContent.Size = new System.Drawing.Size(796, 518); this.tabPageContent.TabIndex = 0; this.tabPageContent.Text = "301"; this.tabPageContent.UseVisualStyleBackColor = true; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(4, 4); this.splitContainer1.Margin = new System.Windows.Forms.Padding(4); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.rdoFatePreset4); this.splitContainer1.Panel1.Controls.Add(this.rdoFatePreset3); this.splitContainer1.Panel1.Controls.Add(this.rdoFatePreset2); this.splitContainer1.Panel1.Controls.Add(this.rdoFatePreset1); this.splitContainer1.Panel1.Controls.Add(this.treeFates); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.lstContents); this.splitContainer1.Size = new System.Drawing.Size(788, 510); this.splitContainer1.SplitterDistance = 240; this.splitContainer1.SplitterWidth = 6; this.splitContainer1.TabIndex = 0; // // rdoFatePreset4 // this.rdoFatePreset4.AutoSize = true; this.rdoFatePreset4.Checked = true; this.rdoFatePreset4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdoFatePreset4.Location = new System.Drawing.Point(125, 0); this.rdoFatePreset4.Margin = new System.Windows.Forms.Padding(4); this.rdoFatePreset4.Name = "rdoFatePreset4"; this.rdoFatePreset4.Size = new System.Drawing.Size(32, 19); this.rdoFatePreset4.TabIndex = 4; this.rdoFatePreset4.TabStop = true; this.rdoFatePreset4.Tag = "3"; this.rdoFatePreset4.Text = "4"; this.rdoFatePreset4.UseVisualStyleBackColor = true; this.rdoFatePreset4.CheckedChanged += new System.EventHandler(this.RdoFatePreset4_CheckedChanged); // // rdoFatePreset3 // this.rdoFatePreset3.AutoSize = true; this.rdoFatePreset3.Checked = true; this.rdoFatePreset3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdoFatePreset3.Location = new System.Drawing.Point(85, 0); this.rdoFatePreset3.Margin = new System.Windows.Forms.Padding(4); this.rdoFatePreset3.Name = "rdoFatePreset3"; this.rdoFatePreset3.Size = new System.Drawing.Size(32, 19); this.rdoFatePreset3.TabIndex = 3; this.rdoFatePreset3.TabStop = true; this.rdoFatePreset3.Tag = "2"; this.rdoFatePreset3.Text = "3"; this.rdoFatePreset3.UseVisualStyleBackColor = true; this.rdoFatePreset3.CheckedChanged += new System.EventHandler(this.RdoFatePreset3_CheckedChanged); // // rdoFatePreset2 // this.rdoFatePreset2.AutoSize = true; this.rdoFatePreset2.Checked = true; this.rdoFatePreset2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdoFatePreset2.Location = new System.Drawing.Point(45, 0); this.rdoFatePreset2.Margin = new System.Windows.Forms.Padding(4); this.rdoFatePreset2.Name = "rdoFatePreset2"; this.rdoFatePreset2.Size = new System.Drawing.Size(32, 19); this.rdoFatePreset2.TabIndex = 2; this.rdoFatePreset2.TabStop = true; this.rdoFatePreset2.Tag = "1"; this.rdoFatePreset2.Text = "2"; this.rdoFatePreset2.UseVisualStyleBackColor = true; this.rdoFatePreset2.CheckedChanged += new System.EventHandler(this.RdoFatePreset2_CheckedChanged); // // rdoFatePreset1 // this.rdoFatePreset1.AutoSize = true; this.rdoFatePreset1.Checked = true; this.rdoFatePreset1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdoFatePreset1.Location = new System.Drawing.Point(5, 0); this.rdoFatePreset1.Margin = new System.Windows.Forms.Padding(4); this.rdoFatePreset1.Name = "rdoFatePreset1"; this.rdoFatePreset1.Size = new System.Drawing.Size(32, 19); this.rdoFatePreset1.TabIndex = 1; this.rdoFatePreset1.TabStop = true; this.rdoFatePreset1.Tag = "0"; this.rdoFatePreset1.Text = "1"; this.rdoFatePreset1.UseVisualStyleBackColor = true; this.rdoFatePreset1.CheckedChanged += new System.EventHandler(this.RdoFatePreset1_CheckedChanged); // // treeFates // this.treeFates.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.treeFates.CheckBoxes = true; this.treeFates.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.treeFates.Location = new System.Drawing.Point(0, 27); this.treeFates.Margin = new System.Windows.Forms.Padding(4); this.treeFates.Name = "treeFates"; this.treeFates.Size = new System.Drawing.Size(235, 481); this.treeFates.TabIndex = 0; this.treeFates.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.TreeFates_AfterCheck); // // lstContents // this.lstContents.CategoryTextFont = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); stringFormat1.Alignment = System.Drawing.StringAlignment.Center; stringFormat1.HotkeyPrefix = System.Drawing.Text.HotkeyPrefix.None; stringFormat1.LineAlignment = System.Drawing.StringAlignment.Near; stringFormat1.Trimming = System.Drawing.StringTrimming.Character; this.lstContents.CategoryTextFormat = stringFormat1; this.lstContents.CategoryTextRegion = ((System.Drawing.RectangleF)(resources.GetObject("lstContents.CategoryTextRegion"))); this.lstContents.ControlPadding = 4; this.lstContents.Dock = System.Windows.Forms.DockStyle.Fill; this.lstContents.FullRowSelect = true; this.lstContents.GridLines = true; this.lstContents.HideSelection = false; this.lstContents.ItemHeight = 40; this.lstContents.Location = new System.Drawing.Point(0, 0); this.lstContents.Name = "lstContents"; this.lstContents.OwnerDraw = true; this.lstContents.Size = new System.Drawing.Size(542, 510); this.lstContents.TabIndex = 0; this.lstContents.UseCompatibleStateImageBehavior = false; this.lstContents.View = System.Windows.Forms.View.Details; // // tabPageSetting // this.tabPageSetting.AutoScroll = true; this.tabPageSetting.Controls.Add(this.panel4); this.tabPageSetting.Controls.Add(this.panel3); this.tabPageSetting.Controls.Add(this.panel2); this.tabPageSetting.Controls.Add(this.panel1); this.tabPageSetting.ImageIndex = 1; this.tabPageSetting.Location = new System.Drawing.Point(4, 39); this.tabPageSetting.Margin = new System.Windows.Forms.Padding(4); this.tabPageSetting.Name = "tabPageSetting"; this.tabPageSetting.Padding = new System.Windows.Forms.Padding(4); this.tabPageSetting.Size = new System.Drawing.Size(796, 518); this.tabPageSetting.TabIndex = 1; this.tabPageSetting.Text = "302"; this.tabPageSetting.UseVisualStyleBackColor = true; // // panel4 // this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel4.Controls.Add(this.chkDiscowkTts); this.panel4.Controls.Add(this.lblDiscowkUrl); this.panel4.Controls.Add(this.txtDiscowkUrl); this.panel4.Controls.Add(this.chkUseNotifyDiscowk); this.panel4.Controls.Add(this.lblTelegramToken); this.panel4.Controls.Add(this.txtTelegramToken); this.panel4.Controls.Add(this.lblTelegramId); this.panel4.Controls.Add(this.txtTelegramId); this.panel4.Controls.Add(this.chkUseNotifyTelegram); this.panel4.Controls.Add(this.btnTestNotify); this.panel4.Controls.Add(this.lblLineNotifyBotLink); this.panel4.Controls.Add(this.lblLineToken); this.panel4.Controls.Add(this.txtLineToken); this.panel4.Controls.Add(this.chkUseNotifyLine); this.panel4.Location = new System.Drawing.Point(0, 267); this.panel4.Margin = new System.Windows.Forms.Padding(4); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(792, 228); this.panel4.TabIndex = 3; // // chkDiscowkTts // this.chkDiscowkTts.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.chkDiscowkTts.AutoSize = true; this.chkDiscowkTts.Location = new System.Drawing.Point(543, 168); this.chkDiscowkTts.Margin = new System.Windows.Forms.Padding(4); this.chkDiscowkTts.Name = "chkDiscowkTts"; this.chkDiscowkTts.Size = new System.Drawing.Size(51, 22); this.chkDiscowkTts.TabIndex = 5; this.chkDiscowkTts.Text = "341"; this.chkDiscowkTts.UseVisualStyleBackColor = true; this.chkDiscowkTts.CheckedChanged += new System.EventHandler(this.ChkDiscowkTts_CheckedChanged); // // lblDiscowkUrl // this.lblDiscowkUrl.AutoSize = true; this.lblDiscowkUrl.Location = new System.Drawing.Point(33, 194); this.lblDiscowkUrl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblDiscowkUrl.Name = "lblDiscowkUrl"; this.lblDiscowkUrl.Size = new System.Drawing.Size(32, 18); this.lblDiscowkUrl.TabIndex = 18; this.lblDiscowkUrl.Text = "339"; // // txtDiscowkUrl // this.txtDiscowkUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtDiscowkUrl.Location = new System.Drawing.Point(160, 194); this.txtDiscowkUrl.Margin = new System.Windows.Forms.Padding(4); this.txtDiscowkUrl.Name = "txtDiscowkUrl"; this.txtDiscowkUrl.Size = new System.Drawing.Size(434, 24); this.txtDiscowkUrl.TabIndex = 17; this.txtDiscowkUrl.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtDiscowkUrl_KeyDown); // // chkUseNotifyDiscowk // this.chkUseNotifyDiscowk.AutoSize = true; this.chkUseNotifyDiscowk.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkUseNotifyDiscowk.Location = new System.Drawing.Point(4, 166); this.chkUseNotifyDiscowk.Margin = new System.Windows.Forms.Padding(4); this.chkUseNotifyDiscowk.Name = "chkUseNotifyDiscowk"; this.chkUseNotifyDiscowk.Size = new System.Drawing.Size(58, 24); this.chkUseNotifyDiscowk.TabIndex = 16; this.chkUseNotifyDiscowk.Text = "338"; this.chkUseNotifyDiscowk.UseVisualStyleBackColor = true; this.chkUseNotifyDiscowk.CheckedChanged += new System.EventHandler(this.ChkUseNotifyDiscowk_CheckedChanged); // // lblTelegramToken // this.lblTelegramToken.AutoSize = true; this.lblTelegramToken.Location = new System.Drawing.Point(33, 129); this.lblTelegramToken.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblTelegramToken.Name = "lblTelegramToken"; this.lblTelegramToken.Size = new System.Drawing.Size(32, 18); this.lblTelegramToken.TabIndex = 15; this.lblTelegramToken.Text = "315"; // // txtTelegramToken // this.txtTelegramToken.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtTelegramToken.Location = new System.Drawing.Point(160, 126); this.txtTelegramToken.Margin = new System.Windows.Forms.Padding(4); this.txtTelegramToken.Name = "txtTelegramToken"; this.txtTelegramToken.Size = new System.Drawing.Size(434, 24); this.txtTelegramToken.TabIndex = 14; this.txtTelegramToken.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtTelegramToken_KeyDown); // // lblTelegramId // this.lblTelegramId.AutoSize = true; this.lblTelegramId.Location = new System.Drawing.Point(33, 97); this.lblTelegramId.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblTelegramId.Name = "lblTelegramId"; this.lblTelegramId.Size = new System.Drawing.Size(32, 18); this.lblTelegramId.TabIndex = 13; this.lblTelegramId.Text = "314"; // // txtTelegramId // this.txtTelegramId.Location = new System.Drawing.Point(160, 94); this.txtTelegramId.Margin = new System.Windows.Forms.Padding(4); this.txtTelegramId.Name = "txtTelegramId"; this.txtTelegramId.Size = new System.Drawing.Size(173, 24); this.txtTelegramId.TabIndex = 12; this.txtTelegramId.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtTelegramId_KeyDown); // // chkUseNotifyTelegram // this.chkUseNotifyTelegram.AutoSize = true; this.chkUseNotifyTelegram.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkUseNotifyTelegram.Location = new System.Drawing.Point(4, 69); this.chkUseNotifyTelegram.Margin = new System.Windows.Forms.Padding(4); this.chkUseNotifyTelegram.Name = "chkUseNotifyTelegram"; this.chkUseNotifyTelegram.Size = new System.Drawing.Size(58, 24); this.chkUseNotifyTelegram.TabIndex = 11; this.chkUseNotifyTelegram.Text = "313"; this.chkUseNotifyTelegram.UseVisualStyleBackColor = true; this.chkUseNotifyTelegram.CheckedChanged += new System.EventHandler(this.ChkUseNotifyTelegram_CheckedChanged); // // btnTestNotify // this.btnTestNotify.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnTestNotify.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnTestNotify.Enabled = false; this.btnTestNotify.Location = new System.Drawing.Point(624, 129); this.btnTestNotify.Margin = new System.Windows.Forms.Padding(4); this.btnTestNotify.Name = "btnTestNotify"; this.btnTestNotify.Size = new System.Drawing.Size(162, 92); this.btnTestNotify.TabIndex = 4; this.btnTestNotify.Text = "340"; this.btnTestNotify.UseVisualStyleBackColor = true; this.btnTestNotify.Click += new System.EventHandler(this.BtnTestNotify_Click); // // lblLineNotifyBotLink // this.lblLineNotifyBotLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblLineNotifyBotLink.AutoSize = true; this.lblLineNotifyBotLink.Location = new System.Drawing.Point(618, 6); this.lblLineNotifyBotLink.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblLineNotifyBotLink.Name = "lblLineNotifyBotLink"; this.lblLineNotifyBotLink.Size = new System.Drawing.Size(168, 18); this.lblLineNotifyBotLink.TabIndex = 10; this.lblLineNotifyBotLink.TabStop = true; this.lblLineNotifyBotLink.Text = "https://notify-bot.line.me/"; this.lblLineNotifyBotLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LblLineNotifyBotLink_LinkClicked); // // lblLineToken // this.lblLineToken.AutoSize = true; this.lblLineToken.Location = new System.Drawing.Point(33, 32); this.lblLineToken.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblLineToken.Name = "lblLineToken"; this.lblLineToken.Size = new System.Drawing.Size(32, 18); this.lblLineToken.TabIndex = 9; this.lblLineToken.Text = "312"; // // txtLineToken // this.txtLineToken.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtLineToken.Location = new System.Drawing.Point(160, 29); this.txtLineToken.Margin = new System.Windows.Forms.Padding(4); this.txtLineToken.Name = "txtLineToken"; this.txtLineToken.Size = new System.Drawing.Size(434, 24); this.txtLineToken.TabIndex = 1; this.txtLineToken.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtLineToken_KeyDown); // // chkUseNotifyLine // this.chkUseNotifyLine.AutoSize = true; this.chkUseNotifyLine.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkUseNotifyLine.Location = new System.Drawing.Point(4, 4); this.chkUseNotifyLine.Margin = new System.Windows.Forms.Padding(4); this.chkUseNotifyLine.Name = "chkUseNotifyLine"; this.chkUseNotifyLine.Size = new System.Drawing.Size(58, 24); this.chkUseNotifyLine.TabIndex = 0; this.chkUseNotifyLine.Text = "311"; this.chkUseNotifyLine.UseVisualStyleBackColor = true; this.chkUseNotifyLine.CheckedChanged += new System.EventHandler(this.ChkUseNotifyLine_CheckedChanged); // // panel3 // this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Controls.Add(this.btnResetContentList); this.panel3.Controls.Add(this.cboPacketset); this.panel3.Controls.Add(this.lblPacketSet); this.panel3.Controls.Add(this.lblCurrentDataSet); this.panel3.Controls.Add(this.cboDataset); this.panel3.Controls.Add(this.lblDataSet); this.panel3.Location = new System.Drawing.Point(0, 8); this.panel3.Margin = new System.Windows.Forms.Padding(4); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(792, 77); this.panel3.TabIndex = 2; // // btnResetContentList // this.btnResetContentList.Location = new System.Drawing.Point(708, 42); this.btnResetContentList.Name = "btnResetContentList"; this.btnResetContentList.Size = new System.Drawing.Size(78, 30); this.btnResetContentList.TabIndex = 14; this.btnResetContentList.Text = "347"; this.btnResetContentList.UseVisualStyleBackColor = true; this.btnResetContentList.Visible = false; this.btnResetContentList.Click += new System.EventHandler(this.BtnResetContentList_Click); // // cboPacketset // this.cboPacketset.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboPacketset.FormattingEnabled = true; this.cboPacketset.Location = new System.Drawing.Point(160, 42); this.cboPacketset.Margin = new System.Windows.Forms.Padding(4); this.cboPacketset.Name = "cboPacketset"; this.cboPacketset.Size = new System.Drawing.Size(362, 26); this.cboPacketset.TabIndex = 13; this.cboPacketset.SelectedIndexChanged += new System.EventHandler(this.CboPacketset_SelectedIndexChanged); // // lblPacketSet // this.lblPacketSet.AutoSize = true; this.lblPacketSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPacketSet.Location = new System.Drawing.Point(32, 44); this.lblPacketSet.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblPacketSet.Name = "lblPacketSet"; this.lblPacketSet.Size = new System.Drawing.Size(39, 20); this.lblPacketSet.TabIndex = 12; this.lblPacketSet.Text = "336"; // // lblCurrentDataSet // this.lblCurrentDataSet.AutoSize = true; this.lblCurrentDataSet.Location = new System.Drawing.Point(418, 13); this.lblCurrentDataSet.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblCurrentDataSet.Name = "lblCurrentDataSet"; this.lblCurrentDataSet.Size = new System.Drawing.Size(18, 18); this.lblCurrentDataSet.TabIndex = 3; this.lblCurrentDataSet.Text = "--"; // // cboDataset // this.cboDataset.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboDataset.FormattingEnabled = true; this.cboDataset.Location = new System.Drawing.Point(160, 8); this.cboDataset.Margin = new System.Windows.Forms.Padding(4); this.cboDataset.Name = "cboDataset"; this.cboDataset.Size = new System.Drawing.Size(250, 26); this.cboDataset.TabIndex = 11; this.cboDataset.SelectedIndexChanged += new System.EventHandler(this.CboDataset_SelectedIndexChanged); // // lblDataSet // this.lblDataSet.AutoSize = true; this.lblDataSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDataSet.Location = new System.Drawing.Point(32, 10); this.lblDataSet.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblDataSet.Name = "lblDataSet"; this.lblDataSet.Size = new System.Drawing.Size(39, 20); this.lblDataSet.TabIndex = 10; this.lblDataSet.Text = "304"; // // panel2 // this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.btnSoundPlayFate); this.panel2.Controls.Add(this.btnSoundPlayInstance); this.panel2.Controls.Add(this.btnSoundFindFate); this.panel2.Controls.Add(this.btnSoundFindInstance); this.panel2.Controls.Add(this.lblSoundFate); this.panel2.Controls.Add(this.txtSoundFate); this.panel2.Controls.Add(this.txtSoundInstance); this.panel2.Controls.Add(this.chkEnableSound); this.panel2.Controls.Add(this.lblSoundInstance); this.panel2.Location = new System.Drawing.Point(0, 161); this.panel2.Margin = new System.Windows.Forms.Padding(4); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(792, 98); this.panel2.TabIndex = 1; // // btnSoundPlayFate // this.btnSoundPlayFate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSoundPlayFate.Enabled = false; this.btnSoundPlayFate.Image = global::DutyContent.Properties.Resources.pix_play; this.btnSoundPlayFate.Location = new System.Drawing.Point(756, 62); this.btnSoundPlayFate.Margin = new System.Windows.Forms.Padding(4); this.btnSoundPlayFate.Name = "btnSoundPlayFate"; this.btnSoundPlayFate.Size = new System.Drawing.Size(30, 30); this.btnSoundPlayFate.TabIndex = 8; this.btnSoundPlayFate.UseVisualStyleBackColor = true; this.btnSoundPlayFate.Click += new System.EventHandler(this.BtnSoundPlayFate_Click); // // btnSoundPlayInstance // this.btnSoundPlayInstance.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSoundPlayInstance.Enabled = false; this.btnSoundPlayInstance.Image = global::DutyContent.Properties.Resources.pix_play; this.btnSoundPlayInstance.Location = new System.Drawing.Point(756, 24); this.btnSoundPlayInstance.Margin = new System.Windows.Forms.Padding(4); this.btnSoundPlayInstance.Name = "btnSoundPlayInstance"; this.btnSoundPlayInstance.Size = new System.Drawing.Size(30, 30); this.btnSoundPlayInstance.TabIndex = 7; this.btnSoundPlayInstance.UseVisualStyleBackColor = true; this.btnSoundPlayInstance.Click += new System.EventHandler(this.BtnSoundPlayInstance_Click); // // btnSoundFindFate // this.btnSoundFindFate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSoundFindFate.Enabled = false; this.btnSoundFindFate.Image = global::DutyContent.Properties.Resources.pix_magnify; this.btnSoundFindFate.Location = new System.Drawing.Point(718, 62); this.btnSoundFindFate.Margin = new System.Windows.Forms.Padding(4); this.btnSoundFindFate.Name = "btnSoundFindFate"; this.btnSoundFindFate.Size = new System.Drawing.Size(30, 30); this.btnSoundFindFate.TabIndex = 6; this.btnSoundFindFate.UseVisualStyleBackColor = true; this.btnSoundFindFate.Click += new System.EventHandler(this.BtnSoundFindFate_Click); // // btnSoundFindInstance // this.btnSoundFindInstance.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSoundFindInstance.Enabled = false; this.btnSoundFindInstance.Image = global::DutyContent.Properties.Resources.pix_magnify; this.btnSoundFindInstance.Location = new System.Drawing.Point(718, 24); this.btnSoundFindInstance.Margin = new System.Windows.Forms.Padding(4); this.btnSoundFindInstance.Name = "btnSoundFindInstance"; this.btnSoundFindInstance.Size = new System.Drawing.Size(30, 30); this.btnSoundFindInstance.TabIndex = 2; this.btnSoundFindInstance.UseVisualStyleBackColor = true; this.btnSoundFindInstance.Click += new System.EventHandler(this.BtnSoundFindInstance_Click); // // lblSoundFate // this.lblSoundFate.AutoSize = true; this.lblSoundFate.Location = new System.Drawing.Point(33, 65); this.lblSoundFate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblSoundFate.Name = "lblSoundFate"; this.lblSoundFate.Size = new System.Drawing.Size(32, 18); this.lblSoundFate.TabIndex = 3; this.lblSoundFate.Text = "310"; // // txtSoundFate // this.txtSoundFate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtSoundFate.Enabled = false; this.txtSoundFate.Location = new System.Drawing.Point(160, 62); this.txtSoundFate.Margin = new System.Windows.Forms.Padding(4); this.txtSoundFate.Name = "txtSoundFate"; this.txtSoundFate.ReadOnly = true; this.txtSoundFate.Size = new System.Drawing.Size(550, 24); this.txtSoundFate.TabIndex = 4; // // txtSoundInstance // this.txtSoundInstance.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtSoundInstance.Enabled = false; this.txtSoundInstance.Location = new System.Drawing.Point(160, 30); this.txtSoundInstance.Margin = new System.Windows.Forms.Padding(4); this.txtSoundInstance.Name = "txtSoundInstance"; this.txtSoundInstance.ReadOnly = true; this.txtSoundInstance.Size = new System.Drawing.Size(550, 24); this.txtSoundInstance.TabIndex = 5; // // chkEnableSound // this.chkEnableSound.AutoSize = true; this.chkEnableSound.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkEnableSound.Location = new System.Drawing.Point(8, 4); this.chkEnableSound.Margin = new System.Windows.Forms.Padding(4); this.chkEnableSound.Name = "chkEnableSound"; this.chkEnableSound.Size = new System.Drawing.Size(58, 24); this.chkEnableSound.TabIndex = 4; this.chkEnableSound.Text = "308"; this.chkEnableSound.UseVisualStyleBackColor = true; this.chkEnableSound.CheckedChanged += new System.EventHandler(this.ChkEnableSound_CheckedChanged); // // lblSoundInstance // this.lblSoundInstance.AutoSize = true; this.lblSoundInstance.Location = new System.Drawing.Point(33, 33); this.lblSoundInstance.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblSoundInstance.Name = "lblSoundInstance"; this.lblSoundInstance.Size = new System.Drawing.Size(32, 18); this.lblSoundInstance.TabIndex = 2; this.lblSoundInstance.Text = "309"; // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.chkOverlayAutoHide); this.panel1.Controls.Add(this.chkOverlayClickThru); this.panel1.Controls.Add(this.progbOverlayTransparent); this.panel1.Controls.Add(this.btnOverlayDimming); this.panel1.Controls.Add(this.lblOverlayTransparent); this.panel1.Controls.Add(this.chkEnableOverlay); this.panel1.Location = new System.Drawing.Point(0, 93); this.panel1.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(792, 60); this.panel1.TabIndex = 0; // // chkOverlayAutoHide // this.chkOverlayAutoHide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.chkOverlayAutoHide.AutoSize = true; this.chkOverlayAutoHide.Location = new System.Drawing.Point(681, 33); this.chkOverlayAutoHide.Margin = new System.Windows.Forms.Padding(4); this.chkOverlayAutoHide.Name = "chkOverlayAutoHide"; this.chkOverlayAutoHide.Size = new System.Drawing.Size(51, 22); this.chkOverlayAutoHide.TabIndex = 5; this.chkOverlayAutoHide.Text = "105"; this.chkOverlayAutoHide.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.chkOverlayAutoHide.UseVisualStyleBackColor = true; this.chkOverlayAutoHide.CheckedChanged += new System.EventHandler(this.ChkOverlayAutoHide_CheckedChanged); // // chkOverlayClickThru // this.chkOverlayClickThru.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.chkOverlayClickThru.AutoSize = true; this.chkOverlayClickThru.Location = new System.Drawing.Point(681, 3); this.chkOverlayClickThru.Margin = new System.Windows.Forms.Padding(4); this.chkOverlayClickThru.Name = "chkOverlayClickThru"; this.chkOverlayClickThru.Size = new System.Drawing.Size(51, 22); this.chkOverlayClickThru.TabIndex = 4; this.chkOverlayClickThru.Text = "104"; this.chkOverlayClickThru.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.chkOverlayClickThru.UseVisualStyleBackColor = true; this.chkOverlayClickThru.CheckedChanged += new System.EventHandler(this.ChkOverlayClickThru_CheckedChanged); // // progbOverlayTransparent // this.progbOverlayTransparent.Enabled = false; this.progbOverlayTransparent.Location = new System.Drawing.Point(160, 18); this.progbOverlayTransparent.Margin = new System.Windows.Forms.Padding(4); this.progbOverlayTransparent.Maximum = 255; this.progbOverlayTransparent.Name = "progbOverlayTransparent"; this.progbOverlayTransparent.Size = new System.Drawing.Size(364, 32); this.progbOverlayTransparent.TabIndex = 1; this.progbOverlayTransparent.Click += new System.EventHandler(this.ProgbOverlayTransparent_Click); // // btnOverlayDimming // this.btnOverlayDimming.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnOverlayDimming.BackgroundImage = global::DutyContent.Properties.Resources.pix_annotation; this.btnOverlayDimming.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnOverlayDimming.Enabled = false; this.btnOverlayDimming.Location = new System.Drawing.Point(740, 4); this.btnOverlayDimming.Margin = new System.Windows.Forms.Padding(4); this.btnOverlayDimming.Name = "btnOverlayDimming"; this.btnOverlayDimming.Size = new System.Drawing.Size(46, 46); this.btnOverlayDimming.TabIndex = 3; this.btnOverlayDimming.UseVisualStyleBackColor = true; this.btnOverlayDimming.Click += new System.EventHandler(this.BtnOverlayDimming_Click); // // lblOverlayTransparent // this.lblOverlayTransparent.AutoSize = true; this.lblOverlayTransparent.Enabled = false; this.lblOverlayTransparent.Location = new System.Drawing.Point(33, 30); this.lblOverlayTransparent.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblOverlayTransparent.Name = "lblOverlayTransparent"; this.lblOverlayTransparent.Size = new System.Drawing.Size(32, 18); this.lblOverlayTransparent.TabIndex = 2; this.lblOverlayTransparent.Text = "307"; // // chkEnableOverlay // this.chkEnableOverlay.AutoSize = true; this.chkEnableOverlay.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkEnableOverlay.Location = new System.Drawing.Point(4, 4); this.chkEnableOverlay.Margin = new System.Windows.Forms.Padding(4); this.chkEnableOverlay.Name = "chkEnableOverlay"; this.chkEnableOverlay.Size = new System.Drawing.Size(58, 24); this.chkEnableOverlay.TabIndex = 0; this.chkEnableOverlay.Text = "306"; this.chkEnableOverlay.UseVisualStyleBackColor = true; this.chkEnableOverlay.CheckedChanged += new System.EventHandler(this.ChkEnableOverlay_CheckedChanged); // // tabPagePacket // this.tabPagePacket.AutoScroll = true; this.tabPagePacket.Controls.Add(this.panel5); this.tabPagePacket.ImageIndex = 2; this.tabPagePacket.Location = new System.Drawing.Point(4, 39); this.tabPagePacket.Margin = new System.Windows.Forms.Padding(4); this.tabPagePacket.Name = "tabPagePacket"; this.tabPagePacket.Padding = new System.Windows.Forms.Padding(4); this.tabPagePacket.Size = new System.Drawing.Size(796, 518); this.tabPagePacket.TabIndex = 2; this.tabPagePacket.Text = "337"; this.tabPagePacket.UseVisualStyleBackColor = true; // // panel5 // this.panel5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel5.Controls.Add(this.lblPacketVersion); this.panel5.Controls.Add(this.txtPacketDescription); this.panel5.Controls.Add(this.lblPacketDesc); this.panel5.Controls.Add(this.btnPacketApply); this.panel5.Controls.Add(this.btnPacketStart); this.panel5.Controls.Add(this.lstBozjaInfo); this.panel5.Controls.Add(this.lblPacketBozja); this.panel5.Controls.Add(this.txtPacketInfo); this.panel5.Controls.Add(this.lstPacketInfo); this.panel5.Controls.Add(this.lblPacketFinder); this.panel5.Location = new System.Drawing.Point(0, 0); this.panel5.Margin = new System.Windows.Forms.Padding(4); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(792, 361); this.panel5.TabIndex = 0; // // lblPacketVersion // this.lblPacketVersion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblPacketVersion.Location = new System.Drawing.Point(559, 81); this.lblPacketVersion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblPacketVersion.Name = "lblPacketVersion"; this.lblPacketVersion.Size = new System.Drawing.Size(225, 21); this.lblPacketVersion.TabIndex = 9; this.lblPacketVersion.Text = "--"; this.lblPacketVersion.TextAlign = System.Drawing.ContentAlignment.TopRight; // // txtPacketDescription // this.txtPacketDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtPacketDescription.Enabled = false; this.txtPacketDescription.Location = new System.Drawing.Point(341, 106); this.txtPacketDescription.Margin = new System.Windows.Forms.Padding(4); this.txtPacketDescription.Name = "txtPacketDescription"; this.txtPacketDescription.Size = new System.Drawing.Size(443, 24); this.txtPacketDescription.TabIndex = 8; // // lblPacketDesc // this.lblPacketDesc.AutoSize = true; this.lblPacketDesc.Location = new System.Drawing.Point(340, 81); this.lblPacketDesc.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblPacketDesc.Name = "lblPacketDesc"; this.lblPacketDesc.Size = new System.Drawing.Size(32, 18); this.lblPacketDesc.TabIndex = 7; this.lblPacketDesc.Text = "317"; // // btnPacketApply // this.btnPacketApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPacketApply.Enabled = false; this.btnPacketApply.Location = new System.Drawing.Point(601, 4); this.btnPacketApply.Margin = new System.Windows.Forms.Padding(4); this.btnPacketApply.Name = "btnPacketApply"; this.btnPacketApply.Size = new System.Drawing.Size(184, 42); this.btnPacketApply.TabIndex = 6; this.btnPacketApply.Text = "10009"; this.btnPacketApply.UseVisualStyleBackColor = true; this.btnPacketApply.Visible = false; this.btnPacketApply.Click += new System.EventHandler(this.BtnPacketApply_Click); // // btnPacketStart // this.btnPacketStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPacketStart.Location = new System.Drawing.Point(407, 4); this.btnPacketStart.Margin = new System.Windows.Forms.Padding(4); this.btnPacketStart.Name = "btnPacketStart"; this.btnPacketStart.Size = new System.Drawing.Size(184, 42); this.btnPacketStart.TabIndex = 5; this.btnPacketStart.Text = "10007"; this.btnPacketStart.UseVisualStyleBackColor = true; this.btnPacketStart.Click += new System.EventHandler(this.BtnPacketStart_Click); // // lstBozjaInfo // this.lstBozjaInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lstBozjaInfo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader5, this.columnHeader6, this.columnHeader7, this.columnHeader8}); this.lstBozjaInfo.Enabled = false; this.lstBozjaInfo.FullRowSelect = true; this.lstBozjaInfo.GridLines = true; this.lstBozjaInfo.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.lstBozjaInfo.HideSelection = false; this.lstBozjaInfo.Location = new System.Drawing.Point(340, 164); this.lstBozjaInfo.Margin = new System.Windows.Forms.Padding(4); this.lstBozjaInfo.MultiSelect = false; this.lstBozjaInfo.Name = "lstBozjaInfo"; this.lstBozjaInfo.Size = new System.Drawing.Size(444, 188); this.lstBozjaInfo.TabIndex = 4; this.lstBozjaInfo.UseCompatibleStateImageBehavior = false; this.lstBozjaInfo.View = System.Windows.Forms.View.Details; this.lstBozjaInfo.SelectedIndexChanged += new System.EventHandler(this.LstBozjaInfo_SelectedIndexChanged); this.lstBozjaInfo.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.LstBozjaInfo_MouseDoubleClick); // // columnHeader5 // this.columnHeader5.Text = "Name"; this.columnHeader5.Width = 180; // // columnHeader6 // this.columnHeader6.Text = "Status"; this.columnHeader6.Width = 67; // // columnHeader7 // this.columnHeader7.Text = "Member"; this.columnHeader7.Width = 72; // // columnHeader8 // this.columnHeader8.Text = "Progress"; this.columnHeader8.Width = 73; // // lblPacketBozja // this.lblPacketBozja.AutoSize = true; this.lblPacketBozja.Location = new System.Drawing.Point(340, 142); this.lblPacketBozja.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblPacketBozja.Name = "lblPacketBozja"; this.lblPacketBozja.Size = new System.Drawing.Size(32, 18); this.lblPacketBozja.TabIndex = 3; this.lblPacketBozja.Text = "318"; // // txtPacketInfo // this.txtPacketInfo.BackColor = System.Drawing.SystemColors.Window; this.txtPacketInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtPacketInfo.Enabled = false; this.txtPacketInfo.Location = new System.Drawing.Point(4, 229); this.txtPacketInfo.Margin = new System.Windows.Forms.Padding(4); this.txtPacketInfo.Multiline = true; this.txtPacketInfo.Name = "txtPacketInfo"; this.txtPacketInfo.ReadOnly = true; this.txtPacketInfo.Size = new System.Drawing.Size(328, 123); this.txtPacketInfo.TabIndex = 2; // // lstPacketInfo // this.lstPacketInfo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3, this.columnHeader4}); this.lstPacketInfo.Enabled = false; this.lstPacketInfo.FullRowSelect = true; this.lstPacketInfo.GridLines = true; this.lstPacketInfo.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.lstPacketInfo.HideSelection = false; this.lstPacketInfo.Items.AddRange(new System.Windows.Forms.ListViewItem[] { listViewItem1, listViewItem2, listViewItem3, listViewItem4, listViewItem5, listViewItem6}); this.lstPacketInfo.Location = new System.Drawing.Point(4, 58); this.lstPacketInfo.Margin = new System.Windows.Forms.Padding(4); this.lstPacketInfo.MultiSelect = false; this.lstPacketInfo.Name = "lstPacketInfo"; this.lstPacketInfo.Size = new System.Drawing.Size(328, 163); this.lstPacketInfo.TabIndex = 1; this.lstPacketInfo.UseCompatibleStateImageBehavior = false; this.lstPacketInfo.View = System.Windows.Forms.View.Details; this.lstPacketInfo.SelectedIndexChanged += new System.EventHandler(this.LstPacketInfo_SelectedIndexChanged); this.lstPacketInfo.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.LstPacketInfo_MouseDoubleClick); // // columnHeader1 // this.columnHeader1.Text = "Function"; this.columnHeader1.Width = 101; // // columnHeader2 // this.columnHeader2.Text = "Current"; this.columnHeader2.Width = 70; // // columnHeader3 // this.columnHeader3.Text = "Status"; this.columnHeader3.Width = 80; // // columnHeader4 // this.columnHeader4.Text = "Found"; this.columnHeader4.Width = 70; // // lblPacketFinder // this.lblPacketFinder.AutoSize = true; this.lblPacketFinder.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPacketFinder.Location = new System.Drawing.Point(4, -1); this.lblPacketFinder.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblPacketFinder.Name = "lblPacketFinder"; this.lblPacketFinder.Size = new System.Drawing.Size(43, 24); this.lblPacketFinder.TabIndex = 0; this.lblPacketFinder.Text = "316"; // // ilTabContent // this.ilTabContent.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilTabContent.ImageStream"))); this.ilTabContent.TransparentColor = System.Drawing.Color.Transparent; this.ilTabContent.Images.SetKeyName(0, "pix_tab_content.png"); this.ilTabContent.Images.SetKeyName(1, "pix_tab_setting.png"); this.ilTabContent.Images.SetKeyName(2, "pix_tab_tool.png"); this.ilTabContent.Images.SetKeyName(3, "pix_tab_ping.png"); // // DutyForm // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(804, 561); this.Controls.Add(this.tabContent); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Margin = new System.Windows.Forms.Padding(4); this.MinimumSize = new System.Drawing.Size(820, 39); this.Name = "DutyForm"; this.Text = "Duty"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DutyTabForm_FormClosing); this.tabContent.ResumeLayout(false); this.tabPageContent.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.tabPageSetting.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.tabPagePacket.ResumeLayout(false); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabContent; private System.Windows.Forms.TabPage tabPageContent; private System.Windows.Forms.TabPage tabPageSetting; private System.Windows.Forms.TabPage tabPagePacket; private System.Windows.Forms.ImageList ilTabContent; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TreeView treeFates; private System.Windows.Forms.RadioButton rdoFatePreset4; private System.Windows.Forms.RadioButton rdoFatePreset3; private System.Windows.Forms.RadioButton rdoFatePreset2; private System.Windows.Forms.RadioButton rdoFatePreset1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnOverlayDimming; private System.Windows.Forms.Label lblOverlayTransparent; private System.Windows.Forms.CheckBox chkEnableOverlay; private System.Windows.Forms.ProgressBar progbOverlayTransparent; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label lblSoundFate; private System.Windows.Forms.TextBox txtSoundFate; private System.Windows.Forms.TextBox txtSoundInstance; private System.Windows.Forms.CheckBox chkEnableSound; private System.Windows.Forms.Label lblSoundInstance; private System.Windows.Forms.Button btnSoundPlayFate; private System.Windows.Forms.Button btnSoundPlayInstance; private System.Windows.Forms.Button btnSoundFindFate; private System.Windows.Forms.Button btnSoundFindInstance; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.ComboBox cboDataset; private System.Windows.Forms.Label lblDataSet; private System.Windows.Forms.Label lblCurrentDataSet; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.LinkLabel lblLineNotifyBotLink; private System.Windows.Forms.Label lblLineToken; private System.Windows.Forms.TextBox txtLineToken; private System.Windows.Forms.CheckBox chkUseNotifyLine; private System.Windows.Forms.Button btnTestNotify; private System.Windows.Forms.Label lblTelegramToken; private System.Windows.Forms.TextBox txtTelegramToken; private System.Windows.Forms.Label lblTelegramId; private System.Windows.Forms.TextBox txtTelegramId; private System.Windows.Forms.CheckBox chkUseNotifyTelegram; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.ListView lstBozjaInfo; private System.Windows.Forms.Label lblPacketBozja; private System.Windows.Forms.TextBox txtPacketInfo; private System.Windows.Forms.ListView lstPacketInfo; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.ColumnHeader columnHeader4; private System.Windows.Forms.Label lblPacketFinder; private System.Windows.Forms.Button btnPacketApply; private System.Windows.Forms.Button btnPacketStart; private System.Windows.Forms.ColumnHeader columnHeader5; private System.Windows.Forms.ColumnHeader columnHeader6; private System.Windows.Forms.ColumnHeader columnHeader7; private System.Windows.Forms.TextBox txtPacketDescription; private System.Windows.Forms.Label lblPacketDesc; private System.Windows.Forms.ColumnHeader columnHeader8; private System.Windows.Forms.CheckBox chkOverlayClickThru; private System.Windows.Forms.ComboBox cboPacketset; private System.Windows.Forms.Label lblPacketSet; private System.Windows.Forms.Label lblPacketVersion; private System.Windows.Forms.Label lblDiscowkUrl; private System.Windows.Forms.TextBox txtDiscowkUrl; private System.Windows.Forms.CheckBox chkUseNotifyDiscowk; private System.Windows.Forms.CheckBox chkDiscowkTts; private Libre.ContentListView lstContents; private System.Windows.Forms.Button btnResetContentList; private System.Windows.Forms.CheckBox chkOverlayAutoHide; } }