private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NotifyIconWrapper));
     this.NotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
     this.ContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.VisibleMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.CollapsedMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.ExitMenu = new System.Windows.Forms.ToolStripMenuItem();
     this.Separator = new System.Windows.Forms.ToolStripSeparator();
     this.ContextMenuStrip.SuspendLayout();
     //
     // NotifyIcon
     //
     this.NotifyIcon.ContextMenuStrip = this.ContextMenuStrip;
     this.NotifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("NotifyIcon.Icon")));
     this.NotifyIcon.Text = "FluidLauncher";
     this.NotifyIcon.Visible = true;
     //
     // ContextMenuStrip
     //
     this.ContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.VisibleMenu,
     this.CollapsedMenu,
     this.Separator,
     this.ExitMenu});
     this.ContextMenuStrip.Name = "ContextMenuStrip";
     this.ContextMenuStrip.Size = new System.Drawing.Size(111, 70);
     //
     // VisibleMenu
     //
     this.VisibleMenu.Name = "VisibleMenu";
     this.VisibleMenu.Size = new System.Drawing.Size(110, 22);
     this.VisibleMenu.Text = "表示";
     //
     // CollapsedMenu
     //
     this.CollapsedMenu.Name = "CollapsedMenu";
     this.CollapsedMenu.Size = new System.Drawing.Size(110, 22);
     this.CollapsedMenu.Text = "非表示";
     //
     // ExitMenu
     //
     this.ExitMenu.Name = "ExitMenu";
     this.ExitMenu.Size = new System.Drawing.Size(110, 22);
     this.ExitMenu.Text = "終了";
     //
     // Separator
     //
     this.Separator.Name = "Separator";
     this.Separator.Size = new System.Drawing.Size(6, 6);
     this.ContextMenuStrip.ResumeLayout(false);
 }
Example #2
0
 /// <summary>
 /// Обязательный метод для поддержки конструктора - не изменяйте 
 /// содержимое данного метода при помощи редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.настройкаЕлементовToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.настройкаЕлементовToolStripMenuItem});
     this.contextMenuStrip.Name = "contextMenuStrip";
     this.contextMenuStrip.Size = new System.Drawing.Size(196, 48);
     //
     // настройкаЕлементовToolStripMenuItem
     //
     this.настройкаЕлементовToolStripMenuItem.Name = "настройкаЕлементовToolStripMenuItem";
     this.настройкаЕлементовToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
     this.настройкаЕлементовToolStripMenuItem.Text = "Настройка элементов";
     this.настройкаЕлементовToolStripMenuItem.Click += new System.EventHandler(this.настройкаЕлементовToolStripMenuItem_Click);
     //
     // NumericTable
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ContextMenuStrip = this.contextMenuStrip;
     this.Name = "NumericTable";
     this.Size = new System.Drawing.Size(384, 355);
     this.contextMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MapViewer));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.renderMapAgainToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mapImage = new System.Windows.Forms.PictureBox();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mapImage)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.renderMapAgainToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(284, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // renderMapAgainToolStripMenuItem
     //
     this.renderMapAgainToolStripMenuItem.Name = "renderMapAgainToolStripMenuItem";
     this.renderMapAgainToolStripMenuItem.Size = new System.Drawing.Size(117, 20);
     this.renderMapAgainToolStripMenuItem.Text = "Render Map Again";
     this.renderMapAgainToolStripMenuItem.Click += new System.EventHandler(this.renderMapAgainToolStripMenuItem_Click);
     //
     // mapImage
     //
     this.mapImage.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.mapImage.Location = new System.Drawing.Point(0, 27);
     this.mapImage.Name = "mapImage";
     this.mapImage.Size = new System.Drawing.Size(284, 235);
     this.mapImage.TabIndex = 1;
     this.mapImage.TabStop = false;
     this.mapImage.DoubleClick += new System.EventHandler(this.mapImage_DoubleClick);
     this.mapImage.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mapImage_MouseDown);
     //
     // MapViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(284, 262);
     this.Controls.Add(this.mapImage);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Location = new System.Drawing.Point(50, 50);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "MapViewer";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "Map Viewer";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mapImage)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #4
0
        public override bool Init()
        {
            loopratehz = 1;

            if (File.Exists(statsfile))
            {
                try
                {
                    System.Xml.Serialization.XmlSerializer reader = new System.Xml.Serialization.XmlSerializer(statsoverall.GetType());

                    var file = new System.IO.StreamReader(statsfile);

                    statsoverall = (whattostat)reader.Deserialize(file);
                }
                catch { }
            }

            System.Windows.Forms.ToolStripMenuItem men = new System.Windows.Forms.ToolStripMenuItem() { Text = "Stats" };
            men.Click += men_Click;
            Host.FDMenuMap.Items.Add(men);

            statsoverall.appstarts++;

            return true;
        }
 /// <summary> 
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.MenuItemStartRecord = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuItemStopRecord = new System.Windows.Forms.ToolStripMenuItem();
     this.DVRCruise = new System.Windows.Forms.ToolStripMenuItem();
     this.PreSetCruise = new System.Windows.Forms.ToolStripMenuItem();
     this.Close = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.MenuItemStartRecord,
     this.MenuItemStopRecord,
     this.DVRCruise,
     this.PreSetCruise,
     this.Close});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(131, 114);
     //
     // MenuItemStartRecord
     //
     this.MenuItemStartRecord.Name = "MenuItemStartRecord";
     this.MenuItemStartRecord.Size = new System.Drawing.Size(130, 22);
     this.MenuItemStartRecord.Text = "开始录像";
     //
     // MenuItemStopRecord
     //
     this.MenuItemStopRecord.Enabled = false;
     this.MenuItemStopRecord.Name = "MenuItemStopRecord";
     this.MenuItemStopRecord.Size = new System.Drawing.Size(130, 22);
     this.MenuItemStopRecord.Text = "停止录像";
     //
     // DVRCruise
     //
     this.DVRCruise.Name = "DVRCruise";
     this.DVRCruise.Size = new System.Drawing.Size(130, 22);
     this.DVRCruise.Text = "DVR轮询";
     //
     // PreSetCruise
     //
     this.PreSetCruise.Name = "PreSetCruise";
     this.PreSetCruise.Size = new System.Drawing.Size(130, 22);
     this.PreSetCruise.Text = "预置位轮询";
     //
     // Close
     //
     this.Close.Name = "Close";
     this.Close.Size = new System.Drawing.Size(130, 22);
     this.Close.Text = "关闭";
     //
     // ViedoPanel
     //
     this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ViedoPanel_MouseMove);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 public PluginsController(IVisualEnvironmentCompiler VisualEnvironmentCompiler,System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem, System.Windows.Forms.ToolStrip ToolStrip, IWorkbench workbench)
 {
     this.ToolStripMenuItem = ToolStripMenuItem;
     this.ToolStrip = ToolStrip;
     this.VisualEnvironmentCompiler = VisualEnvironmentCompiler;
     this.workbench = workbench;
 }
 /// <summary>Form stuff...</summary>
 private void InitializeComponent( )
 {
     this.mnuDuplicateTab = new System.Windows.Forms.ToolStripMenuItem( );
     this.mnuCloseTab = new System.Windows.Forms.ToolStripMenuItem( );
     this.tabContextMenu = new System.Windows.Forms.ContextMenuStrip( );
     this.SuspendLayout( );
     // 
     // mnuDuplicateTab
     // 
     this.mnuDuplicateTab.Image = global::MongoConsole.Properties.Resources.document_copy;
     this.mnuDuplicateTab.Name = "mnuDuplicateTab";
     this.mnuDuplicateTab.Size = new System.Drawing.Size( 152, 22 );
     this.mnuDuplicateTab.Text = "Duplicate";
     // 
     // mnuCloseTab
     // 
     this.mnuCloseTab.Image = global::MongoConsole.Properties.Resources.cross_octagon;
     this.mnuCloseTab.Name = "mnuCloseTab";
     this.mnuCloseTab.Size = new System.Drawing.Size( 152, 22 );
     this.mnuCloseTab.Text = "Close";
     this.ResumeLayout( false );
     //
     // tabContextMenu
     // 
     this.tabContextMenu.Items.AddRange( new System.Windows.Forms.ToolStripItem[] {
     this.mnuDuplicateTab,
     this.mnuCloseTab} );
     this.tabContextMenu.Name = "tabContextMenu";
     this.tabContextMenu.Size = new System.Drawing.Size( 153, 70 );
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlPartList));
     this.contextMenuPart = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolTipNamespace = new System.Windows.Forms.ToolTip(this.components);
     this.labelDataSource = new System.Windows.Forms.Label();
     this.comboBoxPartList = new System.Windows.Forms.ComboBox();
     this.contextMenuPart.SuspendLayout();
     this.SuspendLayout();
     //
     // contextMenuPart
     //
     resources.ApplyResources(this.contextMenuPart, "contextMenuPart");
     this.contextMenuPart.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.renameToolStripMenuItem,
     this.deleteToolStripMenuItem});
     this.contextMenuPart.Name = "contextMenuPart";
     this.contextMenuPart.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuPart_Opening);
     //
     // renameToolStripMenuItem
     //
     this.renameToolStripMenuItem.Name = "renameToolStripMenuItem";
     resources.ApplyResources(this.renameToolStripMenuItem, "renameToolStripMenuItem");
     this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
     resources.ApplyResources(this.deleteToolStripMenuItem, "deleteToolStripMenuItem");
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // labelDataSource
     //
     resources.ApplyResources(this.labelDataSource, "labelDataSource");
     this.labelDataSource.Name = "labelDataSource";
     //
     // comboBoxPartList
     //
     resources.ApplyResources(this.comboBoxPartList, "comboBoxPartList");
     this.comboBoxPartList.ContextMenuStrip = this.contextMenuPart;
     this.comboBoxPartList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxPartList.FormattingEnabled = true;
     this.comboBoxPartList.Name = "comboBoxPartList";
     this.comboBoxPartList.SelectedIndexChanged += new System.EventHandler(this.comboBoxPartList_SelectedIndexChanged);
     this.comboBoxPartList.MouseHover += new System.EventHandler(this.comboBoxPartList_MouseHover);
     //
     // ControlPartList
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.comboBoxPartList);
     this.Controls.Add(this.labelDataSource);
     this.Name = "ControlPartList";
     this.contextMenuPart.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlProperties));
     this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.listViewProperties = new System.Windows.Forms.ListView();
     this.columnHeaderProperty = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeaderValue = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.contextMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.copyToolStripMenuItem});
     this.contextMenuStrip.Name = "contextMenuStrip";
     resources.ApplyResources(this.contextMenuStrip, "contextMenuStrip");
     this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
     resources.ApplyResources(this.copyToolStripMenuItem, "copyToolStripMenuItem");
     this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
     //
     // listViewProperties
     //
     this.listViewProperties.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeaderProperty,
     this.columnHeaderValue});
     this.listViewProperties.ContextMenuStrip = this.contextMenuStrip;
     resources.ApplyResources(this.listViewProperties, "listViewProperties");
     this.listViewProperties.FullRowSelect = true;
     this.listViewProperties.GridLines = true;
     this.listViewProperties.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listViewProperties.MultiSelect = false;
     this.listViewProperties.Name = "listViewProperties";
     this.listViewProperties.ShowItemToolTips = true;
     this.listViewProperties.UseCompatibleStateImageBehavior = false;
     this.listViewProperties.View = System.Windows.Forms.View.Details;
     //
     // columnHeaderProperty
     //
     resources.ApplyResources(this.columnHeaderProperty, "columnHeaderProperty");
     //
     // columnHeaderValue
     //
     resources.ApplyResources(this.columnHeaderValue, "columnHeaderValue");
     //
     // ControlProperties
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.listViewProperties);
     this.Name = "ControlProperties";
     this.contextMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #10
0
		public void Initialize(Hal.NCSPlugin.IPluginHost host)
		{
			_host = host;

			_menuItem = new System.Windows.Forms.ToolStripMenuItem("インポート(&I)");
			_menuItem.Click += new EventHandler(menuitem_Click);
			_host.AddMenuStripItem("ファイル(&F)", _menuItem);

		}
Example #11
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.panel_face = new System.Windows.Forms.Panel();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.Tool_Ima = new System.Windows.Forms.ToolStripMenuItem();
     this.Tool_File = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel_face
     //
     this.panel_face.ContextMenuStrip = this.contextMenuStrip1;
     this.panel_face.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel_face.Location = new System.Drawing.Point(0, 0);
     this.panel_face.Name = "panel_face";
     this.panel_face.Size = new System.Drawing.Size(391, 238);
     this.panel_face.TabIndex = 0;
     this.panel_face.Visible = false;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.Tool_Ima,
     this.Tool_File});
     this.contextMenuStrip1.Name = "contextMenuStrip2";
     this.contextMenuStrip1.Size = new System.Drawing.Size(137, 48);
     //
     // Tool_Ima
     //
     this.Tool_Ima.Name = "Tool_Ima";
     this.Tool_Ima.Size = new System.Drawing.Size(136, 22);
     this.Tool_Ima.Tag = "1";
     this.Tool_Ima.Text = "拖放图片";
     //
     // Tool_File
     //
     this.Tool_File.Name = "Tool_File";
     this.Tool_File.Size = new System.Drawing.Size(136, 22);
     this.Tool_File.Tag = "2";
     this.Tool_File.Text = "拖放文件夹";
     //
     // Frm_Main
     //
     this.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.AllowDrop = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(391, 238);
     this.ContextMenuStrip = this.contextMenuStrip1;
     this.Controls.Add(this.panel_face);
     this.Name = "Frm_Main";
     this.Text = "向窗体中拖放图片并显示";
     this.DragEnter += new System.Windows.Forms.DragEventHandler(this.Frm_Main_DragEnter);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LLFormDoc));
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miCLose = new System.Windows.Forms.ToolStripMenuItem();
     this.miCloseAll = new System.Windows.Forms.ToolStripMenuItem();
     this.miCloseAllButThis = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.miCLose,
     this.miCloseAll,
     this.miCloseAllButThis});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(143, 70);
     //
     // miCLose
     //
     this.miCLose.Name = "miCLose";
     this.miCLose.Size = new System.Drawing.Size(142, 22);
     this.miCLose.Text = "�ر�";
     this.miCLose.ToolTipText = "�رյ�ǰ����";
     this.miCLose.Click += new System.EventHandler(this.miCLose_Click);
     //
     // miCloseAll
     //
     this.miCloseAll.Name = "miCloseAll";
     this.miCloseAll.Size = new System.Drawing.Size(142, 22);
     this.miCloseAll.Text = "�ر�����";
     this.miCloseAll.ToolTipText = "�ر����д���";
     this.miCloseAll.Click += new System.EventHandler(this.miCloseAll_Click);
     //
     // miCloseAllButThis
     //
     this.miCloseAllButThis.Name = "miCloseAllButThis";
     this.miCloseAllButThis.Size = new System.Drawing.Size(142, 22);
     this.miCloseAllButThis.Text = "�رմ�������";
     this.miCloseAllButThis.ToolTipText = "�رճ��˴���������д���";
     this.miCloseAllButThis.Click += new System.EventHandler(this.miCloseAllButThis_Click);
     //
     // FormAJDoc
     //
     this.ClientSize = new System.Drawing.Size(448, 393);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FormAJDoc";
     this.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0);
     this.TabPageContextMenuStrip = this.contextMenuStrip1;
     this.Load += new System.EventHandler(this.LLFormDoc_Load);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #13
0
        public SubbasinMap()
        {
            //context menu
            System.Windows.Forms.ToolStripMenuItem exportMenu =
                new System.Windows.Forms.ToolStripMenuItem("Export current results to CSV");
            exportMenu.Click += (ss, _e) => { export(); };

            this.ContextMenuStrip = new System.Windows.Forms.ContextMenuStrip();
            this.ContextMenuStrip.Items.Add(exportMenu);
        }
Example #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShareWatcher));
       this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
       this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
       this.monitoringEnabledMenuItem = new System.Windows.Forms.ToolStripMenuItem();
       this.closeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
       this.contextMenu.SuspendLayout();
       this.SuspendLayout();
       //
       // notifyIcon1
       //
       this.notifyIcon1.ContextMenuStrip = this.contextMenu;
       this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
       this.notifyIcon1.Text = "MyFilms Share Watcher";
       this.notifyIcon1.Visible = true;
       //
       // contextMenu
       //
       this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.monitoringEnabledMenuItem,
     this.closeMenuItem});
       this.contextMenu.Name = "contextMenuStrip1";
       this.contextMenu.Size = new System.Drawing.Size(216, 70);
       //
       // monitoringEnabledMenuItem
       //
       this.monitoringEnabledMenuItem.Checked = true;
       this.monitoringEnabledMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
       this.monitoringEnabledMenuItem.Name = "monitoringEnabledMenuItem";
       this.monitoringEnabledMenuItem.Size = new System.Drawing.Size(215, 22);
       this.monitoringEnabledMenuItem.Text = "Monitoring Enabled";
       this.monitoringEnabledMenuItem.Click += new System.EventHandler(this.monitoringEnabledMenuItem_Click);
       //
       // closeMenuItem
       //
       this.closeMenuItem.Name = "closeMenuItem";
       this.closeMenuItem.Size = new System.Drawing.Size(215, 22);
       this.closeMenuItem.Text = "Close Music Share Watcher";
       //
       // ShareWatcher
       //
       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       this.ClientSize = new System.Drawing.Size(412, 178);
       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
       this.Name = "ShareWatcher";
       this.ShowInTaskbar = false;
       this.Text = "MyFilms Share Watcher";
       this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
       this.Resize += new System.EventHandler(this.OnResize);
       this.contextMenu.ResumeLayout(false);
       this.ResumeLayout(false);
 }
Example #15
0
        public MainWindow()
        {
            InitializeComponent();

            //System.Windows.Point point = new Point(100, 100);
            //System.Windows.Automation.AutomationElement el = null;
            //el = System.Windows.Automation.AutomationElement.FromPoint(point);
            //System.Windows.Automation.AutomationElement el_top = TopElement(el);

            //Cpt(new Point(200, 300));

            try
            {
                this.ShowInTaskbar = false;
                _notifyIcon = new System.Windows.Forms.NotifyIcon();
                _notifyIcon.Text = "Capture";
                _notifyIcon.Icon = new System.Drawing.Icon("icon.ico");
                _notifyIcon.Visible = true;

                System.Windows.Forms.ContextMenuStrip menuStrip = new System.Windows.Forms.ContextMenuStrip();
                System.Windows.Forms.ToolStripMenuItem openItem = new System.Windows.Forms.ToolStripMenuItem();
                openItem.Text = "Capture を開く";
                openItem.Click += new EventHandler(openItem_Click);
                menuStrip.Items.Add(openItem);

                System.Windows.Forms.ToolStripMenuItem exitItem = new System.Windows.Forms.ToolStripMenuItem();
                exitItem.Text = "終了";
                exitItem.Click += new EventHandler(exitItem_Click);
                menuStrip.Items.Add(exitItem);

                _notifyIcon.ContextMenuStrip = menuStrip;
                _notifyIcon.DoubleClick += new EventHandler(_notifyIcon_DoubleClick);

                this.Closing += new System.ComponentModel.CancelEventHandler(MainWindow_Closing);
                this.Closed += new EventHandler(MainWindow_Closed);

                this.btnStop.IsEnabled = false;

                // WindowのHandleを取得
                WindowInteropHelper _host = new WindowInteropHelper(this);
                this._windowHandle = _host.Handle;

                // HotKeyを設定
                //SetupHotKey();
                ComponentDispatcher.ThreadPreprocessMessage += ComponentDispatcher_ThreadPreprocessMessage;

                //前面表示
                this.Topmost = setting.Topmost;
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex.Message + "\n" + ex.StackTrace);
            }
        }
 /// <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.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.option1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.option2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.option3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.option1ToolStripMenuItem,
     this.option2ToolStripMenuItem,
     this.option3ToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(113, 70);
     //
     // option1ToolStripMenuItem
     //
     this.option1ToolStripMenuItem.Name = "option1ToolStripMenuItem";
     this.option1ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.option1ToolStripMenuItem.Text = "Option&1";
     //
     // option2ToolStripMenuItem
     //
     this.option2ToolStripMenuItem.Name = "option2ToolStripMenuItem";
     this.option2ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.option2ToolStripMenuItem.Text = "Option&2";
     //
     // option3ToolStripMenuItem
     //
     this.option3ToolStripMenuItem.Name = "option3ToolStripMenuItem";
     this.option3ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.option3ToolStripMenuItem.Text = "Option&3";
     //
     // ToolboxWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(292, 266);
     this.DockAreas = ((FSoft.EVincaMapper.Common.DockingPanel.DockAreas)(((((FSoft.EVincaMapper.Common.DockingPanel.DockAreas.Float | FSoft.EVincaMapper.Common.DockingPanel.DockAreas.DockLeft)
     | FSoft.EVincaMapper.Common.DockingPanel.DockAreas.DockRight)
     | FSoft.EVincaMapper.Common.DockingPanel.DockAreas.DockTop)
     | FSoft.EVincaMapper.Common.DockingPanel.DockAreas.DockBottom)));
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "ToolboxWindow";
     this.TabPageContextMenuStrip = this.contextMenuStrip1;
     this.TabText = "ToolWindow";
     this.Text = "Toolbox Window";
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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.DocumentContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolWindowContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.hideToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.DocumentContextMenu.SuspendLayout();
     this.ToolWindowContextMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // DocumentContextMenu
     //
     this.DocumentContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1});
     this.DocumentContextMenu.Name = "contextMenuStrip1";
     this.DocumentContextMenu.Size = new System.Drawing.Size(112, 26);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(111, 22);
     this.toolStripMenuItem1.Text = "Close";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // ToolWindowContextMenu
     //
     this.ToolWindowContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.hideToolStripMenuItem});
     this.ToolWindowContextMenu.Name = "ToolWindowContextMenu";
     this.ToolWindowContextMenu.Size = new System.Drawing.Size(107, 26);
     //
     // hideToolStripMenuItem
     //
     this.hideToolStripMenuItem.Name = "hideToolStripMenuItem";
     this.hideToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.hideToolStripMenuItem.Text = "Hide";
     this.hideToolStripMenuItem.Click += new System.EventHandler(this.hideToolStripMenuItem_Click);
     //
     // ToolWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(292, 266);
     this.Name = "ToolWindow";
     this.TabPageContextMenuStrip = this.DocumentContextMenu;
     this.TabText = "ToolWindow";
     this.Text = "ToolWindow";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ToolWindow_FormClosing);
     this.DockStateChanged += new System.EventHandler(this.ToolWindow_DockStateChanged);
     this.DocumentContextMenu.ResumeLayout(false);
     this.ToolWindowContextMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #18
0
		public void Initialize()
		{
			_menu = new System.Windows.Forms.ToolStripMenuItem("Initialize Debugger", null, delegate { 
			                                                   	DebugManagerForm frm = new DebugManagerForm();
			                                                   	frm.Controls.Add(debugMenu);
			                                                   	debugMenu.Parent = frm;
			                                                   	debugMenu.Dock = System.Windows.Forms.DockStyle.Fill;
			                                                   	_menu.Visible = false;
			                                                   	frm.Show();
			                                                   });
			debugMenu = new DebugMenu();
		}
Example #19
0
 /// <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.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.option1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.option2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.option3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.option1ToolStripMenuItem,
     this.option2ToolStripMenuItem,
     this.option3ToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(113, 70);
     //
     // option1ToolStripMenuItem
     //
     this.option1ToolStripMenuItem.Name = "option1ToolStripMenuItem";
     this.option1ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.option1ToolStripMenuItem.Text = "Option&1";
     //
     // option2ToolStripMenuItem
     //
     this.option2ToolStripMenuItem.Name = "option2ToolStripMenuItem";
     this.option2ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.option2ToolStripMenuItem.Text = "Option&2";
     //
     // option3ToolStripMenuItem
     //
     this.option3ToolStripMenuItem.Name = "option3ToolStripMenuItem";
     this.option3ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.option3ToolStripMenuItem.Text = "Option&3";
     //
     // ToolWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(292, 266);
     this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft)
                 | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight)
                 | WeifenLuo.WinFormsUI.Docking.DockAreas.DockTop)
                 | WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom)));
     this.Name = "ToolWindow";
     this.TabPageContextMenuStrip = this.contextMenuStrip1;
     this.TabText = "ToolWindow";
     this.Text = "ToolWindow";
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GUIWithInputMethod));
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
            this.vietInputMethodToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.uILanguageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.SuspendLayout();
            // 
            // settingsToolStripMenuItem
            // 
            System.Windows.Forms.ToolStripMenuItem[] items = new System.Windows.Forms.ToolStripMenuItem[this.settingsToolStripMenuItem.DropDownItems.Count];
            this.settingsToolStripMenuItem.DropDownItems.CopyTo(items, 0); // copy Options item

            this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.vietInputMethodToolStripMenuItem,
            this.toolStripMenuItem1,
            this.uILanguageToolStripMenuItem,
            this.toolStripMenuItem3
            });

            this.settingsToolStripMenuItem.DropDownItems.AddRange(items); // move Options item to the bottom

            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            resources.ApplyResources(this.toolStripMenuItem3, "toolStripMenuItem3");
            // 
            // vietInputMethodToolStripMenuItem
            // 
            this.vietInputMethodToolStripMenuItem.Name = "vietInputMethodToolStripMenuItem";
            resources.ApplyResources(this.vietInputMethodToolStripMenuItem, "vietInputMethodToolStripMenuItem");
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
            // 
            // uILanguageToolStripMenuItem
            // 
            this.uILanguageToolStripMenuItem.Name = "uILanguageToolStripMenuItem";
            resources.ApplyResources(this.uILanguageToolStripMenuItem, "uILanguageToolStripMenuItem");
            // 
            // GUIWithInputMethod
            // 
            resources.ApplyResources(this, "$this");
            this.Name = "GUIWithInputMethod";
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.importToolStripMenuItem,
     this.exportToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(799, 24);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text = "menuStrip1";
     //
     // importToolStripMenuItem
     //
     this.importToolStripMenuItem.Name = "importToolStripMenuItem";
     this.importToolStripMenuItem.Size = new System.Drawing.Size(51, 20);
     this.importToolStripMenuItem.Text = "Import";
     this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click);
     //
     // exportToolStripMenuItem
     //
     this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
     this.exportToolStripMenuItem.Size = new System.Drawing.Size(51, 20);
     this.exportToolStripMenuItem.Text = "Export";
     this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click);
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(799, 582);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "frmMain";
     this.Text = "CSV_import_export";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #22
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolCopy = new System.Windows.Forms.ToolStripMenuItem();
     this.toolCut = new System.Windows.Forms.ToolStripMenuItem();
     this.toolPaste = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolCopy,
     this.toolCut,
     this.toolPaste});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(95, 103);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     this.contextMenuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip1_ItemClicked);
     //
     // toolCopy
     //
     this.toolCopy.AutoSize = false;
     this.toolCopy.Name = "toolCopy";
     this.toolCopy.Size = new System.Drawing.Size(94, 33);
     this.toolCopy.Text = "复制";
     //
     // toolCut
     //
     this.toolCut.AutoSize = false;
     this.toolCut.Name = "toolCut";
     this.toolCut.Size = new System.Drawing.Size(94, 33);
     this.toolCut.Text = "剪切";
     //
     // toolPaste
     //
     this.toolPaste.AutoSize = false;
     this.toolPaste.Name = "toolPaste";
     this.toolPaste.Size = new System.Drawing.Size(94, 33);
     this.toolPaste.Text = "粘贴";
     //
     // TableRichTextBox
     //
     this.ContextMenuStrip = this.contextMenuStrip1;
     this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.TableRichTextBox_MouseClick);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #23
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.加载子窗体ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.水平平铺ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.加载子窗体ToolStripMenuItem,
     this.水平平铺ToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(378, 25);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text = "menuStrip1";
     //
     // 加载子窗体ToolStripMenuItem
     //
     this.加载子窗体ToolStripMenuItem.Name = "加载子窗体ToolStripMenuItem";
     this.加载子窗体ToolStripMenuItem.Size = new System.Drawing.Size(80, 21);
     this.加载子窗体ToolStripMenuItem.Text = "加载子窗体";
     this.加载子窗体ToolStripMenuItem.Click += new System.EventHandler(this.加载子窗体ToolStripMenuItem_Click);
     //
     // 水平平铺ToolStripMenuItem
     //
     this.水平平铺ToolStripMenuItem.Name = "水平平铺ToolStripMenuItem";
     this.水平平铺ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
     this.水平平铺ToolStripMenuItem.Text = "水平平铺";
     this.水平平铺ToolStripMenuItem.Click += new System.EventHandler(this.水平平铺ToolStripMenuItem_Click);
     //
     // Frm_Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(378, 209);
     this.Controls.Add(this.menuStrip1);
     this.IsMdiContainer = true;
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "Frm_Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "对子窗体进行水平排列";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        private void InitialiseComponents()
        {
            
            this.CloseMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.CloseMenuItem.Text = "Close";

            this.ShowMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ShowMenuItem.Text = "Show";
            
            this.ShowSummaryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ShowSummaryMenuItem.Text = "Summary";

            this.SettingsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.SettingsMenuItem.Text = "Settings";

            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();

            this.IconContextMenuStrip = new System.Windows.Forms.ContextMenuStrip();
            this.NotificationIcon = new System.Windows.Forms.NotifyIcon();
            //
            //notofication icon
            //
            this.NotificationIcon.Icon = ( (System.Drawing.Icon)( Resources.TaskBarIcon ) );
            this.NotificationIcon.Text = "WorkReportReminder";
            this.NotificationIcon.Visible = true;
            this.NotificationIcon.ContextMenuStrip = this.IconContextMenuStrip;
            this.NotificationIcon.DoubleClick += new System.EventHandler(this.OnNotificationIconDoubleClick);
            // 
            // IconContextMenuStrip
            // 
            this.IconContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[]
                                                         {
                                                             this.ShowMenuItem,
                                                             this.ShowSummaryMenuItem,
                                                             this.SettingsMenuItem,
                                                             this.CloseMenuItem
                                                         });

            this.IconContextMenuStrip.Name = "IconContextMenuStrip";
            this.IconContextMenuStrip.Size = new System.Drawing.Size(182, 124);

            this.IconContextMenuStrip.ResumeLayout(false);
            this.IconContextMenuStrip.PerformLayout();
        }
Example #25
0
        public void ClickEvent(object sender, EventArgs e)
        {
            System.Windows.Forms.ToolStripMenuItem currentMenuItem = ((System.Windows.Forms.ToolStripMenuItem)sender);

            Server.GetInstance().SwitchHostContent(
                HostManagerFactory.GetInstance().ReadHostContent(
                    currentMenuItem.Text
                ));
            Server.GetInstance().RecordCurrentHostKey(currentMenuItem.Text);
            if (lastSelectedItem != null)
                lastSelectedItem.Checked = false;
            currentMenuItem.Checked = true;
            lastSelectedItem = currentMenuItem;

            if(HostSelectedClick != null)
                HostSelectedClick();
        }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.ContextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsm隐藏 = new System.Windows.Forms.ToolStripMenuItem();
     this.lblCaption = new Feng.Windows.Forms.MyLabel();
     this.ContextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // ContextMenuStrip1
     //
     this.ContextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsm隐藏});
     this.ContextMenuStrip1.Name = "tsm隐藏";
     this.ContextMenuStrip1.Size = new System.Drawing.Size(101, 26);
     //
     // tsm隐藏
     //
     this.tsm隐藏.Name = "tsm隐藏";
     this.tsm隐藏.Size = new System.Drawing.Size(100, 22);
     this.tsm隐藏.Text = "隐藏";
     this.tsm隐藏.Click += new System.EventHandler(this.tsm隐藏_Click);
     //
     // lblCaption
     //
     this.lblCaption.ContextMenuStrip = this.ContextMenuStrip1;
     this.lblCaption.Dock = System.Windows.Forms.DockStyle.Left;
     this.lblCaption.Location = new System.Drawing.Point(0, 0);
     this.lblCaption.Name = "lblCaption";
     this.lblCaption.ReadOnly = true;
     this.lblCaption.Size = new System.Drawing.Size(60, 24);
     this.lblCaption.TabIndex = 4;
     this.lblCaption.Text = "状态";
     //
     // CustomSearchControl
     //
     this.Controls.Add(this.lblCaption);
     this.Name = "CustomSearchControl";
     this.Size = new System.Drawing.Size(172, 24);
     this.ContextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #27
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ExitContext = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ExitContext});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26);
     //
     // ExitContext
     //
     this.ExitContext.Name = "ExitContext";
     this.ExitContext.Size = new System.Drawing.Size(100, 22);
     this.ExitContext.Text = "退出";
     this.ExitContext.Click += new System.EventHandler(this.ExitContext_Click);
     //
     // Frm_Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::DragNoFrameForm.Properties.Resources._04;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(320, 228);
     this.ContextMenuStrip = this.contextMenuStrip1;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "Frm_Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "拖动无边框窗体";
     this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Frm_Main_MouseDown);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        public MainWindow()
        {
            InitializeComponent();

            notifier = new System.Windows.Forms.NotifyIcon();

            this.contextMenu1 = new System.Windows.Forms.ContextMenuStrip();
            refreshItem = new System.Windows.Forms.ToolStripMenuItem("Refresh");
            correctItem = new System.Windows.Forms.ToolStripMenuItem("Correct Position");
            currentPositionItem = new System.Windows.Forms.ToolStripMenuItem("Current Position");
            exitItem = new System.Windows.Forms.ToolStripMenuItem("Exit");
            this.contextMenu1.Items.AddRange(new System.Windows.Forms.ToolStripMenuItem[] { refreshItem, correctItem, currentPositionItem, exitItem });

            refreshItem.Click += new System.EventHandler(this.refreshItem_Click);
            correctItem.Click += new System.EventHandler(this.correcPositiontItem_Click);
            exitItem.Click += new System.EventHandler(this.exitItem_Click);
            notifier.Icon = MaraudersMap.Properties.Resources.TaskbarIconHigh;
            notifier.Visible = true;
            notifier.Click += new EventHandler(notifyIcon1_Click);
            contextMenu1.LostFocus += (object sender, EventArgs a) => { contextMenu1.Hide(); };
            refreshTimer = new Timer(checkPosition, null, TimeSpan.Zero, TimeSpan.FromMinutes(1));

            InitializeWireless();
        }
Example #29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStripMenuItem         tsmiBarcode;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
     this.tsmiQAcheck          = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiWHin             = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiScanSee          = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiQAREcheck        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmipdinventory      = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1           = new System.Windows.Forms.MenuStrip();
     this.tsmiBasic            = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiHoliday          = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiWorkCalendar     = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiRoleManager      = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiTestNetwork      = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiOrderIn          = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiPackListers      = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiwxbarPrints      = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiMuneManager      = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiPersonManager1   = new System.Windows.Forms.ToolStripMenuItem();
     this.主計畫ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiStyleManager     = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiStyleBase        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiStyle            = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiSize             = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiBarcodeBasic     = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiBuyer            = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiOrder            = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiPacklist         = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiInnerBox         = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiHR                 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiDepartment         = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiPersonManager      = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiArea               = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiClassManager       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmifingerprintManager = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiKQ                 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiKQDaily            = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiWindow             = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmicolseallwind       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiExit               = new System.Windows.Forms.ToolStripMenuItem();
     this.notifyIcon1            = new System.Windows.Forms.NotifyIcon(this.components);
     this.tsmipdMaterial         = new System.Windows.Forms.ToolStripMenuItem();
     tsmiBarcode                 = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tsmiBarcode
     //
     tsmiBarcode.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiQAcheck,
         this.tsmiWHin,
         this.tsmiScanSee,
         this.tsmiQAREcheck,
         this.tsmipdinventory,
         this.tsmipdMaterial
     });
     tsmiBarcode.Name = "tsmiBarcode";
     tsmiBarcode.Size = new System.Drawing.Size(68, 21);
     tsmiBarcode.Text = "條碼管理";
     //
     // tsmiQAcheck
     //
     this.tsmiQAcheck.Name   = "tsmiQAcheck";
     this.tsmiQAcheck.Size   = new System.Drawing.Size(166, 22);
     this.tsmiQAcheck.Text   = "QA外箱內盒檢驗";
     this.tsmiQAcheck.Click += new System.EventHandler(this.tsmiQAcheck_Click);
     //
     // tsmiWHin
     //
     this.tsmiWHin.Name   = "tsmiWHin";
     this.tsmiWHin.Size   = new System.Drawing.Size(166, 22);
     this.tsmiWHin.Text   = "成品箱入庫掃描";
     this.tsmiWHin.Click += new System.EventHandler(this.tsmiWHin_Click);
     //
     // tsmiScanSee
     //
     this.tsmiScanSee.Name   = "tsmiScanSee";
     this.tsmiScanSee.Size   = new System.Drawing.Size(166, 22);
     this.tsmiScanSee.Text   = "扫描查询";
     this.tsmiScanSee.Click += new System.EventHandler(this.tsmiScanSee_Click);
     //
     // tsmiQAREcheck
     //
     this.tsmiQAREcheck.Name   = "tsmiQAREcheck";
     this.tsmiQAREcheck.Size   = new System.Drawing.Size(166, 22);
     this.tsmiQAREcheck.Text   = "QA外箱内盒重检";
     this.tsmiQAREcheck.Click += new System.EventHandler(this.tsmiQAREcheck_Click);
     //
     // tsmipdinventory
     //
     this.tsmipdinventory.Name   = "tsmipdinventory";
     this.tsmipdinventory.Size   = new System.Drawing.Size(166, 22);
     this.tsmipdinventory.Text   = "成品盘点";
     this.tsmipdinventory.Click += new System.EventHandler(this.tsmipdinventory_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiBasic,
         this.tsmiPersonManager1,
         this.tsmiStyleManager,
         this.tsmiBarcodeBasic,
         tsmiBarcode,
         this.tsmiHR,
         this.tsmiKQ,
         this.tsmiWindow,
         this.tsmiExit
     });
     this.menuStrip1.Location          = new System.Drawing.Point(0, 0);
     this.menuStrip1.MdiWindowListItem = this.tsmiWindow;
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(913, 25);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // tsmiBasic
     //
     this.tsmiBasic.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiHoliday,
         this.tsmiWorkCalendar,
         this.tsmiRoleManager,
         this.tsmiTestNetwork,
         this.tsmiOrderIn,
         this.tsmiPackListers,
         this.tsmiwxbarPrints,
         this.tsmiMuneManager
     });
     this.tsmiBasic.Name   = "tsmiBasic";
     this.tsmiBasic.Size   = new System.Drawing.Size(68, 21);
     this.tsmiBasic.Text   = "基本資料";
     this.tsmiBasic.Click += new System.EventHandler(this.tsmiUpUserName_Click);
     //
     // tsmiHoliday
     //
     this.tsmiHoliday.Name   = "tsmiHoliday";
     this.tsmiHoliday.Size   = new System.Drawing.Size(170, 22);
     this.tsmiHoliday.Text   = "節假日";
     this.tsmiHoliday.Click += new System.EventHandler(this.tsmiHoliday_Click);
     //
     // tsmiWorkCalendar
     //
     this.tsmiWorkCalendar.Name   = "tsmiWorkCalendar";
     this.tsmiWorkCalendar.Size   = new System.Drawing.Size(170, 22);
     this.tsmiWorkCalendar.Text   = "工作日曆";
     this.tsmiWorkCalendar.Click += new System.EventHandler(this.tsmiWorkCalendar_Click);
     //
     // tsmiRoleManager
     //
     this.tsmiRoleManager.Name   = "tsmiRoleManager";
     this.tsmiRoleManager.Size   = new System.Drawing.Size(170, 22);
     this.tsmiRoleManager.Text   = "角色管理";
     this.tsmiRoleManager.Click += new System.EventHandler(this.tsmiRoleManager_Click);
     //
     // tsmiTestNetwork
     //
     this.tsmiTestNetwork.Name   = "tsmiTestNetwork";
     this.tsmiTestNetwork.Size   = new System.Drawing.Size(170, 22);
     this.tsmiTestNetwork.Text   = "测试网络";
     this.tsmiTestNetwork.Click += new System.EventHandler(this.tsmiTestNetwork_Click);
     //
     // tsmiOrderIn
     //
     this.tsmiOrderIn.Name   = "tsmiOrderIn";
     this.tsmiOrderIn.Size   = new System.Drawing.Size(170, 22);
     this.tsmiOrderIn.Text   = "导入ERP订单资料";
     this.tsmiOrderIn.Click += new System.EventHandler(this.tsmiOrderIn_Click_1);
     //
     // tsmiPackListers
     //
     this.tsmiPackListers.Name   = "tsmiPackListers";
     this.tsmiPackListers.Size   = new System.Drawing.Size(170, 22);
     this.tsmiPackListers.Text   = "导入ERP装箱单";
     this.tsmiPackListers.Click += new System.EventHandler(this.tsmiPackListers_Click);
     //
     // tsmiwxbarPrints
     //
     this.tsmiwxbarPrints.Name   = "tsmiwxbarPrints";
     this.tsmiwxbarPrints.Size   = new System.Drawing.Size(170, 22);
     this.tsmiwxbarPrints.Text   = "外箱条码打印";
     this.tsmiwxbarPrints.Click += new System.EventHandler(this.tsmiwxbarPrints_Click);
     //
     // tsmiMuneManager
     //
     this.tsmiMuneManager.Name   = "tsmiMuneManager";
     this.tsmiMuneManager.Size   = new System.Drawing.Size(170, 22);
     this.tsmiMuneManager.Text   = "系统菜单管理";
     this.tsmiMuneManager.Click += new System.EventHandler(this.tsmiMuneManager_Click);
     //
     // tsmiPersonManager1
     //
     this.tsmiPersonManager1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.主計畫ToolStripMenuItem
     });
     this.tsmiPersonManager1.Name = "tsmiPersonManager1";
     this.tsmiPersonManager1.Size = new System.Drawing.Size(68, 21);
     this.tsmiPersonManager1.Text = "生產管理";
     //
     // 主計畫ToolStripMenuItem
     //
     this.主計畫ToolStripMenuItem.Name   = "主計畫ToolStripMenuItem";
     this.主計畫ToolStripMenuItem.Size   = new System.Drawing.Size(112, 22);
     this.主計畫ToolStripMenuItem.Text   = "主計畫";
     this.主計畫ToolStripMenuItem.Click += new System.EventHandler(this.主計畫ToolStripMenuItem_Click);
     //
     // tsmiStyleManager
     //
     this.tsmiStyleManager.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiStyleBase,
         this.tsmiStyle,
         this.tsmiSize
     });
     this.tsmiStyleManager.Name   = "tsmiStyleManager";
     this.tsmiStyleManager.Size   = new System.Drawing.Size(68, 21);
     this.tsmiStyleManager.Text   = "鞋型管理";
     this.tsmiStyleManager.Click += new System.EventHandler(this.tsmiFeedBackManager_Click);
     //
     // tsmiStyleBase
     //
     this.tsmiStyleBase.Name   = "tsmiStyleBase";
     this.tsmiStyleBase.Size   = new System.Drawing.Size(133, 22);
     this.tsmiStyleBase.Text   = "型体大類";
     this.tsmiStyleBase.Click += new System.EventHandler(this.tsmiStyleBase_Click);
     //
     // tsmiStyle
     //
     this.tsmiStyle.Name   = "tsmiStyle";
     this.tsmiStyle.Size   = new System.Drawing.Size(133, 22);
     this.tsmiStyle.Text   = "配色尺码";
     this.tsmiStyle.Click += new System.EventHandler(this.tsmiStyle_Click);
     //
     // tsmiSize
     //
     this.tsmiSize.Name   = "tsmiSize";
     this.tsmiSize.Size   = new System.Drawing.Size(133, 22);
     this.tsmiSize.Text   = "型体尺码...";
     this.tsmiSize.Click += new System.EventHandler(this.tsmiSize_Click);
     //
     // tsmiBarcodeBasic
     //
     this.tsmiBarcodeBasic.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiBuyer,
         this.tsmiOrder,
         this.tsmiPacklist,
         this.tsmiInnerBox
     });
     this.tsmiBarcodeBasic.Name   = "tsmiBarcodeBasic";
     this.tsmiBarcodeBasic.Size   = new System.Drawing.Size(68, 21);
     this.tsmiBarcodeBasic.Text   = "條碼基楚";
     this.tsmiBarcodeBasic.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
     //
     // tsmiBuyer
     //
     this.tsmiBuyer.Name   = "tsmiBuyer";
     this.tsmiBuyer.Size   = new System.Drawing.Size(148, 22);
     this.tsmiBuyer.Text   = "客戶買主";
     this.tsmiBuyer.Click += new System.EventHandler(this.tsmiBuyer_Click);
     //
     // tsmiOrder
     //
     this.tsmiOrder.Name   = "tsmiOrder";
     this.tsmiOrder.Size   = new System.Drawing.Size(148, 22);
     this.tsmiOrder.Text   = "訂單接轉";
     this.tsmiOrder.Click += new System.EventHandler(this.tsmiOrder_Click);
     //
     // tsmiPacklist
     //
     this.tsmiPacklist.Name   = "tsmiPacklist";
     this.tsmiPacklist.Size   = new System.Drawing.Size(148, 22);
     this.tsmiPacklist.Text   = "裝箱明細";
     this.tsmiPacklist.Click += new System.EventHandler(this.tsmiPacklist_Click);
     //
     // tsmiInnerBox
     //
     this.tsmiInnerBox.Name   = "tsmiInnerBox";
     this.tsmiInnerBox.Size   = new System.Drawing.Size(148, 22);
     this.tsmiInnerBox.Text   = "內盒條碼接轉";
     this.tsmiInnerBox.Click += new System.EventHandler(this.tsmiInnerBox_Click);
     //
     // tsmiHR
     //
     this.tsmiHR.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiDepartment,
         this.tsmiPersonManager,
         this.tsmiArea,
         this.tsmiClassManager,
         this.tsmifingerprintManager
     });
     this.tsmiHR.Name   = "tsmiHR";
     this.tsmiHR.Size   = new System.Drawing.Size(85, 21);
     this.tsmiHR.Text   = "人事管理HR";
     this.tsmiHR.Click += new System.EventHandler(this.tsmiHR_Click);
     //
     // tsmiDepartment
     //
     this.tsmiDepartment.Name   = "tsmiDepartment";
     this.tsmiDepartment.Size   = new System.Drawing.Size(181, 22);
     this.tsmiDepartment.Text   = "部門組織Deptment";
     this.tsmiDepartment.Click += new System.EventHandler(this.tsmiDepartment_Click);
     //
     // tsmiPersonManager
     //
     this.tsmiPersonManager.Name   = "tsmiPersonManager";
     this.tsmiPersonManager.Size   = new System.Drawing.Size(181, 22);
     this.tsmiPersonManager.Text   = "人员管理Employee";
     this.tsmiPersonManager.Click += new System.EventHandler(this.tsmiPersonManager_Click);
     //
     // tsmiArea
     //
     this.tsmiArea.Name   = "tsmiArea";
     this.tsmiArea.Size   = new System.Drawing.Size(181, 22);
     this.tsmiArea.Text   = "地區";
     this.tsmiArea.Click += new System.EventHandler(this.tsmiArea_Click);
     //
     // tsmiClassManager
     //
     this.tsmiClassManager.Name   = "tsmiClassManager";
     this.tsmiClassManager.Size   = new System.Drawing.Size(181, 22);
     this.tsmiClassManager.Text   = "班級管理";
     this.tsmiClassManager.Click += new System.EventHandler(this.tsmiClassManager_Click);
     //
     // tsmifingerprintManager
     //
     this.tsmifingerprintManager.Name   = "tsmifingerprintManager";
     this.tsmifingerprintManager.Size   = new System.Drawing.Size(181, 22);
     this.tsmifingerprintManager.Text   = "指纹机管理";
     this.tsmifingerprintManager.Click += new System.EventHandler(this.tsmifingerprintManager_Click);
     //
     // tsmiKQ
     //
     this.tsmiKQ.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiKQDaily
     });
     this.tsmiKQ.Name = "tsmiKQ";
     this.tsmiKQ.Size = new System.Drawing.Size(86, 21);
     this.tsmiKQ.Text = "考勤管理KQ";
     //
     // tsmiKQDaily
     //
     this.tsmiKQDaily.Name   = "tsmiKQDaily";
     this.tsmiKQDaily.Size   = new System.Drawing.Size(112, 22);
     this.tsmiKQDaily.Text   = "日考勤";
     this.tsmiKQDaily.Click += new System.EventHandler(this.tsmiKQDaily_Click);
     //
     // tsmiWindow
     //
     this.tsmiWindow.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmicolseallwind
     });
     this.tsmiWindow.Name = "tsmiWindow";
     this.tsmiWindow.Size = new System.Drawing.Size(44, 21);
     this.tsmiWindow.Text = "窗口";
     //
     // tsmicolseallwind
     //
     this.tsmicolseallwind.Name   = "tsmicolseallwind";
     this.tsmicolseallwind.Size   = new System.Drawing.Size(148, 22);
     this.tsmicolseallwind.Text   = "关闭所有窗口";
     this.tsmicolseallwind.Click += new System.EventHandler(this.tsmicolseallwind_Click);
     //
     // tsmiExit
     //
     this.tsmiExit.Name   = "tsmiExit";
     this.tsmiExit.Size   = new System.Drawing.Size(44, 21);
     this.tsmiExit.Text   = "退出";
     this.tsmiExit.Click += new System.EventHandler(this.tsmiExit_Click);
     //
     // notifyIcon1
     //
     this.notifyIcon1.Icon   = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
     this.notifyIcon1.Text   = "颖强鞋业";
     this.notifyIcon1.Click += new System.EventHandler(this.notifyIcon1_Click);
     //
     // tsmipdMaterial
     //
     this.tsmipdMaterial.Name   = "tsmipdMaterial";
     this.tsmipdMaterial.Size   = new System.Drawing.Size(166, 22);
     this.tsmipdMaterial.Text   = "原料仓盘点";
     this.tsmipdMaterial.Click += new System.EventHandler(this.tsmipdMaterial_Click);
     //
     // FrmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(913, 461);
     this.Controls.Add(this.menuStrip1);
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.MainMenuStrip  = this.menuStrip1;
     this.Name           = "FrmMain";
     this.Text           = "穎強鞋業";
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.Activated     += new System.EventHandler(this.FrmMain_Activated);
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
     this.Load          += new System.EventHandler(this.FrmMain_Load);
     this.Resize        += new System.EventHandler(this.FrmMain_Resize);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.textBox_ = new System.Windows.Forms.TextBox();
     this.showToolTipbutton_ = new System.Windows.Forms.Button();
     this.balloonCheckBox_ = new System.Windows.Forms.CheckBox();
     this.toolTip_ = new System.Windows.Forms.ToolTip(this.components);
     this.notifyIcon_ = new System.Windows.Forms.NotifyIcon(this.components);
     this.contextMenuStrip_ = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip_.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox_
     //
     this.textBox_.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.textBox_.Location = new System.Drawing.Point(12, 12);
     this.textBox_.Multiline = true;
     this.textBox_.Name = "textBox_";
     this.textBox_.Size = new System.Drawing.Size(406, 173);
     this.textBox_.TabIndex = 0;
     this.textBox_.Text = "Hello, world!";
     //
     // showToolTipbutton_
     //
     this.showToolTipbutton_.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.showToolTipbutton_.Location = new System.Drawing.Point(12, 224);
     this.showToolTipbutton_.Name = "showToolTipbutton_";
     this.showToolTipbutton_.Size = new System.Drawing.Size(406, 33);
     this.showToolTipbutton_.TabIndex = 1;
     this.showToolTipbutton_.Text = "Say It";
     this.showToolTipbutton_.UseVisualStyleBackColor = true;
     this.showToolTipbutton_.Click += new System.EventHandler(this.showToolTipbutton__Click);
     //
     // balloonCheckBox_
     //
     this.balloonCheckBox_.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.balloonCheckBox_.AutoSize = true;
     this.balloonCheckBox_.Location = new System.Drawing.Point(12, 197);
     this.balloonCheckBox_.Name = "balloonCheckBox_";
     this.balloonCheckBox_.Size = new System.Drawing.Size(90, 16);
     this.balloonCheckBox_.TabIndex = 2;
     this.balloonCheckBox_.Text = "Is Balloon?";
     this.balloonCheckBox_.UseVisualStyleBackColor = true;
     this.balloonCheckBox_.CheckedChanged += new System.EventHandler(this.balloonCheckBox__CheckedChanged);
     //
     // notifyIcon_
     //
     this.notifyIcon_.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
     this.notifyIcon_.ContextMenuStrip = this.contextMenuStrip_;
     this.notifyIcon_.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon_.Icon")));
     this.notifyIcon_.Visible = true;
     this.notifyIcon_.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon__MouseDoubleClick);
     //
     // contextMenuStrip_
     //
     this.contextMenuStrip_.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exitToolStripMenuItem});
     this.contextMenuStrip_.Name = "contextMenuStrip_";
     this.contextMenuStrip_.Size = new System.Drawing.Size(97, 26);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(430, 269);
     this.Controls.Add(this.balloonCheckBox_);
     this.Controls.Add(this.showToolTipbutton_);
     this.Controls.Add(this.textBox_);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "MainForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Main Form";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.contextMenuStrip_.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tSeat = new System.Windows.Forms.ToolStripTextBox();
     this.payTool = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.orderTool = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
     this.toolTech = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.btnRoom = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel8 = new System.Windows.Forms.ToolStripLabel();
     this.toolAllOrder = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
     this.btnCashierTable = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel();
     this.btnDeposit = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel();
     this.toolMember = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolPreprint = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel9 = new System.Windows.Forms.ToolStripLabel();
     this.toolPwd = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel10 = new System.Windows.Forms.ToolStripLabel();
     this.toolWarn = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel11 = new System.Windows.Forms.ToolStripLabel();
     this.toolExit = new System.Windows.Forms.ToolStripButton();
     this.seatContext = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.CtxAddNote = new System.Windows.Forms.ToolStripMenuItem();
     this.CtxLock = new System.Windows.Forms.ToolStripMenuItem();
     this.CtxSop = new System.Windows.Forms.ToolStripMenuItem();
     this.CtxRepay = new System.Windows.Forms.ToolStripMenuItem();
     this.CtxReprint = new System.Windows.Forms.ToolStripMenuItem();
     this.unWarnTool = new System.Windows.Forms.ToolStripMenuItem();
     this.undoTransferTool = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.currentUser = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.aviTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.useTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.payTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.lockTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.stopTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.warnTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.depositTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusStrip2 = new System.Windows.Forms.StatusStrip();
     this.LseatTotal = new System.Windows.Forms.ToolStripStatusLabel();
     this.seatTotal = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel20 = new System.Windows.Forms.ToolStripStatusLabel();
     this.LseatAvi = new System.Windows.Forms.ToolStripStatusLabel();
     this.seatAvi = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel21 = new System.Windows.Forms.ToolStripStatusLabel();
     this.LmoneyTotal = new System.Windows.Forms.ToolStripStatusLabel();
     this.moneyTotal = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel22 = new System.Windows.Forms.ToolStripStatusLabel();
     this.LseatPaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.seatPaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel23 = new System.Windows.Forms.ToolStripStatusLabel();
     this.LmoneyPaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.moneyPaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel24 = new System.Windows.Forms.ToolStripStatusLabel();
     this.LseatUnpaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.seatUnpaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel25 = new System.Windows.Forms.ToolStripStatusLabel();
     this.LmoneyUnpaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.moneyUnpaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.seatPanel = new System.Windows.Forms.Panel();
     this.toolStrip1.SuspendLayout();
     this.seatContext.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.statusStrip2.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(64, 64);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tSeat,
     this.payTool,
     this.toolStripLabel2,
     this.orderTool,
     this.toolStripLabel5,
     this.toolTech,
     this.toolStripLabel3,
     this.btnRoom,
     this.toolStripLabel8,
     this.toolAllOrder,
     this.toolStripLabel4,
     this.btnCashierTable,
     this.toolStripLabel6,
     this.btnDeposit,
     this.toolStripLabel7,
     this.toolMember,
     this.toolStripLabel1,
     this.toolPreprint,
     this.toolStripLabel9,
     this.toolPwd,
     this.toolStripLabel10,
     this.toolWarn,
     this.toolStripLabel11,
     this.toolExit});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(1370, 91);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text = "toolStrip1";
     //
     // tSeat
     //
     this.tSeat.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tSeat.Font = new System.Drawing.Font("微软雅黑", 28F);
     this.tSeat.Name = "tSeat";
     this.tSeat.Size = new System.Drawing.Size(100, 91);
     this.tSeat.Enter += new System.EventHandler(this.tSeat_Enter);
     //
     // payTool
     //
     this.payTool.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.payTool.Image = ((System.Drawing.Image)(resources.GetObject("payTool.Image")));
     this.payTool.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.payTool.Name = "payTool";
     this.payTool.Size = new System.Drawing.Size(70, 88);
     this.payTool.Text = "结账(F3)";
     this.payTool.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.payTool.Click += new System.EventHandler(this.payTool_Click);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(12, 88);
     this.toolStripLabel2.Text = " ";
     //
     // orderTool
     //
     this.orderTool.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.orderTool.Image = ((System.Drawing.Image)(resources.GetObject("orderTool.Image")));
     this.orderTool.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.orderTool.Name = "orderTool";
     this.orderTool.Size = new System.Drawing.Size(100, 88);
     this.orderTool.Text = "消费录入(F2)";
     this.orderTool.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.orderTool.Click += new System.EventHandler(this.orderTool_Click);
     //
     // toolStripLabel5
     //
     this.toolStripLabel5.Name = "toolStripLabel5";
     this.toolStripLabel5.Size = new System.Drawing.Size(12, 88);
     this.toolStripLabel5.Text = " ";
     //
     // toolTech
     //
     this.toolTech.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.toolTech.Image = ((System.Drawing.Image)(resources.GetObject("toolTech.Image")));
     this.toolTech.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolTech.Name = "toolTech";
     this.toolTech.Size = new System.Drawing.Size(70, 88);
     this.toolTech.Text = "技师(F1)";
     this.toolTech.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolTech.Click += new System.EventHandler(this.toolTech_Click);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(12, 88);
     this.toolStripLabel3.Text = " ";
     //
     // btnRoom
     //
     this.btnRoom.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.btnRoom.Image = ((System.Drawing.Image)(resources.GetObject("btnRoom.Image")));
     this.btnRoom.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnRoom.Name = "btnRoom";
     this.btnRoom.Size = new System.Drawing.Size(70, 88);
     this.btnRoom.Text = "包房(F4)";
     this.btnRoom.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnRoom.Click += new System.EventHandler(this.btnRoom_Click);
     //
     // toolStripLabel8
     //
     this.toolStripLabel8.Name = "toolStripLabel8";
     this.toolStripLabel8.Size = new System.Drawing.Size(12, 88);
     this.toolStripLabel8.Text = " ";
     //
     // toolAllOrder
     //
     this.toolAllOrder.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.toolAllOrder.Image = ((System.Drawing.Image)(resources.GetObject("toolAllOrder.Image")));
     this.toolAllOrder.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolAllOrder.Name = "toolAllOrder";
     this.toolAllOrder.Size = new System.Drawing.Size(100, 88);
     this.toolAllOrder.Text = "录单汇总(F9)";
     this.toolAllOrder.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolAllOrder.Click += new System.EventHandler(this.toolAllOrder_Click);
     //
     // toolStripLabel4
     //
     this.toolStripLabel4.Name = "toolStripLabel4";
     this.toolStripLabel4.Size = new System.Drawing.Size(12, 88);
     this.toolStripLabel4.Text = " ";
     //
     // btnCashierTable
     //
     this.btnCashierTable.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.btnCashierTable.Image = ((System.Drawing.Image)(resources.GetObject("btnCashierTable.Image")));
     this.btnCashierTable.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCashierTable.Name = "btnCashierTable";
     this.btnCashierTable.Size = new System.Drawing.Size(100, 88);
     this.btnCashierTable.Text = "收银报表(F5)";
     this.btnCashierTable.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnCashierTable.Click += new System.EventHandler(this.btnCashierTable_Click);
     //
     // toolStripLabel6
     //
     this.toolStripLabel6.Name = "toolStripLabel6";
     this.toolStripLabel6.Size = new System.Drawing.Size(12, 88);
     this.toolStripLabel6.Text = " ";
     //
     // btnDeposit
     //
     this.btnDeposit.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.btnDeposit.Image = ((System.Drawing.Image)(resources.GetObject("btnDeposit.Image")));
     this.btnDeposit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnDeposit.Name = "btnDeposit";
     this.btnDeposit.Size = new System.Drawing.Size(100, 88);
     this.btnDeposit.Text = "押金离场(F6)";
     this.btnDeposit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnDeposit.Click += new System.EventHandler(this.btnDeposit_Click);
     //
     // toolStripLabel7
     //
     this.toolStripLabel7.Name = "toolStripLabel7";
     this.toolStripLabel7.Size = new System.Drawing.Size(12, 88);
     this.toolStripLabel7.Text = " ";
     //
     // toolMember
     //
     this.toolMember.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.toolMember.Image = ((System.Drawing.Image)(resources.GetObject("toolMember.Image")));
     this.toolMember.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolMember.Name = "toolMember";
     this.toolMember.Size = new System.Drawing.Size(100, 88);
     this.toolMember.Text = "会员管理(F7)";
     this.toolMember.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolMember.Click += new System.EventHandler(this.toolMember_Click);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(16, 88);
     this.toolStripLabel1.Text = "  ";
     //
     // toolPreprint
     //
     this.toolPreprint.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.toolPreprint.Image = ((System.Drawing.Image)(resources.GetObject("toolPreprint.Image")));
     this.toolPreprint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolPreprint.Name = "toolPreprint";
     this.toolPreprint.Size = new System.Drawing.Size(100, 88);
     this.toolPreprint.Text = "预打账单(F8)";
     this.toolPreprint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolPreprint.Click += new System.EventHandler(this.toolPreprint_Click);
     //
     // toolStripLabel9
     //
     this.toolStripLabel9.Name = "toolStripLabel9";
     this.toolStripLabel9.Size = new System.Drawing.Size(12, 88);
     this.toolStripLabel9.Text = " ";
     //
     // toolPwd
     //
     this.toolPwd.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.toolPwd.Image = ((System.Drawing.Image)(resources.GetObject("toolPwd.Image")));
     this.toolPwd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolPwd.Name = "toolPwd";
     this.toolPwd.Size = new System.Drawing.Size(100, 88);
     this.toolPwd.Text = "修改密码(F9)";
     this.toolPwd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolPwd.Click += new System.EventHandler(this.toolPwd_Click);
     //
     // toolStripLabel10
     //
     this.toolStripLabel10.Name = "toolStripLabel10";
     this.toolStripLabel10.Size = new System.Drawing.Size(12, 88);
     this.toolStripLabel10.Text = " ";
     //
     // toolWarn
     //
     this.toolWarn.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.toolWarn.Image = ((System.Drawing.Image)(resources.GetObject("toolWarn.Image")));
     this.toolWarn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolWarn.Name = "toolWarn";
     this.toolWarn.Size = new System.Drawing.Size(70, 88);
     this.toolWarn.Text = "预定(F5)";
     this.toolWarn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolWarn.Click += new System.EventHandler(this.toolWarn_Click);
     //
     // toolStripLabel11
     //
     this.toolStripLabel11.Name = "toolStripLabel11";
     this.toolStripLabel11.Size = new System.Drawing.Size(16, 88);
     this.toolStripLabel11.Text = "  ";
     //
     // toolExit
     //
     this.toolExit.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.toolExit.Image = ((System.Drawing.Image)(resources.GetObject("toolExit.Image")));
     this.toolExit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolExit.Name = "toolExit";
     this.toolExit.Size = new System.Drawing.Size(96, 88);
     this.toolExit.Text = "退    出(ESC)";
     this.toolExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolExit.Click += new System.EventHandler(this.toolExit_Click);
     //
     // seatContext
     //
     this.seatContext.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.CtxAddNote,
     this.CtxLock,
     this.CtxSop,
     this.CtxRepay,
     this.CtxReprint,
     this.unWarnTool,
     this.undoTransferTool});
     this.seatContext.Name = "contextMenuStrip1";
     this.seatContext.Size = new System.Drawing.Size(130, 158);
     //
     // CtxAddNote
     //
     this.CtxAddNote.Name = "CtxAddNote";
     this.CtxAddNote.Size = new System.Drawing.Size(129, 22);
     this.CtxAddNote.Text = "添加备注";
     this.CtxAddNote.Click += new System.EventHandler(this.CtxAddNote_Click);
     //
     // CtxLock
     //
     this.CtxLock.Name = "CtxLock";
     this.CtxLock.Size = new System.Drawing.Size(129, 22);
     this.CtxLock.Text = "锁定/解锁";
     this.CtxLock.Click += new System.EventHandler(this.CtxLock_Click);
     //
     // CtxSop
     //
     this.CtxSop.Name = "CtxSop";
     this.CtxSop.Size = new System.Drawing.Size(129, 22);
     this.CtxSop.Text = "停用/启用";
     this.CtxSop.Click += new System.EventHandler(this.CtxSop_Click);
     //
     // CtxRepay
     //
     this.CtxRepay.Name = "CtxRepay";
     this.CtxRepay.Size = new System.Drawing.Size(129, 22);
     this.CtxRepay.Text = "重新结账";
     this.CtxRepay.Click += new System.EventHandler(this.CtxRepay_Click);
     //
     // CtxReprint
     //
     this.CtxReprint.Name = "CtxReprint";
     this.CtxReprint.Size = new System.Drawing.Size(129, 22);
     this.CtxReprint.Text = "重打账单";
     this.CtxReprint.Click += new System.EventHandler(this.CtxReprint_Click);
     //
     // unWarnTool
     //
     this.unWarnTool.Name = "unWarnTool";
     this.unWarnTool.Size = new System.Drawing.Size(129, 22);
     this.unWarnTool.Text = "解除警告";
     this.unWarnTool.Click += new System.EventHandler(this.unWarnTool_Click);
     //
     // undoTransferTool
     //
     this.undoTransferTool.Name = "undoTransferTool";
     this.undoTransferTool.Size = new System.Drawing.Size(129, 22);
     this.undoTransferTool.Text = "恢复转账";
     this.undoTransferTool.Click += new System.EventHandler(this.undoTransferTool_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Font = new System.Drawing.Font("微软雅黑", 12F);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1,
     this.currentUser,
     this.toolStripStatusLabel3,
     this.statusTip,
     this.aviTip,
     this.useTip,
     this.payTip,
     this.lockTip,
     this.stopTip,
     this.warnTip,
     this.depositTip,
     this.toolStripStatusLabel2});
     this.statusStrip1.Location = new System.Drawing.Point(0, 716);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(1370, 26);
     this.statusStrip1.TabIndex = 6;
     this.statusStrip1.TabStop = true;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 21);
     //
     // currentUser
     //
     this.currentUser.Name = "currentUser";
     this.currentUser.Size = new System.Drawing.Size(171, 21);
     this.currentUser.Text = "toolStripStatusLabel2";
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size = new System.Drawing.Size(20, 21);
     this.toolStripStatusLabel3.Text = "  ";
     //
     // statusTip
     //
     this.statusTip.Font = new System.Drawing.Font("宋体", 10F);
     this.statusTip.Name = "statusTip";
     this.statusTip.Size = new System.Drawing.Size(77, 21);
     this.statusTip.Text = "状态说明:";
     //
     // aviTip
     //
     this.aviTip.BackColor = System.Drawing.Color.White;
     this.aviTip.Font = new System.Drawing.Font("宋体", 10F);
     this.aviTip.Name = "aviTip";
     this.aviTip.Size = new System.Drawing.Size(84, 21);
     this.aviTip.Text = "   可用    ";
     //
     // useTip
     //
     this.useTip.BackColor = System.Drawing.Color.Cyan;
     this.useTip.Font = new System.Drawing.Font("宋体", 10F);
     this.useTip.Name = "useTip";
     this.useTip.Size = new System.Drawing.Size(63, 21);
     this.useTip.Text = "正在使用";
     //
     // payTip
     //
     this.payTip.BackColor = System.Drawing.Color.Gray;
     this.payTip.Font = new System.Drawing.Font("宋体", 10F);
     this.payTip.Name = "payTip";
     this.payTip.Size = new System.Drawing.Size(91, 21);
     this.payTip.Text = "    结账    ";
     //
     // lockTip
     //
     this.lockTip.BackColor = System.Drawing.Color.Orange;
     this.lockTip.Font = new System.Drawing.Font("宋体", 10F);
     this.lockTip.Name = "lockTip";
     this.lockTip.Size = new System.Drawing.Size(91, 21);
     this.lockTip.Text = "    锁定    ";
     //
     // stopTip
     //
     this.stopTip.BackColor = System.Drawing.Color.Red;
     this.stopTip.Name = "stopTip";
     this.stopTip.Size = new System.Drawing.Size(82, 21);
     this.stopTip.Text = "    停用    ";
     //
     // warnTip
     //
     this.warnTip.BackColor = System.Drawing.Color.Yellow;
     this.warnTip.Name = "warnTip";
     this.warnTip.Size = new System.Drawing.Size(74, 21);
     this.warnTip.Text = " 警告 ";
     //
     // depositTip
     //
     this.depositTip.BackColor = System.Drawing.Color.Violet;
     this.depositTip.Name = "depositTip";
     this.depositTip.Size = new System.Drawing.Size(74, 21);
     this.depositTip.Text = "押金离场";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.BackColor = System.Drawing.Color.CornflowerBlue;
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(74, 21);
     this.toolStripStatusLabel2.Text = "重新结账";
     //
     // statusStrip2
     //
     this.statusStrip2.Font = new System.Drawing.Font("微软雅黑", 12F);
     this.statusStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.LseatTotal,
     this.seatTotal,
     this.toolStripStatusLabel20,
     this.LseatAvi,
     this.seatAvi,
     this.toolStripStatusLabel21,
     this.LmoneyTotal,
     this.moneyTotal,
     this.toolStripStatusLabel22,
     this.LseatPaid,
     this.seatPaid,
     this.toolStripStatusLabel23,
     this.LmoneyPaid,
     this.moneyPaid,
     this.toolStripStatusLabel24,
     this.LseatUnpaid,
     this.seatUnpaid,
     this.toolStripStatusLabel25,
     this.LmoneyUnpaid,
     this.moneyUnpaid});
     this.statusStrip2.Location = new System.Drawing.Point(0, 690);
     this.statusStrip2.Name = "statusStrip2";
     this.statusStrip2.Size = new System.Drawing.Size(1370, 26);
     this.statusStrip2.TabIndex = 7;
     this.statusStrip2.Text = "statusStrip2";
     //
     // LseatTotal
     //
     this.LseatTotal.Font = new System.Drawing.Font("宋体", 12F);
     this.LseatTotal.Name = "LseatTotal";
     this.LseatTotal.Size = new System.Drawing.Size(80, 21);
     this.LseatTotal.Text = "总台位数:";
     //
     // seatTotal
     //
     this.seatTotal.Font = new System.Drawing.Font("宋体", 12F);
     this.seatTotal.Name = "seatTotal";
     this.seatTotal.Size = new System.Drawing.Size(40, 21);
     this.seatTotal.Text = "7000";
     //
     // toolStripStatusLabel20
     //
     this.toolStripStatusLabel20.Name = "toolStripStatusLabel20";
     this.toolStripStatusLabel20.Size = new System.Drawing.Size(20, 21);
     this.toolStripStatusLabel20.Text = "  ";
     //
     // LseatAvi
     //
     this.LseatAvi.Font = new System.Drawing.Font("宋体", 12F);
     this.LseatAvi.Name = "LseatAvi";
     this.LseatAvi.Size = new System.Drawing.Size(96, 21);
     this.LseatAvi.Text = "空闲台位数:";
     //
     // seatAvi
     //
     this.seatAvi.Font = new System.Drawing.Font("宋体", 12F);
     this.seatAvi.Name = "seatAvi";
     this.seatAvi.Size = new System.Drawing.Size(32, 21);
     this.seatAvi.Text = "100";
     //
     // toolStripStatusLabel21
     //
     this.toolStripStatusLabel21.Name = "toolStripStatusLabel21";
     this.toolStripStatusLabel21.Size = new System.Drawing.Size(60, 21);
     this.toolStripStatusLabel21.Text = "          ";
     //
     // LmoneyTotal
     //
     this.LmoneyTotal.Font = new System.Drawing.Font("宋体", 12F);
     this.LmoneyTotal.Name = "LmoneyTotal";
     this.LmoneyTotal.Size = new System.Drawing.Size(80, 21);
     this.LmoneyTotal.Text = "合计消费:";
     //
     // moneyTotal
     //
     this.moneyTotal.Font = new System.Drawing.Font("宋体", 12F);
     this.moneyTotal.Name = "moneyTotal";
     this.moneyTotal.Size = new System.Drawing.Size(40, 21);
     this.moneyTotal.Text = "7000";
     //
     // toolStripStatusLabel22
     //
     this.toolStripStatusLabel22.Name = "toolStripStatusLabel22";
     this.toolStripStatusLabel22.Size = new System.Drawing.Size(25, 21);
     this.toolStripStatusLabel22.Text = "   ";
     //
     // LseatPaid
     //
     this.LseatPaid.Font = new System.Drawing.Font("宋体", 12F);
     this.LseatPaid.Name = "LseatPaid";
     this.LseatPaid.Size = new System.Drawing.Size(64, 21);
     this.LseatPaid.Text = "已结账:";
     //
     // seatPaid
     //
     this.seatPaid.Font = new System.Drawing.Font("宋体", 12F);
     this.seatPaid.Name = "seatPaid";
     this.seatPaid.Size = new System.Drawing.Size(24, 21);
     this.seatPaid.Text = "10";
     //
     // toolStripStatusLabel23
     //
     this.toolStripStatusLabel23.Name = "toolStripStatusLabel23";
     this.toolStripStatusLabel23.Size = new System.Drawing.Size(15, 21);
     this.toolStripStatusLabel23.Text = " ";
     //
     // LmoneyPaid
     //
     this.LmoneyPaid.Font = new System.Drawing.Font("宋体", 12F);
     this.LmoneyPaid.Name = "LmoneyPaid";
     this.LmoneyPaid.Size = new System.Drawing.Size(48, 21);
     this.LmoneyPaid.Text = "金额:";
     //
     // moneyPaid
     //
     this.moneyPaid.Font = new System.Drawing.Font("宋体", 12F);
     this.moneyPaid.Name = "moneyPaid";
     this.moneyPaid.Size = new System.Drawing.Size(40, 21);
     this.moneyPaid.Text = "7000";
     //
     // toolStripStatusLabel24
     //
     this.toolStripStatusLabel24.Name = "toolStripStatusLabel24";
     this.toolStripStatusLabel24.Size = new System.Drawing.Size(30, 21);
     this.toolStripStatusLabel24.Text = "    ";
     //
     // LseatUnpaid
     //
     this.LseatUnpaid.Font = new System.Drawing.Font("宋体", 12F);
     this.LseatUnpaid.Name = "LseatUnpaid";
     this.LseatUnpaid.Size = new System.Drawing.Size(64, 21);
     this.LseatUnpaid.Text = "未结账:";
     //
     // seatUnpaid
     //
     this.seatUnpaid.Font = new System.Drawing.Font("宋体", 12F);
     this.seatUnpaid.Name = "seatUnpaid";
     this.seatUnpaid.Size = new System.Drawing.Size(40, 21);
     this.seatUnpaid.Text = "7000";
     //
     // toolStripStatusLabel25
     //
     this.toolStripStatusLabel25.Name = "toolStripStatusLabel25";
     this.toolStripStatusLabel25.Size = new System.Drawing.Size(15, 21);
     this.toolStripStatusLabel25.Text = " ";
     //
     // LmoneyUnpaid
     //
     this.LmoneyUnpaid.Font = new System.Drawing.Font("宋体", 12F);
     this.LmoneyUnpaid.Name = "LmoneyUnpaid";
     this.LmoneyUnpaid.Size = new System.Drawing.Size(48, 21);
     this.LmoneyUnpaid.Text = "金额:";
     //
     // moneyUnpaid
     //
     this.moneyUnpaid.Font = new System.Drawing.Font("宋体", 12F);
     this.moneyUnpaid.Name = "moneyUnpaid";
     this.moneyUnpaid.Size = new System.Drawing.Size(40, 21);
     this.moneyUnpaid.Text = "7000";
     //
     // seatPanel
     //
     this.seatPanel.AutoScroll = true;
     this.seatPanel.BackColor = System.Drawing.Color.White;
     this.seatPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.seatPanel.Location = new System.Drawing.Point(0, 91);
     this.seatPanel.Name = "seatPanel";
     this.seatPanel.Size = new System.Drawing.Size(1370, 599);
     this.seatPanel.TabIndex = 9;
     //
     // MainWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1370, 742);
     this.Controls.Add(this.seatPanel);
     this.Controls.Add(this.statusStrip2);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip1);
     this.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name = "MainWindow";
     this.Text = "前台";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.ReceptionSeatForm_Load);
     this.SizeChanged += new System.EventHandler(this.MainWindow_SizeChanged);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_KeyDown);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.seatContext.ResumeLayout(false);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.statusStrip2.ResumeLayout(false);
     this.statusStrip2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.MenuStrip                 menuStrip1;
     System.Windows.Forms.ToolStripMenuItem         fileToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem         loadToolStripMenuItem;
     System.Windows.Forms.ToolStripSeparator        toolStripMenuItem1;
     System.Windows.Forms.ToolStripSeparator        toolStripMenuItem2;
     System.Windows.Forms.ToolStripMenuItem         exitToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem         donateToolStripMenuItem;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
     System.Windows.Forms.TabPage          tabPage1;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     System.Windows.Forms.Label            label5;
     System.Windows.Forms.Label            label3;
     System.Windows.Forms.Label            label2;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.Label            label4;
     System.Windows.Forms.TabPage          tabPage2;
     System.Windows.Forms.TabPage          tabPage5;
     this.saveToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.load1ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.load2ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.load3ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.tableLayoutPanel2        = new System.Windows.Forms.TableLayoutPanel();
     this.levelLabel               = new System.Windows.Forms.Label();
     this.characterNameBox         = new System.Windows.Forms.TextBox();
     this.moneyUpDown              = new System.Windows.Forms.NumericUpDown();
     this.experienceUpDown         = new System.Windows.Forms.NumericUpDown();
     this.headerIdBox              = new System.Windows.Forms.TextBox();
     this.chipsListView            = new BrightIdeasSoftware.ObjectListView();
     this.chipsPositionColumn      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.chipsNameColumn          = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.chipsLevelColumn         = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.chipsWeightColumn        = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.corpseInventoryListView  = new BrightIdeasSoftware.ObjectListView();
     this.corpseItemPositionColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.corpseItemIdColumn       = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.corpseItemQuantityColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.tabControl               = new System.Windows.Forms.TabControl();
     this.tabPage4             = new System.Windows.Forms.TabPage();
     this.inventoryListView    = new BrightIdeasSoftware.ObjectListView();
     this.itemPositionColumn   = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.itemIdColumn         = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.itemQuantityColumn   = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.tabPage3             = new System.Windows.Forms.TabPage();
     this.weaponsListView      = new BrightIdeasSoftware.ObjectListView();
     this.weaponPositionColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.weaponObtainedColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.weaponNameColumn     = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.weaponLevelColumn    = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.itemNameColumn       = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.corpseItemNameColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     menuStrip1              = new System.Windows.Forms.MenuStrip();
     fileToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     loadToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem1      = new System.Windows.Forms.ToolStripSeparator();
     toolStripMenuItem2      = new System.Windows.Forms.ToolStripSeparator();
     exitToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     donateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     tabPage1          = new System.Windows.Forms.TabPage();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     label5            = new System.Windows.Forms.Label();
     label3            = new System.Windows.Forms.Label();
     label2            = new System.Windows.Forms.Label();
     label1            = new System.Windows.Forms.Label();
     label4            = new System.Windows.Forms.Label();
     tabPage2          = new System.Windows.Forms.TabPage();
     tabPage5          = new System.Windows.Forms.TabPage();
     menuStrip1.SuspendLayout();
     tabPage1.SuspendLayout();
     tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.moneyUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.experienceUpDown)).BeginInit();
     tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chipsListView)).BeginInit();
     tabPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.corpseInventoryListView)).BeginInit();
     this.tabControl.SuspendLayout();
     this.tabPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.inventoryListView)).BeginInit();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.weaponsListView)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     menuStrip1.BackColor  = System.Drawing.SystemColors.Control;
     menuStrip1.GripMargin = new System.Windows.Forms.Padding(2);
     menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         fileToolStripMenuItem,
         donateToolStripMenuItem
     });
     menuStrip1.Location = new System.Drawing.Point(0, 0);
     menuStrip1.Name     = "menuStrip1";
     menuStrip1.Size     = new System.Drawing.Size(460, 24);
     menuStrip1.TabIndex = 0;
     menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         loadToolStripMenuItem,
         this.saveToolStripMenuItem,
         toolStripMenuItem1,
         this.load1ToolStripMenuItem,
         this.load2ToolStripMenuItem,
         this.load3ToolStripMenuItem,
         toolStripMenuItem2,
         exitToolStripMenuItem
     });
     fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     fileToolStripMenuItem.Text = "File";
     //
     // loadToolStripMenuItem
     //
     loadToolStripMenuItem.Name   = "loadToolStripMenuItem";
     loadToolStripMenuItem.Size   = new System.Drawing.Size(116, 22);
     loadToolStripMenuItem.Text   = "Load";
     loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Enabled = false;
     this.saveToolStripMenuItem.Name    = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.Size    = new System.Drawing.Size(116, 22);
     this.saveToolStripMenuItem.Text    = "Save";
     this.saveToolStripMenuItem.Click  += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     toolStripMenuItem1.Name = "toolStripMenuItem1";
     toolStripMenuItem1.Size = new System.Drawing.Size(113, 6);
     //
     // load1ToolStripMenuItem
     //
     this.load1ToolStripMenuItem.Enabled = false;
     this.load1ToolStripMenuItem.Name    = "load1ToolStripMenuItem";
     this.load1ToolStripMenuItem.Size    = new System.Drawing.Size(116, 22);
     this.load1ToolStripMenuItem.Text    = "Load #1";
     this.load1ToolStripMenuItem.Click  += new System.EventHandler(this.load1ToolStripMenuItem_Click);
     //
     // load2ToolStripMenuItem
     //
     this.load2ToolStripMenuItem.Enabled = false;
     this.load2ToolStripMenuItem.Name    = "load2ToolStripMenuItem";
     this.load2ToolStripMenuItem.Size    = new System.Drawing.Size(116, 22);
     this.load2ToolStripMenuItem.Text    = "Load #2";
     this.load2ToolStripMenuItem.Click  += new System.EventHandler(this.load2ToolStripMenuItem_Click);
     //
     // load3ToolStripMenuItem
     //
     this.load3ToolStripMenuItem.Enabled = false;
     this.load3ToolStripMenuItem.Name    = "load3ToolStripMenuItem";
     this.load3ToolStripMenuItem.Size    = new System.Drawing.Size(116, 22);
     this.load3ToolStripMenuItem.Text    = "Load #3";
     this.load3ToolStripMenuItem.Click  += new System.EventHandler(this.load3ToolStripMenuItem_Click);
     //
     // toolStripMenuItem2
     //
     toolStripMenuItem2.Name = "toolStripMenuItem2";
     toolStripMenuItem2.Size = new System.Drawing.Size(113, 6);
     //
     // exitToolStripMenuItem
     //
     exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     exitToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     exitToolStripMenuItem.Text = "Exit";
     //
     // donateToolStripMenuItem
     //
     donateToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("donateToolStripMenuItem.Image")));
     donateToolStripMenuItem.Name   = "donateToolStripMenuItem";
     donateToolStripMenuItem.Size   = new System.Drawing.Size(107, 20);
     donateToolStripMenuItem.Text   = "Like this tool?";
     donateToolStripMenuItem.Click += new System.EventHandler(this.donateToolStripMenuItem_Click);
     //
     // tabPage1
     //
     tabPage1.Controls.Add(tableLayoutPanel1);
     tabPage1.Location = new System.Drawing.Point(4, 22);
     tabPage1.Name     = "tabPage1";
     tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     tabPage1.Size     = new System.Drawing.Size(428, 448);
     tabPage1.TabIndex = 0;
     tabPage1.Text     = "General";
     tabPage1.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 1;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 3;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(422, 442);
     tableLayoutPanel1.TabIndex = 0;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.AutoSize    = true;
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(label5, 0, 4);
     this.tableLayoutPanel2.Controls.Add(this.levelLabel, 0, 4);
     this.tableLayoutPanel2.Controls.Add(label3, 0, 3);
     this.tableLayoutPanel2.Controls.Add(label2, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.characterNameBox, 1, 1);
     this.tableLayoutPanel2.Controls.Add(label1, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.moneyUpDown, 1, 2);
     this.tableLayoutPanel2.Controls.Add(this.experienceUpDown, 1, 3);
     this.tableLayoutPanel2.Controls.Add(label4, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.headerIdBox, 1, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 159);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 5;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(416, 124);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // label5
     //
     label5.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     label5.AutoSize = true;
     label5.Location = new System.Drawing.Point(3, 107);
     label5.Name     = "label5";
     label5.Size     = new System.Drawing.Size(36, 13);
     label5.TabIndex = 9;
     label5.Text     = "Level:";
     //
     // levelLabel
     //
     this.levelLabel.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.levelLabel.AutoSize = true;
     this.levelLabel.Location = new System.Drawing.Point(96, 107);
     this.levelLabel.Name     = "levelLabel";
     this.levelLabel.Size     = new System.Drawing.Size(0, 13);
     this.levelLabel.TabIndex = 8;
     //
     // label3
     //
     label3.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(3, 84);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(63, 13);
     label3.TabIndex = 5;
     label3.Text     = "Experience:";
     //
     // label2
     //
     label2.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(3, 58);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(42, 13);
     label2.TabIndex = 4;
     label2.Text     = "Money:";
     //
     // characterNameBox
     //
     this.characterNameBox.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.characterNameBox.Location  = new System.Drawing.Point(96, 29);
     this.characterNameBox.MaxLength = 34;
     this.characterNameBox.Name      = "characterNameBox";
     this.characterNameBox.Size      = new System.Drawing.Size(317, 20);
     this.characterNameBox.TabIndex  = 0;
     //
     // label1
     //
     label1.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(3, 32);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(87, 13);
     label1.TabIndex = 3;
     label1.Text     = "Character Name:";
     //
     // moneyUpDown
     //
     this.moneyUpDown.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.moneyUpDown.Location = new System.Drawing.Point(96, 55);
     this.moneyUpDown.Maximum  = new decimal(new int[] {
         9999999,
         0,
         0,
         0
     });
     this.moneyUpDown.Name               = "moneyUpDown";
     this.moneyUpDown.Size               = new System.Drawing.Size(317, 20);
     this.moneyUpDown.TabIndex           = 6;
     this.moneyUpDown.ThousandsSeparator = true;
     //
     // experienceUpDown
     //
     this.experienceUpDown.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.experienceUpDown.Location = new System.Drawing.Point(96, 81);
     this.experienceUpDown.Maximum  = new decimal(new int[] {
         9999999,
         0,
         0,
         0
     });
     this.experienceUpDown.Name               = "experienceUpDown";
     this.experienceUpDown.Size               = new System.Drawing.Size(317, 20);
     this.experienceUpDown.TabIndex           = 7;
     this.experienceUpDown.ThousandsSeparator = true;
     this.experienceUpDown.ValueChanged      += new System.EventHandler(this.experienceUpDown_ValueChanged);
     //
     // label4
     //
     label4.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(3, 6);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(59, 13);
     label4.TabIndex = 10;
     label4.Text     = "Header ID:";
     //
     // headerIdBox
     //
     this.headerIdBox.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.headerIdBox.Location     = new System.Drawing.Point(96, 3);
     this.headerIdBox.MaxLength    = 24;
     this.headerIdBox.Name         = "headerIdBox";
     this.headerIdBox.Size         = new System.Drawing.Size(317, 20);
     this.headerIdBox.TabIndex     = 11;
     this.headerIdBox.TextChanged += new System.EventHandler(this.headerIdBox_TextChanged);
     //
     // tabPage2
     //
     tabPage2.Controls.Add(this.chipsListView);
     tabPage2.Location = new System.Drawing.Point(4, 22);
     tabPage2.Name     = "tabPage2";
     tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     tabPage2.Size     = new System.Drawing.Size(428, 448);
     tabPage2.TabIndex = 1;
     tabPage2.Text     = "Chips";
     tabPage2.UseVisualStyleBackColor = true;
     //
     // chipsListView
     //
     this.chipsListView.AllColumns.Add(this.chipsPositionColumn);
     this.chipsListView.AllColumns.Add(this.chipsNameColumn);
     this.chipsListView.AllColumns.Add(this.chipsLevelColumn);
     this.chipsListView.AllColumns.Add(this.chipsWeightColumn);
     this.chipsListView.CellEditActivation   = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick;
     this.chipsListView.CellEditUseWholeCell = false;
     this.chipsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chipsPositionColumn,
         this.chipsNameColumn,
         this.chipsLevelColumn,
         this.chipsWeightColumn
     });
     this.chipsListView.Cursor        = System.Windows.Forms.Cursors.Default;
     this.chipsListView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.chipsListView.FullRowSelect = true;
     this.chipsListView.GridLines     = true;
     this.chipsListView.HideSelection = false;
     this.chipsListView.Location      = new System.Drawing.Point(3, 3);
     this.chipsListView.Name          = "chipsListView";
     this.chipsListView.ShowGroups    = false;
     this.chipsListView.Size          = new System.Drawing.Size(422, 442);
     this.chipsListView.TabIndex      = 0;
     this.chipsListView.UseCompatibleStateImageBehavior = false;
     this.chipsListView.View = System.Windows.Forms.View.Details;
     this.chipsListView.CellEditFinishing += new BrightIdeasSoftware.CellEditEventHandler(this.chipsListView_CellEditFinishing);
     this.chipsListView.CellEditStarting  += new BrightIdeasSoftware.CellEditEventHandler(this.chipsListView_CellEditStarting);
     //
     // chipsPositionColumn
     //
     this.chipsPositionColumn.AspectName           = "Position";
     this.chipsPositionColumn.AspectToStringFormat = "[{0}]";
     this.chipsPositionColumn.IsEditable           = false;
     this.chipsPositionColumn.Text = "Position";
     //
     // chipsNameColumn
     //
     this.chipsNameColumn.AspectName = "Name";
     this.chipsNameColumn.Text       = "Name";
     this.chipsNameColumn.Width      = 200;
     //
     // chipsLevelColumn
     //
     this.chipsLevelColumn.AspectName = "Level";
     this.chipsLevelColumn.Text       = "Level";
     //
     // chipsWeightColumn
     //
     this.chipsWeightColumn.AspectName = "Weight";
     this.chipsWeightColumn.Text       = "Weight";
     //
     // tabPage5
     //
     tabPage5.Controls.Add(this.corpseInventoryListView);
     tabPage5.Location = new System.Drawing.Point(4, 22);
     tabPage5.Name     = "tabPage5";
     tabPage5.Padding  = new System.Windows.Forms.Padding(3);
     tabPage5.Size     = new System.Drawing.Size(428, 448);
     tabPage5.TabIndex = 4;
     tabPage5.Text     = "Corpse Inventory";
     tabPage5.UseVisualStyleBackColor = true;
     //
     // corpseInventoryListView
     //
     this.corpseInventoryListView.AllColumns.Add(this.corpseItemPositionColumn);
     this.corpseInventoryListView.AllColumns.Add(this.corpseItemIdColumn);
     this.corpseInventoryListView.AllColumns.Add(this.corpseItemNameColumn);
     this.corpseInventoryListView.AllColumns.Add(this.corpseItemQuantityColumn);
     this.corpseInventoryListView.CellEditActivation   = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick;
     this.corpseInventoryListView.CellEditUseWholeCell = false;
     this.corpseInventoryListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.corpseItemPositionColumn,
         this.corpseItemIdColumn,
         this.corpseItemNameColumn,
         this.corpseItemQuantityColumn
     });
     this.corpseInventoryListView.Cursor        = System.Windows.Forms.Cursors.Default;
     this.corpseInventoryListView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.corpseInventoryListView.FullRowSelect = true;
     this.corpseInventoryListView.GridLines     = true;
     this.corpseInventoryListView.HideSelection = false;
     this.corpseInventoryListView.Location      = new System.Drawing.Point(3, 3);
     this.corpseInventoryListView.Name          = "corpseInventoryListView";
     this.corpseInventoryListView.ShowGroups    = false;
     this.corpseInventoryListView.Size          = new System.Drawing.Size(422, 442);
     this.corpseInventoryListView.TabIndex      = 3;
     this.corpseInventoryListView.UseCompatibleStateImageBehavior = false;
     this.corpseInventoryListView.View              = System.Windows.Forms.View.Details;
     this.corpseInventoryListView.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.inventoryListView_CellEditFinished);
     this.corpseInventoryListView.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.inventoryListView_CellEditStarting);
     //
     // corpseItemPositionColumn
     //
     this.corpseItemPositionColumn.AspectName           = "Position";
     this.corpseItemPositionColumn.AspectToStringFormat = "[{0}]";
     this.corpseItemPositionColumn.IsEditable           = false;
     this.corpseItemPositionColumn.Text = "Position";
     //
     // corpseItemIdColumn
     //
     this.corpseItemIdColumn.AspectName = "Id";
     this.corpseItemIdColumn.IsEditable = false;
     this.corpseItemIdColumn.Text       = "Id";
     //
     // corpseItemQuantityColumn
     //
     this.corpseItemQuantityColumn.AspectName = "Quantity";
     this.corpseItemQuantityColumn.Text       = "Quantity";
     //
     // tabControl
     //
     this.tabControl.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.tabControl.Controls.Add(tabPage1);
     this.tabControl.Controls.Add(this.tabPage4);
     this.tabControl.Controls.Add(tabPage5);
     this.tabControl.Controls.Add(tabPage2);
     this.tabControl.Controls.Add(this.tabPage3);
     this.tabControl.Enabled       = false;
     this.tabControl.Location      = new System.Drawing.Point(12, 27);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(436, 474);
     this.tabControl.TabIndex      = 1;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.inventoryListView);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size     = new System.Drawing.Size(428, 448);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "Inventory";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // inventoryListView
     //
     this.inventoryListView.AllColumns.Add(this.itemPositionColumn);
     this.inventoryListView.AllColumns.Add(this.itemIdColumn);
     this.inventoryListView.AllColumns.Add(this.itemNameColumn);
     this.inventoryListView.AllColumns.Add(this.itemQuantityColumn);
     this.inventoryListView.CellEditActivation   = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick;
     this.inventoryListView.CellEditUseWholeCell = false;
     this.inventoryListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.itemPositionColumn,
         this.itemIdColumn,
         this.itemNameColumn,
         this.itemQuantityColumn
     });
     this.inventoryListView.Cursor        = System.Windows.Forms.Cursors.Default;
     this.inventoryListView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.inventoryListView.FullRowSelect = true;
     this.inventoryListView.GridLines     = true;
     this.inventoryListView.HideSelection = false;
     this.inventoryListView.Location      = new System.Drawing.Point(3, 3);
     this.inventoryListView.Name          = "inventoryListView";
     this.inventoryListView.ShowGroups    = false;
     this.inventoryListView.Size          = new System.Drawing.Size(422, 442);
     this.inventoryListView.TabIndex      = 2;
     this.inventoryListView.UseCompatibleStateImageBehavior = false;
     this.inventoryListView.View              = System.Windows.Forms.View.Details;
     this.inventoryListView.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.inventoryListView_CellEditFinished);
     this.inventoryListView.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.inventoryListView_CellEditStarting);
     //
     // itemPositionColumn
     //
     this.itemPositionColumn.AspectName           = "Position";
     this.itemPositionColumn.AspectToStringFormat = "[{0}]";
     this.itemPositionColumn.IsEditable           = false;
     this.itemPositionColumn.Text = "Position";
     //
     // itemIdColumn
     //
     this.itemIdColumn.AspectName = "Id";
     this.itemIdColumn.IsEditable = false;
     this.itemIdColumn.Text       = "Id";
     //
     // itemQuantityColumn
     //
     this.itemQuantityColumn.AspectName = "Quantity";
     this.itemQuantityColumn.Text       = "Quantity";
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.weaponsListView);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size     = new System.Drawing.Size(428, 448);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Weapons";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // weaponsListView
     //
     this.weaponsListView.AllColumns.Add(this.weaponPositionColumn);
     this.weaponsListView.AllColumns.Add(this.weaponObtainedColumn);
     this.weaponsListView.AllColumns.Add(this.weaponNameColumn);
     this.weaponsListView.AllColumns.Add(this.weaponLevelColumn);
     this.weaponsListView.CellEditActivation   = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick;
     this.weaponsListView.CellEditUseWholeCell = false;
     this.weaponsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.weaponPositionColumn,
         this.weaponObtainedColumn,
         this.weaponNameColumn,
         this.weaponLevelColumn
     });
     this.weaponsListView.Cursor        = System.Windows.Forms.Cursors.Default;
     this.weaponsListView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.weaponsListView.FullRowSelect = true;
     this.weaponsListView.GridLines     = true;
     this.weaponsListView.HideSelection = false;
     this.weaponsListView.Location      = new System.Drawing.Point(3, 3);
     this.weaponsListView.Name          = "weaponsListView";
     this.weaponsListView.ShowGroups    = false;
     this.weaponsListView.Size          = new System.Drawing.Size(422, 442);
     this.weaponsListView.TabIndex      = 1;
     this.weaponsListView.UseCompatibleStateImageBehavior = false;
     this.weaponsListView.View              = System.Windows.Forms.View.Details;
     this.weaponsListView.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.weaponsListView_CellEditStarting);
     //
     // weaponPositionColumn
     //
     this.weaponPositionColumn.AspectName           = "Position";
     this.weaponPositionColumn.AspectToStringFormat = "[{0}]";
     this.weaponPositionColumn.IsEditable           = false;
     this.weaponPositionColumn.Text = "Position";
     //
     // weaponObtainedColumn
     //
     this.weaponObtainedColumn.AspectName = "Obtained";
     this.weaponObtainedColumn.CheckBoxes = true;
     this.weaponObtainedColumn.Text       = "Obtained?";
     this.weaponObtainedColumn.Width      = 80;
     //
     // weaponNameColumn
     //
     this.weaponNameColumn.AspectName = "Name";
     this.weaponNameColumn.IsEditable = false;
     this.weaponNameColumn.Text       = "Name";
     this.weaponNameColumn.Width      = 200;
     //
     // weaponLevelColumn
     //
     this.weaponLevelColumn.AspectName = "Level";
     this.weaponLevelColumn.Text       = "Level";
     //
     // itemNameColumn
     //
     this.itemNameColumn.AspectName = "Name";
     this.itemNameColumn.Text       = "Name";
     this.itemNameColumn.Width      = 180;
     //
     // corpseItemNameColumn
     //
     this.corpseItemNameColumn.AspectName = "Name";
     this.corpseItemNameColumn.Text       = "Name";
     this.corpseItemNameColumn.Width      = 180;
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(460, 513);
     this.Controls.Add(this.tabControl);
     this.Controls.Add(menuStrip1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "Main";
     this.Text  = "NieR: Automata - Save Editor";
     this.Load += new System.EventHandler(this.Main_Load);
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     tabPage1.ResumeLayout(false);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.moneyUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.experienceUpDown)).EndInit();
     tabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chipsListView)).EndInit();
     tabPage5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.corpseInventoryListView)).EndInit();
     this.tabControl.ResumeLayout(false);
     this.tabPage4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.inventoryListView)).EndInit();
     this.tabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.weaponsListView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #33
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components             = new System.ComponentModel.Container();
     this.panel2                 = new System.Windows.Forms.Panel();
     this.treeView1              = new System.Windows.Forms.TreeView();
     this.dataGridView1          = new System.Windows.Forms.DataGridView();
     this.Column1                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.contextMenuStrip1      = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.历史入库价ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.radioButtonCurStock    = new System.Windows.Forms.RadioButton();
     this.radioButtonHisStock    = new System.Windows.Forms.RadioButton();
     this.comboBoxPeriod         = new System.Windows.Forms.ComboBox();
     this.label1                 = new System.Windows.Forms.Label();
     this.buttonCX               = new System.Windows.Forms.Button();
     this.buttonPrint            = new System.Windows.Forms.Button();
     this.label10                = new System.Windows.Forms.Label();
     this.textBoxFindGoods       = new System.Windows.Forms.TextBox();
     this.checkBox1              = new System.Windows.Forms.CheckBox();
     this.checkBox2              = new System.Windows.Forms.CheckBox();
     this.checkBox3              = new System.Windows.Forms.CheckBox();
     this.buttonPrint1           = new System.Windows.Forms.Button();
     this.button1                = new System.Windows.Forms.Button();
     this.comboBoxWareHouseID    = new System.Windows.Forms.ComboBox();
     this.label2                 = new System.Windows.Forms.Label();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.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.panel2.Controls.Add(this.treeView1);
     this.panel2.Controls.Add(this.dataGridView1);
     this.panel2.Location = new System.Drawing.Point(27, 135);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(693, 139);
     this.panel2.TabIndex = 6;
     //
     // treeView1
     //
     this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.treeView1.Location     = new System.Drawing.Point(13, 3);
     this.treeView1.Name         = "treeView1";
     this.treeView1.Size         = new System.Drawing.Size(153, 133);
     this.treeView1.TabIndex     = 0;
     this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeView1AfterSelect);
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.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.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1
     });
     this.dataGridView1.ContextMenuStrip   = this.contextMenuStrip1;
     this.dataGridView1.Location           = new System.Drawing.Point(172, 3);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size               = new System.Drawing.Size(509, 133);
     this.dataGridView1.TabIndex           = 1;
     //
     // Column1
     //
     this.Column1.HeaderText = "Column1";
     this.Column1.Name       = "Column1";
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.历史入库价ToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(137, 26);
     //
     // 历史入库价ToolStripMenuItem
     //
     this.历史入库价ToolStripMenuItem.Name   = "历史入库价ToolStripMenuItem";
     this.历史入库价ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.历史入库价ToolStripMenuItem.Text   = "历史入库价";
     this.历史入库价ToolStripMenuItem.Click += new System.EventHandler(this.历史入库价ToolStripMenuItemClick);
     //
     // radioButtonCurStock
     //
     this.radioButtonCurStock.Checked  = true;
     this.radioButtonCurStock.Location = new System.Drawing.Point(27, 40);
     this.radioButtonCurStock.Name     = "radioButtonCurStock";
     this.radioButtonCurStock.Size     = new System.Drawing.Size(82, 24);
     this.radioButtonCurStock.TabIndex = 0;
     this.radioButtonCurStock.TabStop  = true;
     this.radioButtonCurStock.Text     = "当前库存";
     this.radioButtonCurStock.UseVisualStyleBackColor = true;
     this.radioButtonCurStock.Click += new System.EventHandler(this.RadioButtonCurStockClick);
     //
     // radioButtonHisStock
     //
     this.radioButtonHisStock.Location = new System.Drawing.Point(137, 40);
     this.radioButtonHisStock.Name     = "radioButtonHisStock";
     this.radioButtonHisStock.Size     = new System.Drawing.Size(91, 24);
     this.radioButtonHisStock.TabIndex = 1;
     this.radioButtonHisStock.Text     = "历史库存";
     this.radioButtonHisStock.UseVisualStyleBackColor = true;
     this.radioButtonHisStock.Click += new System.EventHandler(this.RadioButtonHisStockClick);
     //
     // comboBoxPeriod
     //
     this.comboBoxPeriod.FormattingEnabled = true;
     this.comboBoxPeriod.Location          = new System.Drawing.Point(402, 42);
     this.comboBoxPeriod.Name     = "comboBoxPeriod";
     this.comboBoxPeriod.Size     = new System.Drawing.Size(96, 20);
     this.comboBoxPeriod.TabIndex = 2;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(284, 41);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(112, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "请选择库存周期:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // buttonCX
     //
     this.buttonCX.Enabled  = false;
     this.buttonCX.Location = new System.Drawing.Point(520, 41);
     this.buttonCX.Name     = "buttonCX";
     this.buttonCX.Size     = new System.Drawing.Size(115, 23);
     this.buttonCX.TabIndex = 3;
     this.buttonCX.Text     = "查询历史库存";
     this.buttonCX.UseVisualStyleBackColor = true;
     this.buttonCX.Click += new System.EventHandler(this.ButtonCXClick);
     //
     // buttonPrint
     //
     this.buttonPrint.Location = new System.Drawing.Point(520, 76);
     this.buttonPrint.Name     = "buttonPrint";
     this.buttonPrint.Size     = new System.Drawing.Size(115, 23);
     this.buttonPrint.TabIndex = 5;
     this.buttonPrint.Text     = "全库存打印";
     this.buttonPrint.UseVisualStyleBackColor = true;
     this.buttonPrint.Click += new System.EventHandler(this.ButtonPrintClick);
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(27, 76);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(67, 23);
     this.label10.TabIndex  = 0;
     this.label10.Text      = "限定货品:";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxFindGoods
     //
     this.textBoxFindGoods.Location     = new System.Drawing.Point(100, 76);
     this.textBoxFindGoods.Name         = "textBoxFindGoods";
     this.textBoxFindGoods.Size         = new System.Drawing.Size(398, 21);
     this.textBoxFindGoods.TabIndex     = 4;
     this.textBoxFindGoods.TextChanged += new System.EventHandler(this.TextBoxFindGoodsTextChanged);
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(27, 103);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(104, 24);
     this.checkBox1.TabIndex = 7;
     this.checkBox1.Text     = "显示正库存";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged         += new System.EventHandler(this.CheckBox1CheckedChanged);
     //
     // checkBox2
     //
     this.checkBox2.Location = new System.Drawing.Point(124, 103);
     this.checkBox2.Name     = "checkBox2";
     this.checkBox2.Size     = new System.Drawing.Size(104, 24);
     this.checkBox2.TabIndex = 7;
     this.checkBox2.Text     = "显示零库存";
     this.checkBox2.UseVisualStyleBackColor = true;
     this.checkBox2.CheckedChanged         += new System.EventHandler(this.CheckBox2CheckedChanged);
     //
     // checkBox3
     //
     this.checkBox3.Location = new System.Drawing.Point(216, 103);
     this.checkBox3.Name     = "checkBox3";
     this.checkBox3.Size     = new System.Drawing.Size(104, 24);
     this.checkBox3.TabIndex = 7;
     this.checkBox3.Text     = "显示负库存";
     this.checkBox3.UseVisualStyleBackColor = true;
     this.checkBox3.CheckedChanged         += new System.EventHandler(this.CheckBox3CheckedChanged);
     //
     // buttonPrint1
     //
     this.buttonPrint1.Location = new System.Drawing.Point(520, 103);
     this.buttonPrint1.Name     = "buttonPrint1";
     this.buttonPrint1.Size     = new System.Drawing.Size(115, 23);
     this.buttonPrint1.TabIndex = 5;
     this.buttonPrint1.Text     = "打印非零库存";
     this.buttonPrint1.UseVisualStyleBackColor = true;
     this.buttonPrint1.Click += new System.EventHandler(this.ButtonPrint1Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(383, 103);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(115, 23);
     this.button1.TabIndex = 5;
     this.button1.Text     = "打印选中库存";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // comboBoxWareHouseID
     //
     this.comboBoxWareHouseID.FormattingEnabled = true;
     this.comboBoxWareHouseID.Location          = new System.Drawing.Point(124, 12);
     this.comboBoxWareHouseID.Name                  = "comboBoxWareHouseID";
     this.comboBoxWareHouseID.Size                  = new System.Drawing.Size(183, 20);
     this.comboBoxWareHouseID.TabIndex              = 8;
     this.comboBoxWareHouseID.SelectedIndexChanged += new System.EventHandler(this.ComboBoxWareHouseIDSelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(27, 11);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(104, 23);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "请指定库房:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // FormStock1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(732, 286);
     this.Controls.Add(this.comboBoxWareHouseID);
     this.Controls.Add(this.checkBox3);
     this.Controls.Add(this.checkBox2);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.textBoxFindGoods);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.buttonPrint1);
     this.Controls.Add(this.buttonPrint);
     this.Controls.Add(this.buttonCX);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.comboBoxPeriod);
     this.Controls.Add(this.radioButtonHisStock);
     this.Controls.Add(this.radioButtonCurStock);
     this.Controls.Add(this.panel2);
     this.Name  = "FormStock1";
     this.Text  = "库存信息";
     this.Load += new System.EventHandler(this.FormStock1Load);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HomeForm));
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripDropDownButton1          = new System.Windows.Forms.ToolStripDropDownButton();
     this.decompileApkFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1               = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripDropDownButton2          = new System.Windows.Forms.ToolStripDropDownButton();
     this.devToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.gitHubOpenSourceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.apkToolToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.pictureBox1      = new System.Windows.Forms.PictureBox();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.listView1        = new System.Windows.Forms.ListView();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.listView2        = new System.Windows.Forms.ListView();
     this.button1          = new System.Windows.Forms.Button();
     this.button2          = new System.Windows.Forms.Button();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.flowLayoutPanel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripDropDownButton1,
         this.toolStripSeparator1,
         this.toolStripDropDownButton2
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Padding  = new System.Windows.Forms.Padding(5, 0, 1, 0);
     this.toolStrip1.Size     = new System.Drawing.Size(624, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.BackColor    = System.Drawing.Color.Transparent;
     this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.decompileApkFileToolStripMenuItem
     });
     this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
     this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.ShowDropDownArrow = false;
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(40, 22);
     this.toolStripDropDownButton1.Text = "Файл";
     //
     // decompileApkFileToolStripMenuItem
     //
     this.decompileApkFileToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("decompileApkFileToolStripMenuItem.Image")));
     this.decompileApkFileToolStripMenuItem.Name  = "decompileApkFileToolStripMenuItem";
     this.decompileApkFileToolStripMenuItem.Size  = new System.Drawing.Size(232, 22);
     this.decompileApkFileToolStripMenuItem.Text  = "Декомпилировать .apk файл";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripDropDownButton2
     //
     this.toolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.devToolStripMenuItem,
         this.gitHubOpenSourceToolStripMenuItem,
         this.apkToolToolStripMenuItem
     });
     this.toolStripDropDownButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton2.Image")));
     this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
     this.toolStripDropDownButton2.ShowDropDownArrow = false;
     this.toolStripDropDownButton2.Size = new System.Drawing.Size(86, 22);
     this.toolStripDropDownButton2.Text = "О программе";
     //
     // devToolStripMenuItem
     //
     this.devToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("devToolStripMenuItem.Image")));
     this.devToolStripMenuItem.Name  = "devToolStripMenuItem";
     this.devToolStripMenuItem.Size  = new System.Drawing.Size(183, 22);
     this.devToolStripMenuItem.Text  = "Разработчик";
     //
     // gitHubOpenSourceToolStripMenuItem
     //
     this.gitHubOpenSourceToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("gitHubOpenSourceToolStripMenuItem.Image")));
     this.gitHubOpenSourceToolStripMenuItem.Name  = "gitHubOpenSourceToolStripMenuItem";
     this.gitHubOpenSourceToolStripMenuItem.Size  = new System.Drawing.Size(183, 22);
     this.gitHubOpenSourceToolStripMenuItem.Text  = "GitHub Open Source";
     //
     // apkToolToolStripMenuItem
     //
     this.apkToolToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("apkToolToolStripMenuItem.Image")));
     this.apkToolToolStripMenuItem.Name  = "apkToolToolStripMenuItem";
     this.apkToolToolStripMenuItem.Size  = new System.Drawing.Size(183, 22);
     this.apkToolToolStripMenuItem.Text  = "ApkTool";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(13, 38);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(599, 92);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop  = false;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.groupBox1);
     this.flowLayoutPanel1.Controls.Add(this.groupBox2);
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutPanel1.Location      = new System.Drawing.Point(13, 178);
     this.flowLayoutPanel1.Name          = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size          = new System.Drawing.Size(599, 252);
     this.flowLayoutPanel1.TabIndex      = 2;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.listView1);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(290, 252);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "groupBox1";
     this.groupBox1.Enter   += new System.EventHandler(this.GroupBox1Enter);
     //
     // listView1
     //
     this.listView1.Alignment        = System.Windows.Forms.ListViewAlignment.Left;
     this.listView1.AutoArrange      = false;
     this.listView1.Location         = new System.Drawing.Point(7, 20);
     this.listView1.Name             = "listView1";
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size             = new System.Drawing.Size(278, 226);
     this.listView1.Sorting          = System.Windows.Forms.SortOrder.Ascending;
     this.listView1.TabIndex         = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.SmallIcon;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.listView2);
     this.groupBox2.Location = new System.Drawing.Point(290, 0);
     this.groupBox2.Margin   = new System.Windows.Forms.Padding(0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(308, 252);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "groupBox2";
     //
     // listView2
     //
     this.listView2.Alignment        = System.Windows.Forms.ListViewAlignment.Left;
     this.listView2.AutoArrange      = false;
     this.listView2.Location         = new System.Drawing.Point(7, 20);
     this.listView2.Name             = "listView2";
     this.listView2.ShowItemToolTips = true;
     this.listView2.Size             = new System.Drawing.Size(295, 226);
     this.listView2.Sorting          = System.Windows.Forms.SortOrder.Ascending;
     this.listView2.TabIndex         = 0;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.SmallIcon;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(469, 143);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(143, 26);
     this.button1.TabIndex = 3;
     this.button1.Text     = "Загрузить ресурсы";
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(320, 143);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(143, 26);
     this.button2.TabIndex = 4;
     this.button2.Text     = "Обновить списки";
     this.button2.UseVisualStyleBackColor = true;
     //
     // HomeForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(624, 442);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.toolStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "HomeForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Apk Decompiler";
     this.Load           += new System.EventHandler(this.HomeFormLoad);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #35
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components                = new System.ComponentModel.Container();
     this.dataGridView1             = new System.Windows.Forms.DataGridView();
     this.buttonClose               = new System.Windows.Forms.Button();
     this.dataGridView2             = new System.Windows.Forms.DataGridView();
     this.splitContainer1           = new System.Windows.Forms.SplitContainer();
     this.buttonPrint               = new System.Windows.Forms.Button();
     this.label2                    = new System.Windows.Forms.Label();
     this.textBoxFilter             = new System.Windows.Forms.TextBox();
     this.contextMenuStrip1         = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.回退到未收费状态ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.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.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.ContextMenuStrip            = this.contextMenuStrip1;
     this.dataGridView1.Location           = new System.Drawing.Point(3, 3);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size               = new System.Drawing.Size(213, 222);
     this.dataGridView1.TabIndex           = 0;
     this.dataGridView1.SelectionChanged  += new System.EventHandler(this.DataGridView1SelectionChanged);
     //
     // buttonClose
     //
     this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonClose.Location = new System.Drawing.Point(503, 12);
     this.buttonClose.Name     = "buttonClose";
     this.buttonClose.Size     = new System.Drawing.Size(75, 23);
     this.buttonClose.TabIndex = 1;
     this.buttonClose.Text     = "退出";
     this.buttonClose.UseVisualStyleBackColor = true;
     this.buttonClose.Click += new System.EventHandler(this.ButtonCloseClick);
     //
     // dataGridView2
     //
     this.dataGridView2.AllowUserToAddRows = false;
     this.dataGridView2.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.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView2.Location           = new System.Drawing.Point(3, 3);
     this.dataGridView2.Name               = "dataGridView2";
     this.dataGridView2.RowTemplate.Height = 23;
     this.dataGridView2.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView2.Size               = new System.Drawing.Size(337, 222);
     this.dataGridView2.TabIndex           = 0;
     //
     // splitContainer1
     //
     this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(12, 53);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.dataGridView2);
     this.splitContainer1.Size             = new System.Drawing.Size(566, 228);
     this.splitContainer1.SplitterDistance = 219;
     this.splitContainer1.TabIndex         = 2;
     //
     // buttonPrint
     //
     this.buttonPrint.Location = new System.Drawing.Point(12, 12);
     this.buttonPrint.Name     = "buttonPrint";
     this.buttonPrint.Size     = new System.Drawing.Size(112, 23);
     this.buttonPrint.TabIndex = 3;
     this.buttonPrint.Text     = "打印收费单";
     this.buttonPrint.UseVisualStyleBackColor = true;
     this.buttonPrint.Click += new System.EventHandler(this.ButtonPrintClick);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(145, 12);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(83, 23);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "收费单过滤:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxFilter
     //
     this.textBoxFilter.Location     = new System.Drawing.Point(223, 13);
     this.textBoxFilter.Name         = "textBoxFilter";
     this.textBoxFilter.Size         = new System.Drawing.Size(230, 21);
     this.textBoxFilter.TabIndex     = 6;
     this.textBoxFilter.TextChanged += new System.EventHandler(this.TextBoxFilterTextChanged);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.回退到未收费状态ToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(173, 26);
     //
     // 回退到未收费状态ToolStripMenuItem
     //
     this.回退到未收费状态ToolStripMenuItem.Name   = "回退到未收费状态ToolStripMenuItem";
     this.回退到未收费状态ToolStripMenuItem.Size   = new System.Drawing.Size(172, 22);
     this.回退到未收费状态ToolStripMenuItem.Text   = "回退到未收费状态";
     this.回退到未收费状态ToolStripMenuItem.Click += new System.EventHandler(this.回退到未收费状态ToolStripMenuItemClick);
     //
     // FormHisSF
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(590, 293);
     this.Controls.Add(this.textBoxFilter);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.buttonPrint);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.buttonClose);
     this.Name  = "FormHisSF";
     this.Text  = "历史收费单";
     this.Load += new System.EventHandler(this.FormHisSFLoad);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStripMenuItem sTUDENTToolStripMenuItem;
     this.aDDNEWSTUDENTToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.sTUDENTLISTToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.staticsToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.editRemoveToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.manageStudentFormToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.printToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.cOURSEToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.aDDCOURSEToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.eDITREMOVECOURSEToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mANAGECOURSEToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.pRINTToolStripMenuItem1           = new System.Windows.Forms.ToolStripMenuItem();
     this.pRINTToolStripMenuItem2           = new System.Windows.Forms.ToolStripMenuItem();
     this.sCOREToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip1   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.stdList             = new System.Windows.Forms.DataGridView();
     this.refreshBTN          = new System.Windows.Forms.Button();
     this.label1              = new System.Windows.Forms.Label();
     this.searchTXT           = new System.Windows.Forms.TextBox();
     this.searchBTN           = new System.Windows.Forms.Button();
     sTUDENTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.stdList)).BeginInit();
     this.SuspendLayout();
     //
     // sTUDENTToolStripMenuItem
     //
     sTUDENTToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     sTUDENTToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aDDNEWSTUDENTToolStripMenuItem,
         this.sTUDENTLISTToolStripMenuItem,
         this.staticsToolStripMenuItem,
         this.editRemoveToolStripMenuItem,
         this.manageStudentFormToolStripMenuItem,
         this.printToolStripMenuItem
     });
     sTUDENTToolStripMenuItem.Name = "sTUDENTToolStripMenuItem";
     sTUDENTToolStripMenuItem.Size = new System.Drawing.Size(87, 24);
     sTUDENTToolStripMenuItem.Text = "STUDENT";
     //
     // aDDNEWSTUDENTToolStripMenuItem
     //
     this.aDDNEWSTUDENTToolStripMenuItem.Name   = "aDDNEWSTUDENTToolStripMenuItem";
     this.aDDNEWSTUDENTToolStripMenuItem.Size   = new System.Drawing.Size(239, 26);
     this.aDDNEWSTUDENTToolStripMenuItem.Text   = "Add New Student";
     this.aDDNEWSTUDENTToolStripMenuItem.Click += new System.EventHandler(this.aDDNEWSTUDENTToolStripMenuItem_Click);
     //
     // sTUDENTLISTToolStripMenuItem
     //
     this.sTUDENTLISTToolStripMenuItem.Name   = "sTUDENTLISTToolStripMenuItem";
     this.sTUDENTLISTToolStripMenuItem.Size   = new System.Drawing.Size(239, 26);
     this.sTUDENTLISTToolStripMenuItem.Text   = "Student List";
     this.sTUDENTLISTToolStripMenuItem.Click += new System.EventHandler(this.sTUDENTLISTToolStripMenuItem_Click);
     //
     // staticsToolStripMenuItem
     //
     this.staticsToolStripMenuItem.Name   = "staticsToolStripMenuItem";
     this.staticsToolStripMenuItem.Size   = new System.Drawing.Size(239, 26);
     this.staticsToolStripMenuItem.Text   = "Statics";
     this.staticsToolStripMenuItem.Click += new System.EventHandler(this.staticsToolStripMenuItem_Click);
     //
     // editRemoveToolStripMenuItem
     //
     this.editRemoveToolStripMenuItem.Name   = "editRemoveToolStripMenuItem";
     this.editRemoveToolStripMenuItem.Size   = new System.Drawing.Size(239, 26);
     this.editRemoveToolStripMenuItem.Text   = "Edit/Remove";
     this.editRemoveToolStripMenuItem.Click += new System.EventHandler(this.editRemoveToolStripMenuItem_Click);
     //
     // manageStudentFormToolStripMenuItem
     //
     this.manageStudentFormToolStripMenuItem.Name   = "manageStudentFormToolStripMenuItem";
     this.manageStudentFormToolStripMenuItem.Size   = new System.Drawing.Size(239, 26);
     this.manageStudentFormToolStripMenuItem.Text   = "Manage Student Form";
     this.manageStudentFormToolStripMenuItem.Click += new System.EventHandler(this.manageStudentFormToolStripMenuItem_Click);
     //
     // printToolStripMenuItem
     //
     this.printToolStripMenuItem.Name = "printToolStripMenuItem";
     this.printToolStripMenuItem.Size = new System.Drawing.Size(239, 26);
     this.printToolStripMenuItem.Text = "Print";
     //
     // menuStrip1
     //
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         sTUDENTToolStripMenuItem,
         this.cOURSEToolStripMenuItem,
         this.sCOREToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1108, 28);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // cOURSEToolStripMenuItem
     //
     this.cOURSEToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aDDCOURSEToolStripMenuItem,
         this.eDITREMOVECOURSEToolStripMenuItem,
         this.mANAGECOURSEToolStripMenuItem,
         this.pRINTToolStripMenuItem1,
         this.pRINTToolStripMenuItem2
     });
     this.cOURSEToolStripMenuItem.Name = "cOURSEToolStripMenuItem";
     this.cOURSEToolStripMenuItem.Size = new System.Drawing.Size(78, 24);
     this.cOURSEToolStripMenuItem.Text = "COURSE";
     //
     // aDDCOURSEToolStripMenuItem
     //
     this.aDDCOURSEToolStripMenuItem.Name   = "aDDCOURSEToolStripMenuItem";
     this.aDDCOURSEToolStripMenuItem.Size   = new System.Drawing.Size(224, 26);
     this.aDDCOURSEToolStripMenuItem.Text   = "ADD COURSE";
     this.aDDCOURSEToolStripMenuItem.Click += new System.EventHandler(this.aDDCOURSEToolStripMenuItem_Click);
     //
     // eDITREMOVECOURSEToolStripMenuItem
     //
     this.eDITREMOVECOURSEToolStripMenuItem.Name   = "eDITREMOVECOURSEToolStripMenuItem";
     this.eDITREMOVECOURSEToolStripMenuItem.Size   = new System.Drawing.Size(224, 26);
     this.eDITREMOVECOURSEToolStripMenuItem.Text   = "REMOVE COURSE";
     this.eDITREMOVECOURSEToolStripMenuItem.Click += new System.EventHandler(this.eDITREMOVECOURSEToolStripMenuItem_Click);
     //
     // mANAGECOURSEToolStripMenuItem
     //
     this.mANAGECOURSEToolStripMenuItem.Name   = "mANAGECOURSEToolStripMenuItem";
     this.mANAGECOURSEToolStripMenuItem.Size   = new System.Drawing.Size(224, 26);
     this.mANAGECOURSEToolStripMenuItem.Text   = "EDIT COURSE";
     this.mANAGECOURSEToolStripMenuItem.Click += new System.EventHandler(this.mANAGECOURSEToolStripMenuItem_Click);
     //
     // pRINTToolStripMenuItem1
     //
     this.pRINTToolStripMenuItem1.Name   = "pRINTToolStripMenuItem1";
     this.pRINTToolStripMenuItem1.Size   = new System.Drawing.Size(224, 26);
     this.pRINTToolStripMenuItem1.Text   = "MANAGE COURSE";
     this.pRINTToolStripMenuItem1.Click += new System.EventHandler(this.pRINTToolStripMenuItem1_Click);
     //
     // pRINTToolStripMenuItem2
     //
     this.pRINTToolStripMenuItem2.Name = "pRINTToolStripMenuItem2";
     this.pRINTToolStripMenuItem2.Size = new System.Drawing.Size(224, 26);
     this.pRINTToolStripMenuItem2.Text = "PRINT";
     //
     // sCOREToolStripMenuItem
     //
     this.sCOREToolStripMenuItem.Name = "sCOREToolStripMenuItem";
     this.sCOREToolStripMenuItem.Size = new System.Drawing.Size(68, 24);
     this.sCOREToolStripMenuItem.Text = "SCORE";
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.contextMenuStrip1.Name             = "contextMenuStrip1";
     this.contextMenuStrip1.Size             = new System.Drawing.Size(61, 4);
     //
     // stdList
     //
     this.stdList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.stdList.ColumnHeadersHeight = 29;
     this.stdList.Location            = new System.Drawing.Point(17, 99);
     this.stdList.Name               = "stdList";
     this.stdList.RowHeadersWidth    = 51;
     this.stdList.RowTemplate.Height = 80;
     this.stdList.Size               = new System.Drawing.Size(1077, 552);
     this.stdList.TabIndex           = 1;
     this.stdList.CellContentClick  += new System.Windows.Forms.DataGridViewCellEventHandler(this.stdList_CellContentClick);
     //
     // refreshBTN
     //
     this.refreshBTN.BackColor = System.Drawing.Color.LightGreen;
     this.refreshBTN.Location  = new System.Drawing.Point(500, 668);
     this.refreshBTN.Name      = "refreshBTN";
     this.refreshBTN.Size      = new System.Drawing.Size(159, 43);
     this.refreshBTN.TabIndex  = 2;
     this.refreshBTN.Text      = "Refresh";
     this.refreshBTN.UseVisualStyleBackColor = false;
     this.refreshBTN.Click += new System.EventHandler(this.refreshBTN_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(582, 47);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(171, 20);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Search student by ID:";
     //
     // searchTXT
     //
     this.searchTXT.Location = new System.Drawing.Point(779, 45);
     this.searchTXT.Name     = "searchTXT";
     this.searchTXT.Size     = new System.Drawing.Size(185, 22);
     this.searchTXT.TabIndex = 4;
     //
     // searchBTN
     //
     this.searchBTN.BackColor = System.Drawing.Color.Purple;
     this.searchBTN.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.searchBTN.ForeColor = System.Drawing.Color.White;
     this.searchBTN.Location  = new System.Drawing.Point(993, 39);
     this.searchBTN.Name      = "searchBTN";
     this.searchBTN.Size      = new System.Drawing.Size(66, 34);
     this.searchBTN.TabIndex  = 5;
     this.searchBTN.Text      = "Search";
     this.searchBTN.UseVisualStyleBackColor = false;
     this.searchBTN.Click += new System.EventHandler(this.searchBTN_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.ClientSize            = new System.Drawing.Size(1108, 733);
     this.Controls.Add(this.searchBTN);
     this.Controls.Add(this.searchTXT);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.refreshBTN);
     this.Controls.Add(this.stdList);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "Form1";
     this.Text          = "MainForm";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.stdList)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #37
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Views");
     System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("Procedures");
     this.menuStrip1                                     = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem                          = new System.Windows.Forms.ToolStripMenuItem();
     this.openScriptToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     this.saveScriptCurrentTabToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.printHTMLReportToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1                            = new System.Windows.Forms.ToolStripSeparator();
     this.connectionManagerToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem                          = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem                          = new System.Windows.Forms.ToolStripMenuItem();
     this.undoToolStripMenuItem                          = new System.Windows.Forms.ToolStripMenuItem();
     this.cutToolStripMenuItem                           = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem                          = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteToolStripMenuItem                         = new System.Windows.Forms.ToolStripMenuItem();
     this.selectAllToolStripMenuItem                     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem                         = new System.Windows.Forms.ToolStripMenuItem();
     this.convertMultisetToAccessToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.convertMultisetToSQLiteToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.sendResultsToStoredConnectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2                            = new System.Windows.Forms.ToolStripSeparator();
     this.xMLDataEditorToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     this.loadFromXMLToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3                            = new System.Windows.Forms.ToolStripSeparator();
     this.openScriptLogToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     this.tabsToolStripMenuItem                          = new System.Windows.Forms.ToolStripMenuItem();
     this.newTabToolStripMenuItem                        = new System.Windows.Forms.ToolStripMenuItem();
     this.closeTabToolStripMenuItem                      = new System.Windows.Forms.ToolStripMenuItem();
     this.renameTabToolStripMenuItem                     = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem                          = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem                         = new System.Windows.Forms.ToolStripMenuItem();
     this.statusMain                                     = new System.Windows.Forms.StatusStrip();
     this.txtCurrentDatabase                             = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2                          = new System.Windows.Forms.ToolStripStatusLabel();
     this.txtStatus             = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.btnRefreshDatabase    = new System.Windows.Forms.ToolStripButton();
     this.cboDatabaseConnection = new System.Windows.Forms.ToolStripComboBox();
     this.btnRunQuery           = new System.Windows.Forms.ToolStripButton();
     this.btnRunAction          = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4   = new System.Windows.Forms.ToolStripSeparator();
     this.btnOpenScript         = new System.Windows.Forms.ToolStripButton();
     this.btnSaveResultsAs      = new System.Windows.Forms.ToolStripButton();
     this.cboExportFormat       = new System.Windows.Forms.ToolStripComboBox();
     this.btnAboutHelp          = new System.Windows.Forms.ToolStripButton();
     this.splitContainer1       = new System.Windows.Forms.SplitContainer();
     this.tabDatabaseObjects    = new System.Windows.Forms.TabControl();
     this.tabPage1           = new System.Windows.Forms.TabPage();
     this.tvTablesList       = new System.Windows.Forms.TreeView();
     this.imageList1         = new System.Windows.Forms.ImageList(this.components);
     this.tabPage2           = new System.Windows.Forms.TabPage();
     this.tvViewsList        = new System.Windows.Forms.TreeView();
     this.tabPage3           = new System.Windows.Forms.TabPage();
     this.tvProceduresList   = new System.Windows.Forms.TreeView();
     this.tabQueries         = new System.Windows.Forms.TabControl();
     this.mnuQueryTabs       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnuQTabsNew        = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuQTabsClose      = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuQTabsRename     = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuTableOptions    = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnuTableDrop       = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuTableViewCreate = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.statusMain.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tabDatabaseObjects.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.mnuQueryTabs.SuspendLayout();
     this.mnuTableOptions.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.editToolStripMenuItem,
         this.toolsToolStripMenuItem,
         this.tabsToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Padding  = new System.Windows.Forms.Padding(4, 2, 0, 2);
     this.menuStrip1.Size     = new System.Drawing.Size(900, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openScriptToolStripMenuItem,
         this.saveScriptCurrentTabToolStripMenuItem,
         this.printHTMLReportToolStripMenuItem,
         this.toolStripSeparator1,
         this.connectionManagerToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // openScriptToolStripMenuItem
     //
     this.openScriptToolStripMenuItem.Name = "openScriptToolStripMenuItem";
     this.openScriptToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl-O";
     this.openScriptToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
     this.openScriptToolStripMenuItem.Text = "&Open Script";
     //
     // saveScriptCurrentTabToolStripMenuItem
     //
     this.saveScriptCurrentTabToolStripMenuItem.Name = "saveScriptCurrentTabToolStripMenuItem";
     this.saveScriptCurrentTabToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl-S";
     this.saveScriptCurrentTabToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
     this.saveScriptCurrentTabToolStripMenuItem.Text = "Save Script";
     //
     // printHTMLReportToolStripMenuItem
     //
     this.printHTMLReportToolStripMenuItem.Name = "printHTMLReportToolStripMenuItem";
     this.printHTMLReportToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
     this.printHTMLReportToolStripMenuItem.Text = "Print HTML Report";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(183, 6);
     //
     // connectionManagerToolStripMenuItem
     //
     this.connectionManagerToolStripMenuItem.Name   = "connectionManagerToolStripMenuItem";
     this.connectionManagerToolStripMenuItem.Size   = new System.Drawing.Size(186, 22);
     this.connectionManagerToolStripMenuItem.Text   = "&Connection Manager";
     this.connectionManagerToolStripMenuItem.Click += new System.EventHandler(this.ConnectionManagerToolStripMenuItemClick);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(186, 22);
     this.exitToolStripMenuItem.Text   = "&Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItemClick);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.undoToolStripMenuItem,
         this.cutToolStripMenuItem,
         this.copyToolStripMenuItem,
         this.pasteToolStripMenuItem,
         this.selectAllToolStripMenuItem
     });
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "&Edit";
     //
     // undoToolStripMenuItem
     //
     this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
     this.undoToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.undoToolStripMenuItem.Text = "Undo";
     //
     // cutToolStripMenuItem
     //
     this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
     this.cutToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.cutToolStripMenuItem.Text = "Cut";
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.copyToolStripMenuItem.Text = "Copy";
     //
     // pasteToolStripMenuItem
     //
     this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
     this.pasteToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.pasteToolStripMenuItem.Text = "Paste";
     //
     // selectAllToolStripMenuItem
     //
     this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
     this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
     this.selectAllToolStripMenuItem.Text = "Select All";
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.convertMultisetToAccessToolStripMenuItem,
         this.convertMultisetToSQLiteToolStripMenuItem,
         this.sendResultsToStoredConnectionToolStripMenuItem,
         this.toolStripSeparator2,
         this.xMLDataEditorToolStripMenuItem,
         this.loadFromXMLToolStripMenuItem,
         this.toolStripSeparator3,
         this.openScriptLogToolStripMenuItem
     });
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
     this.toolsToolStripMenuItem.Text = "&Tools";
     //
     // convertMultisetToAccessToolStripMenuItem
     //
     this.convertMultisetToAccessToolStripMenuItem.Name = "convertMultisetToAccessToolStripMenuItem";
     this.convertMultisetToAccessToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
     this.convertMultisetToAccessToolStripMenuItem.Text = "Convert Multiset to Access";
     //
     // convertMultisetToSQLiteToolStripMenuItem
     //
     this.convertMultisetToSQLiteToolStripMenuItem.Name = "convertMultisetToSQLiteToolStripMenuItem";
     this.convertMultisetToSQLiteToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
     this.convertMultisetToSQLiteToolStripMenuItem.Text = "Convert Multiset to SQLite";
     //
     // sendResultsToStoredConnectionToolStripMenuItem
     //
     this.sendResultsToStoredConnectionToolStripMenuItem.Name = "sendResultsToStoredConnectionToolStripMenuItem";
     this.sendResultsToStoredConnectionToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
     this.sendResultsToStoredConnectionToolStripMenuItem.Text = "Send Results to Stored Connection";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(253, 6);
     //
     // xMLDataEditorToolStripMenuItem
     //
     this.xMLDataEditorToolStripMenuItem.Name = "xMLDataEditorToolStripMenuItem";
     this.xMLDataEditorToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
     this.xMLDataEditorToolStripMenuItem.Text = "XML Data Editor";
     //
     // loadFromXMLToolStripMenuItem
     //
     this.loadFromXMLToolStripMenuItem.Name = "loadFromXMLToolStripMenuItem";
     this.loadFromXMLToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
     this.loadFromXMLToolStripMenuItem.Text = "Load From XML";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(253, 6);
     //
     // openScriptLogToolStripMenuItem
     //
     this.openScriptLogToolStripMenuItem.Name   = "openScriptLogToolStripMenuItem";
     this.openScriptLogToolStripMenuItem.Size   = new System.Drawing.Size(256, 22);
     this.openScriptLogToolStripMenuItem.Text   = "Open Script Log";
     this.openScriptLogToolStripMenuItem.Click += new System.EventHandler(this.openScriptLogToolStripMenuItem_Click);
     //
     // tabsToolStripMenuItem
     //
     this.tabsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newTabToolStripMenuItem,
         this.closeTabToolStripMenuItem,
         this.renameTabToolStripMenuItem
     });
     this.tabsToolStripMenuItem.Name = "tabsToolStripMenuItem";
     this.tabsToolStripMenuItem.Size = new System.Drawing.Size(42, 20);
     this.tabsToolStripMenuItem.Text = "&Tabs";
     //
     // newTabToolStripMenuItem
     //
     this.newTabToolStripMenuItem.Name   = "newTabToolStripMenuItem";
     this.newTabToolStripMenuItem.Size   = new System.Drawing.Size(138, 22);
     this.newTabToolStripMenuItem.Text   = "New Tab";
     this.newTabToolStripMenuItem.Click += new System.EventHandler(this.NewTabToolStripMenuItemClick);
     //
     // closeTabToolStripMenuItem
     //
     this.closeTabToolStripMenuItem.Name   = "closeTabToolStripMenuItem";
     this.closeTabToolStripMenuItem.Size   = new System.Drawing.Size(138, 22);
     this.closeTabToolStripMenuItem.Text   = "Close Tab";
     this.closeTabToolStripMenuItem.Click += new System.EventHandler(this.CloseTabToolStripMenuItemClick);
     //
     // renameTabToolStripMenuItem
     //
     this.renameTabToolStripMenuItem.Name   = "renameTabToolStripMenuItem";
     this.renameTabToolStripMenuItem.Size   = new System.Drawing.Size(138, 22);
     this.renameTabToolStripMenuItem.Text   = "Rename Tab";
     this.renameTabToolStripMenuItem.Click += new System.EventHandler(this.RenameTabToolStripMenuItemClick);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size   = new System.Drawing.Size(107, 22);
     this.aboutToolStripMenuItem.Text   = "About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItemClick);
     //
     // statusMain
     //
     this.statusMain.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.statusMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.txtCurrentDatabase,
         this.toolStripStatusLabel2,
         this.txtStatus
     });
     this.statusMain.Location = new System.Drawing.Point(0, 464);
     this.statusMain.Name     = "statusMain";
     this.statusMain.Size     = new System.Drawing.Size(900, 22);
     this.statusMain.TabIndex = 1;
     this.statusMain.Text     = "statusStrip1";
     //
     // txtCurrentDatabase
     //
     this.txtCurrentDatabase.Name = "txtCurrentDatabase";
     this.txtCurrentDatabase.Size = new System.Drawing.Size(133, 17);
     this.txtCurrentDatabase.Text = "Current Database: None";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(10, 17);
     this.toolStripStatusLabel2.Text = "|";
     //
     // txtStatus
     //
     this.txtStatus.Name = "txtStatus";
     this.txtStatus.Size = new System.Drawing.Size(74, 17);
     this.txtStatus.Text = "Status: None";
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnRefreshDatabase,
         this.cboDatabaseConnection,
         this.btnRunQuery,
         this.btnRunAction,
         this.toolStripSeparator4,
         this.btnOpenScript,
         this.btnSaveResultsAs,
         this.cboExportFormat,
         this.btnAboutHelp
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(900, 27);
     this.toolStrip1.TabIndex = 2;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // btnRefreshDatabase
     //
     this.btnRefreshDatabase.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnRefreshDatabase.Image                 = ((System.Drawing.Image)(resources.GetObject("btnRefreshDatabase.Image")));
     this.btnRefreshDatabase.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnRefreshDatabase.Name   = "btnRefreshDatabase";
     this.btnRefreshDatabase.Size   = new System.Drawing.Size(24, 24);
     this.btnRefreshDatabase.Text   = "Refresh";
     this.btnRefreshDatabase.Click += new System.EventHandler(this.BtnRefreshDatabaseClick);
     //
     // cboDatabaseConnection
     //
     this.cboDatabaseConnection.DropDownWidth = 200;
     this.cboDatabaseConnection.Name          = "cboDatabaseConnection";
     this.cboDatabaseConnection.Size          = new System.Drawing.Size(150, 27);
     this.cboDatabaseConnection.Text          = "(No DB Selected)";
     //
     // btnRunQuery
     //
     this.btnRunQuery.Image = ((System.Drawing.Image)(resources.GetObject("btnRunQuery.Image")));
     this.btnRunQuery.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnRunQuery.Name   = "btnRunQuery";
     this.btnRunQuery.Size   = new System.Drawing.Size(87, 24);
     this.btnRunQuery.Text   = "Run Query";
     this.btnRunQuery.Click += new System.EventHandler(this.BtnRunQueryClick);
     //
     // btnRunAction
     //
     this.btnRunAction.Image = ((System.Drawing.Image)(resources.GetObject("btnRunAction.Image")));
     this.btnRunAction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnRunAction.Name   = "btnRunAction";
     this.btnRunAction.Size   = new System.Drawing.Size(125, 24);
     this.btnRunAction.Text   = "Run Action Query";
     this.btnRunAction.Click += new System.EventHandler(this.BtnRunActionClick);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 27);
     //
     // btnOpenScript
     //
     this.btnOpenScript.Image = ((System.Drawing.Image)(resources.GetObject("btnOpenScript.Image")));
     this.btnOpenScript.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnOpenScript.Name   = "btnOpenScript";
     this.btnOpenScript.Size   = new System.Drawing.Size(93, 24);
     this.btnOpenScript.Text   = "Open Script";
     this.btnOpenScript.Click += new System.EventHandler(this.BtnOpenScriptClick);
     //
     // btnSaveResultsAs
     //
     this.btnSaveResultsAs.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveResultsAs.Image")));
     this.btnSaveResultsAs.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSaveResultsAs.Name   = "btnSaveResultsAs";
     this.btnSaveResultsAs.Size   = new System.Drawing.Size(114, 24);
     this.btnSaveResultsAs.Text   = "Save Results As:";
     this.btnSaveResultsAs.Click += new System.EventHandler(this.btnSaveResultsAs_Click);
     //
     // cboExportFormat
     //
     this.cboExportFormat.Items.AddRange(new object[] {
         "Excel (.xlsx)",
         "CSV",
         "Tab Delimited",
         "Choose Delimiter",
         "XML",
         "Multiset"
     });
     this.cboExportFormat.Name = "cboExportFormat";
     this.cboExportFormat.Size = new System.Drawing.Size(114, 27);
     this.cboExportFormat.Text = "Excel (.xlsx)";
     //
     // btnAboutHelp
     //
     this.btnAboutHelp.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnAboutHelp.Image                 = ((System.Drawing.Image)(resources.GetObject("btnAboutHelp.Image")));
     this.btnAboutHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnAboutHelp.Name   = "btnAboutHelp";
     this.btnAboutHelp.Size   = new System.Drawing.Size(24, 24);
     this.btnAboutHelp.Text   = "Help";
     this.btnAboutHelp.Click += new System.EventHandler(this.BtnAboutHelpClick);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 51);
     this.splitContainer1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.tabDatabaseObjects);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tabQueries);
     this.splitContainer1.Size             = new System.Drawing.Size(900, 413);
     this.splitContainer1.SplitterDistance = 201;
     this.splitContainer1.SplitterWidth    = 3;
     this.splitContainer1.TabIndex         = 3;
     //
     // tabDatabaseObjects
     //
     this.tabDatabaseObjects.Controls.Add(this.tabPage1);
     this.tabDatabaseObjects.Controls.Add(this.tabPage2);
     this.tabDatabaseObjects.Controls.Add(this.tabPage3);
     this.tabDatabaseObjects.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabDatabaseObjects.Location      = new System.Drawing.Point(0, 0);
     this.tabDatabaseObjects.Margin        = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.tabDatabaseObjects.Name          = "tabDatabaseObjects";
     this.tabDatabaseObjects.SelectedIndex = 0;
     this.tabDatabaseObjects.Size          = new System.Drawing.Size(201, 413);
     this.tabDatabaseObjects.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.tvTablesList);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.tabPage1.Size     = new System.Drawing.Size(193, 387);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Tables";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tvTablesList
     //
     this.tvTablesList.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.tvTablesList.ImageIndex         = 0;
     this.tvTablesList.ImageList          = this.imageList1;
     this.tvTablesList.Location           = new System.Drawing.Point(2, 2);
     this.tvTablesList.Margin             = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.tvTablesList.Name               = "tvTablesList";
     this.tvTablesList.SelectedImageIndex = 0;
     this.tvTablesList.ShowLines          = false;
     this.tvTablesList.ShowRootLines      = false;
     this.tvTablesList.Size               = new System.Drawing.Size(189, 383);
     this.tvTablesList.TabIndex           = 0;
     this.tvTablesList.DoubleClick       += new System.EventHandler(this.TvTablesListDoubleClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "table.png");
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.tvViewsList);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.tabPage2.Size     = new System.Drawing.Size(193, 393);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Views";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // tvViewsList
     //
     this.tvViewsList.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tvViewsList.Location = new System.Drawing.Point(2, 2);
     this.tvViewsList.Name     = "tvViewsList";
     treeNode1.Name            = "Views";
     treeNode1.Text            = "Views";
     this.tvViewsList.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode1
     });
     this.tvViewsList.Size     = new System.Drawing.Size(189, 389);
     this.tvViewsList.TabIndex = 0;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.tvProceduresList);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.tabPage3.Size     = new System.Drawing.Size(193, 393);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Procedures";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // tvProceduresList
     //
     this.tvProceduresList.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tvProceduresList.Location = new System.Drawing.Point(2, 2);
     this.tvProceduresList.Name     = "tvProceduresList";
     treeNode2.Name = "Procedures";
     treeNode2.Text = "Procedures";
     this.tvProceduresList.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode2
     });
     this.tvProceduresList.Size     = new System.Drawing.Size(189, 389);
     this.tvProceduresList.TabIndex = 0;
     //
     // tabQueries
     //
     this.tabQueries.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabQueries.Location      = new System.Drawing.Point(0, 0);
     this.tabQueries.Margin        = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.tabQueries.Name          = "tabQueries";
     this.tabQueries.SelectedIndex = 0;
     this.tabQueries.Size          = new System.Drawing.Size(696, 413);
     this.tabQueries.TabIndex      = 0;
     this.tabQueries.MouseClick   += new System.Windows.Forms.MouseEventHandler(this.TabQueriesMouseClick);
     //
     // mnuQueryTabs
     //
     this.mnuQueryTabs.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.mnuQueryTabs.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuQTabsNew,
         this.mnuQTabsClose,
         this.mnuQTabsRename
     });
     this.mnuQueryTabs.Name = "mnuQueryTabs";
     this.mnuQueryTabs.Size = new System.Drawing.Size(139, 70);
     //
     // mnuQTabsNew
     //
     this.mnuQTabsNew.Name   = "mnuQTabsNew";
     this.mnuQTabsNew.Size   = new System.Drawing.Size(138, 22);
     this.mnuQTabsNew.Text   = "New Tab";
     this.mnuQTabsNew.Click += new System.EventHandler(this.MnuQTabsNewClick);
     //
     // mnuQTabsClose
     //
     this.mnuQTabsClose.Name   = "mnuQTabsClose";
     this.mnuQTabsClose.Size   = new System.Drawing.Size(138, 22);
     this.mnuQTabsClose.Text   = "Close Tab";
     this.mnuQTabsClose.Click += new System.EventHandler(this.MnuQTabsCloseClick);
     //
     // mnuQTabsRename
     //
     this.mnuQTabsRename.Name   = "mnuQTabsRename";
     this.mnuQTabsRename.Size   = new System.Drawing.Size(138, 22);
     this.mnuQTabsRename.Text   = "Rename Tab";
     this.mnuQTabsRename.Click += new System.EventHandler(this.MnuQTabsRenameClick);
     //
     // mnuTableOptions
     //
     this.mnuTableOptions.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.mnuTableOptions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuTableDrop,
         this.mnuTableViewCreate
     });
     this.mnuTableOptions.Name = "mnuTableOptions";
     this.mnuTableOptions.Size = new System.Drawing.Size(172, 48);
     //
     // mnuTableDrop
     //
     this.mnuTableDrop.Name = "mnuTableDrop";
     this.mnuTableDrop.Size = new System.Drawing.Size(171, 22);
     this.mnuTableDrop.Text = "Drop";
     //
     // mnuTableViewCreate
     //
     this.mnuTableViewCreate.Name = "mnuTableViewCreate";
     this.mnuTableViewCreate.Size = new System.Drawing.Size(171, 22);
     this.mnuTableViewCreate.Text = "View Create Query";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(900, 486);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.statusMain);
     this.Controls.Add(this.menuStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "MainForm";
     this.Text          = "SQLRunner2";
     this.Load         += new System.EventHandler(this.MainFormLoad);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.statusMain.ResumeLayout(false);
     this.statusMain.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.tabDatabaseObjects.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.mnuQueryTabs.ResumeLayout(false);
     this.mnuTableOptions.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStripMenuItem changeWallpaperBtn;
     this.changeWPToImageBtn = new System.Windows.Forms.ToolStripMenuItem();
     this.changeWPToAppBtn   = new System.Windows.Forms.ToolStripMenuItem();
     this.pictureBox         = new System.Windows.Forms.PictureBox();
     this.notifyIcon         = new System.Windows.Forms.NotifyIcon(this.components);
     this.notifyIconMenu     = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.stretchImageBtn    = new System.Windows.Forms.ToolStripMenuItem();
     this.resetWallpaperBtn  = new System.Windows.Forms.ToolStripMenuItem();
     this.exitBtn            = new System.Windows.Forms.ToolStripMenuItem();
     this.openFileDialog     = new System.Windows.Forms.OpenFileDialog();
     this.resetOnExitBtn     = new System.Windows.Forms.ToolStripMenuItem();
     changeWallpaperBtn      = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
     this.notifyIconMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // changeWallpaperBtn
     //
     changeWallpaperBtn.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.changeWPToImageBtn,
         this.changeWPToAppBtn
     });
     changeWallpaperBtn.Name = "changeWallpaperBtn";
     changeWallpaperBtn.Size = new System.Drawing.Size(171, 22);
     changeWallpaperBtn.Text = "Change Wallpaper";
     //
     // changeWPToImageBtn
     //
     this.changeWPToImageBtn.Name   = "changeWPToImageBtn";
     this.changeWPToImageBtn.Size   = new System.Drawing.Size(152, 22);
     this.changeWPToImageBtn.Text   = "To Image";
     this.changeWPToImageBtn.Click += new System.EventHandler(this.changeWPToImageBtn_Click);
     //
     // changeWPToAppBtn
     //
     this.changeWPToAppBtn.Name   = "changeWPToAppBtn";
     this.changeWPToAppBtn.Size   = new System.Drawing.Size(152, 22);
     this.changeWPToAppBtn.Text   = "To Application";
     this.changeWPToAppBtn.Click += new System.EventHandler(this.changeWPToAppBtn_Click);
     //
     // pictureBox
     //
     this.pictureBox.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox.Location  = new System.Drawing.Point(0, 0);
     this.pictureBox.Name      = "pictureBox";
     this.pictureBox.Size      = new System.Drawing.Size(284, 261);
     this.pictureBox.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox.TabIndex  = 0;
     this.pictureBox.TabStop   = false;
     //
     // notifyIcon
     //
     this.notifyIcon.BalloonTipIcon   = System.Windows.Forms.ToolTipIcon.Info;
     this.notifyIcon.BalloonTipText   = "Live Wallpaper is now running";
     this.notifyIcon.BalloonTipTitle  = "Live Wallpaper";
     this.notifyIcon.ContextMenuStrip = this.notifyIconMenu;
     this.notifyIcon.Icon             = global::Desktop_Background_Changer.Properties.Resources.Icon;
     this.notifyIcon.Text             = "Live Wallpaper";
     this.notifyIcon.Visible          = true;
     //
     // notifyIconMenu
     //
     this.notifyIconMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         changeWallpaperBtn,
         this.stretchImageBtn,
         this.resetWallpaperBtn,
         this.resetOnExitBtn,
         this.exitBtn
     });
     this.notifyIconMenu.Name = "contextMenuStrip1";
     this.notifyIconMenu.Size = new System.Drawing.Size(172, 136);
     //
     // stretchImageBtn
     //
     this.stretchImageBtn.Checked      = true;
     this.stretchImageBtn.CheckOnClick = true;
     this.stretchImageBtn.CheckState   = System.Windows.Forms.CheckState.Checked;
     this.stretchImageBtn.Name         = "stretchImageBtn";
     this.stretchImageBtn.Size         = new System.Drawing.Size(171, 22);
     this.stretchImageBtn.Text         = "Stretch Image";
     this.stretchImageBtn.Click       += new System.EventHandler(this.stretchImageBtn_Click);
     //
     // resetWallpaperBtn
     //
     this.resetWallpaperBtn.Name   = "resetWallpaperBtn";
     this.resetWallpaperBtn.Size   = new System.Drawing.Size(171, 22);
     this.resetWallpaperBtn.Text   = "Reset Wallpaper";
     this.resetWallpaperBtn.Click += new System.EventHandler(this.resetWallpaperBtn_Click);
     //
     // exitBtn
     //
     this.exitBtn.Name   = "exitBtn";
     this.exitBtn.Size   = new System.Drawing.Size(171, 22);
     this.exitBtn.Text   = "Exit";
     this.exitBtn.Click += new System.EventHandler(this.exitBtn_Click);
     //
     // openFileDialog
     //
     this.openFileDialog.DefaultExt = "*.gif";
     this.openFileDialog.Filter     = "Animated images|*.gif";
     this.openFileDialog.Title      = "Pick a wallpaper";
     //
     // resetOnExitBtn
     //
     this.resetOnExitBtn.Checked      = true;
     this.resetOnExitBtn.CheckOnClick = true;
     this.resetOnExitBtn.CheckState   = System.Windows.Forms.CheckState.Checked;
     this.resetOnExitBtn.Name         = "resetOnExitBtn";
     this.resetOnExitBtn.Size         = new System.Drawing.Size(171, 22);
     this.resetOnExitBtn.Text         = "Reset On Exit";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(37)))), ((int)(((byte)(37)))));
     this.ClientSize          = new System.Drawing.Size(284, 261);
     this.Controls.Add(this.pictureBox);
     this.ForeColor       = System.Drawing.Color.Transparent;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "MainForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.Load           += new System.EventHandler(this.MainForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
     this.notifyIconMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #39
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.picture1               = new System.Windows.Forms.PictureBox();
     this.menuStrip1             = new System.Windows.Forms.MenuStrip();
     this.graphToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.loadToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1    = new System.Windows.Forms.ToolStripSeparator();
     this.imageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.button1                 = new System.Windows.Forms.Button();
     this.label1                  = new System.Windows.Forms.Label();
     this.numericVertexCount      = new System.Windows.Forms.NumericUpDown();
     this.label2                  = new System.Windows.Forms.Label();
     this.numericConnectionsCount = new System.Windows.Forms.NumericUpDown();
     this.label3                  = new System.Windows.Forms.Label();
     this.graphicsOutputOn        = new System.Windows.Forms.CheckBox();
     this.label4                  = new System.Windows.Forms.Label();
     this.ApfCheckBox             = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.picture1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericVertexCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericConnectionsCount)).BeginInit();
     this.SuspendLayout();
     //
     // picture1
     //
     this.picture1.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.picture1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.picture1.Location  = new System.Drawing.Point(0, 22);
     this.picture1.Name      = "picture1";
     this.picture1.Size      = new System.Drawing.Size(500, 500);
     this.picture1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picture1.TabIndex  = 0;
     this.picture1.TabStop   = false;
     this.picture1.Click    += new System.EventHandler(this.Picture1Click);
     //
     // menuStrip1
     //
     this.menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.graphToolStripMenuItem,
         this.imageToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(812, 24);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // graphToolStripMenuItem
     //
     this.graphToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newToolStripMenuItem,
         this.loadToolStripMenuItem,
         this.toolStripSeparator1
     });
     this.graphToolStripMenuItem.Name = "graphToolStripMenuItem";
     this.graphToolStripMenuItem.Size = new System.Drawing.Size(51, 20);
     this.graphToolStripMenuItem.Text = "Graph";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.Name   = "newToolStripMenuItem";
     this.newToolStripMenuItem.Size   = new System.Drawing.Size(109, 22);
     this.newToolStripMenuItem.Text   = "New...";
     this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItemClick);
     //
     // loadToolStripMenuItem
     //
     this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
     this.loadToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
     this.loadToolStripMenuItem.Text = "Load...";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(106, 6);
     //
     // imageToolStripMenuItem
     //
     this.imageToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.saveToolStripMenuItem
     });
     this.imageToolStripMenuItem.Name = "imageToolStripMenuItem";
     this.imageToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
     this.imageToolStripMenuItem.Text = "Image";
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.saveToolStripMenuItem.Text = "Save...";
     //
     // button1
     //
     this.button1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.button1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button1.Location  = new System.Drawing.Point(506, 463);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(296, 59);
     this.button1.TabIndex  = 2;
     this.button1.Text      = "Find path";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Visible = false;
     this.button1.Click  += new System.EventHandler(this.Button1Click);
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Location  = new System.Drawing.Point(504, 25);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(193, 23);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Width:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // numericVertexCount
     //
     this.numericVertexCount.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.numericVertexCount.Location = new System.Drawing.Point(703, 28);
     this.numericVertexCount.Name     = "numericVertexCount";
     this.numericVertexCount.Size     = new System.Drawing.Size(99, 20);
     this.numericVertexCount.TabIndex = 4;
     this.numericVertexCount.Value    = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     //
     // label2
     //
     this.label2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location  = new System.Drawing.Point(504, 51);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(193, 23);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Height:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // numericConnectionsCount
     //
     this.numericConnectionsCount.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.numericConnectionsCount.Location = new System.Drawing.Point(703, 53);
     this.numericConnectionsCount.Name     = "numericConnectionsCount";
     this.numericConnectionsCount.Size     = new System.Drawing.Size(99, 20);
     this.numericConnectionsCount.TabIndex = 4;
     this.numericConnectionsCount.Value    = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     //
     // label3
     //
     this.label3.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.Location  = new System.Drawing.Point(504, 74);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(193, 28);
     this.label3.TabIndex  = 3;
     this.label3.Text      = "Graphics output:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // graphicsOutputOn
     //
     this.graphicsOutputOn.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.graphicsOutputOn.Checked    = true;
     this.graphicsOutputOn.CheckState = System.Windows.Forms.CheckState.Checked;
     this.graphicsOutputOn.Location   = new System.Drawing.Point(703, 79);
     this.graphicsOutputOn.Name       = "graphicsOutputOn";
     this.graphicsOutputOn.Size       = new System.Drawing.Size(104, 23);
     this.graphicsOutputOn.TabIndex   = 5;
     this.graphicsOutputOn.UseVisualStyleBackColor = true;
     //
     // label4
     //
     this.label4.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.Location  = new System.Drawing.Point(504, 102);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(193, 28);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "Auto path finding:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ApfCheckBox
     //
     this.ApfCheckBox.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ApfCheckBox.Checked    = true;
     this.ApfCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ApfCheckBox.Location   = new System.Drawing.Point(703, 107);
     this.ApfCheckBox.Name       = "ApfCheckBox";
     this.ApfCheckBox.Size       = new System.Drawing.Size(104, 23);
     this.ApfCheckBox.TabIndex   = 5;
     this.ApfCheckBox.UseVisualStyleBackColor = true;
     this.ApfCheckBox.CheckedChanged         += new System.EventHandler(this.CheckBox1CheckedChanged);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(812, 529);
     this.Controls.Add(this.ApfCheckBox);
     this.Controls.Add(this.graphicsOutputOn);
     this.Controls.Add(this.numericConnectionsCount);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.numericVertexCount);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.picture1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "MainForm";
     this.Text          = "PathFinder";
     ((System.ComponentModel.ISupportInitialize)(this.picture1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericVertexCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericConnectionsCount)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components             = new System.ComponentModel.Container();
     this.dataGridView1          = new System.Windows.Forms.DataGridView();
     this.contextMenuStrip1      = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.取消结算ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.comboBoxProjectCompany = new System.Windows.Forms.ComboBox();
     this.comboBoxProject        = new System.Windows.Forms.ComboBox();
     this.label2      = new System.Windows.Forms.Label();
     this.label1      = new System.Windows.Forms.Label();
     this.buttonCX    = new System.Windows.Forms.Button();
     this.buttonPrint = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.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.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.ContextMenuStrip            = this.contextMenuStrip1;
     this.dataGridView1.Location           = new System.Drawing.Point(7, 38);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size               = new System.Drawing.Size(809, 198);
     this.dataGridView1.TabIndex           = 11;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.取消结算ToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(153, 48);
     //
     // 取消结算ToolStripMenuItem
     //
     this.取消结算ToolStripMenuItem.Name   = "取消结算ToolStripMenuItem";
     this.取消结算ToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.取消结算ToolStripMenuItem.Text   = "取消结算";
     this.取消结算ToolStripMenuItem.Click += new System.EventHandler(this.取消结算ToolStripMenuItemClick);
     //
     // comboBoxProjectCompany
     //
     this.comboBoxProjectCompany.FormattingEnabled = true;
     this.comboBoxProjectCompany.Location          = new System.Drawing.Point(293, 12);
     this.comboBoxProjectCompany.Name                  = "comboBoxProjectCompany";
     this.comboBoxProjectCompany.Size                  = new System.Drawing.Size(233, 20);
     this.comboBoxProjectCompany.TabIndex              = 9;
     this.comboBoxProjectCompany.SelectedIndexChanged += new System.EventHandler(this.ComboBoxProjectCompanySelectedIndexChanged);
     //
     // comboBoxProject
     //
     this.comboBoxProject.FormattingEnabled = true;
     this.comboBoxProject.Location          = new System.Drawing.Point(50, 12);
     this.comboBoxProject.Name                  = "comboBoxProject";
     this.comboBoxProject.Size                  = new System.Drawing.Size(168, 20);
     this.comboBoxProject.TabIndex              = 5;
     this.comboBoxProject.SelectedIndexChanged += new System.EventHandler(this.ComboBoxProjectSelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(245, 11);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 23);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "单位:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(7, 11);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(85, 23);
     this.label1.TabIndex  = 8;
     this.label1.Text      = "项目:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // buttonCX
     //
     this.buttonCX.Location = new System.Drawing.Point(546, 11);
     this.buttonCX.Name     = "buttonCX";
     this.buttonCX.Size     = new System.Drawing.Size(106, 23);
     this.buttonCX.TabIndex = 12;
     this.buttonCX.Text     = "查询结算单";
     this.buttonCX.UseVisualStyleBackColor = true;
     this.buttonCX.Click += new System.EventHandler(this.ButtonCXClick);
     //
     // buttonPrint
     //
     this.buttonPrint.Location = new System.Drawing.Point(658, 12);
     this.buttonPrint.Name     = "buttonPrint";
     this.buttonPrint.Size     = new System.Drawing.Size(75, 23);
     this.buttonPrint.TabIndex = 13;
     this.buttonPrint.Text     = "预览结算单";
     this.buttonPrint.UseVisualStyleBackColor = true;
     this.buttonPrint.Click += new System.EventHandler(this.ButtonPrintClick);
     //
     // FormHisJSD
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(828, 248);
     this.Controls.Add(this.buttonPrint);
     this.Controls.Add(this.buttonCX);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.comboBoxProjectCompany);
     this.Controls.Add(this.comboBoxProject);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name  = "FormHisJSD";
     this.Text  = "历史结算单";
     this.Load += new System.EventHandler(this.FormHisJSDLoad);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #41
0
        /// <summary>
        /// Обязательный метод для поддержки конструктора - не изменяйте
        /// содержимое данного метода при помощи редактора кода.
        /// </summary>
        private void InitializeComponent()
        {
            //System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
            this.MainMenuStrip                              = new System.Windows.Forms.MenuStrip();
            this.файлToolStripMenuItem                      = new System.Windows.Forms.ToolStripMenuItem();
            this.файлКонфигурацияToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
            this.файлКонфигурацияЗагрузитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.файлКонфигурацияСохранитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.выходToolStripMenuItem                     = new System.Windows.Forms.ToolStripMenuItem();
            this.видToolStripMenuItem                       = new System.Windows.Forms.ToolStripMenuItem();
            this.работаToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
            this.взаимодействиеToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
            this.конфигурацияToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
            this.помощьToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
            this.оПрограммеToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();

            this.MainMenuStrip.SuspendLayout();
            this.SuspendLayout();
            //
            // m_menuStripMain
            //
            this.MainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.файлToolStripMenuItem,
                this.видToolStripMenuItem,
                this.помощьToolStripMenuItem
            });
            this.MainMenuStrip.Location = new System.Drawing.Point(0, 0);
            this.MainMenuStrip.Name     = "m_menuStripMain";
            this.MainMenuStrip.Size     = new System.Drawing.Size(792, 24);
            this.MainMenuStrip.TabIndex = 0;
            this.MainMenuStrip.Text     = "menuStrip1";
            //
            // файлToolStripMenuItem
            //
            this.файлToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.файлКонфигурацияToolStripMenuItem
                , new System.Windows.Forms.ToolStripSeparator()
                , this.выходToolStripMenuItem
            });
            this.файлToolStripMenuItem.Name = "файлToolStripMenuItem";
            this.файлToolStripMenuItem.Size = new System.Drawing.Size(45, 20);
            this.файлToolStripMenuItem.Text = "Файл";
            //
            // файлфайлКонфигурацияToolStripMenuItem
            //
            this.файлКонфигурацияToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.файлКонфигурацияЗагрузитьToolStripMenuItem
                , this.файлКонфигурацияСохранитьToolStripMenuItem
            });
            this.файлКонфигурацияToolStripMenuItem.Name    = "файлКонфигурацияToolStripMenuItem";
            this.файлКонфигурацияToolStripMenuItem.Size    = new System.Drawing.Size(45, 20);
            this.файлКонфигурацияToolStripMenuItem.Text    = "Конфигурация";
            this.файлКонфигурацияToolStripMenuItem.Enabled = false;
            //
            // файлКонфигурацияЗагрузитьToolStripMenuItem
            //
            this.файлКонфигурацияЗагрузитьToolStripMenuItem.Name   = "файлКонфигурацияЗагрузитьToolStripMenuItem";
            this.файлКонфигурацияЗагрузитьToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
            this.файлКонфигурацияЗагрузитьToolStripMenuItem.Text   = "Загрузить";
            this.файлКонфигурацияЗагрузитьToolStripMenuItem.Click += new System.EventHandler(this.файлКонфигурацияЗагрузитьToolStripMenuItem_Click);
            //
            // файлКонфигурацияСохранитьToolStripMenuItem
            //
            this.файлКонфигурацияСохранитьToolStripMenuItem.Name   = "файлКонфигурацияСохранитьToolStripMenuItem";
            this.файлКонфигурацияСохранитьToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
            this.файлКонфигурацияСохранитьToolStripMenuItem.Text   = "Сохранить";
            this.файлКонфигурацияСохранитьToolStripMenuItem.Click += new System.EventHandler(this.файлКонфигурацияСохранитьToolStripMenuItem_Click);

            #region Пункт меню для настройки логгирования
            System.Windows.Forms.ToolStripMenuItem menuSubItem;

            if (_loggingMessageSetup.Length > 0)
            {
                this.файлЛоггированиеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();

                this.файлЛоггированиеToolStripMenuItem.Name    = "файлЛоггированиеToolStripMenuItem";
                this.файлЛоггированиеToolStripMenuItem.Size    = new System.Drawing.Size(45, 20);
                this.файлЛоггированиеToolStripMenuItem.Text    = "Логгирование";
                this.файлЛоггированиеToolStripMenuItem.Enabled = true;

                foreach (LOGGING_ID indx in Enum.GetValues(typeof(LOGGING_ID)))
                {
                    menuSubItem                 = new System.Windows.Forms.ToolStripMenuItem(_loggingMessageSetup[(int)indx].Description);
                    menuSubItem.Tag             = indx;
                    menuSubItem.CheckOnClick    = true;
                    menuSubItem.Checked         = _loggingMessageSetup [(int)indx].Allowed;
                    menuSubItem.CheckedChanged += toolStripMenuItemFileLogging_CheckedChanged;

                    this.файлЛоггированиеToolStripMenuItem.DropDownItems.Add(menuSubItem);
                }

                this.файлToolStripMenuItem.DropDownItems.Insert(this.файлToolStripMenuItem.DropDownItems.IndexOf(this.файлКонфигурацияToolStripMenuItem) + 1
                                                                , this.файлЛоггированиеToolStripMenuItem);
            }
            else
            {
                ;
            }
            #endregion

            //
            // выходToolStripMenuItem
            //
            this.выходToolStripMenuItem.Name   = "выходToolStripMenuItem";
            this.выходToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
            this.выходToolStripMenuItem.Text   = "Выход";
            this.выходToolStripMenuItem.Click += new System.EventHandler(this.выходToolStripMenuItem_Click);
            //
            // видToolStripMenuItem
            //
            this.видToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.работаToolStripMenuItem,
                this.взаимодействиеToolStripMenuItem,
                this.конфигурацияToolStripMenuItem
            });
            this.видToolStripMenuItem.Name = "видToolStripMenuItem";
            this.видToolStripMenuItem.Size = new System.Drawing.Size(38, 20);
            this.видToolStripMenuItem.Text = "Вид";
            //
            // работаToolStripMenuItem
            //
            this.работаToolStripMenuItem.Checked    = true;
            this.работаToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.работаToolStripMenuItem.Enabled    = false;
            this.работаToolStripMenuItem.Name       = "работаToolStripMenuItem";
            this.работаToolStripMenuItem.Size       = new System.Drawing.Size(159, 22);
            this.работаToolStripMenuItem.Text       = "Работа";
            //
            // взаимодействиеToolStripMenuItem
            //
            this.взаимодействиеToolStripMenuItem.Checked    = true;
            this.взаимодействиеToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.взаимодействиеToolStripMenuItem.Enabled    = false;
            this.взаимодействиеToolStripMenuItem.Name       = "взаимодействиеToolStripMenuItem";
            this.взаимодействиеToolStripMenuItem.Size       = new System.Drawing.Size(159, 22);
            this.взаимодействиеToolStripMenuItem.Text       = "Взаимодействие";
            //
            // конфигурацияToolStripMenuItem
            //
            this.конфигурацияToolStripMenuItem.Name = "конфигурацияToolStripMenuItem";
            this.конфигурацияToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
            this.конфигурацияToolStripMenuItem.Text = "Конфигурация";
            //
            // помощьToolStripMenuItem
            //
            this.помощьToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.оПрограммеToolStripMenuItem
            });
            this.помощьToolStripMenuItem.Name = "помощьToolStripMenuItem";
            this.помощьToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
            this.помощьToolStripMenuItem.Text = "Помощь";
            //
            // оПрограммеToolStripMenuItem
            //
            this.оПрограммеToolStripMenuItem.Name   = "оПрограммеToolStripMenuItem";
            this.оПрограммеToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
            this.оПрограммеToolStripMenuItem.Text   = "О программе";
            this.оПрограммеToolStripMenuItem.Click += new System.EventHandler(this.оПрограммеToolStripMenuItem_Click);
            //
            // FormMain
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(792, 640);
            this.Controls.Add(this.MainMenuStrip);
            //this.Icon = ((System.Drawing.Icon)
            //    //(resources.GetObject("IconMainuLoader")))
            //    uLoaderCommon.Properties.Resources.IconMainULoader.ToBitmap()
            //    ;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
            this.MaximizeBox     = false;
            this.Name            = "FormMain";
            this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text            = "Загрузчик данных (универсальный)";
            this.MainMenuStrip.ResumeLayout(false);
            this.MainMenuStrip.PerformLayout();

            //
            // m_TabCtrl
            //
            m_TabCtrl             = new HTabCtrlEx();
            this.m_TabCtrl.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.m_TabCtrl.Location                       = new System.Drawing.Point(0, MainMenuStrip.ClientSize.Height);
            this.m_TabCtrl.Name                           = "tabCtrl";
            this.m_TabCtrl.SelectedIndex                  = 0;
            this.m_TabCtrl.Size                           = new System.Drawing.Size(this.ClientSize.Width, this.ClientSize.Height - MainMenuStrip.ClientSize.Height - 0 /*m_statusStripMain.ClientSize.Height*/);
            this.m_TabCtrl.TabIndex                       = 3;
            this.m_TabCtrl.SelectedIndexChanged          += new System.EventHandler(this.TabCtrl_OnSelectedIndexChanged);
            this.m_TabCtrl.EventPrevSelectedIndexChanged += new DelegateIntFunc(this.TabCtrl_OnPrevSelectedIndexChanged);
            this.Controls.Add(this.m_TabCtrl);

            this.ResumeLayout(false);
            this.PerformLayout();
        }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components                 = new System.ComponentModel.Container();
     this.listView                   = new System.Windows.Forms.ListView();
     this.chItem                     = new System.Windows.Forms.ColumnHeader();
     this.chCurrency                 = new System.Windows.Forms.ColumnHeader();
     this.columnHeaderIsIap          = new System.Windows.Forms.ColumnHeader();
     this.columnHeaderUnknown7       = new System.Windows.Forms.ColumnHeader();
     this.columnHeaderYieldsCurrency = new System.Windows.Forms.ColumnHeader();
     this.columnHeaderTags           = new System.Windows.Forms.ColumnHeader();
     this.btnBuy                     = new System.Windows.Forms.Button();
     this.contextMenuStrip           = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.buyToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.refreshToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // listView
     //
     this.listView.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.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chItem,
         this.chCurrency,
         this.columnHeaderIsIap,
         this.columnHeaderUnknown7,
         this.columnHeaderYieldsCurrency,
         this.columnHeaderTags
     });
     this.listView.ContextMenuStrip = this.contextMenuStrip;
     this.listView.FullRowSelect    = true;
     this.listView.GridLines        = true;
     this.listView.Location         = new System.Drawing.Point(20, 16);
     this.listView.Margin           = new System.Windows.Forms.Padding(4);
     this.listView.Name             = "listView";
     this.listView.Size             = new System.Drawing.Size(704, 364);
     this.listView.TabIndex         = 81;
     this.listView.UseCompatibleStateImageBehavior = false;
     this.listView.View = System.Windows.Forms.View.Details;
     //
     // chItem
     //
     this.chItem.Text  = "Item";
     this.chItem.Width = 200;
     //
     // chCurrency
     //
     this.chCurrency.Text = "Currency";
     //
     // columnHeaderIsIap
     //
     this.columnHeaderIsIap.Text = "IsIap";
     //
     // columnHeaderUnknown7
     //
     this.columnHeaderUnknown7.Text = "Unknown7";
     //
     // columnHeaderYieldsCurrency
     //
     this.columnHeaderYieldsCurrency.Text = "YieldsCurrency";
     //
     // columnHeaderTags
     //
     this.columnHeaderTags.Text  = "Tags";
     this.columnHeaderTags.Width = 100;
     //
     // btnBuy
     //
     this.btnBuy.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnBuy.ContextMenuStrip        = this.contextMenuStrip;
     this.btnBuy.Location                = new System.Drawing.Point(20, 389);
     this.btnBuy.Margin                  = new System.Windows.Forms.Padding(2);
     this.btnBuy.Name                    = "btnBuy";
     this.btnBuy.Size                    = new System.Drawing.Size(81, 29);
     this.btnBuy.TabIndex                = 82;
     this.btnBuy.Text                    = "Buy";
     this.btnBuy.UseVisualStyleBackColor = true;
     this.btnBuy.Click                  += new System.EventHandler(this.btnBuy_Click);
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.buyToolStripMenuItem,
         this.refreshToolStripMenuItem
     });
     this.contextMenuStrip.Name = "contextMenuStrip1";
     this.contextMenuStrip.Size = new System.Drawing.Size(114, 48);
     //
     // buyToolStripMenuItem
     //
     this.buyToolStripMenuItem.Name   = "buyToolStripMenuItem";
     this.buyToolStripMenuItem.Size   = new System.Drawing.Size(113, 22);
     this.buyToolStripMenuItem.Text   = "Buy";
     this.buyToolStripMenuItem.Click += new System.EventHandler(this.buyToolStripMenuItem_Click);
     //
     // refreshToolStripMenuItem
     //
     this.refreshToolStripMenuItem.Name   = "refreshToolStripMenuItem";
     this.refreshToolStripMenuItem.Size   = new System.Drawing.Size(113, 22);
     this.refreshToolStripMenuItem.Text   = "Refresh";
     this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
     //
     // ShopPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.btnBuy);
     this.Controls.Add(this.listView);
     this.Name = "ShopPanel";
     this.Size = new System.Drawing.Size(744, 435);
     this.contextMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.pnlMap                     = new System.Windows.Forms.Panel();
     this.btnPal                     = new System.Windows.Forms.Button();
     this.statusStrip1               = new System.Windows.Forms.StatusStrip();
     this.lblStatusCoords            = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblStatusMessage           = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitContainer1            = new System.Windows.Forms.SplitContainer();
     this.flowPal                    = new System.Windows.Forms.FlowLayoutPanel();
     this.menuStrip1                 = new System.Windows.Forms.MenuStrip();
     this.openMapToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.saveMapToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.saveMapAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pnlPreview                 = new System.Windows.Forms.Panel();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.flowPal.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlMap
     //
     this.pnlMap.BackColor   = System.Drawing.Color.Gray;
     this.pnlMap.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.pnlMap.Location    = new System.Drawing.Point(0, 0);
     this.pnlMap.Name        = "pnlMap";
     this.pnlMap.Size        = new System.Drawing.Size(186, 215);
     this.pnlMap.TabIndex    = 0;
     this.pnlMap.Paint      += new System.Windows.Forms.PaintEventHandler(this.PnlMapPaint);
     this.pnlMap.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.PnlMapMouseDown);
     this.pnlMap.MouseLeave += new System.EventHandler(this.PnlMapMouseLeave);
     this.pnlMap.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.PnlMapMouseMove);
     this.pnlMap.MouseUp    += new System.Windows.Forms.MouseEventHandler(this.PnlMapMouseUp);
     this.pnlMap.Resize     += new System.EventHandler(this.PnlMapResize);
     //
     // btnPal
     //
     this.btnPal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.btnPal.FlatAppearance.BorderColor = System.Drawing.Color.Yellow;
     this.btnPal.FlatAppearance.BorderSize  = 3;
     this.btnPal.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnPal.ForeColor = System.Drawing.Color.White;
     this.btnPal.Location  = new System.Drawing.Point(3, 109);
     this.btnPal.Name      = "btnPal";
     this.btnPal.Size      = new System.Drawing.Size(36, 34);
     this.btnPal.TabIndex  = 0;
     this.btnPal.TabStop   = false;
     this.btnPal.Text      = "1";
     this.btnPal.UseVisualStyleBackColor = false;
     this.btnPal.Click               += new System.EventHandler(this.BtnPalClick);
     this.btnPal.MouseClick          += new System.Windows.Forms.MouseEventHandler(this.BtnPalMouseClick);
     this.btnPal.MouseCaptureChanged += new System.EventHandler(this.BtnPalMouseCaptureChanged);
     this.btnPal.MouseDown           += new System.Windows.Forms.MouseEventHandler(this.BtnPalMouseDown);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblStatusCoords,
         this.lblStatusMessage
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 239);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(284, 22);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // lblStatusCoords
     //
     this.lblStatusCoords.Name = "lblStatusCoords";
     this.lblStatusCoords.Size = new System.Drawing.Size(0, 17);
     //
     // lblStatusMessage
     //
     this.lblStatusMessage.Name = "lblStatusMessage";
     this.lblStatusMessage.Size = new System.Drawing.Size(17, 17);
     this.lblStatusMessage.Text = ": )";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location        = new System.Drawing.Point(0, 24);
     this.splitContainer1.Name            = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.flowPal);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.pnlMap);
     this.splitContainer1.Size             = new System.Drawing.Size(284, 215);
     this.splitContainer1.SplitterDistance = 94;
     this.splitContainer1.TabIndex         = 2;
     //
     // flowPal
     //
     this.flowPal.Controls.Add(this.pnlPreview);
     this.flowPal.Controls.Add(this.btnPal);
     this.flowPal.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowPal.Location = new System.Drawing.Point(0, 0);
     this.flowPal.Name     = "flowPal";
     this.flowPal.Size     = new System.Drawing.Size(94, 215);
     this.flowPal.TabIndex = 0;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openMapToolStripMenuItem,
         this.saveMapToolStripMenuItem,
         this.saveMapAsToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(284, 24);
     this.menuStrip1.TabIndex = 3;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // openMapToolStripMenuItem
     //
     this.openMapToolStripMenuItem.Name   = "openMapToolStripMenuItem";
     this.openMapToolStripMenuItem.Size   = new System.Drawing.Size(75, 20);
     this.openMapToolStripMenuItem.Text   = "Open Map";
     this.openMapToolStripMenuItem.Click += new System.EventHandler(this.OpenMapToolStripMenuItemClick);
     //
     // saveMapToolStripMenuItem
     //
     this.saveMapToolStripMenuItem.Name   = "saveMapToolStripMenuItem";
     this.saveMapToolStripMenuItem.Size   = new System.Drawing.Size(70, 20);
     this.saveMapToolStripMenuItem.Text   = "Save Map";
     this.saveMapToolStripMenuItem.Click += new System.EventHandler(this.SaveMapToolStripMenuItemClick);
     //
     // saveMapAsToolStripMenuItem
     //
     this.saveMapAsToolStripMenuItem.Name   = "saveMapAsToolStripMenuItem";
     this.saveMapAsToolStripMenuItem.Size   = new System.Drawing.Size(86, 20);
     this.saveMapAsToolStripMenuItem.Text   = "Save Map As";
     this.saveMapAsToolStripMenuItem.Click += new System.EventHandler(this.SaveMapAsToolStripMenuItemClick);
     //
     // pnlPreview
     //
     this.pnlPreview.BackColor   = System.Drawing.Color.Gray;
     this.pnlPreview.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnlPreview.Location    = new System.Drawing.Point(3, 3);
     this.pnlPreview.Name        = "pnlPreview";
     this.pnlPreview.Size        = new System.Drawing.Size(91, 100);
     this.pnlPreview.TabIndex    = 1;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(284, 261);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip   = this.menuStrip1;
     this.Name            = "MainForm";
     this.Text            = "MapMakerWinform";
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.MainFormFormClosed);
     this.Load           += new System.EventHandler(this.MainFormLoad);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.MainFormKeyDown);
     this.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.MainFormKeyUp);
     this.MouseClick     += new System.Windows.Forms.MouseEventHandler(this.MainFormMouseClick);
     this.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.MainFormPreviewKeyDown);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.flowPal.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #44
0
 private void Add_Click(object sender, EventArgs e)
 {
     System.Windows.Forms.ToolStripMenuItem item = (System.Windows.Forms.ToolStripMenuItem)sender;
     Add(item.Text);
 }
Example #45
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.Label             label23;
     System.Windows.Forms.Label             label24;
     System.Windows.Forms.Label             label21;
     System.Windows.Forms.Label             label20;
     System.Windows.Forms.GroupBox          groupBox12;
     System.Windows.Forms.GroupBox          groupBox14;
     System.Windows.Forms.GroupBox          groupBox11;
     System.Windows.Forms.Label             label2;
     System.Windows.Forms.Label             label1;
     System.Windows.Forms.Label             label19;
     System.Windows.Forms.GroupBox          groupBox13;
     System.Windows.Forms.CheckBox          checkBox1;
     System.Windows.Forms.Label             label27;
     System.Windows.Forms.Label             label26;
     System.Windows.Forms.Label             label25;
     System.Windows.Forms.GroupBox          groupBox9;
     System.Windows.Forms.GroupBox          groupBox10;
     System.Windows.Forms.Label             label16;
     System.Windows.Forms.TextBox           textBox8;
     System.Windows.Forms.Label             label18;
     System.Windows.Forms.GroupBox          groupBox8;
     System.Windows.Forms.Label             label15;
     System.Windows.Forms.TextBox           textBox10;
     System.Windows.Forms.Label             label17;
     System.Windows.Forms.GroupBox          groupBox7;
     System.Windows.Forms.Label             label13;
     System.Windows.Forms.TextBox           textBox6;
     System.Windows.Forms.Label             label14;
     System.Windows.Forms.GroupBox          groupBox6;
     System.Windows.Forms.Label             label11;
     System.Windows.Forms.TextBox           textBox3;
     System.Windows.Forms.Label             label12;
     System.Windows.Forms.GroupBox          groupBox5;
     System.Windows.Forms.ToolStripMenuItem _AddSCVIUser;
     System.Windows.Forms.ToolStripMenuItem _DeleteSPSIUser;
     this._SCVCenterTB        = new System.Windows.Forms.TextBox();
     this._SCVUsersLB         = new System.Windows.Forms.ListBox();
     this._SCVDomainTB        = new System.Windows.Forms.TextBox();
     this._SPVUserTB          = new System.Windows.Forms.TextBox();
     this._SPSIUserTB         = new System.Windows.Forms.TextBox();
     this._SactaUserGroupTB   = new System.Windows.Forms.TextBox();
     this._SactaCenterTB      = new System.Windows.Forms.TextBox();
     this._SactaDomainTB      = new System.Windows.Forms.TextBox();
     this._ProcessorNumberTB  = new System.Windows.Forms.TextBox();
     this._ActivityTimeoutTB  = new System.Windows.Forms.TextBox();
     this._PresenceIntervalTB = new System.Windows.Forms.TextBox();
     this._NetBSendPortTB     = new System.Windows.Forms.TextBox();
     this._NetBListenPortTB   = new System.Windows.Forms.TextBox();
     this._NetASendPortTB     = new System.Windows.Forms.TextBox();
     this._NetAListenPortTB   = new System.Windows.Forms.TextBox();
     this._OkBT        = new System.Windows.Forms.Button();
     this._SCVIUsersCM = new System.Windows.Forms.ContextMenuStrip(this.components);
     label23           = new System.Windows.Forms.Label();
     label24           = new System.Windows.Forms.Label();
     label21           = new System.Windows.Forms.Label();
     label20           = new System.Windows.Forms.Label();
     groupBox12        = new System.Windows.Forms.GroupBox();
     groupBox14        = new System.Windows.Forms.GroupBox();
     groupBox11        = new System.Windows.Forms.GroupBox();
     label2            = new System.Windows.Forms.Label();
     label1            = new System.Windows.Forms.Label();
     label19           = new System.Windows.Forms.Label();
     groupBox13        = new System.Windows.Forms.GroupBox();
     checkBox1         = new System.Windows.Forms.CheckBox();
     label27           = new System.Windows.Forms.Label();
     label26           = new System.Windows.Forms.Label();
     label25           = new System.Windows.Forms.Label();
     groupBox9         = new System.Windows.Forms.GroupBox();
     groupBox10        = new System.Windows.Forms.GroupBox();
     label16           = new System.Windows.Forms.Label();
     textBox8          = new System.Windows.Forms.TextBox();
     label18           = new System.Windows.Forms.Label();
     groupBox8         = new System.Windows.Forms.GroupBox();
     label15           = new System.Windows.Forms.Label();
     textBox10         = new System.Windows.Forms.TextBox();
     label17           = new System.Windows.Forms.Label();
     groupBox7         = new System.Windows.Forms.GroupBox();
     label13           = new System.Windows.Forms.Label();
     textBox6          = new System.Windows.Forms.TextBox();
     label14           = new System.Windows.Forms.Label();
     groupBox6         = new System.Windows.Forms.GroupBox();
     label11           = new System.Windows.Forms.Label();
     textBox3          = new System.Windows.Forms.TextBox();
     label12           = new System.Windows.Forms.Label();
     groupBox5         = new System.Windows.Forms.GroupBox();
     _AddSCVIUser      = new System.Windows.Forms.ToolStripMenuItem();
     _DeleteSPSIUser   = new System.Windows.Forms.ToolStripMenuItem();
     groupBox12.SuspendLayout();
     groupBox14.SuspendLayout();
     groupBox11.SuspendLayout();
     groupBox13.SuspendLayout();
     groupBox9.SuspendLayout();
     groupBox10.SuspendLayout();
     groupBox8.SuspendLayout();
     groupBox7.SuspendLayout();
     groupBox6.SuspendLayout();
     groupBox5.SuspendLayout();
     this._SCVIUsersCM.SuspendLayout();
     this.SuspendLayout();
     //
     // label23
     //
     label23.AutoSize = true;
     label23.Location = new System.Drawing.Point(17, 52);
     label23.Name     = "label23";
     label23.Size     = new System.Drawing.Size(41, 13);
     label23.TabIndex = 6;
     label23.Text     = "Centro:";
     //
     // label24
     //
     label24.AutoSize = true;
     label24.Location = new System.Drawing.Point(17, 26);
     label24.Name     = "label24";
     label24.Size     = new System.Drawing.Size(48, 13);
     label24.TabIndex = 4;
     label24.Text     = "Dominio:";
     //
     // label21
     //
     label21.AutoSize = true;
     label21.Location = new System.Drawing.Point(190, 26);
     label21.Name     = "label21";
     label21.Size     = new System.Drawing.Size(91, 13);
     label21.TabIndex = 8;
     label21.Text     = "Usuario de grupo:";
     //
     // label20
     //
     label20.AutoSize = true;
     label20.Location = new System.Drawing.Point(17, 52);
     label20.Name     = "label20";
     label20.Size     = new System.Drawing.Size(41, 13);
     label20.TabIndex = 6;
     label20.Text     = "Centro:";
     //
     // groupBox12
     //
     groupBox12.Controls.Add(this._SCVCenterTB);
     groupBox12.Controls.Add(label23);
     groupBox12.Controls.Add(groupBox14);
     groupBox12.Controls.Add(this._SCVDomainTB);
     groupBox12.Controls.Add(label24);
     groupBox12.Location = new System.Drawing.Point(392, 181);
     groupBox12.Name     = "groupBox12";
     groupBox12.Size     = new System.Drawing.Size(212, 198);
     groupBox12.TabIndex = 11;
     groupBox12.TabStop  = false;
     groupBox12.Text     = "SVC";
     //
     // _SCVCenterTB
     //
     this._SCVCenterTB.Location = new System.Drawing.Point(140, 49);
     this._SCVCenterTB.Name     = "_SCVCenterTB";
     this._SCVCenterTB.Size     = new System.Drawing.Size(60, 20);
     this._SCVCenterTB.TabIndex = 7;
     //
     // groupBox14
     //
     groupBox14.Controls.Add(this._SCVUsersLB);
     groupBox14.Location = new System.Drawing.Point(20, 75);
     groupBox14.Name     = "groupBox14";
     groupBox14.Size     = new System.Drawing.Size(180, 114);
     groupBox14.TabIndex = 13;
     groupBox14.TabStop  = false;
     groupBox14.Text     = "Usuarios SCV";
     //
     // _SCVUsersLB
     //
     this._SCVUsersLB.FormattingEnabled = true;
     this._SCVUsersLB.Location          = new System.Drawing.Point(9, 22);
     this._SCVUsersLB.Name     = "_SCVUsersLB";
     this._SCVUsersLB.Size     = new System.Drawing.Size(156, 82);
     this._SCVUsersLB.TabIndex = 0;
     //
     // _SCVDomainTB
     //
     this._SCVDomainTB.Location = new System.Drawing.Point(140, 23);
     this._SCVDomainTB.Name     = "_SCVDomainTB";
     this._SCVDomainTB.Size     = new System.Drawing.Size(60, 20);
     this._SCVDomainTB.TabIndex = 5;
     //
     // groupBox11
     //
     groupBox11.Controls.Add(this._SPVUserTB);
     groupBox11.Controls.Add(label2);
     groupBox11.Controls.Add(this._SPSIUserTB);
     groupBox11.Controls.Add(label1);
     groupBox11.Controls.Add(this._SactaUserGroupTB);
     groupBox11.Controls.Add(label21);
     groupBox11.Controls.Add(this._SactaCenterTB);
     groupBox11.Controls.Add(label20);
     groupBox11.Controls.Add(this._SactaDomainTB);
     groupBox11.Controls.Add(label19);
     groupBox11.Location = new System.Drawing.Point(12, 350);
     groupBox11.Name     = "groupBox11";
     groupBox11.Size     = new System.Drawing.Size(363, 107);
     groupBox11.TabIndex = 10;
     groupBox11.TabStop  = false;
     groupBox11.Text     = "Sacta";
     //
     // _SPVUserTB
     //
     this._SPVUserTB.Location = new System.Drawing.Point(287, 75);
     this._SPVUserTB.Name     = "_SPVUserTB";
     this._SPVUserTB.Size     = new System.Drawing.Size(60, 20);
     this._SPVUserTB.TabIndex = 13;
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(190, 78);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(70, 13);
     label2.TabIndex = 12;
     label2.Text     = "Usuario SPV:";
     //
     // _SPSIUserTB
     //
     this._SPSIUserTB.Location = new System.Drawing.Point(287, 49);
     this._SPSIUserTB.Name     = "_SPSIUserTB";
     this._SPSIUserTB.Size     = new System.Drawing.Size(60, 20);
     this._SPSIUserTB.TabIndex = 11;
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(190, 52);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(73, 13);
     label1.TabIndex = 10;
     label1.Text     = "Usuario SPSI:";
     //
     // _SactaUserGroupTB
     //
     this._SactaUserGroupTB.Location = new System.Drawing.Point(287, 23);
     this._SactaUserGroupTB.Name     = "_SactaUserGroupTB";
     this._SactaUserGroupTB.Size     = new System.Drawing.Size(60, 20);
     this._SactaUserGroupTB.TabIndex = 9;
     //
     // _SactaCenterTB
     //
     this._SactaCenterTB.Location = new System.Drawing.Point(114, 49);
     this._SactaCenterTB.Name     = "_SactaCenterTB";
     this._SactaCenterTB.Size     = new System.Drawing.Size(60, 20);
     this._SactaCenterTB.TabIndex = 7;
     //
     // _SactaDomainTB
     //
     this._SactaDomainTB.Location = new System.Drawing.Point(114, 23);
     this._SactaDomainTB.Name     = "_SactaDomainTB";
     this._SactaDomainTB.Size     = new System.Drawing.Size(60, 20);
     this._SactaDomainTB.TabIndex = 5;
     //
     // label19
     //
     label19.AutoSize = true;
     label19.Location = new System.Drawing.Point(17, 26);
     label19.Name     = "label19";
     label19.Size     = new System.Drawing.Size(48, 13);
     label19.TabIndex = 4;
     label19.Text     = "Dominio:";
     //
     // groupBox13
     //
     groupBox13.Controls.Add(checkBox1);
     groupBox13.Controls.Add(this._ProcessorNumberTB);
     groupBox13.Controls.Add(label27);
     groupBox13.Controls.Add(this._ActivityTimeoutTB);
     groupBox13.Controls.Add(label26);
     groupBox13.Controls.Add(this._PresenceIntervalTB);
     groupBox13.Controls.Add(label25);
     groupBox13.Location = new System.Drawing.Point(392, 12);
     groupBox13.Name     = "groupBox13";
     groupBox13.Size     = new System.Drawing.Size(212, 163);
     groupBox13.TabIndex = 12;
     groupBox13.TabStop  = false;
     groupBox13.Text     = "General";
     //
     // checkBox1
     //
     checkBox1.AutoSize   = true;
     checkBox1.Checked    = global::SimulSACTA.Properties.Settings.Default.EnableMulticast;
     checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
     checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SimulSACTA.Properties.Settings.Default, "EnableMulticast", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     checkBox1.Location = new System.Drawing.Point(9, 119);
     checkBox1.Name     = "checkBox1";
     checkBox1.Size     = new System.Drawing.Size(104, 17);
     checkBox1.TabIndex = 10;
     checkBox1.Text     = "Enable Multicast";
     checkBox1.UseVisualStyleBackColor = true;
     //
     // _ProcessorNumberTB
     //
     this._ProcessorNumberTB.Location = new System.Drawing.Point(140, 78);
     this._ProcessorNumberTB.Name     = "_ProcessorNumberTB";
     this._ProcessorNumberTB.Size     = new System.Drawing.Size(60, 20);
     this._ProcessorNumberTB.TabIndex = 9;
     //
     // label27
     //
     label27.AutoSize = true;
     label27.Location = new System.Drawing.Point(6, 81);
     label27.Name     = "label27";
     label27.Size     = new System.Drawing.Size(118, 13);
     label27.TabIndex = 8;
     label27.Text     = "Número de procesador:";
     //
     // _ActivityTimeoutTB
     //
     this._ActivityTimeoutTB.Location = new System.Drawing.Point(140, 52);
     this._ActivityTimeoutTB.Name     = "_ActivityTimeoutTB";
     this._ActivityTimeoutTB.Size     = new System.Drawing.Size(60, 20);
     this._ActivityTimeoutTB.TabIndex = 7;
     //
     // label26
     //
     label26.AutoSize = true;
     label26.Location = new System.Drawing.Point(6, 55);
     label26.Name     = "label26";
     label26.Size     = new System.Drawing.Size(133, 13);
     label26.TabIndex = 6;
     label26.Text     = "TimeOut de actividad (ms):";
     //
     // _PresenceIntervalTB
     //
     this._PresenceIntervalTB.Location = new System.Drawing.Point(140, 26);
     this._PresenceIntervalTB.Name     = "_PresenceIntervalTB";
     this._PresenceIntervalTB.Size     = new System.Drawing.Size(60, 20);
     this._PresenceIntervalTB.TabIndex = 5;
     //
     // label25
     //
     label25.AutoSize = true;
     label25.Location = new System.Drawing.Point(6, 29);
     label25.Name     = "label25";
     label25.Size     = new System.Drawing.Size(130, 13);
     label25.TabIndex = 4;
     label25.Text     = "Envío de presencias (ms):";
     //
     // groupBox9
     //
     groupBox9.Controls.Add(groupBox10);
     groupBox9.Controls.Add(groupBox8);
     groupBox9.Location = new System.Drawing.Point(12, 181);
     groupBox9.Name     = "groupBox9";
     groupBox9.Size     = new System.Drawing.Size(363, 163);
     groupBox9.TabIndex = 9;
     groupBox9.TabStop  = false;
     groupBox9.Text     = "Net B";
     //
     // groupBox10
     //
     groupBox10.Controls.Add(this._NetBSendPortTB);
     groupBox10.Controls.Add(label16);
     groupBox10.Controls.Add(textBox8);
     groupBox10.Controls.Add(label18);
     groupBox10.Location = new System.Drawing.Point(6, 89);
     groupBox10.Name     = "groupBox10";
     groupBox10.Size     = new System.Drawing.Size(351, 64);
     groupBox10.TabIndex = 3;
     groupBox10.TabStop  = false;
     groupBox10.Text     = "Envío";
     //
     // _NetBSendPortTB
     //
     this._NetBSendPortTB.Location = new System.Drawing.Point(281, 31);
     this._NetBSendPortTB.Name     = "_NetBSendPortTB";
     this._NetBSendPortTB.Size     = new System.Drawing.Size(60, 20);
     this._NetBSendPortTB.TabIndex = 3;
     //
     // label16
     //
     label16.AutoSize = true;
     label16.Location = new System.Drawing.Point(234, 34);
     label16.Name     = "label16";
     label16.Size     = new System.Drawing.Size(41, 13);
     label16.TabIndex = 2;
     label16.Text     = "Puerto:";
     //
     // textBox8
     //
     textBox8.Location = new System.Drawing.Point(89, 31);
     textBox8.Name     = "textBox8";
     textBox8.Size     = new System.Drawing.Size(102, 20);
     textBox8.TabIndex = 1;
     textBox8.Text     = global::SimulSACTA.Properties.Settings.Default.ScvIpB;
     //
     // label18
     //
     label18.AutoSize = true;
     label18.Location = new System.Drawing.Point(15, 34);
     label18.Name     = "label18";
     label18.Size     = new System.Drawing.Size(68, 13);
     label18.TabIndex = 0;
     label18.Text     = "Dirección IP:";
     //
     // groupBox8
     //
     groupBox8.Controls.Add(this._NetBListenPortTB);
     groupBox8.Controls.Add(label15);
     groupBox8.Controls.Add(textBox10);
     groupBox8.Controls.Add(label17);
     groupBox8.Location = new System.Drawing.Point(6, 19);
     groupBox8.Name     = "groupBox8";
     groupBox8.Size     = new System.Drawing.Size(351, 64);
     groupBox8.TabIndex = 2;
     groupBox8.TabStop  = false;
     groupBox8.Text     = "Recepción";
     //
     // _NetBListenPortTB
     //
     this._NetBListenPortTB.Location = new System.Drawing.Point(281, 31);
     this._NetBListenPortTB.Name     = "_NetBListenPortTB";
     this._NetBListenPortTB.Size     = new System.Drawing.Size(60, 20);
     this._NetBListenPortTB.TabIndex = 3;
     //
     // label15
     //
     label15.AutoSize = true;
     label15.Location = new System.Drawing.Point(234, 34);
     label15.Name     = "label15";
     label15.Size     = new System.Drawing.Size(41, 13);
     label15.TabIndex = 2;
     label15.Text     = "Puerto:";
     //
     // textBox10
     //
     textBox10.Location = new System.Drawing.Point(89, 31);
     textBox10.Name     = "textBox10";
     textBox10.Size     = new System.Drawing.Size(102, 20);
     textBox10.TabIndex = 1;
     textBox10.Text     = global::SimulSACTA.Properties.Settings.Default.SactaIpB;
     //
     // label17
     //
     label17.AutoSize = true;
     label17.Location = new System.Drawing.Point(15, 34);
     label17.Name     = "label17";
     label17.Size     = new System.Drawing.Size(68, 13);
     label17.TabIndex = 0;
     label17.Text     = "Dirección IP:";
     //
     // groupBox7
     //
     groupBox7.Controls.Add(this._NetASendPortTB);
     groupBox7.Controls.Add(label13);
     groupBox7.Controls.Add(textBox6);
     groupBox7.Controls.Add(label14);
     groupBox7.Location = new System.Drawing.Point(6, 89);
     groupBox7.Name     = "groupBox7";
     groupBox7.Size     = new System.Drawing.Size(351, 64);
     groupBox7.TabIndex = 3;
     groupBox7.TabStop  = false;
     groupBox7.Text     = "Envío";
     //
     // _NetASendPortTB
     //
     this._NetASendPortTB.Location = new System.Drawing.Point(281, 31);
     this._NetASendPortTB.Name     = "_NetASendPortTB";
     this._NetASendPortTB.Size     = new System.Drawing.Size(60, 20);
     this._NetASendPortTB.TabIndex = 3;
     //
     // label13
     //
     label13.AutoSize = true;
     label13.Location = new System.Drawing.Point(234, 34);
     label13.Name     = "label13";
     label13.Size     = new System.Drawing.Size(41, 13);
     label13.TabIndex = 2;
     label13.Text     = "Puerto:";
     //
     // textBox6
     //
     textBox6.Location = new System.Drawing.Point(89, 31);
     textBox6.Name     = "textBox6";
     textBox6.Size     = new System.Drawing.Size(102, 20);
     textBox6.TabIndex = 1;
     textBox6.Text     = global::SimulSACTA.Properties.Settings.Default.ScvIpA;
     //
     // label14
     //
     label14.AutoSize = true;
     label14.Location = new System.Drawing.Point(15, 34);
     label14.Name     = "label14";
     label14.Size     = new System.Drawing.Size(68, 13);
     label14.TabIndex = 0;
     label14.Text     = "Dirección IP:";
     //
     // groupBox6
     //
     groupBox6.Controls.Add(this._NetAListenPortTB);
     groupBox6.Controls.Add(label11);
     groupBox6.Controls.Add(textBox3);
     groupBox6.Controls.Add(label12);
     groupBox6.Location = new System.Drawing.Point(6, 19);
     groupBox6.Name     = "groupBox6";
     groupBox6.Size     = new System.Drawing.Size(351, 64);
     groupBox6.TabIndex = 2;
     groupBox6.TabStop  = false;
     groupBox6.Text     = "Recepción";
     //
     // _NetAListenPortTB
     //
     this._NetAListenPortTB.Location = new System.Drawing.Point(281, 31);
     this._NetAListenPortTB.Name     = "_NetAListenPortTB";
     this._NetAListenPortTB.Size     = new System.Drawing.Size(60, 20);
     this._NetAListenPortTB.TabIndex = 3;
     //
     // label11
     //
     label11.AutoSize = true;
     label11.Location = new System.Drawing.Point(234, 34);
     label11.Name     = "label11";
     label11.Size     = new System.Drawing.Size(41, 13);
     label11.TabIndex = 2;
     label11.Text     = "Puerto:";
     //
     // textBox3
     //
     textBox3.Location = new System.Drawing.Point(89, 31);
     textBox3.Name     = "textBox3";
     textBox3.Size     = new System.Drawing.Size(102, 20);
     textBox3.TabIndex = 1;
     textBox3.Text     = global::SimulSACTA.Properties.Settings.Default.SactaIpA;
     //
     // label12
     //
     label12.AutoSize = true;
     label12.Location = new System.Drawing.Point(15, 34);
     label12.Name     = "label12";
     label12.Size     = new System.Drawing.Size(68, 13);
     label12.TabIndex = 0;
     label12.Text     = "Dirección IP:";
     //
     // groupBox5
     //
     groupBox5.Controls.Add(groupBox7);
     groupBox5.Controls.Add(groupBox6);
     groupBox5.Location = new System.Drawing.Point(12, 12);
     groupBox5.Name     = "groupBox5";
     groupBox5.Size     = new System.Drawing.Size(363, 163);
     groupBox5.TabIndex = 8;
     groupBox5.TabStop  = false;
     groupBox5.Text     = "Net A";
     //
     // _AddSCVIUser
     //
     _AddSCVIUser.Name   = "_AddSCVIUser";
     _AddSCVIUser.Size   = new System.Drawing.Size(107, 22);
     _AddSCVIUser.Text   = "Add";
     _AddSCVIUser.Click += new System.EventHandler(this.AddSCVUser_Click);
     //
     // _DeleteSPSIUser
     //
     _DeleteSPSIUser.Name   = "_DeleteSPSIUser";
     _DeleteSPSIUser.Size   = new System.Drawing.Size(107, 22);
     _DeleteSPSIUser.Text   = "Delete";
     _DeleteSPSIUser.Click += new System.EventHandler(this.DeleteSCVUser_Click);
     //
     // _OkBT
     //
     this._OkBT.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this._OkBT.Location                = new System.Drawing.Point(517, 434);
     this._OkBT.Name                    = "_OkBT";
     this._OkBT.Size                    = new System.Drawing.Size(75, 23);
     this._OkBT.TabIndex                = 13;
     this._OkBT.Text                    = "OK";
     this._OkBT.UseVisualStyleBackColor = true;
     this._OkBT.Click                  += new System.EventHandler(this._OkBT_Click);
     //
     // _SCVIUsersCM
     //
     this._SCVIUsersCM.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _AddSCVIUser,
         _DeleteSPSIUser
     });
     this._SCVIUsersCM.Name = "_SPSIUsersCM";
     this._SCVIUsersCM.Size = new System.Drawing.Size(108, 48);
     //
     // SettingsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(616, 466);
     this.Controls.Add(this._OkBT);
     this.Controls.Add(groupBox11);
     this.Controls.Add(groupBox12);
     this.Controls.Add(groupBox13);
     this.Controls.Add(groupBox9);
     this.Controls.Add(groupBox5);
     this.Name  = "SettingsForm";
     this.Text  = "SACTA Config";
     this.Load += new System.EventHandler(this.ConfigForm_Load);
     groupBox12.ResumeLayout(false);
     groupBox12.PerformLayout();
     groupBox14.ResumeLayout(false);
     groupBox11.ResumeLayout(false);
     groupBox11.PerformLayout();
     groupBox13.ResumeLayout(false);
     groupBox13.PerformLayout();
     groupBox9.ResumeLayout(false);
     groupBox10.ResumeLayout(false);
     groupBox10.PerformLayout();
     groupBox8.ResumeLayout(false);
     groupBox8.PerformLayout();
     groupBox7.ResumeLayout(false);
     groupBox7.PerformLayout();
     groupBox6.ResumeLayout(false);
     groupBox6.PerformLayout();
     groupBox5.ResumeLayout(false);
     this._SCVIUsersCM.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #46
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.loginListBox = new System.Windows.Forms.ListBox();
     this.outButton = new System.Windows.Forms.Button();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.returnToLoginToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // loginListBox
     //
     this.loginListBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.loginListBox.FormattingEnabled = true;
     this.loginListBox.ItemHeight = 37;
     this.loginListBox.Location = new System.Drawing.Point(28, 75);
     this.loginListBox.Name = "loginListBox";
     this.loginListBox.Size = new System.Drawing.Size(246, 263);
     this.loginListBox.TabIndex = 0;
     //
     // outButton
     //
     this.outButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.outButton.Location = new System.Drawing.Point(80, 389);
     this.outButton.Name = "outButton";
     this.outButton.Size = new System.Drawing.Size(138, 73);
     this.outButton.TabIndex = 1;
     this.outButton.Text = "Logout";
     this.outButton.UseVisualStyleBackColor = true;
     this.outButton.Click += new System.EventHandler(this.outButton_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.returnToLoginToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(738, 40);
     this.menuStrip1.TabIndex = 3;
     this.menuStrip1.Text = "menuStrip1";
     //
     // returnToLoginToolStripMenuItem
     //
     this.returnToLoginToolStripMenuItem.Name = "returnToLoginToolStripMenuItem";
     this.returnToLoginToolStripMenuItem.Size = new System.Drawing.Size(192, 36);
     this.returnToLoginToolStripMenuItem.Text = "Return to Login";
     this.returnToLoginToolStripMenuItem.Click += new System.EventHandler(this.returnToLoginToolStripMenuItem_Click);
     //
     // Logout
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(738, 686);
     this.Controls.Add(this.outButton);
     this.Controls.Add(this.loginListBox);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "Logout";
     this.Text = "Logout";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #47
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.wc3_editor_but        = new System.Windows.Forms.Button();
     this.load_save_but         = new System.Windows.Forms.Button();
     this.inject_wc3_but        = new System.Windows.Forms.Button();
     this.export_wc3but         = new System.Windows.Forms.Button();
     this.sav3_path             = new System.Windows.Forms.TextBox();
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.menuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportSortedSavefileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1                       = new System.Windows.Forms.ToolStripMenuItem();
     this.exportOldSaveToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.fixSectionChecksumsToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.extraToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     this.enableMysteryGiftMainScreenStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.clearEggEventFlagToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem1                  = new System.Windows.Forms.ToolStripMenuItem();
     this.export_wcn        = new System.Windows.Forms.Button();
     this.inject_wcn        = new System.Windows.Forms.Button();
     this.wcn_edit_but      = new System.Windows.Forms.Button();
     this.export_me3_but    = new System.Windows.Forms.Button();
     this.inject_me3_but    = new System.Windows.Forms.Button();
     this.me3_editor_but    = new System.Windows.Forms.Button();
     this.eon_em_but        = new System.Windows.Forms.Button();
     this.region_but        = new System.Windows.Forms.Button();
     this.decor_but         = new System.Windows.Forms.Button();
     this.ect_edit_but      = new System.Windows.Forms.Button();
     this.export_ect_but    = new System.Windows.Forms.Button();
     this.inject_ect_but    = new System.Windows.Forms.Button();
     this.game_box          = new System.Windows.Forms.ComboBox();
     this.language_box      = new System.Windows.Forms.ComboBox();
     this.region_lab        = new System.Windows.Forms.Label();
     this.export_eberry     = new System.Windows.Forms.Button();
     this.inject_eberry     = new System.Windows.Forms.Button();
     this.ecb_edit_but      = new System.Windows.Forms.Button();
     this.tvswarm_but       = new System.Windows.Forms.Button();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.groupBox2         = new System.Windows.Forms.GroupBox();
     this.groupBox3         = new System.Windows.Forms.GroupBox();
     this.groupBox4         = new System.Windows.Forms.GroupBox();
     this.events_distro_but = new System.Windows.Forms.Button();
     this.menuStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // wc3_editor_but
     //
     this.wc3_editor_but.Location = new System.Drawing.Point(132, 33);
     this.wc3_editor_but.Name     = "wc3_editor_but";
     this.wc3_editor_but.Size     = new System.Drawing.Size(75, 23);
     this.wc3_editor_but.TabIndex = 0;
     this.wc3_editor_but.Text     = "WC3 Editor";
     this.wc3_editor_but.UseVisualStyleBackColor = true;
     this.wc3_editor_but.Click += new System.EventHandler(this.Button1Click);
     //
     // load_save_but
     //
     this.load_save_but.Location = new System.Drawing.Point(12, 37);
     this.load_save_but.Name     = "load_save_but";
     this.load_save_but.Size     = new System.Drawing.Size(91, 23);
     this.load_save_but.TabIndex = 1;
     this.load_save_but.Text     = "Load Save File";
     this.load_save_but.UseVisualStyleBackColor = true;
     this.load_save_but.Click += new System.EventHandler(this.Load_save_butClick);
     //
     // inject_wc3_but
     //
     this.inject_wc3_but.Enabled  = false;
     this.inject_wc3_but.Location = new System.Drawing.Point(6, 49);
     this.inject_wc3_but.Name     = "inject_wc3_but";
     this.inject_wc3_but.Size     = new System.Drawing.Size(120, 23);
     this.inject_wc3_but.TabIndex = 2;
     this.inject_wc3_but.Text     = "Inject WC3";
     this.inject_wc3_but.UseVisualStyleBackColor = true;
     this.inject_wc3_but.Click += new System.EventHandler(this.Inject_wc3_butClick);
     //
     // export_wc3but
     //
     this.export_wc3but.Enabled  = false;
     this.export_wc3but.Location = new System.Drawing.Point(6, 20);
     this.export_wc3but.Name     = "export_wc3but";
     this.export_wc3but.Size     = new System.Drawing.Size(120, 23);
     this.export_wc3but.TabIndex = 4;
     this.export_wc3but.Text     = "Export WC3";
     this.export_wc3but.UseVisualStyleBackColor = true;
     this.export_wc3but.Click += new System.EventHandler(this.Export_wc3butClick);
     //
     // sav3_path
     //
     this.sav3_path.Location = new System.Drawing.Point(12, 66);
     this.sav3_path.Name     = "sav3_path";
     this.sav3_path.ReadOnly = true;
     this.sav3_path.Size     = new System.Drawing.Size(665, 20);
     this.sav3_path.TabIndex = 5;
     //
     // menuStrip1
     //
     this.menuStrip1.BackColor = System.Drawing.SystemColors.ControlLight;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuToolStripMenuItem,
         this.extraToolStripMenuItem,
         this.aboutToolStripMenuItem1
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(687, 24);
     this.menuStrip1.TabIndex = 6;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // menuToolStripMenuItem
     //
     this.menuToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.exportSortedSavefileToolStripMenuItem,
         this.fixSectionChecksumsToolStripMenuItem
     });
     this.menuToolStripMenuItem.Name = "menuToolStripMenuItem";
     this.menuToolStripMenuItem.Size = new System.Drawing.Size(50, 20);
     this.menuToolStripMenuItem.Text = "Menu";
     //
     // exportSortedSavefileToolStripMenuItem
     //
     this.exportSortedSavefileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.exportOldSaveToolStripMenuItem
     });
     this.exportSortedSavefileToolStripMenuItem.Name = "exportSortedSavefileToolStripMenuItem";
     this.exportSortedSavefileToolStripMenuItem.Size = new System.Drawing.Size(234, 22);
     this.exportSortedSavefileToolStripMenuItem.Text = "Export sorted savefile (current)";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Enabled = false;
     this.toolStripMenuItem1.Name    = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size    = new System.Drawing.Size(174, 22);
     this.toolStripMenuItem1.Text    = "Export current save";
     this.toolStripMenuItem1.Click  += new System.EventHandler(this.ToolStripMenuItem1Click);
     //
     // exportOldSaveToolStripMenuItem
     //
     this.exportOldSaveToolStripMenuItem.Enabled = false;
     this.exportOldSaveToolStripMenuItem.Name    = "exportOldSaveToolStripMenuItem";
     this.exportOldSaveToolStripMenuItem.Size    = new System.Drawing.Size(174, 22);
     this.exportOldSaveToolStripMenuItem.Text    = "Export old save";
     this.exportOldSaveToolStripMenuItem.Click  += new System.EventHandler(this.ExportOldSaveToolStripMenuItemClick);
     //
     // fixSectionChecksumsToolStripMenuItem
     //
     this.fixSectionChecksumsToolStripMenuItem.Enabled = false;
     this.fixSectionChecksumsToolStripMenuItem.Name    = "fixSectionChecksumsToolStripMenuItem";
     this.fixSectionChecksumsToolStripMenuItem.Size    = new System.Drawing.Size(234, 22);
     this.fixSectionChecksumsToolStripMenuItem.Text    = "Fix Section Checksums";
     this.fixSectionChecksumsToolStripMenuItem.Click  += new System.EventHandler(this.FixSectionChecksumsToolStripMenuItemClick);
     //
     // extraToolStripMenuItem
     //
     this.extraToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.enableMysteryGiftMainScreenStripMenuItem,
         this.clearEggEventFlagToolStripMenuItem
     });
     this.extraToolStripMenuItem.Name = "extraToolStripMenuItem";
     this.extraToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.extraToolStripMenuItem.Text = "Extra";
     //
     // enableMysteryGiftMainScreenStripMenuItem
     //
     this.enableMysteryGiftMainScreenStripMenuItem.Enabled = false;
     this.enableMysteryGiftMainScreenStripMenuItem.Name    = "enableMysteryGiftMainScreenStripMenuItem";
     this.enableMysteryGiftMainScreenStripMenuItem.Size    = new System.Drawing.Size(210, 22);
     this.enableMysteryGiftMainScreenStripMenuItem.Text    = "Enable Mystery Gift/Event";
     this.enableMysteryGiftMainScreenStripMenuItem.Click  += new System.EventHandler(this.EnableMysteryGiftMainScreenStripMenuItemClick);
     //
     // clearEggEventFlagToolStripMenuItem
     //
     this.clearEggEventFlagToolStripMenuItem.Enabled = false;
     this.clearEggEventFlagToolStripMenuItem.Name    = "clearEggEventFlagToolStripMenuItem";
     this.clearEggEventFlagToolStripMenuItem.Size    = new System.Drawing.Size(210, 22);
     this.clearEggEventFlagToolStripMenuItem.Text    = "Clear Egg Event Flag";
     this.clearEggEventFlagToolStripMenuItem.Click  += new System.EventHandler(this.ClearEggEventFlagToolStripMenuItemClick);
     //
     // aboutToolStripMenuItem1
     //
     this.aboutToolStripMenuItem1.Name   = "aboutToolStripMenuItem1";
     this.aboutToolStripMenuItem1.Size   = new System.Drawing.Size(52, 20);
     this.aboutToolStripMenuItem1.Text   = "About";
     this.aboutToolStripMenuItem1.Click += new System.EventHandler(this.AboutToolStripMenuItem1Click);
     //
     // export_wcn
     //
     this.export_wcn.Enabled  = false;
     this.export_wcn.Location = new System.Drawing.Point(6, 78);
     this.export_wcn.Name     = "export_wcn";
     this.export_wcn.Size     = new System.Drawing.Size(120, 23);
     this.export_wcn.TabIndex = 7;
     this.export_wcn.Text     = "Export Wonder News";
     this.export_wcn.UseVisualStyleBackColor = true;
     this.export_wcn.Click += new System.EventHandler(this.Export_wcnClick);
     //
     // inject_wcn
     //
     this.inject_wcn.Enabled  = false;
     this.inject_wcn.Location = new System.Drawing.Point(6, 107);
     this.inject_wcn.Name     = "inject_wcn";
     this.inject_wcn.Size     = new System.Drawing.Size(120, 23);
     this.inject_wcn.TabIndex = 8;
     this.inject_wcn.Text     = "Inject Wonder News";
     this.inject_wcn.UseVisualStyleBackColor = true;
     this.inject_wcn.Click += new System.EventHandler(this.Inject_wcnClick);
     //
     // wcn_edit_but
     //
     this.wcn_edit_but.Location = new System.Drawing.Point(132, 91);
     this.wcn_edit_but.Name     = "wcn_edit_but";
     this.wcn_edit_but.Size     = new System.Drawing.Size(75, 23);
     this.wcn_edit_but.TabIndex = 9;
     this.wcn_edit_but.Text     = "WN3 Editor";
     this.wcn_edit_but.UseVisualStyleBackColor = true;
     this.wcn_edit_but.Click += new System.EventHandler(this.Wcn_edit_butClick);
     //
     // export_me3_but
     //
     this.export_me3_but.Enabled  = false;
     this.export_me3_but.Location = new System.Drawing.Point(6, 33);
     this.export_me3_but.Name     = "export_me3_but";
     this.export_me3_but.Size     = new System.Drawing.Size(120, 23);
     this.export_me3_but.TabIndex = 10;
     this.export_me3_but.Text     = "Export ME3";
     this.export_me3_but.UseVisualStyleBackColor = true;
     this.export_me3_but.Click += new System.EventHandler(this.Export_me3_butClick);
     //
     // inject_me3_but
     //
     this.inject_me3_but.Enabled  = false;
     this.inject_me3_but.Location = new System.Drawing.Point(6, 62);
     this.inject_me3_but.Name     = "inject_me3_but";
     this.inject_me3_but.Size     = new System.Drawing.Size(120, 23);
     this.inject_me3_but.TabIndex = 11;
     this.inject_me3_but.Text     = "Inject ME3";
     this.inject_me3_but.UseVisualStyleBackColor = true;
     this.inject_me3_but.Click += new System.EventHandler(this.Inject_me3_butClick);
     //
     // me3_editor_but
     //
     this.me3_editor_but.Location = new System.Drawing.Point(132, 62);
     this.me3_editor_but.Name     = "me3_editor_but";
     this.me3_editor_but.Size     = new System.Drawing.Size(75, 23);
     this.me3_editor_but.TabIndex = 12;
     this.me3_editor_but.Text     = "ME3 Editor";
     this.me3_editor_but.UseVisualStyleBackColor = true;
     this.me3_editor_but.Click += new System.EventHandler(this.Me3_editor_butClick);
     //
     // eon_em_but
     //
     this.eon_em_but.Enabled  = false;
     this.eon_em_but.Location = new System.Drawing.Point(6, 91);
     this.eon_em_but.Name     = "eon_em_but";
     this.eon_em_but.Size     = new System.Drawing.Size(120, 23);
     this.eon_em_but.TabIndex = 13;
     this.eon_em_but.Text     = "EON Ticket (Emerald)";
     this.eon_em_but.UseVisualStyleBackColor = true;
     this.eon_em_but.Click += new System.EventHandler(this.Eon_em_butClick);
     //
     // region_but
     //
     this.region_but.Enabled  = false;
     this.region_but.Location = new System.Drawing.Point(459, 37);
     this.region_but.Name     = "region_but";
     this.region_but.Size     = new System.Drawing.Size(92, 23);
     this.region_but.TabIndex = 15;
     this.region_but.Text     = "Override Region";
     this.region_but.UseVisualStyleBackColor = true;
     this.region_but.Click += new System.EventHandler(this.Region_butClick);
     //
     // decor_but
     //
     this.decor_but.Enabled  = false;
     this.decor_but.Location = new System.Drawing.Point(6, 19);
     this.decor_but.Name     = "decor_but";
     this.decor_but.Size     = new System.Drawing.Size(120, 23);
     this.decor_but.TabIndex = 16;
     this.decor_but.Text     = "Decoration Editor";
     this.decor_but.UseVisualStyleBackColor = true;
     this.decor_but.Click += new System.EventHandler(this.Decor_butClick);
     //
     // ect_edit_but
     //
     this.ect_edit_but.Location = new System.Drawing.Point(132, 30);
     this.ect_edit_but.Name     = "ect_edit_but";
     this.ect_edit_but.Size     = new System.Drawing.Size(75, 23);
     this.ect_edit_but.TabIndex = 17;
     this.ect_edit_but.Text     = "ECT Editor";
     this.ect_edit_but.UseVisualStyleBackColor = true;
     this.ect_edit_but.Click += new System.EventHandler(this.Ect_edit_butClick);
     //
     // export_ect_but
     //
     this.export_ect_but.Enabled  = false;
     this.export_ect_but.Location = new System.Drawing.Point(6, 17);
     this.export_ect_but.Name     = "export_ect_but";
     this.export_ect_but.Size     = new System.Drawing.Size(120, 23);
     this.export_ect_but.TabIndex = 18;
     this.export_ect_but.Text     = "Export ECT";
     this.export_ect_but.UseVisualStyleBackColor = true;
     this.export_ect_but.Click += new System.EventHandler(this.Export_ect_butClick);
     //
     // inject_ect_but
     //
     this.inject_ect_but.Enabled  = false;
     this.inject_ect_but.Location = new System.Drawing.Point(6, 46);
     this.inject_ect_but.Name     = "inject_ect_but";
     this.inject_ect_but.Size     = new System.Drawing.Size(120, 23);
     this.inject_ect_but.TabIndex = 19;
     this.inject_ect_but.Text     = "Inject ECT";
     this.inject_ect_but.UseVisualStyleBackColor = true;
     this.inject_ect_but.Click += new System.EventHandler(this.Inject_ect_butClick);
     //
     // game_box
     //
     this.game_box.Enabled           = false;
     this.game_box.FormattingEnabled = true;
     this.game_box.Items.AddRange(new object[] {
         "Ruby/Saphire",
         "Emerald",
         "Fire Red/Leaf Green"
     });
     this.game_box.Location              = new System.Drawing.Point(109, 39);
     this.game_box.Name                  = "game_box";
     this.game_box.Size                  = new System.Drawing.Size(149, 21);
     this.game_box.TabIndex              = 21;
     this.game_box.SelectedIndexChanged += new System.EventHandler(this.Game_boxSelectedIndexChanged);
     //
     // language_box
     //
     this.language_box.Enabled           = false;
     this.language_box.FormattingEnabled = true;
     this.language_box.Items.AddRange(new object[] {
         "Japanese",
         "English",
         "French",
         "Italian",
         "German",
         "Korean (not used)",
         "Spanish"
     });
     this.language_box.Location              = new System.Drawing.Point(263, 39);
     this.language_box.Name                  = "language_box";
     this.language_box.Size                  = new System.Drawing.Size(121, 21);
     this.language_box.TabIndex              = 22;
     this.language_box.SelectedIndexChanged += new System.EventHandler(this.Language_boxSelectedIndexChanged);
     //
     // region_lab
     //
     this.region_lab.Location = new System.Drawing.Point(390, 42);
     this.region_lab.Name     = "region_lab";
     this.region_lab.Size     = new System.Drawing.Size(63, 18);
     this.region_lab.TabIndex = 23;
     this.region_lab.Text     = "Region";
     //
     // export_eberry
     //
     this.export_eberry.Enabled  = false;
     this.export_eberry.Location = new System.Drawing.Point(6, 75);
     this.export_eberry.Name     = "export_eberry";
     this.export_eberry.Size     = new System.Drawing.Size(120, 23);
     this.export_eberry.TabIndex = 24;
     this.export_eberry.Text     = "Export e-berry";
     this.export_eberry.UseVisualStyleBackColor = true;
     this.export_eberry.Click += new System.EventHandler(this.Export_eberryClick);
     //
     // inject_eberry
     //
     this.inject_eberry.Enabled  = false;
     this.inject_eberry.Location = new System.Drawing.Point(6, 104);
     this.inject_eberry.Name     = "inject_eberry";
     this.inject_eberry.Size     = new System.Drawing.Size(120, 23);
     this.inject_eberry.TabIndex = 25;
     this.inject_eberry.Text     = "Inject e-berry";
     this.inject_eberry.UseVisualStyleBackColor = true;
     this.inject_eberry.Click += new System.EventHandler(this.Inject_eberryClick);
     //
     // ecb_edit_but
     //
     this.ecb_edit_but.Location = new System.Drawing.Point(132, 88);
     this.ecb_edit_but.Name     = "ecb_edit_but";
     this.ecb_edit_but.Size     = new System.Drawing.Size(75, 22);
     this.ecb_edit_but.TabIndex = 26;
     this.ecb_edit_but.Text     = "ECB Editor";
     this.ecb_edit_but.UseVisualStyleBackColor = true;
     this.ecb_edit_but.Click += new System.EventHandler(this.Ecb_edit_butClick);
     //
     // tvswarm_but
     //
     this.tvswarm_but.Enabled  = false;
     this.tvswarm_but.Location = new System.Drawing.Point(6, 48);
     this.tvswarm_but.Name     = "tvswarm_but";
     this.tvswarm_but.Size     = new System.Drawing.Size(120, 22);
     this.tvswarm_but.TabIndex = 27;
     this.tvswarm_but.Text     = "TV and Swarm";
     this.tvswarm_but.UseVisualStyleBackColor = true;
     this.tvswarm_but.Click += new System.EventHandler(this.Tvswarm_butClick);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.wcn_edit_but);
     this.groupBox1.Controls.Add(this.inject_wcn);
     this.groupBox1.Controls.Add(this.export_wcn);
     this.groupBox1.Controls.Add(this.export_wc3but);
     this.groupBox1.Controls.Add(this.inject_wc3_but);
     this.groupBox1.Controls.Add(this.wc3_editor_but);
     this.groupBox1.Location = new System.Drawing.Point(12, 92);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(219, 136);
     this.groupBox1.TabIndex = 28;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Mystery Gift";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.export_me3_but);
     this.groupBox2.Controls.Add(this.inject_me3_but);
     this.groupBox2.Controls.Add(this.me3_editor_but);
     this.groupBox2.Controls.Add(this.eon_em_but);
     this.groupBox2.Location = new System.Drawing.Point(238, 92);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(215, 136);
     this.groupBox2.TabIndex = 29;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Mystery Event";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.ecb_edit_but);
     this.groupBox3.Controls.Add(this.inject_eberry);
     this.groupBox3.Controls.Add(this.export_eberry);
     this.groupBox3.Controls.Add(this.inject_ect_but);
     this.groupBox3.Controls.Add(this.export_ect_but);
     this.groupBox3.Controls.Add(this.ect_edit_but);
     this.groupBox3.Location = new System.Drawing.Point(459, 92);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(217, 136);
     this.groupBox3.TabIndex = 30;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "e-Trainer and e-Berry";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.tvswarm_but);
     this.groupBox4.Controls.Add(this.decor_but);
     this.groupBox4.Location = new System.Drawing.Point(12, 234);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(141, 79);
     this.groupBox4.TabIndex = 31;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Other";
     //
     // events_distro_but
     //
     this.events_distro_but.Location = new System.Drawing.Point(484, 253);
     this.events_distro_but.Name     = "events_distro_but";
     this.events_distro_but.Size     = new System.Drawing.Size(182, 51);
     this.events_distro_but.TabIndex = 32;
     this.events_distro_but.Text     = "Official Event Distributor";
     this.events_distro_but.UseVisualStyleBackColor = true;
     this.events_distro_but.Click += new System.EventHandler(this.Events_distro_butClick);
     //
     // MainScreen
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(687, 316);
     this.Controls.Add(this.events_distro_but);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.region_lab);
     this.Controls.Add(this.language_box);
     this.Controls.Add(this.game_box);
     this.Controls.Add(this.region_but);
     this.Controls.Add(this.sav3_path);
     this.Controls.Add(this.load_save_but);
     this.Controls.Add(this.menuStrip1);
     this.Name       = "MainScreen";
     this.Text       = "Mystery Gift Tool 0.1f by Sabresite";
     this.DragDrop  += new System.Windows.Forms.DragEventHandler(this.MainScreenDragDrop);
     this.DragEnter += new System.Windows.Forms.DragEventHandler(this.MainScreenDragEnter);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #48
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components             = new System.ComponentModel.Container();
     this.label1                 = new System.Windows.Forms.Label();
     this.panel1                 = new System.Windows.Forms.Panel();
     this.buttonCancel           = new System.Windows.Forms.Button();
     this.buttonSave             = new System.Windows.Forms.Button();
     this.textBoxWyName          = new System.Windows.Forms.TextBox();
     this.textBoxUNIT_No         = new System.Windows.Forms.TextBox();
     this.textBoxTNArea          = new System.Windows.Forms.TextBox();
     this.textBoxROOM_No         = new System.Windows.Forms.TextBox();
     this.textBoxOwnerDetail     = new System.Windows.Forms.TextBox();
     this.textBoxGTArea          = new System.Windows.Forms.TextBox();
     this.textBoxFLOOR_No        = new System.Windows.Forms.TextBox();
     this.textBoxJZArea          = new System.Windows.Forms.TextBox();
     this.textBoxOwnerName       = new System.Windows.Forms.TextBox();
     this.textBoxWyID            = new System.Windows.Forms.TextBox();
     this.comboBoxCustomerID     = new System.Windows.Forms.ComboBox();
     this.label6                 = new System.Windows.Forms.Label();
     this.label5                 = new System.Windows.Forms.Label();
     this.label10                = new System.Windows.Forms.Label();
     this.label9                 = new System.Windows.Forms.Label();
     this.label11                = new System.Windows.Forms.Label();
     this.label8                 = new System.Windows.Forms.Label();
     this.label4                 = new System.Windows.Forms.Label();
     this.label12                = new System.Windows.Forms.Label();
     this.label7                 = new System.Windows.Forms.Label();
     this.label3                 = new System.Windows.Forms.Label();
     this.label2                 = new System.Windows.Forms.Label();
     this.panel2                 = new System.Windows.Forms.Panel();
     this.dataGridView2          = new System.Windows.Forms.DataGridView();
     this.contextMenuStrip2      = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.除收费项ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.buttonClose            = new System.Windows.Forms.Button();
     this.buttonImport           = new System.Windows.Forms.Button();
     this.buttonDel              = new System.Windows.Forms.Button();
     this.buttonModify           = new System.Windows.Forms.Button();
     this.buttonNew              = new System.Windows.Forms.Button();
     this.dataGridView1          = new System.Windows.Forms.DataGridView();
     this.contextMenuStrip1      = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.新增物业ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.修改物业ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.除物业ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1     = new System.Windows.Forms.ToolStripSeparator();
     this.增加收费项ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
     this.contextMenuStrip2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(47, 50);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 23);
     this.label1.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.buttonCancel);
     this.panel1.Controls.Add(this.buttonSave);
     this.panel1.Controls.Add(this.textBoxWyName);
     this.panel1.Controls.Add(this.textBoxUNIT_No);
     this.panel1.Controls.Add(this.textBoxTNArea);
     this.panel1.Controls.Add(this.textBoxROOM_No);
     this.panel1.Controls.Add(this.textBoxOwnerDetail);
     this.panel1.Controls.Add(this.textBoxGTArea);
     this.panel1.Controls.Add(this.textBoxFLOOR_No);
     this.panel1.Controls.Add(this.textBoxJZArea);
     this.panel1.Controls.Add(this.textBoxOwnerName);
     this.panel1.Controls.Add(this.textBoxWyID);
     this.panel1.Controls.Add(this.comboBoxCustomerID);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.label10);
     this.panel1.Controls.Add(this.label9);
     this.panel1.Controls.Add(this.label11);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label12);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Location = new System.Drawing.Point(547, 50);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(429, 308);
     this.panel1.TabIndex = 1;
     //
     // buttonCancel
     //
     this.buttonCancel.Enabled  = false;
     this.buttonCancel.Location = new System.Drawing.Point(338, 315);
     this.buttonCancel.Name     = "buttonCancel";
     this.buttonCancel.Size     = new System.Drawing.Size(75, 23);
     this.buttonCancel.TabIndex = 12;
     this.buttonCancel.Text     = "取消";
     this.buttonCancel.UseVisualStyleBackColor = true;
     this.buttonCancel.Click += new System.EventHandler(this.ButtonCancelClick);
     //
     // buttonSave
     //
     this.buttonSave.Enabled  = false;
     this.buttonSave.Location = new System.Drawing.Point(257, 315);
     this.buttonSave.Name     = "buttonSave";
     this.buttonSave.Size     = new System.Drawing.Size(75, 23);
     this.buttonSave.TabIndex = 11;
     this.buttonSave.Text     = "保存";
     this.buttonSave.UseVisualStyleBackColor = true;
     this.buttonSave.Click += new System.EventHandler(this.ButtonSaveClick);
     //
     // textBoxWyName
     //
     this.textBoxWyName.Location = new System.Drawing.Point(265, 16);
     this.textBoxWyName.Name     = "textBoxWyName";
     this.textBoxWyName.Size     = new System.Drawing.Size(146, 21);
     this.textBoxWyName.TabIndex = 1;
     //
     // textBoxUNIT_No
     //
     this.textBoxUNIT_No.Location     = new System.Drawing.Point(265, 133);
     this.textBoxUNIT_No.Name         = "textBoxUNIT_No";
     this.textBoxUNIT_No.Size         = new System.Drawing.Size(100, 21);
     this.textBoxUNIT_No.TabIndex     = 7;
     this.textBoxUNIT_No.TextChanged += new System.EventHandler(this.TextBoxUNIT_NoTextChanged);
     //
     // textBoxTNArea
     //
     this.textBoxTNArea.Location     = new System.Drawing.Point(265, 94);
     this.textBoxTNArea.Name         = "textBoxTNArea";
     this.textBoxTNArea.Size         = new System.Drawing.Size(100, 21);
     this.textBoxTNArea.TabIndex     = 5;
     this.textBoxTNArea.TextChanged += new System.EventHandler(this.TextBoxTNAreaTextChanged);
     //
     // textBoxROOM_No
     //
     this.textBoxROOM_No.Location     = new System.Drawing.Point(265, 172);
     this.textBoxROOM_No.Name         = "textBoxROOM_No";
     this.textBoxROOM_No.Size         = new System.Drawing.Size(100, 21);
     this.textBoxROOM_No.TabIndex     = 9;
     this.textBoxROOM_No.TextChanged += new System.EventHandler(this.TextBoxROOM_NoTextChanged);
     //
     // textBoxOwnerDetail
     //
     this.textBoxOwnerDetail.Location  = new System.Drawing.Point(68, 212);
     this.textBoxOwnerDetail.Multiline = true;
     this.textBoxOwnerDetail.Name      = "textBoxOwnerDetail";
     this.textBoxOwnerDetail.Size      = new System.Drawing.Size(345, 85);
     this.textBoxOwnerDetail.TabIndex  = 10;
     //
     // textBoxGTArea
     //
     this.textBoxGTArea.Location     = new System.Drawing.Point(68, 133);
     this.textBoxGTArea.Name         = "textBoxGTArea";
     this.textBoxGTArea.Size         = new System.Drawing.Size(100, 21);
     this.textBoxGTArea.TabIndex     = 6;
     this.textBoxGTArea.TextChanged += new System.EventHandler(this.TextBoxGTAreaTextChanged);
     //
     // textBoxFLOOR_No
     //
     this.textBoxFLOOR_No.Location     = new System.Drawing.Point(68, 172);
     this.textBoxFLOOR_No.Name         = "textBoxFLOOR_No";
     this.textBoxFLOOR_No.Size         = new System.Drawing.Size(100, 21);
     this.textBoxFLOOR_No.TabIndex     = 8;
     this.textBoxFLOOR_No.TextChanged += new System.EventHandler(this.TextBoxFLOOR_NoTextChanged);
     //
     // textBoxJZArea
     //
     this.textBoxJZArea.Location     = new System.Drawing.Point(68, 94);
     this.textBoxJZArea.Name         = "textBoxJZArea";
     this.textBoxJZArea.Size         = new System.Drawing.Size(100, 21);
     this.textBoxJZArea.TabIndex     = 4;
     this.textBoxJZArea.TextChanged += new System.EventHandler(this.TextBoxJZAreaTextChanged);
     //
     // textBoxOwnerName
     //
     this.textBoxOwnerName.Location = new System.Drawing.Point(68, 55);
     this.textBoxOwnerName.Name     = "textBoxOwnerName";
     this.textBoxOwnerName.Size     = new System.Drawing.Size(100, 21);
     this.textBoxOwnerName.TabIndex = 2;
     //
     // textBoxWyID
     //
     this.textBoxWyID.Location = new System.Drawing.Point(68, 16);
     this.textBoxWyID.Name     = "textBoxWyID";
     this.textBoxWyID.ReadOnly = true;
     this.textBoxWyID.Size     = new System.Drawing.Size(100, 21);
     this.textBoxWyID.TabIndex = 0;
     //
     // comboBoxCustomerID
     //
     this.comboBoxCustomerID.FormattingEnabled = true;
     this.comboBoxCustomerID.Location          = new System.Drawing.Point(265, 55);
     this.comboBoxCustomerID.Name     = "comboBoxCustomerID";
     this.comboBoxCustomerID.Size     = new System.Drawing.Size(146, 20);
     this.comboBoxCustomerID.TabIndex = 3;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(8, 132);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(71, 23);
     this.label6.TabIndex  = 0;
     this.label6.Text      = "公摊面积:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(201, 93);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(71, 23);
     this.label5.TabIndex  = 0;
     this.label5.Text      = "套内面积:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(201, 171);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(71, 23);
     this.label10.TabIndex  = 0;
     this.label10.Text      = "房间号:";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(8, 171);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(71, 23);
     this.label9.TabIndex  = 0;
     this.label9.Text      = "楼层号:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(201, 54);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(71, 23);
     this.label11.TabIndex  = 0;
     this.label11.Text      = "缴费号:";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(201, 132);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(71, 23);
     this.label8.TabIndex  = 0;
     this.label8.Text      = "单元号:";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(8, 93);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(71, 23);
     this.label4.TabIndex  = 0;
     this.label4.Text      = "建筑面积:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label12
     //
     this.label12.Location  = new System.Drawing.Point(8, 210);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(71, 23);
     this.label12.TabIndex  = 0;
     this.label12.Text      = "业主详情:";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(8, 54);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(71, 23);
     this.label7.TabIndex  = 0;
     this.label7.Text      = "业主姓名:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(201, 15);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(71, 23);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "物业名称:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 15);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(70, 23);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "物业ID:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // panel2
     //
     this.panel2.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.panel2.Controls.Add(this.dataGridView2);
     this.panel2.Controls.Add(this.buttonImport);
     this.panel2.Controls.Add(this.buttonDel);
     this.panel2.Controls.Add(this.buttonModify);
     this.panel2.Controls.Add(this.buttonNew);
     this.panel2.Controls.Add(this.dataGridView1);
     this.panel2.Location = new System.Drawing.Point(12, 12);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(529, 346);
     this.panel2.TabIndex = 2;
     //
     // dataGridView2
     //
     this.dataGridView2.AllowUserToAddRows = false;
     this.dataGridView2.Anchor             = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView2.ContextMenuStrip            = this.contextMenuStrip2;
     this.dataGridView2.Location           = new System.Drawing.Point(3, 190);
     this.dataGridView2.MultiSelect        = false;
     this.dataGridView2.Name               = "dataGridView2";
     this.dataGridView2.RowTemplate.Height = 23;
     this.dataGridView2.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView2.Size               = new System.Drawing.Size(523, 148);
     this.dataGridView2.TabIndex           = 4;
     //
     // contextMenuStrip2
     //
     this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.除收费项ToolStripMenuItem
     });
     this.contextMenuStrip2.Name = "contextMenuStrip2";
     this.contextMenuStrip2.Size = new System.Drawing.Size(137, 26);
     //
     // 删除收费项ToolStripMenuItem
     //
     this.除收费项ToolStripMenuItem.Name   = "删除收费项ToolStripMenuItem";
     this.除收费项ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.除收费项ToolStripMenuItem.Text   = "删除收费项";
     this.除收费项ToolStripMenuItem.Click += new System.EventHandler(this.除收费项ToolStripMenuItemClick);
     //
     // buttonClose
     //
     this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonClose.Location = new System.Drawing.Point(901, 12);
     this.buttonClose.Name     = "buttonClose";
     this.buttonClose.Size     = new System.Drawing.Size(75, 23);
     this.buttonClose.TabIndex = 3;
     this.buttonClose.Text     = "退出";
     this.buttonClose.UseVisualStyleBackColor = true;
     this.buttonClose.Click += new System.EventHandler(this.ButtonCloseClick);
     //
     // buttonImport
     //
     this.buttonImport.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonImport.Location = new System.Drawing.Point(246, 161);
     this.buttonImport.Name     = "buttonImport";
     this.buttonImport.Size     = new System.Drawing.Size(95, 23);
     this.buttonImport.TabIndex = 2;
     this.buttonImport.Text     = "导入物业信息";
     this.buttonImport.UseVisualStyleBackColor = true;
     this.buttonImport.Visible = false;
     this.buttonImport.Click  += new System.EventHandler(this.ButtonImportClick);
     //
     // buttonDel
     //
     this.buttonDel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonDel.Location = new System.Drawing.Point(165, 161);
     this.buttonDel.Name     = "buttonDel";
     this.buttonDel.Size     = new System.Drawing.Size(75, 23);
     this.buttonDel.TabIndex = 2;
     this.buttonDel.Text     = "删除物业";
     this.buttonDel.UseVisualStyleBackColor = true;
     this.buttonDel.Click += new System.EventHandler(this.ButtonDelClick);
     //
     // buttonModify
     //
     this.buttonModify.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonModify.Location = new System.Drawing.Point(84, 161);
     this.buttonModify.Name     = "buttonModify";
     this.buttonModify.Size     = new System.Drawing.Size(75, 23);
     this.buttonModify.TabIndex = 1;
     this.buttonModify.Text     = "修改物业";
     this.buttonModify.UseVisualStyleBackColor = true;
     this.buttonModify.Click += new System.EventHandler(this.ButtonModifyClick);
     //
     // buttonNew
     //
     this.buttonNew.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonNew.Location = new System.Drawing.Point(3, 161);
     this.buttonNew.Name     = "buttonNew";
     this.buttonNew.Size     = new System.Drawing.Size(75, 23);
     this.buttonNew.TabIndex = 0;
     this.buttonNew.Text     = "新增物业";
     this.buttonNew.UseVisualStyleBackColor = true;
     this.buttonNew.Click += new System.EventHandler(this.ButtonNewClick);
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.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.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.ContextMenuStrip            = this.contextMenuStrip1;
     this.dataGridView1.Location           = new System.Drawing.Point(3, 5);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size               = new System.Drawing.Size(523, 150);
     this.dataGridView1.TabIndex           = 0;
     this.dataGridView1.SelectionChanged  += new System.EventHandler(this.DataGridView1SelectionChanged);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.新增物业ToolStripMenuItem,
         this.修改物业ToolStripMenuItem,
         this.除物业ToolStripMenuItem,
         this.toolStripMenuItem1,
         this.增加收费项ToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(137, 98);
     //
     // 新增物业ToolStripMenuItem
     //
     this.新增物业ToolStripMenuItem.Name   = "新增物业ToolStripMenuItem";
     this.新增物业ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.新增物业ToolStripMenuItem.Text   = "新增物业";
     this.新增物业ToolStripMenuItem.Click += new System.EventHandler(this.新增物业ToolStripMenuItemClick);
     //
     // 修改物业ToolStripMenuItem
     //
     this.修改物业ToolStripMenuItem.Name   = "修改物业ToolStripMenuItem";
     this.修改物业ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.修改物业ToolStripMenuItem.Text   = "修改物业";
     this.修改物业ToolStripMenuItem.Click += new System.EventHandler(this.修改物业ToolStripMenuItemClick);
     //
     // 删除物业ToolStripMenuItem
     //
     this.除物业ToolStripMenuItem.Name   = "删除物业ToolStripMenuItem";
     this.除物业ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.除物业ToolStripMenuItem.Text   = "删除物业";
     this.除物业ToolStripMenuItem.Click += new System.EventHandler(this.除物业ToolStripMenuItemClick);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(133, 6);
     //
     // 增加收费项ToolStripMenuItem
     //
     this.增加收费项ToolStripMenuItem.Name   = "增加收费项ToolStripMenuItem";
     this.增加收费项ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.增加收费项ToolStripMenuItem.Text   = "增加收费项";
     this.增加收费项ToolStripMenuItem.Click += new System.EventHandler(this.增加收费项ToolStripMenuItemClick);
     //
     // FormWyInfos
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(988, 369);
     this.Controls.Add(this.buttonClose);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label1);
     this.Name  = "FormWyInfos";
     this.Text  = "物业信息";
     this.Load += new System.EventHandler(this.FormWyInfosLoad);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
     this.contextMenuStrip2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #49
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStripMenuItem         newWorldToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem         openWorldToolStripMenuItem;
     System.Windows.Forms.ToolStripSeparator        separator1ToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem         exitToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem         helpToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem         aboutToolStripMenuItem;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.fileToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.closeWorldToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.saveWorldToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.saveWorldAsToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.recentWorldsSeperator         = new System.Windows.Forms.ToolStripSeparator();
     this.recentWorldsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.separator2ToolStripMenuItem   = new System.Windows.Forms.ToolStripSeparator();
     this.mainMenuStrip        = new System.Windows.Forms.MenuStrip();
     this.runToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.launchZorkConsoleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip = new System.Windows.Forms.StatusStrip();
     this.modifiedToolStripStatusLabel   = new System.Windows.Forms.ToolStripStatusLabel();
     this.isModifiedToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.gameTabPage            = new System.Windows.Forms.TabPage();
     this.gameView               = new Zork.Builder.WinForms.GameView();
     this.worldTabPage           = new System.Windows.Forms.TabPage();
     this.worldView              = new Zork.Builder.WinForms.WorldView();
     this.tabControl1            = new System.Windows.Forms.TabControl();
     this.recentlyUsedFiles      = new Zork.Builder.WinForms.RecentlyUsedFiles(this.components);
     newWorldToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     openWorldToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     separator1ToolStripMenuItem = new System.Windows.Forms.ToolStripSeparator();
     exitToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     helpToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     aboutToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.mainMenuStrip.SuspendLayout();
     this.statusStrip.SuspendLayout();
     this.gameTabPage.SuspendLayout();
     this.worldTabPage.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // newWorldToolStripMenuItem
     //
     newWorldToolStripMenuItem.Name         = "newWorldToolStripMenuItem";
     newWorldToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     newWorldToolStripMenuItem.Size         = new System.Drawing.Size(190, 22);
     newWorldToolStripMenuItem.Text         = "&New World...";
     newWorldToolStripMenuItem.Click       += new System.EventHandler(this.NewWorldToolStripMenuItem_Click);
     //
     // openWorldToolStripMenuItem
     //
     openWorldToolStripMenuItem.Name         = "openWorldToolStripMenuItem";
     openWorldToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     openWorldToolStripMenuItem.Size         = new System.Drawing.Size(190, 22);
     openWorldToolStripMenuItem.Text         = "&Open World...";
     openWorldToolStripMenuItem.Click       += new System.EventHandler(this.OpenWorldToolStripMenuItem_Click);
     //
     // separator1ToolStripMenuItem
     //
     separator1ToolStripMenuItem.Name = "separator1ToolStripMenuItem";
     separator1ToolStripMenuItem.Size = new System.Drawing.Size(187, 6);
     //
     // exitToolStripMenuItem
     //
     exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     exitToolStripMenuItem.Size   = new System.Drawing.Size(190, 22);
     exitToolStripMenuItem.Text   = "E&xit";
     exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         aboutToolStripMenuItem
     });
     helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     helpToolStripMenuItem.Text = "&Help";
     //
     // aboutToolStripMenuItem
     //
     aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
     aboutToolStripMenuItem.Size   = new System.Drawing.Size(107, 22);
     aboutToolStripMenuItem.Text   = "&About";
     aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         newWorldToolStripMenuItem,
         openWorldToolStripMenuItem,
         this.closeWorldToolStripMenuItem,
         separator1ToolStripMenuItem,
         this.saveWorldToolStripMenuItem,
         this.saveWorldAsToolStripMenuItem,
         this.recentWorldsSeperator,
         this.recentWorldsToolStripMenuItem,
         this.separator2ToolStripMenuItem,
         exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // closeWorldToolStripMenuItem
     //
     this.closeWorldToolStripMenuItem.Name   = "closeWorldToolStripMenuItem";
     this.closeWorldToolStripMenuItem.Size   = new System.Drawing.Size(190, 22);
     this.closeWorldToolStripMenuItem.Text   = "&Close World";
     this.closeWorldToolStripMenuItem.Click += new System.EventHandler(this.CloseWorldToolStripMenuItem_Click);
     //
     // saveWorldToolStripMenuItem
     //
     this.saveWorldToolStripMenuItem.Name         = "saveWorldToolStripMenuItem";
     this.saveWorldToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.saveWorldToolStripMenuItem.Size         = new System.Drawing.Size(190, 22);
     this.saveWorldToolStripMenuItem.Text         = "&Save World";
     this.saveWorldToolStripMenuItem.Click       += new System.EventHandler(this.SaveWorldToolStripMenuItem_Click);
     //
     // saveWorldAsToolStripMenuItem
     //
     this.saveWorldAsToolStripMenuItem.Name   = "saveWorldAsToolStripMenuItem";
     this.saveWorldAsToolStripMenuItem.Size   = new System.Drawing.Size(190, 22);
     this.saveWorldAsToolStripMenuItem.Text   = "Save World &As...";
     this.saveWorldAsToolStripMenuItem.Click += new System.EventHandler(this.SaveWorldAsToolStripMenuItem_Click);
     //
     // recentWorldsSeperator
     //
     this.recentWorldsSeperator.Name = "recentWorldsSeperator";
     this.recentWorldsSeperator.Size = new System.Drawing.Size(187, 6);
     //
     // recentWorldsToolStripMenuItem
     //
     this.recentWorldsToolStripMenuItem.Name = "recentWorldsToolStripMenuItem";
     this.recentWorldsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
     this.recentWorldsToolStripMenuItem.Text = "&Recent Worlds";
     //
     // separator2ToolStripMenuItem
     //
     this.separator2ToolStripMenuItem.Name = "separator2ToolStripMenuItem";
     this.separator2ToolStripMenuItem.Size = new System.Drawing.Size(187, 6);
     //
     // mainMenuStrip
     //
     this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.runToolStripMenuItem,
         helpToolStripMenuItem
     });
     this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
     this.mainMenuStrip.Name     = "mainMenuStrip";
     this.mainMenuStrip.Size     = new System.Drawing.Size(528, 24);
     this.mainMenuStrip.TabIndex = 0;
     this.mainMenuStrip.Text     = "mainMenuStrip";
     //
     // runToolStripMenuItem
     //
     this.runToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.launchZorkConsoleToolStripMenuItem,
         this.optionsToolStripMenuItem
     });
     this.runToolStripMenuItem.Name = "runToolStripMenuItem";
     this.runToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
     this.runToolStripMenuItem.Text = "&Run";
     //
     // launchZorkConsoleToolStripMenuItem
     //
     this.launchZorkConsoleToolStripMenuItem.Name   = "launchZorkConsoleToolStripMenuItem";
     this.launchZorkConsoleToolStripMenuItem.Size   = new System.Drawing.Size(195, 22);
     this.launchZorkConsoleToolStripMenuItem.Text   = "&Launch Zork Console...";
     this.launchZorkConsoleToolStripMenuItem.Click += new System.EventHandler(this.LaunchZorkConsoleToolStripMenuItem_Click);
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.Name   = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size   = new System.Drawing.Size(195, 22);
     this.optionsToolStripMenuItem.Text   = "&Options...";
     this.optionsToolStripMenuItem.Click += new System.EventHandler(this.OptionsToolStripMenuItem_Click);
     //
     // statusStrip
     //
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.modifiedToolStripStatusLabel,
         this.isModifiedToolStripStatusLabel
     });
     this.statusStrip.Location   = new System.Drawing.Point(0, 506);
     this.statusStrip.Name       = "statusStrip";
     this.statusStrip.Size       = new System.Drawing.Size(528, 22);
     this.statusStrip.SizingGrip = false;
     this.statusStrip.TabIndex   = 2;
     //
     // modifiedToolStripStatusLabel
     //
     this.modifiedToolStripStatusLabel.Name = "modifiedToolStripStatusLabel";
     this.modifiedToolStripStatusLabel.Size = new System.Drawing.Size(58, 17);
     this.modifiedToolStripStatusLabel.Text = "Modified:";
     //
     // isModifiedToolStripStatusLabel
     //
     this.isModifiedToolStripStatusLabel.Name = "isModifiedToolStripStatusLabel";
     this.isModifiedToolStripStatusLabel.Size = new System.Drawing.Size(23, 17);
     this.isModifiedToolStripStatusLabel.Text = "No";
     //
     // gameTabPage
     //
     this.gameTabPage.Controls.Add(this.gameView);
     this.gameTabPage.Location = new System.Drawing.Point(4, 22);
     this.gameTabPage.Name     = "gameTabPage";
     this.gameTabPage.Padding  = new System.Windows.Forms.Padding(3);
     this.gameTabPage.Size     = new System.Drawing.Size(520, 456);
     this.gameTabPage.TabIndex = 1;
     this.gameTabPage.Text     = "Game";
     this.gameTabPage.UseVisualStyleBackColor = true;
     //
     // gameView
     //
     this.gameView.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.gameView.Enabled   = false;
     this.gameView.Location  = new System.Drawing.Point(3, 3);
     this.gameView.Name      = "gameView";
     this.gameView.Size      = new System.Drawing.Size(514, 450);
     this.gameView.TabIndex  = 0;
     this.gameView.ViewModel = null;
     //
     // worldTabPage
     //
     this.worldTabPage.Controls.Add(this.worldView);
     this.worldTabPage.Location = new System.Drawing.Point(4, 22);
     this.worldTabPage.Name     = "worldTabPage";
     this.worldTabPage.Padding  = new System.Windows.Forms.Padding(3);
     this.worldTabPage.Size     = new System.Drawing.Size(520, 456);
     this.worldTabPage.TabIndex = 0;
     this.worldTabPage.Text     = "World";
     this.worldTabPage.UseVisualStyleBackColor = true;
     //
     // worldView
     //
     this.worldView.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.worldView.Enabled          = false;
     this.worldView.Location         = new System.Drawing.Point(3, 3);
     this.worldView.Name             = "worldView";
     this.worldView.SelectedRoom     = null;
     this.worldView.Size             = new System.Drawing.Size(514, 450);
     this.worldView.StartingLocation = null;
     this.worldView.TabIndex         = 0;
     this.worldView.ViewModel        = null;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.worldTabPage);
     this.tabControl1.Controls.Add(this.gameTabPage);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 24);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(528, 482);
     this.tabControl1.TabIndex      = 1;
     //
     // recentlyUsedFiles
     //
     this.recentlyUsedFiles.Files            = ((System.Collections.Generic.List <System.IO.FileInfo>)(resources.GetObject("recentlyUsedFiles.Files")));
     this.recentlyUsedFiles.MaxFileCount     = 4;
     this.recentlyUsedFiles.Menu             = this.recentWorldsToolStripMenuItem;
     this.recentlyUsedFiles.MenuItemClicked += new System.EventHandler(this.RecentlyUsedFiles_MenuItemClicked);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(528, 528);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.statusStrip);
     this.Controls.Add(this.mainMenuStrip);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview      = true;
     this.MainMenuStrip   = this.mainMenuStrip;
     this.MaximizeBox     = false;
     this.Name            = "MainForm";
     this.Text            = "Zork Builder";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.mainMenuStrip.ResumeLayout(false);
     this.mainMenuStrip.PerformLayout();
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.gameTabPage.ResumeLayout(false);
     this.worldTabPage.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #50
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReport));
     this.reportViewer                   = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.closeImageButton               = new GTI.Controls.ImageButton();
     this.printImageButton               = new GTI.Controls.ImageButton();
     this.menuStrip1                     = new System.Windows.Forms.MenuStrip();
     this.printToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.drillDownDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.closeToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // reportViewer
     //
     this.reportViewer.ActiveViewIndex = -1;
     resources.ApplyResources(this.reportViewer, "reportViewer");
     this.reportViewer.BorderStyle              = System.Windows.Forms.BorderStyle.FixedSingle;
     this.reportViewer.Cursor                   = System.Windows.Forms.Cursors.Default;
     this.reportViewer.Name                     = "reportViewer";
     this.reportViewer.SelectionFormula         = "";
     this.reportViewer.ViewTimeSelectionFormula = "";
     //
     // closeImageButton
     //
     this.closeImageButton.BackColor    = System.Drawing.Color.Transparent;
     this.closeImageButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.closeImageButton.FocusColor   = System.Drawing.Color.Black;
     resources.ApplyResources(this.closeImageButton, "closeImageButton");
     this.closeImageButton.ImageNormal             = ((System.Drawing.Image)(resources.GetObject("closeImageButton.ImageNormal")));
     this.closeImageButton.ImagePressed            = ((System.Drawing.Image)(resources.GetObject("closeImageButton.ImagePressed")));
     this.closeImageButton.MinimumSize             = new System.Drawing.Size(30, 30);
     this.closeImageButton.Name                    = "closeImageButton";
     this.closeImageButton.UseVisualStyleBackColor = false;
     this.closeImageButton.Click                  += new System.EventHandler(this.closeImageButton_Click);
     //
     // printImageButton
     //
     this.printImageButton.BackColor  = System.Drawing.Color.Transparent;
     this.printImageButton.FocusColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.printImageButton, "printImageButton");
     this.printImageButton.ImageNormal             = ((System.Drawing.Image)(resources.GetObject("printImageButton.ImageNormal")));
     this.printImageButton.ImagePressed            = ((System.Drawing.Image)(resources.GetObject("printImageButton.ImagePressed")));
     this.printImageButton.MinimumSize             = new System.Drawing.Size(30, 30);
     this.printImageButton.Name                    = "printImageButton";
     this.printImageButton.UseVisualStyleBackColor = false;
     //
     // menuStrip1
     //
     this.menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(222)))), ((int)(((byte)(237)))));
     resources.ApplyResources(this.menuStrip1, "menuStrip1");
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.printToolStripMenuItem,
         this.viewToolStripMenuItem,
         this.closeToolStripMenuItem
     });
     this.menuStrip1.Name = "menuStrip1";
     //
     // printToolStripMenuItem
     //
     this.printToolStripMenuItem.Name = "printToolStripMenuItem";
     resources.ApplyResources(this.printToolStripMenuItem, "printToolStripMenuItem");
     this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.drillDownDataToolStripMenuItem
     });
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     resources.ApplyResources(this.viewToolStripMenuItem, "viewToolStripMenuItem");
     //
     // drillDownDataToolStripMenuItem
     //
     this.drillDownDataToolStripMenuItem.Name = "drillDownDataToolStripMenuItem";
     resources.ApplyResources(this.drillDownDataToolStripMenuItem, "drillDownDataToolStripMenuItem");
     this.drillDownDataToolStripMenuItem.Click += new System.EventHandler(this.drillDownDataToolStripMenuItem_Click);
     //
     // closeToolStripMenuItem
     //
     this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
     resources.ApplyResources(this.closeToolStripMenuItem, "closeToolStripMenuItem");
     this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeImageButton_Click);
     //
     // frmReport
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.closeImageButton;
     this.Controls.Add(this.printImageButton);
     this.Controls.Add(this.closeImageButton);
     this.Controls.Add(this.reportViewer);
     this.Controls.Add(this.menuStrip1);
     this.DoubleBuffered = true;
     this.MainMenuStrip  = this.menuStrip1;
     this.Name           = "frmReport";
     this.ShowIcon       = false;
     this.SizeGripStyle  = System.Windows.Forms.SizeGripStyle.Show;
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.frmReport_FormClosing);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #51
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPurchasePlanNomenclature));
     this.panel1            = new System.Windows.Forms.Panel();
     this.label1            = new System.Windows.Forms.Label();
     this.findButton        = new System.Windows.Forms.Button();
     this.searchTextBox     = new System.Windows.Forms.TextBox();
     this.buttonSave        = new System.Windows.Forms.Button();
     this.buttonCancel      = new System.Windows.Forms.Button();
     this.listView1         = new System.Windows.Forms.ListView();
     this.columnHeader1     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader14    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader11    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader12    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader13    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader15    = new System.Windows.Forms.ColumnHeader();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.выбратьНоменклатуруToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.показатьВесьПереченьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.imageList1       = new System.Windows.Forms.ImageList(this.components);
     this.toolStrip1       = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1  = new System.Windows.Forms.ToolStripLabel();
     this.filterTextBox    = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolTip1         = new System.Windows.Forms.ToolTip(this.components);
     this.panel1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.findButton);
     this.panel1.Controls.Add(this.searchTextBox);
     this.panel1.Controls.Add(this.buttonSave);
     this.panel1.Controls.Add(this.buttonCancel);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 355);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(519, 72);
     this.panel1.TabIndex = 4;
     //
     // label1
     //
     this.label1.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.label1.Location = new System.Drawing.Point(12, 5);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(495, 31);
     this.label1.TabIndex = 20;
     this.label1.Text     = "...";
     //
     // findButton
     //
     this.findButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.findButton.Image    = ((System.Drawing.Image)(resources.GetObject("findButton.Image")));
     this.findButton.Location = new System.Drawing.Point(258, 37);
     this.findButton.Name     = "findButton";
     this.findButton.Size     = new System.Drawing.Size(25, 23);
     this.findButton.TabIndex = 18;
     this.toolTip1.SetToolTip(this.findButton, "Поиск");
     this.findButton.UseVisualStyleBackColor = true;
     this.findButton.Click += new System.EventHandler(this.FindButtonClick);
     //
     // searchTextBox
     //
     this.searchTextBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.searchTextBox.Location = new System.Drawing.Point(12, 39);
     this.searchTextBox.Name     = "searchTextBox";
     this.searchTextBox.Size     = new System.Drawing.Size(245, 20);
     this.searchTextBox.TabIndex = 2;
     this.toolTip1.SetToolTip(this.searchTextBox, "Введите значение для поиска");
     this.searchTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox1KeyDown);
     //
     // buttonSave
     //
     this.buttonSave.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonSave.Image      = ((System.Drawing.Image)(resources.GetObject("buttonSave.Image")));
     this.buttonSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonSave.Location   = new System.Drawing.Point(351, 37);
     this.buttonSave.Name       = "buttonSave";
     this.buttonSave.Size       = new System.Drawing.Size(75, 23);
     this.buttonSave.TabIndex   = 1;
     this.buttonSave.Text       = "Выбрать";
     this.buttonSave.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonSave.UseVisualStyleBackColor = true;
     this.buttonSave.Click += new System.EventHandler(this.ButtonSaveClick);
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.Image      = ((System.Drawing.Image)(resources.GetObject("buttonCancel.Image")));
     this.buttonCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonCancel.Location   = new System.Drawing.Point(432, 37);
     this.buttonCancel.Name       = "buttonCancel";
     this.buttonCancel.Size       = new System.Drawing.Size(75, 23);
     this.buttonCancel.TabIndex   = 0;
     this.buttonCancel.Text       = "Отмена";
     this.buttonCancel.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonCancel.UseVisualStyleBackColor = true;
     this.buttonCancel.Click += new System.EventHandler(this.ButtonCancelClick);
     //
     // listView1
     //
     this.listView1.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader14,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader8,
         this.columnHeader9,
         this.columnHeader10,
         this.columnHeader11,
         this.columnHeader12,
         this.columnHeader13,
         this.columnHeader15
     });
     this.listView1.ContextMenuStrip = this.contextMenuStrip1;
     this.listView1.Cursor           = System.Windows.Forms.Cursors.Default;
     this.listView1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect    = true;
     this.listView1.LargeImageList   = this.imageList1;
     this.listView1.Location         = new System.Drawing.Point(0, 25);
     this.listView1.MultiSelect      = false;
     this.listView1.Name             = "listView1";
     this.listView1.Size             = new System.Drawing.Size(519, 330);
     this.listView1.SmallImageList   = this.imageList1;
     this.listView1.StateImageList   = this.imageList1;
     this.listView1.TabIndex         = 7;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     this.listView1.SelectedIndexChanged += new System.EventHandler(this.ListView1SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "...";
     this.columnHeader1.Width = 40;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Наименование";
     this.columnHeader2.Width = 250;
     //
     // columnHeader14
     //
     this.columnHeader14.Text  = "Контрагент";
     this.columnHeader14.Width = 250;
     //
     // columnHeader3
     //
     this.columnHeader3.Text      = "Цена";
     this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.columnHeader3.Width     = 100;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Производитель";
     this.columnHeader4.Width = 250;
     //
     // columnHeader5
     //
     this.columnHeader5.Text      = "Остаток";
     this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Срок годности";
     //
     // columnHeader7
     //
     this.columnHeader7.Text      = "Скидка №1";
     this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // columnHeader8
     //
     this.columnHeader8.Text      = "Скидка №2";
     this.columnHeader8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // columnHeader9
     //
     this.columnHeader9.Text      = "Скидка №3";
     this.columnHeader9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // columnHeader10
     //
     this.columnHeader10.Text      = "Скидка №4";
     this.columnHeader10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // columnHeader11
     //
     this.columnHeader11.Text = "Код товара";
     //
     // columnHeader12
     //
     this.columnHeader12.Text = "Серия";
     //
     // columnHeader13
     //
     this.columnHeader13.Text = "Артикул";
     //
     // columnHeader15
     //
     this.columnHeader15.Text  = "Прайс-лист";
     this.columnHeader15.Width = 100;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.выбратьНоменклатуруToolStripMenuItem,
         this.показатьВесьПереченьToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(207, 48);
     //
     // выбратьНоменклатуруToolStripMenuItem
     //
     this.выбратьНоменклатуруToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("выбратьНоменклатуруToolStripMenuItem.Image")));
     this.выбратьНоменклатуруToolStripMenuItem.Name   = "выбратьНоменклатуруToolStripMenuItem";
     this.выбратьНоменклатуруToolStripMenuItem.Size   = new System.Drawing.Size(206, 22);
     this.выбратьНоменклатуруToolStripMenuItem.Text   = "Выбрать номенклатуру";
     this.выбратьНоменклатуруToolStripMenuItem.Click += new System.EventHandler(this.ВыбратьНоменклатуруToolStripMenuItemClick);
     //
     // показатьВесьПереченьToolStripMenuItem
     //
     this.показатьВесьПереченьToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("показатьВесьПереченьToolStripMenuItem.Image")));
     this.показатьВесьПереченьToolStripMenuItem.Name   = "показатьВесьПереченьToolStripMenuItem";
     this.показатьВесьПереченьToolStripMenuItem.Size   = new System.Drawing.Size(206, 22);
     this.показатьВесьПереченьToolStripMenuItem.Text   = "Показать весь перечень";
     this.показатьВесьПереченьToolStripMenuItem.Click += new System.EventHandler(this.ПоказатьВесьПереченьToolStripMenuItemClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "page.png");
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.filterTextBox,
         this.toolStripButton1
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(519, 25);
     this.toolStrip1.TabIndex = 8;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(126, 22);
     this.toolStripLabel1.Text = "Фильтр по значению:";
     //
     // filterTextBox
     //
     this.filterTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.filterTextBox.Name        = "filterTextBox";
     this.filterTextBox.Size        = new System.Drawing.Size(200, 25);
     this.filterTextBox.ToolTipText = "Введите значение для фильтра";
     this.filterTextBox.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.FilterTextBoxKeyDown);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(90, 22);
     this.toolStripButton1.Text   = "Применить";
     this.toolStripButton1.Click += new System.EventHandler(this.ToolStripButton1Click);
     //
     // FormPurchasePlanNomenclature
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(519, 427);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.panel1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "FormPurchasePlanNomenclature";
     this.Text        = "Номенклатура из прайс-листов";
     this.Activated  += new System.EventHandler(this.FormPurchasePlanNomenclatureActivated);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormPurchasePlanNomenclatureFormClosed);
     this.Load       += new System.EventHandler(this.FormPurchasePlanNomenclatureLoad);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ToolStripMenuItem         toolStripMenuItem2;
     System.Windows.Forms.ToolStripMenuItem         toolStripMenuItem3;
     System.Windows.Forms.ToolStripMenuItem         toolStripMenuItem4;
     System.Windows.Forms.ToolStripMenuItem         toolStripMenuItem5;
     System.Windows.Forms.ToolStripMenuItem         toolStripMenuItem6;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QueryEmbeddedControl));
     this._split                   = new System.Windows.Forms.SplitContainer();
     this._sqlPanel                = new System.Windows.Forms.Panel();
     this._toolStrip               = new System.Windows.Forms.ToolStrip();
     this._executeButton           = new System.Windows.Forms.ToolStripButton();
     this._sendMenu                = new System.Windows.Forms.ToolStripDropDownButton();
     this._sendTableMenu           = new System.Windows.Forms.ToolStripMenuItem();
     this._optionsMenu             = new System.Windows.Forms.ToolStripDropDownButton();
     this._optionsShowSqlMenu      = new System.Windows.Forms.ToolStripMenuItem();
     this._optionsShowResultsMenu  = new System.Windows.Forms.ToolStripMenuItem();
     this._limitRowsOnPageMenu     = new System.Windows.Forms.ToolStripMenuItem();
     this._showResultsButton       = new System.Windows.Forms.ToolStripButton();
     this._hideResultsButton       = new System.Windows.Forms.ToolStripButton();
     this._transactionMenu         = new System.Windows.Forms.ToolStripDropDownButton();
     this._transactionCommitMenu   = new System.Windows.Forms.ToolStripMenuItem();
     this._transactionRollbackMenu = new System.Windows.Forms.ToolStripMenuItem();
     this._transactionNoneMenu     = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem2            = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem3            = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem4            = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem5            = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem6            = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this._split)).BeginInit();
     this._split.Panel1.SuspendLayout();
     this._split.SuspendLayout();
     this._toolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripMenuItem2
     //
     toolStripMenuItem2.Name   = "toolStripMenuItem2";
     toolStripMenuItem2.Size   = new System.Drawing.Size(144, 34);
     toolStripMenuItem2.Text   = "5";
     toolStripMenuItem2.Click += new System.EventHandler(this.LimitsRowsMenu_Click);
     //
     // toolStripMenuItem3
     //
     toolStripMenuItem3.Name   = "toolStripMenuItem3";
     toolStripMenuItem3.Size   = new System.Drawing.Size(144, 34);
     toolStripMenuItem3.Text   = "10";
     toolStripMenuItem3.Click += new System.EventHandler(this.LimitsRowsMenu_Click);
     //
     // toolStripMenuItem4
     //
     toolStripMenuItem4.Name   = "toolStripMenuItem4";
     toolStripMenuItem4.Size   = new System.Drawing.Size(144, 34);
     toolStripMenuItem4.Text   = "20";
     toolStripMenuItem4.Click += new System.EventHandler(this.LimitsRowsMenu_Click);
     //
     // toolStripMenuItem5
     //
     toolStripMenuItem5.Name   = "toolStripMenuItem5";
     toolStripMenuItem5.Size   = new System.Drawing.Size(144, 34);
     toolStripMenuItem5.Text   = "50";
     toolStripMenuItem5.Click += new System.EventHandler(this.LimitsRowsMenu_Click);
     //
     // toolStripMenuItem6
     //
     toolStripMenuItem6.Name   = "toolStripMenuItem6";
     toolStripMenuItem6.Size   = new System.Drawing.Size(144, 34);
     toolStripMenuItem6.Text   = "100";
     toolStripMenuItem6.Click += new System.EventHandler(this.LimitsRowsMenu_Click);
     //
     // _split
     //
     this._split.Cursor      = System.Windows.Forms.Cursors.HSplit;
     this._split.Dock        = System.Windows.Forms.DockStyle.Fill;
     this._split.Location    = new System.Drawing.Point(0, 0);
     this._split.Name        = "_split";
     this._split.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // _split.Panel1
     //
     this._split.Panel1.Controls.Add(this._sqlPanel);
     this._split.Panel1.Controls.Add(this._toolStrip);
     this._split.Panel2Collapsed  = true;
     this._split.Size             = new System.Drawing.Size(1059, 713);
     this._split.SplitterDistance = 252;
     this._split.TabIndex         = 0;
     //
     // _sqlPanel
     //
     this._sqlPanel.BackColor = System.Drawing.SystemColors.Window;
     this._sqlPanel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this._sqlPanel.Location  = new System.Drawing.Point(0, 40);
     this._sqlPanel.Name      = "_sqlPanel";
     this._sqlPanel.Size      = new System.Drawing.Size(1059, 673);
     this._sqlPanel.TabIndex  = 2;
     //
     // _toolStrip
     //
     this._toolStrip.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this._toolStrip.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this._toolStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
     this._toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._executeButton,
         this._sendMenu,
         this._optionsMenu,
         this._showResultsButton,
         this._hideResultsButton,
         this._transactionMenu
     });
     this._toolStrip.Location         = new System.Drawing.Point(0, 0);
     this._toolStrip.Name             = "_toolStrip";
     this._toolStrip.RenderMode       = System.Windows.Forms.ToolStripRenderMode.System;
     this._toolStrip.ShowItemToolTips = false;
     this._toolStrip.Size             = new System.Drawing.Size(1059, 40);
     this._toolStrip.Stretch          = true;
     this._toolStrip.TabIndex         = 1;
     //
     // _executeButton
     //
     this._executeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._executeButton.Name    = "_executeButton";
     this._executeButton.Padding = new System.Windows.Forms.Padding(0, 3, 0, 3);
     this._executeButton.Size    = new System.Drawing.Size(109, 35);
     this._executeButton.Text    = "Execute (F5)";
     this._executeButton.Click  += new System.EventHandler(this.ExecuteButton_Click);
     //
     // _sendMenu
     //
     this._sendMenu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this._sendMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._sendTableMenu
     });
     this._sendMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._sendMenu.Name = "_sendMenu";
     this._sendMenu.Size = new System.Drawing.Size(70, 35);
     this._sendMenu.Text = "Send";
     //
     // _sendTableMenu
     //
     this._sendTableMenu.Name   = "_sendTableMenu";
     this._sendTableMenu.Size   = new System.Drawing.Size(188, 34);
     this._sendTableMenu.Text   = "To table...";
     this._sendTableMenu.Click += new System.EventHandler(this.SendTableMenu_Click);
     //
     // _optionsMenu
     //
     this._optionsMenu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this._optionsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._optionsShowSqlMenu,
         this._optionsShowResultsMenu,
         this._limitRowsOnPageMenu
     });
     this._optionsMenu.Image = ((System.Drawing.Image)(resources.GetObject("_optionsMenu.Image")));
     this._optionsMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._optionsMenu.Name = "_optionsMenu";
     this._optionsMenu.Size = new System.Drawing.Size(124, 35);
     this._optionsMenu.Text = "Appearance";
     //
     // _optionsShowSqlMenu
     //
     this._optionsShowSqlMenu.Checked      = true;
     this._optionsShowSqlMenu.CheckOnClick = true;
     this._optionsShowSqlMenu.CheckState   = System.Windows.Forms.CheckState.Checked;
     this._optionsShowSqlMenu.Name         = "_optionsShowSqlMenu";
     this._optionsShowSqlMenu.Size         = new System.Drawing.Size(364, 34);
     this._optionsShowSqlMenu.Text         = "Show SQL on page";
     this._optionsShowSqlMenu.Click       += new System.EventHandler(this.AppearanceMenu_Click);
     //
     // _optionsShowResultsMenu
     //
     this._optionsShowResultsMenu.Checked      = true;
     this._optionsShowResultsMenu.CheckOnClick = true;
     this._optionsShowResultsMenu.CheckState   = System.Windows.Forms.CheckState.Checked;
     this._optionsShowResultsMenu.Name         = "_optionsShowResultsMenu";
     this._optionsShowResultsMenu.Size         = new System.Drawing.Size(364, 34);
     this._optionsShowResultsMenu.Text         = "Show results on page";
     this._optionsShowResultsMenu.Click       += new System.EventHandler(this.AppearanceMenu_Click);
     //
     // _limitRowsOnPageMenu
     //
     this._limitRowsOnPageMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripMenuItem2,
         toolStripMenuItem3,
         toolStripMenuItem4,
         toolStripMenuItem5,
         toolStripMenuItem6
     });
     this._limitRowsOnPageMenu.Name = "_limitRowsOnPageMenu";
     this._limitRowsOnPageMenu.Size = new System.Drawing.Size(364, 34);
     this._limitRowsOnPageMenu.Text = "Maximum rows shown on page";
     //
     // _showResultsButton
     //
     this._showResultsButton.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this._showResultsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._showResultsButton.Name    = "_showResultsButton";
     this._showResultsButton.Size    = new System.Drawing.Size(116, 35);
     this._showResultsButton.Text    = "Show results";
     this._showResultsButton.Visible = false;
     this._showResultsButton.Click  += new System.EventHandler(this.ShowResultsButton_Click);
     //
     // _hideResultsButton
     //
     this._hideResultsButton.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this._hideResultsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._hideResultsButton.Name    = "_hideResultsButton";
     this._hideResultsButton.Size    = new System.Drawing.Size(109, 35);
     this._hideResultsButton.Text    = "Hide results";
     this._hideResultsButton.Visible = false;
     this._hideResultsButton.Click  += new System.EventHandler(this.HideResultsButton_Click);
     //
     // _transactionMenu
     //
     this._transactionMenu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this._transactionMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._transactionCommitMenu,
         this._transactionRollbackMenu,
         this._transactionNoneMenu
     });
     this._transactionMenu.Image = ((System.Drawing.Image)(resources.GetObject("_transactionMenu.Image")));
     this._transactionMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._transactionMenu.Name = "_transactionMenu";
     this._transactionMenu.Size = new System.Drawing.Size(191, 35);
     this._transactionMenu.Text = "Transaction: Commit";
     //
     // _transactionCommitMenu
     //
     this._transactionCommitMenu.Checked    = true;
     this._transactionCommitMenu.CheckState = System.Windows.Forms.CheckState.Checked;
     this._transactionCommitMenu.Name       = "_transactionCommitMenu";
     this._transactionCommitMenu.Size       = new System.Drawing.Size(332, 34);
     this._transactionCommitMenu.Text       = "Implicit BEGIN ... COMMIT";
     this._transactionCommitMenu.Click     += new System.EventHandler(this.TransactionCommitMenu_Click);
     //
     // _transactionRollbackMenu
     //
     this._transactionRollbackMenu.Name   = "_transactionRollbackMenu";
     this._transactionRollbackMenu.Size   = new System.Drawing.Size(332, 34);
     this._transactionRollbackMenu.Text   = "Implicit BEGIN ... ROLLBACK";
     this._transactionRollbackMenu.Click += new System.EventHandler(this.TransactionRollbackMenu_Click);
     //
     // _transactionNoneMenu
     //
     this._transactionNoneMenu.Name   = "_transactionNoneMenu";
     this._transactionNoneMenu.Size   = new System.Drawing.Size(332, 34);
     this._transactionNoneMenu.Text   = "None (auto-commit)";
     this._transactionNoneMenu.Click += new System.EventHandler(this.TransactionNoneMenu_Click);
     //
     // QueryEmbeddedControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this._split);
     this.Name = "QueryEmbeddedControl";
     this.Size = new System.Drawing.Size(1059, 713);
     this._split.Panel1.ResumeLayout(false);
     this._split.Panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._split)).EndInit();
     this._split.ResumeLayout(false);
     this._toolStrip.ResumeLayout(false);
     this._toolStrip.PerformLayout();
     this.ResumeLayout(false);
 }
Example #53
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components            = new System.ComponentModel.Container();
     this.AvoidRegionLock       = new System.Windows.Forms.CheckBox();
     this.label4                = new System.Windows.Forms.Label();
     this.SnipePokemonPokeCom   = new System.Windows.Forms.CheckBox();
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.checkBoxSnipeGym      = new System.Windows.Forms.CheckBox();
     this.PokemonImage          = new System.Windows.Forms.PictureBox();
     this.comboBox1             = new System.Windows.Forms.ComboBox();
     this.SnipeMe               = new System.Windows.Forms.Button();
     this.label6                = new System.Windows.Forms.Label();
     this.label64               = new System.Windows.Forms.Label();
     this.SnipeInfo             = new System.Windows.Forms.TextBox();
     this.groupBox2             = new System.Windows.Forms.GroupBox();
     this.checkBoxExternalWeb   = new System.Windows.Forms.CheckBox();
     this.buttonGo              = new System.Windows.Forms.Button();
     this.comboBoxLinks         = new System.Windows.Forms.ComboBox();
     this.btnInstall            = new System.Windows.Forms.Button();
     this.label1                = new System.Windows.Forms.Label();
     this.label2                = new System.Windows.Forms.Label();
     this.timerSnipe            = new System.Windows.Forms.Timer(this.components);
     this.nudSecondsSnipe       = new System.Windows.Forms.NumericUpDown();
     this.label8                = new System.Windows.Forms.Label();
     this.label9                = new System.Windows.Forms.Label();
     this.nudTriesSnipe         = new System.Windows.Forms.NumericUpDown();
     this.checkBoxSnipeTransfer = new System.Windows.Forms.CheckBox();
     this.gbLocations           = new System.Windows.Forms.GroupBox();
     this.label3                = new System.Windows.Forms.Label();
     this.listView              = new System.Windows.Forms.ListView();
     this.cuURI                       = new System.Windows.Forms.ColumnHeader();
     this.chIV                        = new System.Windows.Forms.ColumnHeader();
     this.chProbability               = new System.Windows.Forms.ColumnHeader();
     this.chDate                      = new System.Windows.Forms.ColumnHeader();
     this.chLastUpdate                = new System.Windows.Forms.ColumnHeader();
     this.chId                        = new System.Windows.Forms.ColumnHeader();
     this.chName                      = new System.Windows.Forms.ColumnHeader();
     this.chTillHidden                = new System.Windows.Forms.ColumnHeader();
     this.chUsed                      = new System.Windows.Forms.ColumnHeader();
     this.contextMenuStrip1           = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.snipeToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.markAsUsedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteAllToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.timerLocations              = new System.Windows.Forms.Timer(this.components);
     this.numSnipeMinutes             = new System.Windows.Forms.NumericUpDown();
     this.label5                      = new System.Windows.Forms.Label();
     this.timerAutosnipe              = new System.Windows.Forms.Timer(this.components);
     this.groupBox5                   = new System.Windows.Forms.GroupBox();
     this.checkBoxMinIVSnipe          = new System.Windows.Forms.CheckBox();
     this.checkBoxMinProbSnipe        = new System.Windows.Forms.CheckBox();
     this.numMinProbSnipe             = new System.Windows.Forms.NumericUpDown();
     this.numMinIVSnipe               = new System.Windows.Forms.NumericUpDown();
     this.checkBoxSelectAll           = new System.Windows.Forms.CheckBox();
     this.checkedListBox_ToSnipe      = new System.Windows.Forms.CheckedListBox();
     this.buttonImport                = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PokemonImage)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudSecondsSnipe)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudTriesSnipe)).BeginInit();
     this.gbLocations.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numSnipeMinutes)).BeginInit();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numMinProbSnipe)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numMinIVSnipe)).BeginInit();
     this.SuspendLayout();
     //
     // AvoidRegionLock
     //
     this.AvoidRegionLock.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.AvoidRegionLock.AutoSize = true;
     this.AvoidRegionLock.Enabled  = false;
     this.AvoidRegionLock.Location = new System.Drawing.Point(240, 400);
     this.AvoidRegionLock.Margin   = new System.Windows.Forms.Padding(4);
     this.AvoidRegionLock.Name     = "AvoidRegionLock";
     this.AvoidRegionLock.Size     = new System.Drawing.Size(177, 17);
     this.AvoidRegionLock.TabIndex = 78;
     this.AvoidRegionLock.Text     = "Avoid Region Locked Pokemon";
     this.AvoidRegionLock.UseVisualStyleBackColor = true;
     this.AvoidRegionLock.CheckedChanged         += new System.EventHandler(this.AvoidRegionLock_CheckedChanged);
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.DarkRed;
     this.label4.Location  = new System.Drawing.Point(13, 159);
     this.label4.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(182, 21);
     this.label4.TabIndex  = 81;
     this.label4.Text      = "(ex: 30.123456, -97.123456 )";
     //
     // SnipePokemonPokeCom
     //
     this.SnipePokemonPokeCom.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.SnipePokemonPokeCom.AutoSize = true;
     this.SnipePokemonPokeCom.Location = new System.Drawing.Point(240, 375);
     this.SnipePokemonPokeCom.Margin   = new System.Windows.Forms.Padding(4);
     this.SnipePokemonPokeCom.Name     = "SnipePokemonPokeCom";
     this.SnipePokemonPokeCom.Size     = new System.Drawing.Size(195, 17);
     this.SnipePokemonPokeCom.TabIndex = 80;
     this.SnipePokemonPokeCom.Text     = "Enable Automatic Pokemon Sniping";
     this.SnipePokemonPokeCom.UseVisualStyleBackColor = true;
     this.SnipePokemonPokeCom.CheckedChanged         += new System.EventHandler(this.SnipePokemonPokeCom_CheckedChanged);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox1.Controls.Add(this.checkBoxSnipeGym);
     this.groupBox1.Controls.Add(this.PokemonImage);
     this.groupBox1.Controls.Add(this.comboBox1);
     this.groupBox1.Controls.Add(this.SnipeMe);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label64);
     this.groupBox1.Controls.Add(this.SnipeInfo);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Location = new System.Drawing.Point(11, 2);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.groupBox1.Size     = new System.Drawing.Size(207, 272);
     this.groupBox1.TabIndex = 84;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Manual Sniping ";
     //
     // checkBoxSnipeGym
     //
     this.checkBoxSnipeGym.Location = new System.Drawing.Point(13, 52);
     this.checkBoxSnipeGym.Name     = "checkBoxSnipeGym";
     this.checkBoxSnipeGym.Size     = new System.Drawing.Size(117, 21);
     this.checkBoxSnipeGym.TabIndex = 82;
     this.checkBoxSnipeGym.Text     = "Gym";
     this.checkBoxSnipeGym.UseVisualStyleBackColor = true;
     this.checkBoxSnipeGym.CheckedChanged         += new System.EventHandler(this.checkBoxSnipeGym_CheckedChanged);
     //
     // PokemonImage
     //
     this.PokemonImage.Location = new System.Drawing.Point(136, 34);
     this.PokemonImage.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.PokemonImage.Name     = "PokemonImage";
     this.PokemonImage.Size     = new System.Drawing.Size(60, 60);
     this.PokemonImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.PokemonImage.TabIndex = 76;
     this.PokemonImage.TabStop  = false;
     //
     // comboBox1
     //
     this.comboBox1.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.comboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.comboBox1.FormattingEnabled  = true;
     this.comboBox1.Location           = new System.Drawing.Point(13, 98);
     this.comboBox1.Margin             = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(182, 21);
     this.comboBox1.TabIndex              = 75;
     this.comboBox1.SelectedValueChanged += new System.EventHandler(this.comboBox1_SelectedValueChanged);
     //
     // SnipeMe
     //
     this.SnipeMe.BackColor = System.Drawing.Color.MediumAquamarine;
     this.SnipeMe.Enabled   = false;
     this.SnipeMe.Location  = new System.Drawing.Point(13, 225);
     this.SnipeMe.Margin    = new System.Windows.Forms.Padding(4);
     this.SnipeMe.Name      = "SnipeMe";
     this.SnipeMe.Size      = new System.Drawing.Size(182, 27);
     this.SnipeMe.TabIndex  = 74;
     this.SnipeMe.Text      = "Snipe Me!";
     this.SnipeMe.UseVisualStyleBackColor = false;
     this.SnipeMe.Click += new System.EventHandler(this.SnipeMe_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(13, 81);
     this.label6.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(86, 13);
     this.label6.TabIndex = 72;
     this.label6.Text     = "Pokemon Name:";
     //
     // label64
     //
     this.label64.AutoSize = true;
     this.label64.Location = new System.Drawing.Point(13, 146);
     this.label64.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label64.Name     = "label64";
     this.label64.Size     = new System.Drawing.Size(98, 13);
     this.label64.TabIndex = 72;
     this.label64.Text     = "Latitude, Longitude";
     //
     // SnipeInfo
     //
     this.SnipeInfo.Location     = new System.Drawing.Point(13, 184);
     this.SnipeInfo.Margin       = new System.Windows.Forms.Padding(4);
     this.SnipeInfo.Name         = "SnipeInfo";
     this.SnipeInfo.Size         = new System.Drawing.Size(182, 20);
     this.SnipeInfo.TabIndex     = 73;
     this.SnipeInfo.TextChanged += new System.EventHandler(this.SnipeInfo_TextChanged);
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox2.Controls.Add(this.checkBoxExternalWeb);
     this.groupBox2.Controls.Add(this.buttonGo);
     this.groupBox2.Controls.Add(this.comboBoxLinks);
     this.groupBox2.Controls.Add(this.btnInstall);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.ForeColor = System.Drawing.Color.DarkRed;
     this.groupBox2.Location  = new System.Drawing.Point(4, 421);
     this.groupBox2.Margin    = new System.Windows.Forms.Padding(4);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(726, 81);
     this.groupBox2.TabIndex  = 85;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "URI Service";
     //
     // checkBoxExternalWeb
     //
     this.checkBoxExternalWeb.ForeColor = System.Drawing.SystemColors.ControlText;
     this.checkBoxExternalWeb.Location  = new System.Drawing.Point(11, 55);
     this.checkBoxExternalWeb.Name      = "checkBoxExternalWeb";
     this.checkBoxExternalWeb.Size      = new System.Drawing.Size(169, 20);
     this.checkBoxExternalWeb.TabIndex  = 96;
     this.checkBoxExternalWeb.Text      = "Open In External Browser";
     this.checkBoxExternalWeb.UseVisualStyleBackColor = true;
     //
     // buttonGo
     //
     this.buttonGo.ForeColor = System.Drawing.SystemColors.ControlText;
     this.buttonGo.Location  = new System.Drawing.Point(485, 52);
     this.buttonGo.Name      = "buttonGo";
     this.buttonGo.Size      = new System.Drawing.Size(54, 23);
     this.buttonGo.TabIndex  = 95;
     this.buttonGo.Text      = "Go";
     this.buttonGo.UseVisualStyleBackColor = true;
     this.buttonGo.Click += new System.EventHandler(this.buttonGo_Click);
     //
     // comboBoxLinks
     //
     this.comboBoxLinks.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxLinks.FormattingEnabled = true;
     this.comboBoxLinks.Location          = new System.Drawing.Point(289, 54);
     this.comboBoxLinks.Name     = "comboBoxLinks";
     this.comboBoxLinks.Size     = new System.Drawing.Size(190, 21);
     this.comboBoxLinks.TabIndex = 94;
     //
     // btnInstall
     //
     this.btnInstall.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnInstall.Location  = new System.Drawing.Point(611, 52);
     this.btnInstall.Margin    = new System.Windows.Forms.Padding(4);
     this.btnInstall.Name      = "btnInstall";
     this.btnInstall.Size      = new System.Drawing.Size(103, 22);
     this.btnInstall.TabIndex  = 5;
     this.btnInstall.Text      = "Install Service";
     this.btnInstall.UseVisualStyleBackColor = true;
     this.btnInstall.Click += new System.EventHandler(this.btnInstall_Click);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location  = new System.Drawing.Point(7, 16);
     this.label1.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(616, 13);
     this.label1.TabIndex  = 86;
     this.label1.Text      = "Handles \"pokesniper2:// and msniper://\" URI Protocols. So if you have another app" +
                             "lication to do it.  Is  advisable uninstall before";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label2.Location  = new System.Drawing.Point(7, 35);
     this.label2.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(403, 13);
     this.label2.TabIndex  = 87;
     this.label2.Text      = "With Service Installed you can snipe directly from pokesniper URIs like these pag" +
                             "es:";
     //
     // timerSnipe
     //
     this.timerSnipe.Interval = 10000;
     this.timerSnipe.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // nudSecondsSnipe
     //
     this.nudSecondsSnipe.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.nudSecondsSnipe.Location = new System.Drawing.Point(172, 312);
     this.nudSecondsSnipe.Maximum  = new decimal(new int[] {
         600,
         0,
         0,
         0
     });
     this.nudSecondsSnipe.Minimum = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.nudSecondsSnipe.Name     = "nudSecondsSnipe";
     this.nudSecondsSnipe.Size     = new System.Drawing.Size(46, 20);
     this.nudSecondsSnipe.TabIndex = 86;
     this.nudSecondsSnipe.Value    = new decimal(new int[] {
         7,
         0,
         0,
         0
     });
     this.nudSecondsSnipe.ValueChanged += new System.EventHandler(this.nudSecondsSnipe_ValueChanged);
     //
     // label8
     //
     this.label8.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label8.Location = new System.Drawing.Point(47, 312);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(117, 20);
     this.label8.TabIndex = 87;
     this.label8.Text     = "Seconds to wait there:";
     //
     // label9
     //
     this.label9.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label9.Location = new System.Drawing.Point(15, 281);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(149, 17);
     this.label9.TabIndex = 89;
     this.label9.Text     = "Num Tries Finding Encounter:";
     //
     // nudTriesSnipe
     //
     this.nudTriesSnipe.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.nudTriesSnipe.Location = new System.Drawing.Point(172, 279);
     this.nudTriesSnipe.Maximum  = new decimal(new int[] {
         300,
         0,
         0,
         0
     });
     this.nudTriesSnipe.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.nudTriesSnipe.Name     = "nudTriesSnipe";
     this.nudTriesSnipe.Size     = new System.Drawing.Size(46, 20);
     this.nudTriesSnipe.TabIndex = 88;
     this.nudTriesSnipe.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.nudTriesSnipe.ValueChanged += new System.EventHandler(this.nudTriesSnipe_ValueChanged);
     //
     // checkBoxSnipeTransfer
     //
     this.checkBoxSnipeTransfer.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBoxSnipeTransfer.AutoSize  = true;
     this.checkBoxSnipeTransfer.ForeColor = System.Drawing.SystemColors.ControlText;
     this.checkBoxSnipeTransfer.Location  = new System.Drawing.Point(15, 351);
     this.checkBoxSnipeTransfer.Name      = "checkBoxSnipeTransfer";
     this.checkBoxSnipeTransfer.Size      = new System.Drawing.Size(192, 17);
     this.checkBoxSnipeTransfer.TabIndex  = 97;
     this.checkBoxSnipeTransfer.Text      = "Transfer directly at snipe succesful.";
     this.checkBoxSnipeTransfer.UseVisualStyleBackColor = true;
     //
     // gbLocations
     //
     this.gbLocations.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.gbLocations.Controls.Add(this.label3);
     this.gbLocations.Controls.Add(this.listView);
     this.gbLocations.Location = new System.Drawing.Point(401, 3);
     this.gbLocations.Name     = "gbLocations";
     this.gbLocations.Size     = new System.Drawing.Size(333, 363);
     this.gbLocations.TabIndex = 98;
     this.gbLocations.TabStop  = false;
     this.gbLocations.Text     = "Locations";
     //
     // label3
     //
     this.label3.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label3.AutoSize     = true;
     this.label3.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location     = new System.Drawing.Point(8, 340);
     this.label3.Name         = "label3";
     this.label3.Size         = new System.Drawing.Size(133, 13);
     this.label3.TabIndex     = 90;
     this.label3.Text         = " Double click to Snipe";
     this.label3.DoubleClick += new System.EventHandler(this.label3_DoubleClick);
     //
     // listView
     //
     this.listView.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.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.cuURI,
         this.chIV,
         this.chProbability,
         this.chDate,
         this.chLastUpdate,
         this.chId,
         this.chName,
         this.chTillHidden,
         this.chUsed
     });
     this.listView.ContextMenuStrip = this.contextMenuStrip1;
     this.listView.FullRowSelect    = true;
     this.listView.GridLines        = true;
     this.listView.Location         = new System.Drawing.Point(8, 20);
     this.listView.Margin           = new System.Windows.Forms.Padding(4);
     this.listView.Name             = "listView";
     this.listView.Size             = new System.Drawing.Size(318, 312);
     this.listView.TabIndex         = 81;
     this.listView.UseCompatibleStateImageBehavior = false;
     this.listView.View         = System.Windows.Forms.View.Details;
     this.listView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listView_ColumnClick);
     this.listView.DoubleClick += new System.EventHandler(this.listView_DoubleClick);
     //
     // cuURI
     //
     this.cuURI.Text  = "URI";
     this.cuURI.Width = 140;
     //
     // chIV
     //
     this.chIV.Text  = "IV";
     this.chIV.Width = 40;
     //
     // chProbability
     //
     this.chProbability.Text = "Probability";
     //
     // chDate
     //
     this.chDate.Text = "Creation Date";
     //
     // chLastUpdate
     //
     this.chLastUpdate.Text = "Last Update";
     //
     // chId
     //
     this.chId.Text = "Id";
     //
     // chName
     //
     this.chName.Text = "Name";
     //
     // chTillHidden
     //
     this.chTillHidden.Text = "Till Hidden";
     //
     // chUsed
     //
     this.chUsed.Text = "Used";
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.snipeToolStripMenuItem,
         this.markAsUsedToolStripMenuItem,
         this.deleteToolStripMenuItem,
         this.deleteAllToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(191, 92);
     //
     // snipeToolStripMenuItem
     //
     this.snipeToolStripMenuItem.Name   = "snipeToolStripMenuItem";
     this.snipeToolStripMenuItem.Size   = new System.Drawing.Size(190, 22);
     this.snipeToolStripMenuItem.Text   = "Snipe";
     this.snipeToolStripMenuItem.Click += new System.EventHandler(this.snipeToolStripMenuItem_Click);
     //
     // markAsUsedToolStripMenuItem
     //
     this.markAsUsedToolStripMenuItem.Name   = "markAsUsedToolStripMenuItem";
     this.markAsUsedToolStripMenuItem.Size   = new System.Drawing.Size(190, 22);
     this.markAsUsedToolStripMenuItem.Text   = "Mark/Unmark as used";
     this.markAsUsedToolStripMenuItem.Click += new System.EventHandler(this.markAsUsedToolStripMenuItem_Click);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name   = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size   = new System.Drawing.Size(190, 22);
     this.deleteToolStripMenuItem.Text   = "Delete Seleted";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // deleteAllToolStripMenuItem
     //
     this.deleteAllToolStripMenuItem.Name   = "deleteAllToolStripMenuItem";
     this.deleteAllToolStripMenuItem.Size   = new System.Drawing.Size(190, 22);
     this.deleteAllToolStripMenuItem.Text   = "Delete All";
     this.deleteAllToolStripMenuItem.Click += new System.EventHandler(this.deleteAllToolStripMenuItem_Click);
     //
     // timerLocations
     //
     this.timerLocations.Enabled  = true;
     this.timerLocations.Interval = 10000;
     this.timerLocations.Tick    += new System.EventHandler(this.timerLocations_Tick);
     //
     // numSnipeMinutes
     //
     this.numSnipeMinutes.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.numSnipeMinutes.Location = new System.Drawing.Point(684, 372);
     this.numSnipeMinutes.Maximum  = new decimal(new int[] {
         300,
         0,
         0,
         0
     });
     this.numSnipeMinutes.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numSnipeMinutes.Name     = "numSnipeMinutes";
     this.numSnipeMinutes.Size     = new System.Drawing.Size(46, 20);
     this.numSnipeMinutes.TabIndex = 99;
     this.numSnipeMinutes.Value    = new decimal(new int[] {
         3,
         0,
         0,
         0
     });
     this.numSnipeMinutes.ValueChanged += new System.EventHandler(this.numSnipeMinutes_ValueChanged);
     //
     // label5
     //
     this.label5.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label5.Location  = new System.Drawing.Point(472, 374);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(204, 18);
     this.label5.TabIndex  = 100;
     this.label5.Text      = "Minutes to wait between snipes:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // timerAutosnipe
     //
     this.timerAutosnipe.Interval = 120000;
     this.timerAutosnipe.Tick    += new System.EventHandler(this.timerAutosnipe_Tick);
     //
     // groupBox5
     //
     this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox5.Controls.Add(this.checkBoxMinIVSnipe);
     this.groupBox5.Controls.Add(this.checkBoxMinProbSnipe);
     this.groupBox5.Controls.Add(this.numMinProbSnipe);
     this.groupBox5.Controls.Add(this.numMinIVSnipe);
     this.groupBox5.Controls.Add(this.checkBoxSelectAll);
     this.groupBox5.Controls.Add(this.checkedListBox_ToSnipe);
     this.groupBox5.Location = new System.Drawing.Point(231, 3);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(164, 365);
     this.groupBox5.TabIndex = 101;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "Pokemons to Snipe";
     //
     // checkBoxMinIVSnipe
     //
     this.checkBoxMinIVSnipe.Location = new System.Drawing.Point(9, 17);
     this.checkBoxMinIVSnipe.Name     = "checkBoxMinIVSnipe";
     this.checkBoxMinIVSnipe.Size     = new System.Drawing.Size(90, 24);
     this.checkBoxMinIVSnipe.TabIndex = 74;
     this.checkBoxMinIVSnipe.Text     = "Min IV";
     this.checkBoxMinIVSnipe.UseVisualStyleBackColor = true;
     //
     // checkBoxMinProbSnipe
     //
     this.checkBoxMinProbSnipe.Enabled  = false;
     this.checkBoxMinProbSnipe.Location = new System.Drawing.Point(9, 41);
     this.checkBoxMinProbSnipe.Name     = "checkBoxMinProbSnipe";
     this.checkBoxMinProbSnipe.Size     = new System.Drawing.Size(90, 24);
     this.checkBoxMinProbSnipe.TabIndex = 73;
     this.checkBoxMinProbSnipe.Text     = "Min Prob.";
     this.checkBoxMinProbSnipe.UseVisualStyleBackColor = true;
     //
     // numMinProbSnipe
     //
     this.numMinProbSnipe.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.numMinProbSnipe.Enabled  = false;
     this.numMinProbSnipe.Location = new System.Drawing.Point(119, 41);
     this.numMinProbSnipe.Margin   = new System.Windows.Forms.Padding(2);
     this.numMinProbSnipe.Name     = "numMinProbSnipe";
     this.numMinProbSnipe.Size     = new System.Drawing.Size(37, 20);
     this.numMinProbSnipe.TabIndex = 71;
     this.numMinProbSnipe.Tag      = "MinIVSave";
     this.numMinProbSnipe.Value    = new decimal(new int[] {
         90,
         0,
         0,
         0
     });
     //
     // numMinIVSnipe
     //
     this.numMinIVSnipe.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.numMinIVSnipe.Location = new System.Drawing.Point(119, 20);
     this.numMinIVSnipe.Margin   = new System.Windows.Forms.Padding(2);
     this.numMinIVSnipe.Name     = "numMinIVSnipe";
     this.numMinIVSnipe.Size     = new System.Drawing.Size(37, 20);
     this.numMinIVSnipe.TabIndex = 69;
     this.numMinIVSnipe.Tag      = "MinIVSave";
     this.numMinIVSnipe.Value    = new decimal(new int[] {
         90,
         0,
         0,
         0
     });
     this.numMinIVSnipe.ValueChanged += new System.EventHandler(this.numMinIVSnipe_ValueChanged);
     //
     // checkBoxSelectAll
     //
     this.checkBoxSelectAll.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBoxSelectAll.AutoSize = true;
     this.checkBoxSelectAll.Location = new System.Drawing.Point(9, 336);
     this.checkBoxSelectAll.Name     = "checkBoxSelectAll";
     this.checkBoxSelectAll.Size     = new System.Drawing.Size(69, 17);
     this.checkBoxSelectAll.TabIndex = 32;
     this.checkBoxSelectAll.Text     = "Select all";
     this.checkBoxSelectAll.UseVisualStyleBackColor = true;
     this.checkBoxSelectAll.CheckedChanged         += new System.EventHandler(this.checkBoxSelectAll_CheckedChanged);
     //
     // checkedListBox_ToSnipe
     //
     this.checkedListBox_ToSnipe.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.checkedListBox_ToSnipe.CheckOnClick      = true;
     this.checkedListBox_ToSnipe.FormattingEnabled = true;
     this.checkedListBox_ToSnipe.Location          = new System.Drawing.Point(9, 68);
     this.checkedListBox_ToSnipe.Name = "checkedListBox_ToSnipe";
     this.checkedListBox_ToSnipe.ScrollAlwaysVisible = true;
     this.checkedListBox_ToSnipe.Size       = new System.Drawing.Size(147, 259);
     this.checkedListBox_ToSnipe.TabIndex   = 0;
     this.checkedListBox_ToSnipe.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBox_ToSnipe_ItemCheck);
     //
     // buttonImport
     //
     this.buttonImport.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonImport.ForeColor = System.Drawing.SystemColors.ControlText;
     this.buttonImport.Location  = new System.Drawing.Point(537, 398);
     this.buttonImport.Name      = "buttonImport";
     this.buttonImport.Size      = new System.Drawing.Size(193, 23);
     this.buttonImport.TabIndex  = 102;
     this.buttonImport.Text      = "Import mypogosnipers list";
     this.buttonImport.UseVisualStyleBackColor = true;
     this.buttonImport.Click += new System.EventHandler(this.button1_Click);
     //
     // SniperPanel
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.Controls.Add(this.buttonImport);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.numSnipeMinutes);
     this.Controls.Add(this.gbLocations);
     this.Controls.Add(this.checkBoxSnipeTransfer);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.nudTriesSnipe);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.nudSecondsSnipe);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.AvoidRegionLock);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.SnipePokemonPokeCom);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "SniperPanel";
     this.Size   = new System.Drawing.Size(759, 517);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PokemonImage)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudSecondsSnipe)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudTriesSnipe)).EndInit();
     this.gbLocations.ResumeLayout(false);
     this.gbLocations.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numSnipeMinutes)).EndInit();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numMinProbSnipe)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numMinIVSnipe)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #54
0
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStripMenuItem         MainToolStripMyListView;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Search));
     this.bt_read               = new System.Windows.Forms.Button();
     this.listBox1              = new System.Windows.Forms.ListBox();
     this.contextMainMenuStrip  = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.MainToolStripOpen     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1    = new System.Windows.Forms.ToolStripSeparator();
     this.MainToolStripToMyList = new System.Windows.Forms.ToolStripMenuItem();
     this.MainToolStripSplit    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3    = new System.Windows.Forms.ToolStripSeparator();
     this.textBox2              = new System.Windows.Forms.TextBox();
     this.textBox3              = new System.Windows.Forms.TextBox();
     this.textBox4              = new System.Windows.Forms.TextBox();
     this.label1                          = new System.Windows.Forms.Label();
     this.label2                          = new System.Windows.Forms.Label();
     this.label3                          = new System.Windows.Forms.Label();
     this.bt_clear                        = new System.Windows.Forms.Button();
     this.bt_check                        = new System.Windows.Forms.Button();
     this.radioButton1                    = new System.Windows.Forms.RadioButton();
     this.radioButton2                    = new System.Windows.Forms.RadioButton();
     this.label4                          = new System.Windows.Forms.Label();
     this.richTextBox1                    = new System.Windows.Forms.RichTextBox();
     this.label5                          = new System.Windows.Forms.Label();
     this.label6                          = new System.Windows.Forms.Label();
     this.textBox1                        = new System.Windows.Forms.TextBox();
     this.comboBox1                       = new System.Windows.Forms.ComboBox();
     this.listBox_pList                   = new System.Windows.Forms.ListBox();
     this.contextParentMenuStrip          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ParentToolStripMenuOpen         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5              = new System.Windows.Forms.ToolStripSeparator();
     this.ParentToolStripMenuSearchWindow = new System.Windows.Forms.ToolStripMenuItem();
     this.ParentToolStripMenuToMyList     = new System.Windows.Forms.ToolStripMenuItem();
     this.ParentToolStripMenuSplit        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem6              = new System.Windows.Forms.ToolStripSeparator();
     this.ParentToolStripMenuListView     = new System.Windows.Forms.ToolStripMenuItem();
     this.contextChildMenuStrip           = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ChildToolStripMenuOpen          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2              = new System.Windows.Forms.ToolStripSeparator();
     this.ChildToolStripMenuSearchWindow  = new System.Windows.Forms.ToolStripMenuItem();
     this.ChildToolStripMenuToMyList      = new System.Windows.Forms.ToolStripMenuItem();
     this.ChildToolStripMenuSplit         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4              = new System.Windows.Forms.ToolStripSeparator();
     this.ChildToolStripMenuListView      = new System.Windows.Forms.ToolStripMenuItem();
     this.label7                          = new System.Windows.Forms.Label();
     this.listBox_cList                   = new System.Windows.Forms.ListBox();
     this.label8                          = new System.Windows.Forms.Label();
     this.menuStrip1                      = new System.Windows.Forms.MenuStrip();
     this.ファイルFToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem7              = new System.Windows.Forms.ToolStripSeparator();
     this.OpeenToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     MainToolStripMyListView              = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMainMenuStrip.SuspendLayout();
     this.contextParentMenuStrip.SuspendLayout();
     this.contextChildMenuStrip.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // MainToolStripMyListView
     //
     MainToolStripMyListView.Name   = "MainToolStripMyListView";
     MainToolStripMyListView.Size   = new System.Drawing.Size(147, 22);
     MainToolStripMyListView.Text   = "MyListの表示";
     MainToolStripMyListView.Click += new System.EventHandler(this.MainToolStripMyListView_Click);
     //
     // bt_read
     //
     this.bt_read.Location = new System.Drawing.Point(1, 29);
     this.bt_read.Name     = "bt_read";
     this.bt_read.Size     = new System.Drawing.Size(63, 28);
     this.bt_read.TabIndex = 0;
     this.bt_read.Text     = "読込み";
     this.bt_read.UseVisualStyleBackColor = true;
     this.bt_read.Click += new System.EventHandler(this.Bt_read_Click);
     //
     // listBox1
     //
     this.listBox1.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.listBox1.ContextMenuStrip  = this.contextMainMenuStrip;
     this.listBox1.FormattingEnabled = true;
     this.listBox1.ItemHeight        = 12;
     this.listBox1.Location          = new System.Drawing.Point(12, 100);
     this.listBox1.Name                  = "listBox1";
     this.listBox1.SelectionMode         = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listBox1.Size                  = new System.Drawing.Size(594, 136);
     this.listBox1.TabIndex              = 2;
     this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1_SelectedIndexChanged);
     this.listBox1.DoubleClick          += new System.EventHandler(this.ListBox1_DoubleClick);
     this.listBox1.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.ListBox1_KeyDown);
     this.listBox1.MouseMove            += new System.Windows.Forms.MouseEventHandler(this.ListBox1_MouseMove);
     //
     // contextMainMenuStrip
     //
     this.contextMainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.MainToolStripOpen,
         this.toolStripMenuItem1,
         this.MainToolStripToMyList,
         this.MainToolStripSplit,
         this.toolStripMenuItem3,
         MainToolStripMyListView
     });
     this.contextMainMenuStrip.Name = "contextMenuStrip1";
     this.contextMainMenuStrip.Size = new System.Drawing.Size(148, 104);
     //
     // MainToolStripOpen
     //
     this.MainToolStripOpen.Enabled = false;
     this.MainToolStripOpen.Name    = "MainToolStripOpen";
     this.MainToolStripOpen.Size    = new System.Drawing.Size(147, 22);
     this.MainToolStripOpen.Text    = "開く(&O)";
     this.MainToolStripOpen.Click  += new System.EventHandler(this.MainToolStripMenuOpen_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(144, 6);
     //
     // MainToolStripToMyList
     //
     this.MainToolStripToMyList.Enabled = false;
     this.MainToolStripToMyList.Name    = "MainToolStripToMyList";
     this.MainToolStripToMyList.Size    = new System.Drawing.Size(147, 22);
     this.MainToolStripToMyList.Text    = "MyListへ(&M)";
     this.MainToolStripToMyList.Click  += new System.EventHandler(this.MainToolStripToMyList_Click);
     //
     // MainToolStripSplit
     //
     this.MainToolStripSplit.Enabled = false;
     this.MainToolStripSplit.Name    = "MainToolStripSplit";
     this.MainToolStripSplit.Size    = new System.Drawing.Size(147, 22);
     this.MainToolStripSplit.Text    = "List切り離し(&C)";
     this.MainToolStripSplit.Click  += new System.EventHandler(this.MainToolStripSplit_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(144, 6);
     //
     // textBox2
     //
     this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox2.Location = new System.Drawing.Point(55, 247);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(551, 19);
     this.textBox2.TabIndex = 1;
     //
     // textBox3
     //
     this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox3.Location = new System.Drawing.Point(55, 276);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(551, 19);
     this.textBox3.TabIndex = 1;
     //
     // textBox4
     //
     this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox4.Location = new System.Drawing.Point(55, 306);
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new System.Drawing.Size(551, 19);
     this.textBox4.TabIndex = 1;
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 250);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(27, 12);
     this.label1.TabIndex = 3;
     this.label1.Text     = "path";
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(14, 283);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(26, 12);
     this.label2.TabIndex = 3;
     this.label2.Text     = "シート";
     //
     // label3
     //
     this.label3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(14, 313);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(36, 12);
     this.label3.TabIndex = 3;
     this.label3.Text     = "アドレス";
     //
     // bt_clear
     //
     this.bt_clear.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bt_clear.Location = new System.Drawing.Point(543, 29);
     this.bt_clear.Name     = "bt_clear";
     this.bt_clear.Size     = new System.Drawing.Size(48, 28);
     this.bt_clear.TabIndex = 0;
     this.bt_clear.Text     = "clear";
     this.bt_clear.UseVisualStyleBackColor = true;
     this.bt_clear.Click += new System.EventHandler(this.Bt_clear_Click);
     //
     // bt_check
     //
     this.bt_check.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bt_check.Enabled  = false;
     this.bt_check.Location = new System.Drawing.Point(489, 29);
     this.bt_check.Name     = "bt_check";
     this.bt_check.Size     = new System.Drawing.Size(48, 28);
     this.bt_check.TabIndex = 0;
     this.bt_check.Text     = "check";
     this.bt_check.UseVisualStyleBackColor = true;
     this.bt_check.Click += new System.EventHandler(this.Bt_check_Click);
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Location = new System.Drawing.Point(145, 53);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(33, 16);
     this.radioButton1.TabIndex = 4;
     this.radioButton1.Text     = "or";
     this.radioButton1.UseVisualStyleBackColor = true;
     this.radioButton1.CheckedChanged         += new System.EventHandler(this.RadioButton1_CheckedChanged);
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Checked  = true;
     this.radioButton2.Location = new System.Drawing.Point(71, 53);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(41, 16);
     this.radioButton2.TabIndex = 5;
     this.radioButton2.TabStop  = true;
     this.radioButton2.Text     = "and";
     this.radioButton2.UseVisualStyleBackColor = true;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(69, 37);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(0, 12);
     this.label4.TabIndex = 5;
     //
     // richTextBox1
     //
     this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.richTextBox1.Location     = new System.Drawing.Point(12, 75);
     this.richTextBox1.Multiline    = false;
     this.richTextBox1.Name         = "richTextBox1";
     this.richTextBox1.ScrollBars   = System.Windows.Forms.RichTextBoxScrollBars.None;
     this.richTextBox1.Size         = new System.Drawing.Size(455, 19);
     this.richTextBox1.TabIndex     = 1;
     this.richTextBox1.Text         = "";
     this.richTextBox1.Click       += new System.EventHandler(this.RichTextBox1_Click);
     this.richTextBox1.TextChanged += new System.EventHandler(this.RichTextBox1_TextChanged);
     //
     // label5
     //
     this.label5.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(473, 75);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(30, 12);
     this.label5.TabIndex = 6;
     this.label5.Text     = "layer";
     //
     // label6
     //
     this.label6.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(12, 339);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(43, 12);
     this.label6.TabIndex = 8;
     this.label6.Text     = "レイヤー";
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.Location = new System.Drawing.Point(55, 332);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(245, 19);
     this.textBox1.TabIndex = 9;
     //
     // comboBox1
     //
     this.comboBox1.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBox1.DisplayMember         = "selectLayer";
     this.comboBox1.Font                  = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.comboBox1.FormattingEnabled     = true;
     this.comboBox1.Location              = new System.Drawing.Point(530, 72);
     this.comboBox1.MaxLength             = 3;
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(52, 20);
     this.comboBox1.TabIndex              = 10;
     this.comboBox1.ValueMember           = "layer";
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.ComboBox1_SelectedIndexChanged);
     this.comboBox1.TextChanged          += new System.EventHandler(this.ComboBox1_TextChanged);
     //
     // listBox_pList
     //
     this.listBox_pList.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.listBox_pList.ContextMenuStrip  = this.contextParentMenuStrip;
     this.listBox_pList.FormattingEnabled = true;
     this.listBox_pList.ItemHeight        = 12;
     this.listBox_pList.Location          = new System.Drawing.Point(12, 379);
     this.listBox_pList.Name                  = "listBox_pList";
     this.listBox_pList.SelectionMode         = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listBox_pList.Size                  = new System.Drawing.Size(287, 148);
     this.listBox_pList.TabIndex              = 11;
     this.listBox_pList.SelectedIndexChanged += new System.EventHandler(this.ListBox_pList_SelectedIndexChanged);
     this.listBox_pList.DoubleClick          += new System.EventHandler(this.ListBox_pList_DoubleClick);
     this.listBox_pList.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.ListBox_pList_KeyDown);
     this.listBox_pList.MouseMove            += new System.Windows.Forms.MouseEventHandler(this.ListBox_pList_MouseMove);
     this.listBox_pList.Resize               += new System.EventHandler(this.listBox_pList_Resize);
     //
     // contextParentMenuStrip
     //
     this.contextParentMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ParentToolStripMenuOpen,
         this.toolStripMenuItem5,
         this.ParentToolStripMenuSearchWindow,
         this.ParentToolStripMenuToMyList,
         this.ParentToolStripMenuSplit,
         this.toolStripMenuItem6,
         this.ParentToolStripMenuListView
     });
     this.contextParentMenuStrip.Name = "contextParentMenuStrip";
     this.contextParentMenuStrip.Size = new System.Drawing.Size(153, 126);
     //
     // ParentToolStripMenuOpen
     //
     this.ParentToolStripMenuOpen.Name   = "ParentToolStripMenuOpen";
     this.ParentToolStripMenuOpen.Size   = new System.Drawing.Size(152, 22);
     this.ParentToolStripMenuOpen.Text   = "開く(&O)";
     this.ParentToolStripMenuOpen.Click += new System.EventHandler(this.ParentToolStripMenuOpen_Click);
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(149, 6);
     //
     // ParentToolStripMenuSearchWindow
     //
     this.ParentToolStripMenuSearchWindow.Enabled = false;
     this.ParentToolStripMenuSearchWindow.Name    = "ParentToolStripMenuSearchWindow";
     this.ParentToolStripMenuSearchWindow.Size    = new System.Drawing.Size(152, 22);
     this.ParentToolStripMenuSearchWindow.Text    = "検索Windowへ";
     this.ParentToolStripMenuSearchWindow.Click  += new System.EventHandler(this.ParentToolStripMenuSearchWindow_Click);
     //
     // ParentToolStripMenuToMyList
     //
     this.ParentToolStripMenuToMyList.Name   = "ParentToolStripMenuToMyList";
     this.ParentToolStripMenuToMyList.Size   = new System.Drawing.Size(152, 22);
     this.ParentToolStripMenuToMyList.Text   = "MyListへ(&M)";
     this.ParentToolStripMenuToMyList.Click += new System.EventHandler(this.ParentToolStripMenuToMyList_Click);
     //
     // ParentToolStripMenuSplit
     //
     this.ParentToolStripMenuSplit.Name   = "ParentToolStripMenuSplit";
     this.ParentToolStripMenuSplit.Size   = new System.Drawing.Size(152, 22);
     this.ParentToolStripMenuSplit.Text   = "List切り離し(&C)";
     this.ParentToolStripMenuSplit.Click += new System.EventHandler(this.ParentToolStripMenuSplit_Click);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(149, 6);
     //
     // ParentToolStripMenuListView
     //
     this.ParentToolStripMenuListView.Name   = "ParentToolStripMenuListView";
     this.ParentToolStripMenuListView.Size   = new System.Drawing.Size(152, 22);
     this.ParentToolStripMenuListView.Text   = "MyListの表示";
     this.ParentToolStripMenuListView.Click += new System.EventHandler(this.ParentToolStripMenuListView_Click);
     //
     // contextChildMenuStrip
     //
     this.contextChildMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ChildToolStripMenuOpen,
         this.toolStripMenuItem2,
         this.ChildToolStripMenuSearchWindow,
         this.ChildToolStripMenuToMyList,
         this.ChildToolStripMenuSplit,
         this.toolStripMenuItem4,
         this.ChildToolStripMenuListView
     });
     this.contextChildMenuStrip.Name = "contextMenuStrip2";
     this.contextChildMenuStrip.Size = new System.Drawing.Size(158, 126);
     //
     // ChildToolStripMenuOpen
     //
     this.ChildToolStripMenuOpen.Enabled = false;
     this.ChildToolStripMenuOpen.Name    = "ChildToolStripMenuOpen";
     this.ChildToolStripMenuOpen.Size    = new System.Drawing.Size(157, 22);
     this.ChildToolStripMenuOpen.Text    = "開く(&O)";
     this.ChildToolStripMenuOpen.Click  += new System.EventHandler(this.ChildStripMenuOpen_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(154, 6);
     //
     // ChildToolStripMenuSearchWindow
     //
     this.ChildToolStripMenuSearchWindow.Enabled = false;
     this.ChildToolStripMenuSearchWindow.Name    = "ChildToolStripMenuSearchWindow";
     this.ChildToolStripMenuSearchWindow.Size    = new System.Drawing.Size(157, 22);
     this.ChildToolStripMenuSearchWindow.Text    = "検索Windowsへ";
     this.ChildToolStripMenuSearchWindow.Click  += new System.EventHandler(this.ChildToolStripMenuSearchWindow_Click);
     //
     // ChildToolStripMenuToMyList
     //
     this.ChildToolStripMenuToMyList.Enabled = false;
     this.ChildToolStripMenuToMyList.Name    = "ChildToolStripMenuToMyList";
     this.ChildToolStripMenuToMyList.Size    = new System.Drawing.Size(157, 22);
     this.ChildToolStripMenuToMyList.Text    = "MyListへ(&M)";
     this.ChildToolStripMenuToMyList.Click  += new System.EventHandler(this.ChildToolStripMenuToMyList_Click);
     //
     // ChildToolStripMenuSplit
     //
     this.ChildToolStripMenuSplit.Enabled = false;
     this.ChildToolStripMenuSplit.Name    = "ChildToolStripMenuSplit";
     this.ChildToolStripMenuSplit.Size    = new System.Drawing.Size(157, 22);
     this.ChildToolStripMenuSplit.Text    = "List切り離し(&C)";
     this.ChildToolStripMenuSplit.Click  += new System.EventHandler(this.ChildToolStripMenuSplit_Click);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(154, 6);
     //
     // ChildToolStripMenuListView
     //
     this.ChildToolStripMenuListView.Name   = "ChildToolStripMenuListView";
     this.ChildToolStripMenuListView.Size   = new System.Drawing.Size(157, 22);
     this.ChildToolStripMenuListView.Text   = "MyListの表示";
     this.ChildToolStripMenuListView.Click += new System.EventHandler(this.ChildToolStripMenuListView_Click);
     //
     // label7
     //
     this.label7.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(12, 364);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(41, 12);
     this.label7.TabIndex = 12;
     this.label7.Text     = "親リスト";
     //
     // listBox_cList
     //
     this.listBox_cList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.listBox_cList.ContextMenuStrip  = this.contextChildMenuStrip;
     this.listBox_cList.FormattingEnabled = true;
     this.listBox_cList.ItemHeight        = 12;
     this.listBox_cList.Location          = new System.Drawing.Point(305, 379);
     this.listBox_cList.Name                  = "listBox_cList";
     this.listBox_cList.SelectionMode         = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listBox_cList.Size                  = new System.Drawing.Size(307, 148);
     this.listBox_cList.TabIndex              = 13;
     this.listBox_cList.SelectedIndexChanged += new System.EventHandler(this.ListBox_cList_SelectedIndexChanged);
     this.listBox_cList.DoubleClick          += new System.EventHandler(this.ListBox_cList_DoubleClick);
     this.listBox_cList.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.ListBox_cList_KeyDown);
     this.listBox_cList.MouseMove            += new System.Windows.Forms.MouseEventHandler(this.ListBox_cList_MouseMove);
     //
     // label8
     //
     this.label8.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(310, 362);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(41, 12);
     this.label8.TabIndex = 14;
     this.label8.Text     = "子リスト";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ファイルFToolStripMenuItem
     });
     this.menuStrip1.Location     = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name         = "menuStrip1";
     this.menuStrip1.Size         = new System.Drawing.Size(629, 24);
     this.menuStrip1.TabIndex     = 15;
     this.menuStrip1.Text         = "menuStrip1";
     this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked);
     //
     // ファイルFToolStripMenuItem
     //
     this.ファイルFToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem7,
         this.OpeenToolStripMenuItem
     });
     this.ファイルFToolStripMenuItem.Name = "ファイルFToolStripMenuItem";
     this.ファイルFToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
     this.ファイルFToolStripMenuItem.Text = "ファイル(&F)";
     //
     // toolStripMenuItem7
     //
     this.toolStripMenuItem7.Name = "toolStripMenuItem7";
     this.toolStripMenuItem7.Size = new System.Drawing.Size(107, 6);
     //
     // OpeenToolStripMenuItem
     //
     this.OpeenToolStripMenuItem.Name   = "OpeenToolStripMenuItem";
     this.OpeenToolStripMenuItem.Size   = new System.Drawing.Size(110, 22);
     this.OpeenToolStripMenuItem.Text   = "開く(&O)";
     this.OpeenToolStripMenuItem.Click += new System.EventHandler(this.OpenToolStripMenuItem_Click);
     //
     // Search
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoValidate        = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
     this.ClientSize          = new System.Drawing.Size(629, 534);
     this.ContextMenuStrip    = this.contextMainMenuStrip;
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.listBox_cList);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.listBox_pList);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.richTextBox1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.radioButton2);
     this.Controls.Add(this.radioButton1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.textBox4);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.bt_check);
     this.Controls.Add(this.bt_clear);
     this.Controls.Add(this.bt_read);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "Search";
     this.Text          = "NSS 部品検索";
     this.Resize       += new System.EventHandler(this.Search_Resize);
     this.contextMainMenuStrip.ResumeLayout(false);
     this.contextParentMenuStrip.ResumeLayout(false);
     this.contextChildMenuStrip.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #55
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiddenMain));
     this.msTrayIcon = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.accountsToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2           = new System.Windows.Forms.ToolStripSeparator();
     this.setSecretKeyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1           = new System.Windows.Forms.ToolStripSeparator();
     this.creditToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.trayIcon = new System.Windows.Forms.NotifyIcon(this.components);
     this.timer1   = new System.Windows.Forms.Timer(this.components);
     this.msTrayIcon.SuspendLayout();
     this.SuspendLayout();
     //
     // msTrayIcon
     //
     resources.ApplyResources(this.msTrayIcon, "msTrayIcon");
     this.msTrayIcon.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.msTrayIcon.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.accountsToolStripMenuItem,
         this.toolStripSeparator2,
         this.setSecretKeyToolStripMenuItem,
         this.toolStripSeparator1,
         this.creditToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.msTrayIcon.Name = "msTrayIcon";
     //
     // accountsToolStripMenuItem
     //
     resources.ApplyResources(this.accountsToolStripMenuItem, "accountsToolStripMenuItem");
     this.accountsToolStripMenuItem.Name = "accountsToolStripMenuItem";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
     //
     // setSecretKeyToolStripMenuItem
     //
     this.setSecretKeyToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
     this.setSecretKeyToolStripMenuItem.Name      = "setSecretKeyToolStripMenuItem";
     resources.ApplyResources(this.setSecretKeyToolStripMenuItem, "setSecretKeyToolStripMenuItem");
     this.setSecretKeyToolStripMenuItem.Click += new System.EventHandler(this.AddNewAcct);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
     //
     // creditToolStripMenuItem
     //
     this.creditToolStripMenuItem.Name = "creditToolStripMenuItem";
     resources.ApplyResources(this.creditToolStripMenuItem, "creditToolStripMenuItem");
     this.creditToolStripMenuItem.Click += new System.EventHandler(this.CreditToolStripMenuItemClick);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItemClick);
     //
     // trayIcon
     //
     this.trayIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
     resources.ApplyResources(this.trayIcon, "trayIcon");
     this.trayIcon.ContextMenuStrip = this.msTrayIcon;
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.Timer1Tick);
     //
     // HiddenMain
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "HiddenMain";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.WindowState   = System.Windows.Forms.FormWindowState.Minimized;
     this.msTrayIcon.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #56
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LineCounter));
			this.btnCount = new System.Windows.Forms.Button();
			this.tmrClock = new System.Windows.Forms.Timer(this.components);
			this.grpbxResults = new System.Windows.Forms.GroupBox();
			this.lblNumberFilesProcessed = new System.Windows.Forms.Label();
			this.txtbxNumberFilesProcessed = new System.Windows.Forms.TextBox();
			this.lblCodeLines = new System.Windows.Forms.Label();
			this.txtbxCodeLines = new System.Windows.Forms.TextBox();
			this.lblComments = new System.Windows.Forms.Label();
			this.txtbxComments = new System.Windows.Forms.TextBox();
			this.lblBlankLines = new System.Windows.Forms.Label();
			this.txtbxBlankLines = new System.Windows.Forms.TextBox();
			this.lblNumberFiles = new System.Windows.Forms.Label();
			this.txtbxNumberFiles = new System.Windows.Forms.TextBox();
			this.txtbxNumberLines = new System.Windows.Forms.TextBox();
			this.lblNumberLines = new System.Windows.Forms.Label();
			this.btnGetFiles = new System.Windows.Forms.Button();
			this.txtbxFileLocation = new System.Windows.Forms.TextBox();
			this.lblFileLocation = new System.Windows.Forms.Label();
			this.mnuMain = new System.Windows.Forms.MenuStrip();
			this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
			this.mnusepFile1 = new System.Windows.Forms.ToolStripSeparator();
			this.mnuExit = new System.Windows.Forms.ToolStripMenuItem();
			this.grpbxFiles = new System.Windows.Forms.GroupBox();
			this.radbtnSpecify = new System.Windows.Forms.RadioButton();
			this.radbtnFileExtension = new System.Windows.Forms.RadioButton();
			this.cmbbxCommentStyle = new System.Windows.Forms.ComboBox();
			this.lnkReport = new System.Windows.Forms.LinkLabel();
			this.lblCommentStyle = new System.Windows.Forms.Label();
			this.grpbxCommentingStyle = new System.Windows.Forms.GroupBox();
			this.rtxtbxCommentStyle = new System.Windows.Forms.RichTextBox();
			this.grpbxResults.SuspendLayout();
			this.mnuMain.SuspendLayout();
			this.grpbxFiles.SuspendLayout();
			this.grpbxCommentingStyle.SuspendLayout();
			this.SuspendLayout();
			// 
			// btnCount
			// 
			this.btnCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnCount.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.btnCount.Location = new System.Drawing.Point(457, 450);
			this.btnCount.Name = "btnCount";
			this.btnCount.Size = new System.Drawing.Size(75, 23);
			this.btnCount.TabIndex = 6;
			this.btnCount.Text = "&Count";
			this.btnCount.Click += new System.EventHandler(this.btnCount_Click);
			// 
			// grpbxResults
			// 
			this.grpbxResults.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.grpbxResults.Controls.Add(this.lblNumberFilesProcessed);
			this.grpbxResults.Controls.Add(this.txtbxNumberFilesProcessed);
			this.grpbxResults.Controls.Add(this.lblCodeLines);
			this.grpbxResults.Controls.Add(this.txtbxCodeLines);
			this.grpbxResults.Controls.Add(this.lblComments);
			this.grpbxResults.Controls.Add(this.txtbxComments);
			this.grpbxResults.Controls.Add(this.lblBlankLines);
			this.grpbxResults.Controls.Add(this.txtbxBlankLines);
			this.grpbxResults.Controls.Add(this.lblNumberFiles);
			this.grpbxResults.Controls.Add(this.txtbxNumberFiles);
			this.grpbxResults.Controls.Add(this.txtbxNumberLines);
			this.grpbxResults.Controls.Add(this.lblNumberLines);
			this.grpbxResults.Location = new System.Drawing.Point(8, 274);
			this.grpbxResults.Name = "grpbxResults";
			this.grpbxResults.Size = new System.Drawing.Size(524, 168);
			this.grpbxResults.TabIndex = 5;
			this.grpbxResults.TabStop = false;
			this.grpbxResults.Text = "Results";
			// 
			// lblNumberFilesProcessed
			// 
			this.lblNumberFilesProcessed.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.lblNumberFilesProcessed.Location = new System.Drawing.Point(10, 45);
			this.lblNumberFilesProcessed.Name = "lblNumberFilesProcessed";
			this.lblNumberFilesProcessed.Size = new System.Drawing.Size(140, 23);
			this.lblNumberFilesProcessed.TabIndex = 10;
			this.lblNumberFilesProcessed.Text = "Number of Files Processed:";
			this.lblNumberFilesProcessed.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// txtbxNumberFilesProcessed
			// 
			this.txtbxNumberFilesProcessed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.txtbxNumberFilesProcessed.Location = new System.Drawing.Point(404, 42);
			this.txtbxNumberFilesProcessed.Name = "txtbxNumberFilesProcessed";
			this.txtbxNumberFilesProcessed.ReadOnly = true;
			this.txtbxNumberFilesProcessed.Size = new System.Drawing.Size(110, 20);
			this.txtbxNumberFilesProcessed.TabIndex = 11;
			this.txtbxNumberFilesProcessed.TabStop = false;
			this.txtbxNumberFilesProcessed.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// lblCodeLines
			// 
			this.lblCodeLines.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.lblCodeLines.Location = new System.Drawing.Point(10, 69);
			this.lblCodeLines.Name = "lblCodeLines";
			this.lblCodeLines.Size = new System.Drawing.Size(140, 24);
			this.lblCodeLines.TabIndex = 2;
			this.lblCodeLines.Text = "Number of Lines of Code:";
			this.lblCodeLines.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// txtbxCodeLines
			// 
			this.txtbxCodeLines.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.txtbxCodeLines.Location = new System.Drawing.Point(404, 66);
			this.txtbxCodeLines.Name = "txtbxCodeLines";
			this.txtbxCodeLines.ReadOnly = true;
			this.txtbxCodeLines.Size = new System.Drawing.Size(110, 20);
			this.txtbxCodeLines.TabIndex = 3;
			this.txtbxCodeLines.TabStop = false;
			this.txtbxCodeLines.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// lblComments
			// 
			this.lblComments.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.lblComments.Location = new System.Drawing.Point(10, 117);
			this.lblComments.Name = "lblComments";
			this.lblComments.Size = new System.Drawing.Size(140, 23);
			this.lblComments.TabIndex = 6;
			this.lblComments.Text = "Number of Comment Lines:";
			this.lblComments.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// txtbxComments
			// 
			this.txtbxComments.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.txtbxComments.Location = new System.Drawing.Point(404, 114);
			this.txtbxComments.Name = "txtbxComments";
			this.txtbxComments.ReadOnly = true;
			this.txtbxComments.Size = new System.Drawing.Size(110, 20);
			this.txtbxComments.TabIndex = 7;
			this.txtbxComments.TabStop = false;
			this.txtbxComments.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// lblBlankLines
			// 
			this.lblBlankLines.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.lblBlankLines.Location = new System.Drawing.Point(10, 93);
			this.lblBlankLines.Name = "lblBlankLines";
			this.lblBlankLines.Size = new System.Drawing.Size(140, 23);
			this.lblBlankLines.TabIndex = 4;
			this.lblBlankLines.Text = "Number of Blank Lines:";
			this.lblBlankLines.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// txtbxBlankLines
			// 
			this.txtbxBlankLines.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.txtbxBlankLines.Location = new System.Drawing.Point(404, 90);
			this.txtbxBlankLines.Name = "txtbxBlankLines";
			this.txtbxBlankLines.ReadOnly = true;
			this.txtbxBlankLines.Size = new System.Drawing.Size(110, 20);
			this.txtbxBlankLines.TabIndex = 5;
			this.txtbxBlankLines.TabStop = false;
			this.txtbxBlankLines.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// lblNumberFiles
			// 
			this.lblNumberFiles.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.lblNumberFiles.Location = new System.Drawing.Point(10, 21);
			this.lblNumberFiles.Name = "lblNumberFiles";
			this.lblNumberFiles.Size = new System.Drawing.Size(133, 23);
			this.lblNumberFiles.TabIndex = 0;
			this.lblNumberFiles.Text = "Number of Files Selected:";
			this.lblNumberFiles.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// txtbxNumberFiles
			// 
			this.txtbxNumberFiles.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.txtbxNumberFiles.Location = new System.Drawing.Point(404, 18);
			this.txtbxNumberFiles.Name = "txtbxNumberFiles";
			this.txtbxNumberFiles.ReadOnly = true;
			this.txtbxNumberFiles.Size = new System.Drawing.Size(110, 20);
			this.txtbxNumberFiles.TabIndex = 1;
			this.txtbxNumberFiles.TabStop = false;
			this.txtbxNumberFiles.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// txtbxNumberLines
			// 
			this.txtbxNumberLines.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.txtbxNumberLines.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.txtbxNumberLines.Location = new System.Drawing.Point(404, 138);
			this.txtbxNumberLines.Name = "txtbxNumberLines";
			this.txtbxNumberLines.ReadOnly = true;
			this.txtbxNumberLines.Size = new System.Drawing.Size(110, 20);
			this.txtbxNumberLines.TabIndex = 9;
			this.txtbxNumberLines.TabStop = false;
			this.txtbxNumberLines.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// lblNumberLines
			// 
			this.lblNumberLines.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.lblNumberLines.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblNumberLines.Location = new System.Drawing.Point(10, 141);
			this.lblNumberLines.Name = "lblNumberLines";
			this.lblNumberLines.Size = new System.Drawing.Size(156, 20);
			this.lblNumberLines.TabIndex = 8;
			this.lblNumberLines.Text = "Total Number of Lines:";
			this.lblNumberLines.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// btnGetFiles
			// 
			this.btnGetFiles.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btnGetFiles.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.btnGetFiles.Location = new System.Drawing.Point(439, 85);
			this.btnGetFiles.Name = "btnGetFiles";
			this.btnGetFiles.Size = new System.Drawing.Size(75, 23);
			this.btnGetFiles.TabIndex = 4;
			this.btnGetFiles.Text = "&Get Files";
			this.btnGetFiles.Click += new System.EventHandler(this.btnGetFiles_Click);
			// 
			// txtbxFileLocation
			// 
			this.txtbxFileLocation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.txtbxFileLocation.Location = new System.Drawing.Point(10, 87);
			this.txtbxFileLocation.Name = "txtbxFileLocation";
			this.txtbxFileLocation.ReadOnly = true;
			this.txtbxFileLocation.Size = new System.Drawing.Size(423, 20);
			this.txtbxFileLocation.TabIndex = 3;
			this.txtbxFileLocation.TabStop = false;
			// 
			// lblFileLocation
			// 
			this.lblFileLocation.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.lblFileLocation.Location = new System.Drawing.Point(11, 71);
			this.lblFileLocation.Name = "lblFileLocation";
			this.lblFileLocation.Size = new System.Drawing.Size(100, 23);
			this.lblFileLocation.TabIndex = 2;
			this.lblFileLocation.Text = "Location of Files:";
			this.lblFileLocation.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// mnuMain
			// 
			this.mnuMain.BackColor = System.Drawing.SystemColors.Control;
			this.mnuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuFile});
			this.mnuMain.Location = new System.Drawing.Point(0, 0);
			this.mnuMain.Name = "mnuMain";
			this.mnuMain.Size = new System.Drawing.Size(540, 24);
			this.mnuMain.TabIndex = 0;
			this.mnuMain.Text = "Menu Bar";
			// 
			// mnuFile
			// 
			this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuHelp,
            this.mnusepFile1,
            this.mnuExit});
			this.mnuFile.Name = "mnuFile";
			this.mnuFile.Size = new System.Drawing.Size(35, 20);
			this.mnuFile.Text = "&File";
			// 
			// mnuHelp
			// 
			this.mnuHelp.Name = "mnuHelp";
			this.mnuHelp.Size = new System.Drawing.Size(106, 22);
			this.mnuHelp.Text = "&Help";
			this.mnuHelp.Click += new System.EventHandler(this.mnuHelp_Click);
			// 
			// mnusepFile1
			// 
			this.mnusepFile1.Name = "mnusepFile1";
			this.mnusepFile1.Size = new System.Drawing.Size(103, 6);
			// 
			// mnuExit
			// 
			this.mnuExit.Name = "mnuExit";
			this.mnuExit.Size = new System.Drawing.Size(106, 22);
			this.mnuExit.Text = "E&xit";
			this.mnuExit.Click += new System.EventHandler(this.mnuExit_Click);
			// 
			// grpbxFiles
			// 
			this.grpbxFiles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.grpbxFiles.Controls.Add(this.radbtnSpecify);
			this.grpbxFiles.Controls.Add(this.radbtnFileExtension);
			this.grpbxFiles.Controls.Add(this.txtbxFileLocation);
			this.grpbxFiles.Controls.Add(this.btnGetFiles);
			this.grpbxFiles.Controls.Add(this.lblFileLocation);
			this.grpbxFiles.Location = new System.Drawing.Point(8, 147);
			this.grpbxFiles.Name = "grpbxFiles";
			this.grpbxFiles.Size = new System.Drawing.Size(524, 117);
			this.grpbxFiles.TabIndex = 11;
			this.grpbxFiles.TabStop = false;
			this.grpbxFiles.Text = "Files";
			// 
			// radbtnSpecify
			// 
			this.radbtnSpecify.AutoSize = true;
			this.radbtnSpecify.Location = new System.Drawing.Point(10, 44);
			this.radbtnSpecify.Name = "radbtnSpecify";
			this.radbtnSpecify.Size = new System.Drawing.Size(148, 17);
			this.radbtnSpecify.TabIndex = 5;
			this.radbtnSpecify.TabStop = true;
			this.radbtnSpecify.Text = "Specify the Files to Count.";
			this.radbtnSpecify.UseVisualStyleBackColor = true;
			this.radbtnSpecify.CheckedChanged += new System.EventHandler(this.radbtnSpecify_CheckedChanged);
			// 
			// radbtnFileExtension
			// 
			this.radbtnFileExtension.AutoSize = true;
			this.radbtnFileExtension.Location = new System.Drawing.Point(10, 21);
			this.radbtnFileExtension.Name = "radbtnFileExtension";
			this.radbtnFileExtension.Size = new System.Drawing.Size(210, 17);
			this.radbtnFileExtension.TabIndex = 4;
			this.radbtnFileExtension.TabStop = true;
			this.radbtnFileExtension.Text = "Specify a Directory to Count Files From.";
			this.radbtnFileExtension.UseVisualStyleBackColor = true;
			this.radbtnFileExtension.CheckedChanged += new System.EventHandler(this.radbtnFileExtension_CheckedChanged);
			// 
			// cmbbxCommentStyle
			// 
			this.cmbbxCommentStyle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.cmbbxCommentStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cmbbxCommentStyle.Location = new System.Drawing.Point(107, 19);
			this.cmbbxCommentStyle.Name = "cmbbxCommentStyle";
			this.cmbbxCommentStyle.Size = new System.Drawing.Size(407, 21);
			this.cmbbxCommentStyle.TabIndex = 3;
			this.cmbbxCommentStyle.SelectedIndexChanged += new System.EventHandler(this.cmbbxCommentStyle_SelectedIndexChanged);
			// 
			// lnkReport
			// 
			this.lnkReport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.lnkReport.AutoSize = true;
			this.lnkReport.Location = new System.Drawing.Point(5, 455);
			this.lnkReport.Name = "lnkReport";
			this.lnkReport.Size = new System.Drawing.Size(65, 13);
			this.lnkReport.TabIndex = 12;
			this.lnkReport.TabStop = true;
			this.lnkReport.Text = "View Report";
			this.lnkReport.Visible = false;
			this.lnkReport.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkReport_LinkClicked);
			// 
			// lblCommentStyle
			// 
			this.lblCommentStyle.AutoSize = true;
			this.lblCommentStyle.Location = new System.Drawing.Point(7, 22);
			this.lblCommentStyle.Name = "lblCommentStyle";
			this.lblCommentStyle.Size = new System.Drawing.Size(94, 13);
			this.lblCommentStyle.TabIndex = 13;
			this.lblCommentStyle.Text = "Commenting Style:";
			// 
			// grpbxCommentingStyle
			// 
			this.grpbxCommentingStyle.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.grpbxCommentingStyle.Controls.Add(this.rtxtbxCommentStyle);
			this.grpbxCommentingStyle.Controls.Add(this.cmbbxCommentStyle);
			this.grpbxCommentingStyle.Controls.Add(this.lblCommentStyle);
			this.grpbxCommentingStyle.Location = new System.Drawing.Point(8, 27);
			this.grpbxCommentingStyle.Name = "grpbxCommentingStyle";
			this.grpbxCommentingStyle.Size = new System.Drawing.Size(523, 110);
			this.grpbxCommentingStyle.TabIndex = 14;
			this.grpbxCommentingStyle.TabStop = false;
			this.grpbxCommentingStyle.Text = "Commenting Style";
			// 
			// rtxtbxCommentStyle
			// 
			this.rtxtbxCommentStyle.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.rtxtbxCommentStyle.BackColor = System.Drawing.SystemColors.Control;
			this.rtxtbxCommentStyle.Location = new System.Drawing.Point(10, 48);
			this.rtxtbxCommentStyle.Name = "rtxtbxCommentStyle";
			this.rtxtbxCommentStyle.ReadOnly = true;
			this.rtxtbxCommentStyle.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
			this.rtxtbxCommentStyle.Size = new System.Drawing.Size(504, 53);
			this.rtxtbxCommentStyle.TabIndex = 14;
			this.rtxtbxCommentStyle.Text = "";
			// 
			// LineCounter
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(540, 502);
			this.Controls.Add(this.grpbxCommentingStyle);
			this.Controls.Add(this.lnkReport);
			this.Controls.Add(this.grpbxFiles);
			this.Controls.Add(this.grpbxResults);
			this.Controls.Add(this.btnCount);
			this.Controls.Add(this.mnuMain);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MainMenuStrip = this.mnuMain;
			this.MinimumSize = new System.Drawing.Size(330, 530);
			this.Name = "LineCounter";
			this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
			this.Text = "Line Counter";
			this.grpbxResults.ResumeLayout(false);
			this.grpbxResults.PerformLayout();
			this.mnuMain.ResumeLayout(false);
			this.mnuMain.PerformLayout();
			this.grpbxFiles.ResumeLayout(false);
			this.grpbxFiles.PerformLayout();
			this.grpbxCommentingStyle.ResumeLayout(false);
			this.grpbxCommentingStyle.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStripMenuItem  mnuAddRenderingC;
     System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
     this.mnuSetAsDefault        = new System.Windows.Forms.ToolStripMenuItem();
     this.m_lblKeyTermColHead    = new System.Windows.Forms.Label();
     this.headerContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnuAddRenderingH       = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLookUpTermH         = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRefreshRenderingsH  = new System.Windows.Forms.ToolStripMenuItem();
     this.m_lbRenderings         = new System.Windows.Forms.ListBox();
     this.contextMenuStrip       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnuDeleteRendering     = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLookUpTermC         = new System.Windows.Forms.ToolStripMenuItem();
     mnuAddRenderingC            = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator1         = new System.Windows.Forms.ToolStripSeparator();
     this.headerContextMenuStrip.SuspendLayout();
     this.contextMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // mnuAddRenderingC
     //
     mnuAddRenderingC.Image  = global::SIL.Transcelerator.Properties.Resources._1321382935_plus;
     mnuAddRenderingC.Name   = "mnuAddRenderingC";
     mnuAddRenderingC.Size   = new System.Drawing.Size(198, 22);
     mnuAddRenderingC.Text   = "&Add rendering...";
     mnuAddRenderingC.Click += new System.EventHandler(this.mnuAddRendering_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(195, 6);
     //
     // mnuSetAsDefault
     //
     this.mnuSetAsDefault.Image  = global::SIL.Transcelerator.Properties.Resources.check_circle;
     this.mnuSetAsDefault.Name   = "mnuSetAsDefault";
     this.mnuSetAsDefault.Size   = new System.Drawing.Size(198, 22);
     this.mnuSetAsDefault.Text   = "&Set as default rendering";
     this.mnuSetAsDefault.Click += new System.EventHandler(this.mnuSetAsDefault_Click);
     //
     // m_lblKeyTermColHead
     //
     this.m_lblKeyTermColHead.AutoEllipsis     = true;
     this.m_lblKeyTermColHead.ContextMenuStrip = this.headerContextMenuStrip;
     this.m_lblKeyTermColHead.Dock             = System.Windows.Forms.DockStyle.Top;
     this.m_lblKeyTermColHead.Font             = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold);
     this.m_lblKeyTermColHead.ImeMode          = System.Windows.Forms.ImeMode.NoControl;
     this.m_lblKeyTermColHead.Location         = new System.Drawing.Point(0, 0);
     this.m_lblKeyTermColHead.Name             = "m_lblKeyTermColHead";
     this.m_lblKeyTermColHead.Size             = new System.Drawing.Size(100, 20);
     this.m_lblKeyTermColHead.TabIndex         = 1;
     this.m_lblKeyTermColHead.Text             = "#";
     this.m_lblKeyTermColHead.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // headerContextMenuStrip
     //
     this.headerContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuAddRenderingH,
         this.mnuLookUpTermH,
         this.mnuRefreshRenderingsH
     });
     this.headerContextMenuStrip.Name = "contextMenuStrip1";
     this.headerContextMenuStrip.Size = new System.Drawing.Size(222, 70);
     //
     // mnuAddRenderingH
     //
     this.mnuAddRenderingH.Image  = global::SIL.Transcelerator.Properties.Resources._1321382935_plus;
     this.mnuAddRenderingH.Name   = "mnuAddRenderingH";
     this.mnuAddRenderingH.Size   = new System.Drawing.Size(221, 22);
     this.mnuAddRenderingH.Text   = "&Add rendering...";
     this.mnuAddRenderingH.Click += new System.EventHandler(this.mnuAddRendering_Click);
     //
     // mnuLookUpTermH
     //
     this.mnuLookUpTermH.Image  = global::SIL.Transcelerator.Properties.Resources._1330980033_search_button;
     this.mnuLookUpTermH.Name   = "mnuLookUpTermH";
     this.mnuLookUpTermH.Size   = new System.Drawing.Size(221, 22);
     this.mnuLookUpTermH.Text   = "Find &Term in {0}";
     this.mnuLookUpTermH.Click += new System.EventHandler(this.LookUpTermInHostApplicaton);
     //
     // mnuRefreshRenderingsH
     //
     this.mnuRefreshRenderingsH.Image  = global::SIL.Transcelerator.Properties.Resources.Refresh;
     this.mnuRefreshRenderingsH.Name   = "mnuRefreshRenderingsH";
     this.mnuRefreshRenderingsH.Size   = new System.Drawing.Size(221, 22);
     this.mnuRefreshRenderingsH.Text   = "Refresh Renderings from {0}";
     this.mnuRefreshRenderingsH.Click += new System.EventHandler(this.mnuRefreshRenderingsH_Click);
     //
     // m_lbRenderings
     //
     this.m_lbRenderings.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.m_lbRenderings.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.m_lbRenderings.FormattingEnabled     = true;
     this.m_lbRenderings.IntegralHeight        = false;
     this.m_lbRenderings.Location              = new System.Drawing.Point(0, 20);
     this.m_lbRenderings.Name                  = "m_lbRenderings";
     this.m_lbRenderings.Size                  = new System.Drawing.Size(100, 20);
     this.m_lbRenderings.Sorted                = true;
     this.m_lbRenderings.TabIndex              = 2;
     this.m_lbRenderings.MouseUp              += new System.Windows.Forms.MouseEventHandler(this.m_lbRenderings_MouseUp);
     this.m_lbRenderings.DrawItem             += new System.Windows.Forms.DrawItemEventHandler(this.m_lbRenderings_DrawItem);
     this.m_lbRenderings.Resize               += new System.EventHandler(this.m_lbRenderings_Resize);
     this.m_lbRenderings.SelectedIndexChanged += new System.EventHandler(this.m_lbRenderings_SelectedIndexChanged);
     this.m_lbRenderings.MouseDown            += new System.Windows.Forms.MouseEventHandler(this.m_lbRenderings_MouseDown);
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuSetAsDefault,
         mnuAddRenderingC,
         this.mnuDeleteRendering,
         toolStripSeparator1,
         this.mnuLookUpTermC
     });
     this.contextMenuStrip.Name     = "contextMenuStrip1";
     this.contextMenuStrip.Size     = new System.Drawing.Size(199, 98);
     this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
     //
     // mnuDeleteRendering
     //
     this.mnuDeleteRendering.Image  = global::SIL.Transcelerator.Properties.Resources._20130910100219692_easyicon_net_16;
     this.mnuDeleteRendering.Name   = "mnuDeleteRendering";
     this.mnuDeleteRendering.Size   = new System.Drawing.Size(198, 22);
     this.mnuDeleteRendering.Text   = "&Delete this rendering";
     this.mnuDeleteRendering.Click += new System.EventHandler(this.mnuDeleteRendering_Click);
     //
     // mnuLookUpTermC
     //
     this.mnuLookUpTermC.Image  = global::SIL.Transcelerator.Properties.Resources._1330980033_search_button;
     this.mnuLookUpTermC.Name   = "mnuLookUpTermC";
     this.mnuLookUpTermC.Size   = new System.Drawing.Size(198, 22);
     this.mnuLookUpTermC.Text   = "Find &Term in {0}";
     this.mnuLookUpTermC.Click += new System.EventHandler(this.LookUpTermInHostApplicaton);
     //
     // TermRenderingCtrl
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Controls.Add(this.m_lbRenderings);
     this.Controls.Add(this.m_lblKeyTermColHead);
     this.Margin      = new System.Windows.Forms.Padding(0);
     this.MinimumSize = new System.Drawing.Size(100, 40);
     this.Name        = "TermRenderingCtrl";
     this.Size        = new System.Drawing.Size(100, 40);
     this.DragDrop   += new System.Windows.Forms.DragEventHandler(this.TermRenderingCtrl_DragDrop);
     this.DragEnter  += new System.Windows.Forms.DragEventHandler(this.TermRenderingCtrl_DragEnter);
     this.headerContextMenuStrip.ResumeLayout(false);
     this.contextMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #58
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.menuStrip                     = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.pageSetupToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.printToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2           = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.contentsToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5           = new System.Windows.Forms.ToolStripSeparator();
     this.aboutToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.printDocument                 = new System.Drawing.Printing.PrintDocument();
     this.toolStripContainer            = new System.Windows.Forms.ToolStripContainer();
     this.yearChartPanel                = new YearChart.YearChartPanel();
     this.helpProvider                  = new System.Windows.Forms.HelpProvider();
     this.pageSetupDialog               = new System.Windows.Forms.PageSetupDialog();
     this.printPreviewDialog            = new System.Windows.Forms.PrintPreviewDialog();
     this.printDialog                   = new System.Windows.Forms.PrintDialog();
     this.exportToHTMLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1           = new System.Windows.Forms.ToolStripSeparator();
     this.menuStrip.SuspendLayout();
     this.toolStripContainer.ContentPanel.SuspendLayout();
     this.toolStripContainer.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip
     //
     this.menuStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.toolsToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip.Location = new System.Drawing.Point(0, 0);
     this.menuStrip.Name     = "menuStrip";
     this.menuStrip.Size     = new System.Drawing.Size(624, 24);
     this.menuStrip.TabIndex = 0;
     this.menuStrip.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.pageSetupToolStripMenuItem,
         this.printPreviewToolStripMenuItem,
         this.printToolStripMenuItem,
         this.toolStripSeparator1,
         this.exportToHTMLToolStripMenuItem,
         this.toolStripSeparator2,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // pageSetupToolStripMenuItem
     //
     this.pageSetupToolStripMenuItem.Name        = "pageSetupToolStripMenuItem";
     this.pageSetupToolStripMenuItem.Size        = new System.Drawing.Size(157, 22);
     this.pageSetupToolStripMenuItem.Text        = "Page Set&up...";
     this.pageSetupToolStripMenuItem.ToolTipText = "Change the layout of the printed page - margins and orientation.";
     this.pageSetupToolStripMenuItem.Click      += new System.EventHandler(this.PageSetupToolStripMenuItemClick);
     //
     // printPreviewToolStripMenuItem
     //
     this.printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
     this.printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printPreviewToolStripMenuItem.Name        = "printPreviewToolStripMenuItem";
     this.printPreviewToolStripMenuItem.Size        = new System.Drawing.Size(157, 22);
     this.printPreviewToolStripMenuItem.Text        = "Print Pre&view";
     this.printPreviewToolStripMenuItem.ToolTipText = "Shows how the chart will look when printed.";
     this.printPreviewToolStripMenuItem.Click      += new System.EventHandler(this.PrintPreviewToolStripMenuItemClick);
     //
     // printToolStripMenuItem
     //
     this.printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
     this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printToolStripMenuItem.Name         = "printToolStripMenuItem";
     this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.printToolStripMenuItem.Size         = new System.Drawing.Size(157, 22);
     this.printToolStripMenuItem.Text         = "&Print...";
     this.printToolStripMenuItem.ToolTipText  = "Print the YearChart to your selected printer.";
     this.printToolStripMenuItem.Click       += new System.EventHandler(this.PrintToolStripMenuItemClick);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(154, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name        = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size        = new System.Drawing.Size(157, 22);
     this.exitToolStripMenuItem.Text        = "E&xit";
     this.exitToolStripMenuItem.ToolTipText = "Closes the appliction.";
     this.exitToolStripMenuItem.Click      += new System.EventHandler(this.ExitToolStripMenuItemClick);
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.optionsToolStripMenuItem
     });
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.toolsToolStripMenuItem.Text = "&Tools";
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.Name        = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size        = new System.Drawing.Size(125, 22);
     this.optionsToolStripMenuItem.Text        = "&Options...";
     this.optionsToolStripMenuItem.ToolTipText = "Change the settings for the chart including year and title.";
     this.optionsToolStripMenuItem.Click      += new System.EventHandler(this.OptionsToolStripMenuItemClick);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.contentsToolStripMenuItem,
         this.toolStripSeparator5,
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // contentsToolStripMenuItem
     //
     this.contentsToolStripMenuItem.Name        = "contentsToolStripMenuItem";
     this.contentsToolStripMenuItem.Size        = new System.Drawing.Size(122, 22);
     this.contentsToolStripMenuItem.Text        = "&Contents";
     this.contentsToolStripMenuItem.ToolTipText = "Open the Help window on the Contents page.";
     this.contentsToolStripMenuItem.Click      += new System.EventHandler(this.ContentsToolStripMenuItemClick);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(119, 6);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size   = new System.Drawing.Size(122, 22);
     this.aboutToolStripMenuItem.Text   = "&About...";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItemClick);
     //
     // printDocument
     //
     this.printDocument.DocumentName = "YearChart document";
     this.printDocument.PrintPage   += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument_PrintPage);
     //
     // toolStripContainer
     //
     //
     // toolStripContainer.ContentPanel
     //
     this.toolStripContainer.ContentPanel.Controls.Add(this.yearChartPanel);
     this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(624, 386);
     this.toolStripContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer.Name     = "toolStripContainer";
     this.toolStripContainer.Size     = new System.Drawing.Size(624, 410);
     this.toolStripContainer.TabIndex = 1;
     this.toolStripContainer.Text     = "toolStripContainer1";
     //
     // toolStripContainer.TopToolStripPanel
     //
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.menuStrip);
     //
     // yearChartPanel
     //
     this.yearChartPanel.Abbreviate = false;
     //this.yearChartPanel.BackColor = System.Drawing.Color.White;
     //this.yearChartPanel.BlankColor = System.Drawing.Color.LightGray;
     this.yearChartPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     //this.yearChartPanel.EndDate = new System.DateTime( 2011, 12, 31, 0, 0, 0, 0 );
     this.yearChartPanel.ExtraColumns = new YearChart.Model.YearChartCell[0];
     this.yearChartPanel.ExtraRows    = new YearChart.Model.YearChartCell[0];
     //this.yearChartPanel.HeadingColor = System.Drawing.Color.Yellow;
     this.yearChartPanel.Location = new System.Drawing.Point(0, 0);
     this.yearChartPanel.Name     = "yearChartPanel";
     this.helpProvider.SetShowHelp(this.yearChartPanel, true);
     this.yearChartPanel.Size = new System.Drawing.Size(624, 386);
     //this.yearChartPanel.StartDate = new System.DateTime( 2011, 1, 1, 0, 0, 0, 0 );
     this.yearChartPanel.TabIndex = 0;
     this.yearChartPanel.Title    = "YearChart";
     //this.yearChartPanel.WeekendColor = System.Drawing.Color.Orange;
     //this.yearChartPanel.WeekStartDay = System.DayOfWeek.Monday;
     //this.yearChartPanel.Year = 2011;
     this.yearChartPanel.DoubleClick += new System.EventHandler(this.YearChartPanelDoubleClick);
     //
     // helpProvider
     //
     this.helpProvider.HelpNamespace = "YearChart.chm";
     //
     // pageSetupDialog
     //
     this.pageSetupDialog.Document     = this.printDocument;
     this.pageSetupDialog.EnableMetric = true;
     //
     // printPreviewDialog
     //
     this.printPreviewDialog.AutoScrollMargin  = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.ClientSize        = new System.Drawing.Size(400, 300);
     this.printPreviewDialog.Document          = this.printDocument;
     this.printPreviewDialog.Enabled           = true;
     this.printPreviewDialog.Icon     = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog.Icon")));
     this.printPreviewDialog.Name     = "printPreviewDialog";
     this.printPreviewDialog.ShowIcon = false;
     this.printPreviewDialog.Visible  = false;
     //
     // printDialog
     //
     this.printDialog.Document    = this.printDocument;
     this.printDialog.UseEXDialog = true;
     //
     // exportToHTMLToolStripMenuItem
     //
     this.exportToHTMLToolStripMenuItem.Name   = "exportToHTMLToolStripMenuItem";
     this.exportToHTMLToolStripMenuItem.Size   = new System.Drawing.Size(157, 22);
     this.exportToHTMLToolStripMenuItem.Text   = "Export to HTML";
     this.exportToHTMLToolStripMenuItem.Click += new System.EventHandler(this.exportToHTMLToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(154, 6);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(624, 410);
     this.Controls.Add(this.toolStripContainer);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip;
     this.Name          = "MainForm";
     this.Text          = "Kajabity YearChart";
     this.menuStrip.ResumeLayout(false);
     this.menuStrip.PerformLayout();
     this.toolStripContainer.ContentPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.PerformLayout();
     this.toolStripContainer.ResumeLayout(false);
     this.toolStripContainer.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Xray));
     this.label44 = new System.Windows.Forms.Label();
     this.label40 = new System.Windows.Forms.Label();
     this.label39 = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.label37 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.Head = new System.Windows.Forms.PictureBox();
     this.Back = new System.Windows.Forms.PictureBox();
     this.Feet = new System.Windows.Forms.PictureBox();
     this.Elbow = new System.Windows.Forms.PictureBox();
     this.Hand = new System.Windows.Forms.PictureBox();
     this.Leg = new System.Windows.Forms.PictureBox();
     this.Chest = new System.Windows.Forms.PictureBox();
     this.Knee = new System.Windows.Forms.PictureBox();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.goBackToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.goBackToFullBodyPageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.Shoulders = new System.Windows.Forms.PictureBox();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.Head)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Back)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Feet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Elbow)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Hand)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Leg)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Chest)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Knee)).BeginInit();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Shoulders)).BeginInit();
     this.SuspendLayout();
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label44.Location = new System.Drawing.Point(614, 59);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(130, 23);
     this.label44.TabIndex = 217;
     this.label44.Text = "5. X Ray Knee";
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label40.Location = new System.Drawing.Point(237, 404);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(162, 23);
     this.label40.TabIndex = 216;
     this.label40.Text = "6. X Ray Shoulder";
     this.label40.Click += new System.EventHandler(this.label40_Click);
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label39.Location = new System.Drawing.Point(642, 404);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(142, 23);
     this.label39.TabIndex = 215;
     this.label39.Text = "4. X Ray Elbow";
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label38.Location = new System.Drawing.Point(454, 404);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(129, 23);
     this.label38.TabIndex = 214;
     this.label38.Text = "10. X Ray feet";
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label37.Location = new System.Drawing.Point(897, 59);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(112, 23);
     this.label37.TabIndex = 213;
     this.label37.Text = "7. X Ray leg";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label25.Location = new System.Drawing.Point(12, 59);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(125, 23);
     this.label25.TabIndex = 211;
     this.label25.Text = "1. X Ray head";
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.Location = new System.Drawing.Point(870, 404);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(126, 23);
     this.label21.TabIndex = 210;
     this.label21.Text = "9. X Ray hand";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.Location = new System.Drawing.Point(21, 404);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(125, 23);
     this.label18.TabIndex = 209;
     this.label18.Text = "3. X Ray back";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.Location = new System.Drawing.Point(351, 59);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(129, 23);
     this.label20.TabIndex = 208;
     this.label20.Text = "2. X Ray chest";
     //
     // Head
     //
     this.Head.Image = ((System.Drawing.Image)(resources.GetObject("Head.Image")));
     this.Head.Location = new System.Drawing.Point(0, 99);
     this.Head.Name = "Head";
     this.Head.Size = new System.Drawing.Size(279, 234);
     this.Head.TabIndex = 218;
     this.Head.TabStop = false;
     //
     // Back
     //
     this.Back.Image = ((System.Drawing.Image)(resources.GetObject("Back.Image")));
     this.Back.Location = new System.Drawing.Point(0, 440);
     this.Back.Name = "Back";
     this.Back.Size = new System.Drawing.Size(181, 243);
     this.Back.TabIndex = 220;
     this.Back.TabStop = false;
     //
     // Feet
     //
     this.Feet.Image = ((System.Drawing.Image)(resources.GetObject("Feet.Image")));
     this.Feet.Location = new System.Drawing.Point(458, 440);
     this.Feet.Name = "Feet";
     this.Feet.Size = new System.Drawing.Size(109, 239);
     this.Feet.TabIndex = 221;
     this.Feet.TabStop = false;
     this.Feet.Click += new System.EventHandler(this.pictureBox4_Click);
     //
     // Elbow
     //
     this.Elbow.Image = ((System.Drawing.Image)(resources.GetObject("Elbow.Image")));
     this.Elbow.Location = new System.Drawing.Point(606, 440);
     this.Elbow.Name = "Elbow";
     this.Elbow.Size = new System.Drawing.Size(226, 251);
     this.Elbow.TabIndex = 222;
     this.Elbow.TabStop = false;
     //
     // Hand
     //
     this.Hand.Image = ((System.Drawing.Image)(resources.GetObject("Hand.Image")));
     this.Hand.Location = new System.Drawing.Point(843, 440);
     this.Hand.Name = "Hand";
     this.Hand.Size = new System.Drawing.Size(166, 265);
     this.Hand.TabIndex = 225;
     this.Hand.TabStop = false;
     //
     // Leg
     //
     this.Leg.Image = ((System.Drawing.Image)(resources.GetObject("Leg.Image")));
     this.Leg.Location = new System.Drawing.Point(909, 99);
     this.Leg.Name = "Leg";
     this.Leg.Size = new System.Drawing.Size(100, 251);
     this.Leg.TabIndex = 226;
     this.Leg.TabStop = false;
     //
     // Chest
     //
     this.Chest.Image = ((System.Drawing.Image)(resources.GetObject("Chest.Image")));
     this.Chest.Location = new System.Drawing.Point(282, 99);
     this.Chest.Name = "Chest";
     this.Chest.Size = new System.Drawing.Size(235, 174);
     this.Chest.TabIndex = 227;
     this.Chest.TabStop = false;
     //
     // Knee
     //
     this.Knee.Image = ((System.Drawing.Image)(resources.GetObject("Knee.Image")));
     this.Knee.Location = new System.Drawing.Point(536, 99);
     this.Knee.Name = "Knee";
     this.Knee.Size = new System.Drawing.Size(347, 250);
     this.Knee.TabIndex = 228;
     this.Knee.TabStop = false;
     this.Knee.Click += new System.EventHandler(this.pictureBox6_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.goBackToToolStripMenuItem,
     this.goBackToFullBodyPageToolStripMenuItem,
     this.exitToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1008, 24);
     this.menuStrip1.TabIndex = 229;
     this.menuStrip1.Text = "menuStrip1";
     //
     // goBackToToolStripMenuItem
     //
     this.goBackToToolStripMenuItem.Name = "goBackToToolStripMenuItem";
     this.goBackToToolStripMenuItem.Size = new System.Drawing.Size(207, 20);
     this.goBackToToolStripMenuItem.Text = "Go back to medical techintion page";
     this.goBackToToolStripMenuItem.Click += new System.EventHandler(this.goBackToToolStripMenuItem_Click);
     //
     // goBackToFullBodyPageToolStripMenuItem
     //
     this.goBackToFullBodyPageToolStripMenuItem.Name = "goBackToFullBodyPageToolStripMenuItem";
     this.goBackToFullBodyPageToolStripMenuItem.Size = new System.Drawing.Size(155, 20);
     this.goBackToFullBodyPageToolStripMenuItem.Text = "Go back to full body page";
     this.goBackToFullBodyPageToolStripMenuItem.Click += new System.EventHandler(this.goBackToFullBodyPageToolStripMenuItem_Click);
     //
     // Shoulders
     //
     this.Shoulders.Image = ((System.Drawing.Image)(resources.GetObject("Shoulders.Image")));
     this.Shoulders.Location = new System.Drawing.Point(194, 440);
     this.Shoulders.Name = "Shoulders";
     this.Shoulders.Size = new System.Drawing.Size(258, 236);
     this.Shoulders.TabIndex = 230;
     this.Shoulders.TabStop = false;
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // Xray
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(1008, 682);
     this.Controls.Add(this.Shoulders);
     this.Controls.Add(this.Knee);
     this.Controls.Add(this.Chest);
     this.Controls.Add(this.Leg);
     this.Controls.Add(this.Hand);
     this.Controls.Add(this.Elbow);
     this.Controls.Add(this.Feet);
     this.Controls.Add(this.Back);
     this.Controls.Add(this.Head);
     this.Controls.Add(this.label44);
     this.Controls.Add(this.label40);
     this.Controls.Add(this.label39);
     this.Controls.Add(this.label38);
     this.Controls.Add(this.label37);
     this.Controls.Add(this.label25);
     this.Controls.Add(this.label21);
     this.Controls.Add(this.label18);
     this.Controls.Add(this.label20);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "Xray";
     this.Text = "Xray";
     this.Load += new System.EventHandler(this.Xray_Load);
     ((System.ComponentModel.ISupportInitialize)(this.Head)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Back)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Feet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Elbow)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Hand)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Leg)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Chest)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Knee)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Shoulders)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #60
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VocabularyForm));
     this.toolTip1          = new System.Windows.Forms.ToolTip(this.components);
     this.imageList1        = new System.Windows.Forms.ImageList(this.components);
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.создатьЗаписьToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.изменитьЗаписьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.удалитьЗаписьToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2             = new System.Windows.Forms.ToolStripSeparator();
     this.выбратьЗаписьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3    = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripComboBox1  = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripButton9    = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton10   = new System.Windows.Forms.ToolStripButton();
     this.panel1        = new System.Windows.Forms.Panel();
     this.buttonReturn  = new System.Windows.Forms.Button();
     this.buttonClose   = new System.Windows.Forms.Button();
     this.listView1     = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.contextMenuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "folder.png");
     this.imageList1.Images.SetKeyName(1, "page.png");
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.создатьЗаписьToolStripMenuItem,
         this.изменитьЗаписьToolStripMenuItem,
         this.удалитьЗаписьToolStripMenuItem,
         this.toolStripMenuItem2,
         this.выбратьЗаписьToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(172, 98);
     //
     // создатьЗаписьToolStripMenuItem
     //
     this.создатьЗаписьToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("создатьЗаписьToolStripMenuItem.Image")));
     this.создатьЗаписьToolStripMenuItem.Name   = "создатьЗаписьToolStripMenuItem";
     this.создатьЗаписьToolStripMenuItem.Size   = new System.Drawing.Size(171, 22);
     this.создатьЗаписьToolStripMenuItem.Text   = "Создать запись.";
     this.создатьЗаписьToolStripMenuItem.Click += new System.EventHandler(this.СоздатьЗаписьToolStripMenuItemClick);
     //
     // изменитьЗаписьToolStripMenuItem
     //
     this.изменитьЗаписьToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("изменитьЗаписьToolStripMenuItem.Image")));
     this.изменитьЗаписьToolStripMenuItem.Name   = "изменитьЗаписьToolStripMenuItem";
     this.изменитьЗаписьToolStripMenuItem.Size   = new System.Drawing.Size(171, 22);
     this.изменитьЗаписьToolStripMenuItem.Text   = "Изменить запись.";
     this.изменитьЗаписьToolStripMenuItem.Click += new System.EventHandler(this.ИзменитьЗаписьToolStripMenuItemClick);
     //
     // удалитьЗаписьToolStripMenuItem
     //
     this.удалитьЗаписьToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("удалитьЗаписьToolStripMenuItem.Image")));
     this.удалитьЗаписьToolStripMenuItem.Name   = "удалитьЗаписьToolStripMenuItem";
     this.удалитьЗаписьToolStripMenuItem.Size   = new System.Drawing.Size(171, 22);
     this.удалитьЗаписьToolStripMenuItem.Text   = "Удалить запись.";
     this.удалитьЗаписьToolStripMenuItem.Click += new System.EventHandler(this.УдалитьЗаписьToolStripMenuItemClick);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name    = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size    = new System.Drawing.Size(168, 6);
     this.toolStripMenuItem2.Visible = false;
     //
     // выбратьЗаписьToolStripMenuItem
     //
     this.выбратьЗаписьToolStripMenuItem.Name    = "выбратьЗаписьToolStripMenuItem";
     this.выбратьЗаписьToolStripMenuItem.Size    = new System.Drawing.Size(171, 22);
     this.выбратьЗаписьToolStripMenuItem.Text    = "Выбрать запись.";
     this.выбратьЗаписьToolStripMenuItem.Visible = false;
     this.выбратьЗаписьToolStripMenuItem.Click  += new System.EventHandler(this.ВыбратьЗаписьToolStripMenuItemClick);
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1,
         this.toolStripButton2,
         this.toolStripButton3,
         this.toolStripSeparator5,
         this.toolStripComboBox1,
         this.toolStripButton9,
         this.toolStripSeparator6,
         this.toolStripButton10
     });
     this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.toolStrip1.Location    = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name        = "toolStrip1";
     this.toolStrip1.Size        = new System.Drawing.Size(609, 25);
     this.toolStrip1.TabIndex    = 19;
     this.toolStrip1.Text        = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text   = "Добавить";
     this.toolStripButton1.Click += new System.EventHandler(this.ToolStripButton1Click);
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name   = "toolStripButton2";
     this.toolStripButton2.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text   = "Изменить";
     this.toolStripButton2.Click += new System.EventHandler(this.ToolStripButton2Click);
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name   = "toolStripButton3";
     this.toolStripButton3.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton3.Text   = "Удалить";
     this.toolStripButton3.Click += new System.EventHandler(this.ToolStripButton3Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripComboBox1
     //
     this.toolStripComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
     this.toolStripComboBox1.Name      = "toolStripComboBox1";
     this.toolStripComboBox1.Size      = new System.Drawing.Size(200, 25);
     this.toolStripComboBox1.Text      = "Введите данные для поиска";
     this.toolStripComboBox1.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.ToolStripComboBox1KeyDown);
     //
     // toolStripButton9
     //
     this.toolStripButton9.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton9.Image")));
     this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton9.Name   = "toolStripButton9";
     this.toolStripButton9.Size   = new System.Drawing.Size(62, 22);
     this.toolStripButton9.Text   = "Поиск";
     this.toolStripButton9.Click += new System.EventHandler(this.ToolStripButton9Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton10
     //
     this.toolStripButton10.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton10.Image")));
     this.toolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton10.Name   = "toolStripButton10";
     this.toolStripButton10.Size   = new System.Drawing.Size(81, 22);
     this.toolStripButton10.Text   = "Обновить";
     this.toolStripButton10.Click += new System.EventHandler(this.ToolStripButton10Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.buttonReturn);
     this.panel1.Controls.Add(this.buttonClose);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 366);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(609, 45);
     this.panel1.TabIndex = 20;
     //
     // buttonReturn
     //
     this.buttonReturn.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonReturn.Image      = ((System.Drawing.Image)(resources.GetObject("buttonReturn.Image")));
     this.buttonReturn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonReturn.Location   = new System.Drawing.Point(441, 10);
     this.buttonReturn.Name       = "buttonReturn";
     this.buttonReturn.Size       = new System.Drawing.Size(75, 23);
     this.buttonReturn.TabIndex   = 1;
     this.buttonReturn.Text       = "Выбрать";
     this.buttonReturn.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonReturn.UseVisualStyleBackColor = true;
     this.buttonReturn.Visible = false;
     this.buttonReturn.Click  += new System.EventHandler(this.Button1Click);
     //
     // buttonClose
     //
     this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonClose.Location = new System.Drawing.Point(522, 10);
     this.buttonClose.Name     = "buttonClose";
     this.buttonClose.Size     = new System.Drawing.Size(75, 23);
     this.buttonClose.TabIndex = 0;
     this.buttonClose.Text     = "Закрыть";
     this.buttonClose.UseVisualStyleBackColor = true;
     this.buttonClose.Click += new System.EventHandler(this.ButtonCloseClick);
     //
     // listView1
     //
     this.listView1.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.listView1.ContextMenuStrip = this.contextMenuStrip1;
     this.listView1.Cursor           = System.Windows.Forms.Cursors.Default;
     this.listView1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect    = true;
     this.listView1.LargeImageList   = this.imageList1;
     this.listView1.Location         = new System.Drawing.Point(0, 25);
     this.listView1.MultiSelect      = false;
     this.listView1.Name             = "listView1";
     this.listView1.Size             = new System.Drawing.Size(609, 341);
     this.listView1.SmallImageList   = this.imageList1;
     this.listView1.StateImageList   = this.imageList1;
     this.listView1.TabIndex         = 22;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     this.listView1.SelectedIndexChanged += new System.EventHandler(this.ListView1SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "...";
     this.columnHeader1.Width = 40;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "English";
     this.columnHeader2.Width = 250;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Русский";
     this.columnHeader3.Width = 250;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "№";
     //
     // VocabularyForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(609, 411);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.toolStrip1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "VocabularyForm";
     this.Text  = "Словарь";
     this.Load += new System.EventHandler(this.VocabularyFormLoad);
     this.contextMenuStrip1.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }