private void InitializeComponent() { this.lvEvents = new GKUI.Components.GKListView(); this.SuspendLayout(); // // lvEvents // this.lvEvents.Dock = System.Windows.Forms.DockStyle.Fill; this.lvEvents.FullRowSelect = true; this.lvEvents.HideSelection = false; this.lvEvents.Location = new System.Drawing.Point(10, 10); this.lvEvents.Name = "lvEvents"; this.lvEvents.Order = BSLib.Design.BSDTypes.SortOrder.None; this.lvEvents.OwnerDraw = true; this.lvEvents.Size = new System.Drawing.Size(729, 397); this.lvEvents.SortColumn = 0; this.lvEvents.TabIndex = 0; this.lvEvents.UseCompatibleStateImageBehavior = false; this.lvEvents.View = System.Windows.Forms.View.Details; // // ChronicleWidget // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(749, 417); this.Controls.Add(this.lvEvents); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "ChronicleWidget"; this.Padding = new System.Windows.Forms.Padding(10); this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "ChronicleWidget"; this.TopMost = true; this.Closed += new System.EventHandler(this.CalcWidget_Closed); this.Load += new System.EventHandler(this.CalcWidget_Load); this.ResumeLayout(false); }
private void InitializeComponent() { this.tabsTools = new System.Windows.Forms.TabControl(); this.pageTreeSplit = new System.Windows.Forms.TabPage(); this.btnSelectAll = new System.Windows.Forms.Button(); this.ListSelected = new GKUI.Components.GKListView(); this.ListSkipped = new GKUI.Components.GKListView(); this.btnSelectFamily = new System.Windows.Forms.Button(); this.btnSelectAncestors = new System.Windows.Forms.Button(); this.btnSelectDescendants = new System.Windows.Forms.Button(); this.btnDelete = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button(); this.btnClose = new System.Windows.Forms.Button(); this.tabsTools.SuspendLayout(); this.pageTreeSplit.SuspendLayout(); this.SuspendLayout(); // // tabsTools // this.tabsTools.Controls.Add(this.pageTreeSplit); this.tabsTools.Location = new System.Drawing.Point(11, 10); this.tabsTools.Name = "tabsTools"; this.tabsTools.SelectedIndex = 0; this.tabsTools.Size = new System.Drawing.Size(1010, 545); this.tabsTools.TabIndex = 0; // // pageTreeSplit // this.pageTreeSplit.Controls.Add(this.btnSelectAll); this.pageTreeSplit.Controls.Add(this.ListSelected); this.pageTreeSplit.Controls.Add(this.ListSkipped); this.pageTreeSplit.Controls.Add(this.btnSelectFamily); this.pageTreeSplit.Controls.Add(this.btnSelectAncestors); this.pageTreeSplit.Controls.Add(this.btnSelectDescendants); this.pageTreeSplit.Controls.Add(this.btnDelete); this.pageTreeSplit.Controls.Add(this.btnSave); this.pageTreeSplit.Location = new System.Drawing.Point(4, 26); this.pageTreeSplit.Name = "pageTreeSplit"; this.pageTreeSplit.Size = new System.Drawing.Size(1002, 515); this.pageTreeSplit.TabIndex = 2; this.pageTreeSplit.Text = "pageTreeSplit"; // // btnSelectAll // this.btnSelectAll.Location = new System.Drawing.Point(11, 427); this.btnSelectAll.Name = "btnSelectAll"; this.btnSelectAll.Size = new System.Drawing.Size(168, 31); this.btnSelectAll.TabIndex = 0; this.btnSelectAll.Text = "btnSelectAll"; this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click); // // ListSelected // this.ListSelected.Location = new System.Drawing.Point(11, 10); this.ListSelected.Name = "ListSelected"; this.ListSelected.Size = new System.Drawing.Size(483, 395); this.ListSelected.View = System.Windows.Forms.View.List; this.ListSelected.TabIndex = 1; // // ListSkipped // this.ListSkipped.Location = new System.Drawing.Point(504, 10); this.ListSkipped.Name = "ListSkipped"; this.ListSkipped.Size = new System.Drawing.Size(483, 395); this.ListSkipped.View = System.Windows.Forms.View.List; this.ListSkipped.TabIndex = 2; // // btnSelectFamily // this.btnSelectFamily.Location = new System.Drawing.Point(190, 427); this.btnSelectFamily.Name = "btnSelectFamily"; this.btnSelectFamily.Size = new System.Drawing.Size(168, 31); this.btnSelectFamily.TabIndex = 3; this.btnSelectFamily.Text = "btnSelectFamily"; this.btnSelectFamily.Click += new System.EventHandler(this.btnSelectFamily_Click); // // btnSelectAncestors // this.btnSelectAncestors.Location = new System.Drawing.Point(11, 466); this.btnSelectAncestors.Name = "btnSelectAncestors"; this.btnSelectAncestors.Size = new System.Drawing.Size(168, 31); this.btnSelectAncestors.TabIndex = 4; this.btnSelectAncestors.Text = "btnSelectAncestors"; this.btnSelectAncestors.Click += new System.EventHandler(this.btnSelectAncestors_Click); // // btnSelectDescendants // this.btnSelectDescendants.Location = new System.Drawing.Point(190, 466); this.btnSelectDescendants.Name = "btnSelectDescendants"; this.btnSelectDescendants.Size = new System.Drawing.Size(168, 31); this.btnSelectDescendants.TabIndex = 5; this.btnSelectDescendants.Text = "btnSelectDescendants"; this.btnSelectDescendants.Click += new System.EventHandler(this.btnSelectDescendants_Click); // // btnDelete // this.btnDelete.Location = new System.Drawing.Point(840, 427); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(147, 31); this.btnDelete.TabIndex = 6; this.btnDelete.Text = "btnDelete"; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // btnSave // this.btnSave.Location = new System.Drawing.Point(840, 466); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(147, 31); this.btnSave.TabIndex = 7; this.btnSave.Text = "btnSave"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnClose // this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnClose.Location = new System.Drawing.Point(907, 583); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(114, 30); this.btnClose.TabIndex = 1; this.btnClose.Text = "btnClose"; this.btnClose.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // TTTreeSplitDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(1034, 625); this.Controls.Add(this.tabsTools); this.Controls.Add(this.btnClose); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.KeyPreview = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "TTTreeSplitDlg"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "TreeToolsWin"; this.tabsTools.ResumeLayout(false); this.pageTreeSplit.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { this.btnAccept = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.PageControl1 = new System.Windows.Forms.TabControl(); this.pageAuthor = new System.Windows.Forms.TabPage(); this.btnLangEdit = new System.Windows.Forms.Button(); this.lblName = new System.Windows.Forms.Label(); this.lblAddress = new System.Windows.Forms.Label(); this.lblLanguage = new System.Windows.Forms.Label(); this.lblTelephone = new System.Windows.Forms.Label(); this.txtName = new System.Windows.Forms.TextBox(); this.txtLanguage = new System.Windows.Forms.TextBox(); this.txtTel = new System.Windows.Forms.TextBox(); this.txtAddress = new System.Windows.Forms.TextBox(); this.pageOther = new System.Windows.Forms.TabPage(); this.lvRecordStats = new GKUI.Components.GKListView(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); this.PageControl1.SuspendLayout(); this.pageAuthor.SuspendLayout(); this.pageOther.SuspendLayout(); this.SuspendLayout(); // // btnAccept // this.btnAccept.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnAccept.Location = new System.Drawing.Point(381, 359); this.btnAccept.Margin = new System.Windows.Forms.Padding(2); this.btnAccept.Name = "btnAccept"; this.btnAccept.Size = new System.Drawing.Size(112, 31); this.btnAccept.TabIndex = 1; this.btnAccept.Text = "btnAccept"; this.btnAccept.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.btnAccept.Click += new System.EventHandler(this.btnAccept_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnCancel.Location = new System.Drawing.Point(504, 359); this.btnCancel.Margin = new System.Windows.Forms.Padding(2); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(112, 31); this.btnCancel.TabIndex = 2; this.btnCancel.Text = "btnCancel"; this.btnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // PageControl1 // this.PageControl1.Controls.Add(this.pageAuthor); this.PageControl1.Controls.Add(this.pageOther); this.PageControl1.Location = new System.Drawing.Point(11, 10); this.PageControl1.Margin = new System.Windows.Forms.Padding(2); this.PageControl1.Name = "PageControl1"; this.PageControl1.SelectedIndex = 0; this.PageControl1.Size = new System.Drawing.Size(606, 331); this.PageControl1.TabIndex = 0; // // pageAuthor // this.pageAuthor.Controls.Add(this.btnLangEdit); this.pageAuthor.Controls.Add(this.lblName); this.pageAuthor.Controls.Add(this.lblAddress); this.pageAuthor.Controls.Add(this.lblLanguage); this.pageAuthor.Controls.Add(this.lblTelephone); this.pageAuthor.Controls.Add(this.txtName); this.pageAuthor.Controls.Add(this.txtLanguage); this.pageAuthor.Controls.Add(this.txtTel); this.pageAuthor.Controls.Add(this.txtAddress); this.pageAuthor.Location = new System.Drawing.Point(4, 26); this.pageAuthor.Margin = new System.Windows.Forms.Padding(2); this.pageAuthor.Name = "pageAuthor"; this.pageAuthor.Size = new System.Drawing.Size(598, 301); this.pageAuthor.TabIndex = 0; this.pageAuthor.Text = "pageAuthor"; // // btnLangEdit // this.btnLangEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnLangEdit.Location = new System.Drawing.Point(545, 220); this.btnLangEdit.Name = "btnLangEdit"; this.btnLangEdit.Size = new System.Drawing.Size(39, 34); this.btnLangEdit.TabIndex = 6; this.btnLangEdit.Click += new System.EventHandler(this.btnLangEdit_Click); // // lblName // this.lblName.AutoSize = true; this.lblName.Location = new System.Drawing.Point(11, 14); this.lblName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(55, 17); this.lblName.TabIndex = 0; this.lblName.Text = "lblName"; // // lblAddress // this.lblAddress.AutoSize = true; this.lblAddress.Location = new System.Drawing.Point(11, 39); this.lblAddress.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblAddress.Name = "lblAddress"; this.lblAddress.Size = new System.Drawing.Size(68, 17); this.lblAddress.TabIndex = 2; this.lblAddress.Text = "lblAddress"; // // lblLanguage // this.lblLanguage.AutoSize = true; this.lblLanguage.Location = new System.Drawing.Point(11, 229); this.lblLanguage.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblLanguage.Name = "lblLanguage"; this.lblLanguage.Size = new System.Drawing.Size(80, 17); this.lblLanguage.TabIndex = 4; this.lblLanguage.Text = "lblLanguage"; // // lblTelephone // this.lblTelephone.AutoSize = true; this.lblTelephone.Location = new System.Drawing.Point(11, 189); this.lblTelephone.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblTelephone.Name = "lblTelephone"; this.lblTelephone.Size = new System.Drawing.Size(83, 17); this.lblTelephone.TabIndex = 4; this.lblTelephone.Text = "lblTelephone"; // // txtName // this.txtName.Location = new System.Drawing.Point(145, 10); this.txtName.Margin = new System.Windows.Forms.Padding(2); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(439, 24); this.txtName.TabIndex = 1; // // txtLanguage // this.txtLanguage.Location = new System.Drawing.Point(145, 226); this.txtLanguage.Margin = new System.Windows.Forms.Padding(2); this.txtLanguage.Name = "txtLanguage"; this.txtLanguage.ReadOnly = true; this.txtLanguage.Size = new System.Drawing.Size(386, 24); this.txtLanguage.TabIndex = 5; // // txtTel // this.txtTel.Location = new System.Drawing.Point(145, 185); this.txtTel.Margin = new System.Windows.Forms.Padding(2); this.txtTel.Name = "txtTel"; this.txtTel.Size = new System.Drawing.Size(439, 24); this.txtTel.TabIndex = 5; // // txtAddress // this.txtAddress.Location = new System.Drawing.Point(145, 39); this.txtAddress.Margin = new System.Windows.Forms.Padding(2); this.txtAddress.Multiline = true; this.txtAddress.Name = "txtAddress"; this.txtAddress.Size = new System.Drawing.Size(439, 136); this.txtAddress.TabIndex = 3; // // pageOther // this.pageOther.Controls.Add(this.lvRecordStats); this.pageOther.Location = new System.Drawing.Point(4, 26); this.pageOther.Margin = new System.Windows.Forms.Padding(2); this.pageOther.Name = "pageOther"; this.pageOther.Size = new System.Drawing.Size(598, 301); this.pageOther.TabIndex = 1; this.pageOther.Text = "pageOther"; // // lvRecordStats // this.lvRecordStats.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2 }); this.lvRecordStats.Dock = System.Windows.Forms.DockStyle.Fill; this.lvRecordStats.FullRowSelect = true; this.lvRecordStats.Location = new System.Drawing.Point(0, 0); this.lvRecordStats.Margin = new System.Windows.Forms.Padding(2); this.lvRecordStats.MultiSelect = false; this.lvRecordStats.Name = "lvRecordStats"; this.lvRecordStats.Size = new System.Drawing.Size(598, 301); this.lvRecordStats.TabIndex = 1; this.lvRecordStats.UseCompatibleStateImageBehavior = false; this.lvRecordStats.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "Records"; this.columnHeader1.Width = 300; // // columnHeader2 // this.columnHeader2.Text = "Count"; this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.columnHeader2.Width = 100; // // FilePropertiesDlg // this.AcceptButton = this.btnAccept; this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(630, 405); this.Controls.Add(this.btnAccept); this.Controls.Add(this.btnCancel); this.Controls.Add(this.PageControl1); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Margin = new System.Windows.Forms.Padding(2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FilePropertiesDlg"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "FilePropertiesDlg"; this.PageControl1.ResumeLayout(false); this.pageAuthor.ResumeLayout(false); this.pageAuthor.PerformLayout(); this.pageOther.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { this.grpSummary = new System.Windows.Forms.GroupBox(); this.lvSummary = new GKUI.Components.GKListView(); this.Panel1 = new System.Windows.Forms.Panel(); this.ToolBar1 = new System.Windows.Forms.ToolStrip(); this.TBS1 = new System.Windows.Forms.ToolStripSeparator(); this.cbType = new System.Windows.Forms.ToolStripComboBox(); this.TBS2 = new System.Windows.Forms.ToolStripSeparator(); this.tbExcelExport = new System.Windows.Forms.ToolStripButton(); this.grpSummary.SuspendLayout(); this.Panel1.SuspendLayout(); this.ToolBar1.SuspendLayout(); this.SuspendLayout(); // // grpSummary // this.grpSummary.Controls.Add(this.lvSummary); this.grpSummary.Dock = System.Windows.Forms.DockStyle.Top; this.grpSummary.Location = new System.Drawing.Point(0, 0); this.grpSummary.Name = "grpSummary"; this.grpSummary.Size = new System.Drawing.Size(893, 280); this.grpSummary.TabIndex = 0; this.grpSummary.TabStop = false; this.grpSummary.Text = "grpSummary"; // // lvSummary // this.lvSummary.Dock = System.Windows.Forms.DockStyle.Fill; this.lvSummary.FullRowSelect = true; this.lvSummary.Location = new System.Drawing.Point(3, 20); this.lvSummary.Name = "lvSummary"; this.lvSummary.Size = new System.Drawing.Size(887, 244); this.lvSummary.TabIndex = 0; this.lvSummary.UseCompatibleStateImageBehavior = false; this.lvSummary.View = System.Windows.Forms.View.Details; // // Panel1 // this.Panel1.Controls.Add(this.ToolBar1); this.Panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.Panel1.Location = new System.Drawing.Point(0, 267); this.Panel1.Name = "Panel1"; this.Panel1.Size = new System.Drawing.Size(893, 307); this.Panel1.TabIndex = 2; // // ToolBar1 // this.ToolBar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.TBS1, this.cbType, this.TBS2, this.tbExcelExport }); this.ToolBar1.Location = new System.Drawing.Point(0, 0); this.ToolBar1.Name = "ToolBar1"; this.ToolBar1.Size = new System.Drawing.Size(893, 28); this.ToolBar1.TabIndex = 0; // // TBS1 // this.TBS1.Name = "TBS1"; this.TBS1.Size = new System.Drawing.Size(6, 28); // // cbType // this.cbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbType.Name = "cbType"; this.cbType.Size = new System.Drawing.Size(326, 28); this.cbType.SelectedIndexChanged += new System.EventHandler(this.cbType_SelectedIndexChanged); // // TBS2 // this.TBS2.Name = "TBS2"; this.TBS2.Size = new System.Drawing.Size(6, 28); // // tbExcelExport // this.tbExcelExport.Name = "tbExcelExport"; this.tbExcelExport.Size = new System.Drawing.Size(23, 25); this.tbExcelExport.Click += new System.EventHandler(this.tbExcelExport_Click); // // StatisticsWin // this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(893, 574); this.Controls.Add(this.Panel1); this.Controls.Add(this.grpSummary); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.KeyPreview = true; this.Name = "StatisticsWin"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "StatisticsWin"; this.Load += new System.EventHandler(this.StatisticsWin_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.StatisticsWin_KeyDown); this.grpSummary.ResumeLayout(false); this.Panel1.ResumeLayout(false); this.Panel1.PerformLayout(); this.ToolBar1.ResumeLayout(false); this.ToolBar1.PerformLayout(); this.ResumeLayout(false); }
private void InitializeComponent() { this.btnAccept = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.tabsData = new System.Windows.Forms.TabControl(); this.pageCommon = new System.Windows.Forms.TabPage(); this.lblName = new System.Windows.Forms.Label(); this.lblLatitude = new System.Windows.Forms.Label(); this.lblLongitude = new System.Windows.Forms.Label(); this.txtName = new System.Windows.Forms.TextBox(); this.txtLatitude = new System.Windows.Forms.TextBox(); this.txtLongitude = new System.Windows.Forms.TextBox(); this.grpSearch = new System.Windows.Forms.GroupBox(); this.ListGeoCoords = new GKUI.Components.GKListView(); this.ColumnHeader1 = new System.Windows.Forms.ColumnHeader(); this.ColumnHeader2 = new System.Windows.Forms.ColumnHeader(); this.ColumnHeader3 = new System.Windows.Forms.ColumnHeader(); this.btnSearch = new System.Windows.Forms.Button(); this.btnSelect = new System.Windows.Forms.Button(); this.btnSelectName = new System.Windows.Forms.Button(); this.panMap = new System.Windows.Forms.Panel(); this.btnShowOnMap = new System.Windows.Forms.Button(); this.pageNotes = new System.Windows.Forms.TabPage(); this.pageMultimedia = new System.Windows.Forms.TabPage(); this.tabsData.SuspendLayout(); this.pageCommon.SuspendLayout(); this.grpSearch.SuspendLayout(); this.SuspendLayout(); // // btnAccept // this.btnAccept.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnAccept.Location = new System.Drawing.Point(538, 534); this.btnAccept.Name = "btnAccept"; this.btnAccept.Size = new System.Drawing.Size(113, 31); this.btnAccept.TabIndex = 1; this.btnAccept.Text = "btnAccept"; this.btnAccept.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.btnAccept.Click += new System.EventHandler(this.btnAccept_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnCancel.Location = new System.Drawing.Point(661, 534); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(113, 31); this.btnCancel.TabIndex = 2; this.btnCancel.Text = "btnCancel"; this.btnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // tabsData // this.tabsData.Controls.Add(this.pageCommon); this.tabsData.Controls.Add(this.pageNotes); this.tabsData.Controls.Add(this.pageMultimedia); this.tabsData.Location = new System.Drawing.Point(0, 0); this.tabsData.Name = "tabsData"; this.tabsData.SelectedIndex = 0; this.tabsData.Size = new System.Drawing.Size(785, 516); this.tabsData.TabIndex = 0; // // pageCommon // this.pageCommon.Controls.Add(this.lblName); this.pageCommon.Controls.Add(this.lblLatitude); this.pageCommon.Controls.Add(this.lblLongitude); this.pageCommon.Controls.Add(this.txtName); this.pageCommon.Controls.Add(this.txtLatitude); this.pageCommon.Controls.Add(this.txtLongitude); this.pageCommon.Controls.Add(this.grpSearch); this.pageCommon.Controls.Add(this.btnShowOnMap); this.pageCommon.Location = new System.Drawing.Point(4, 26); this.pageCommon.Name = "pageCommon"; this.pageCommon.Size = new System.Drawing.Size(777, 486); this.pageCommon.TabIndex = 0; this.pageCommon.Text = "pageCommon"; // // lblName // this.lblName.AutoSize = true; this.lblName.Location = new System.Drawing.Point(22, 10); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(55, 17); this.lblName.TabIndex = 0; this.lblName.Text = "lblName"; // // lblLatitude // this.lblLatitude.AutoSize = true; this.lblLatitude.Location = new System.Drawing.Point(402, 10); this.lblLatitude.Name = "lblLatitude"; this.lblLatitude.Size = new System.Drawing.Size(69, 17); this.lblLatitude.TabIndex = 2; this.lblLatitude.Text = "lblLatitude"; // // lblLongitude // this.lblLongitude.AutoSize = true; this.lblLongitude.Location = new System.Drawing.Point(525, 10); this.lblLongitude.Name = "lblLongitude"; this.lblLongitude.Size = new System.Drawing.Size(81, 17); this.lblLongitude.TabIndex = 4; this.lblLongitude.Text = "lblLongitude"; // // txtName // this.txtName.Location = new System.Drawing.Point(22, 29); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(371, 24); this.txtName.TabIndex = 1; this.txtName.TextChanged += new System.EventHandler(this.EditName_TextChanged); this.txtName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EditName_KeyDown); // // txtLatitude // this.txtLatitude.Location = new System.Drawing.Point(402, 29); this.txtLatitude.Name = "txtLatitude"; this.txtLatitude.Size = new System.Drawing.Size(113, 24); this.txtLatitude.TabIndex = 3; // // txtLongitude // this.txtLongitude.Location = new System.Drawing.Point(525, 29); this.txtLongitude.Name = "txtLongitude"; this.txtLongitude.Size = new System.Drawing.Size(113, 24); this.txtLongitude.TabIndex = 5; // // grpSearch // this.grpSearch.Controls.Add(this.ListGeoCoords); this.grpSearch.Controls.Add(this.btnSearch); this.grpSearch.Controls.Add(this.btnSelect); this.grpSearch.Controls.Add(this.btnSelectName); this.grpSearch.Controls.Add(this.panMap); this.grpSearch.Location = new System.Drawing.Point(0, 62); this.grpSearch.Name = "grpSearch"; this.grpSearch.Size = new System.Drawing.Size(774, 420); this.grpSearch.TabIndex = 7; this.grpSearch.TabStop = false; this.grpSearch.Text = "grpSearch"; // // ListGeoCoords // this.ListGeoCoords.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.ColumnHeader1, this.ColumnHeader2, this.ColumnHeader3 }); this.ListGeoCoords.FullRowSelect = true; this.ListGeoCoords.Location = new System.Drawing.Point(22, 19); this.ListGeoCoords.Name = "ListGeoCoords"; this.ListGeoCoords.Size = new System.Drawing.Size(563, 109); this.ListGeoCoords.TabIndex = 1; this.ListGeoCoords.UseCompatibleStateImageBehavior = false; this.ListGeoCoords.View = System.Windows.Forms.View.Details; this.ListGeoCoords.Click += new System.EventHandler(this.ListGeoCoords_Click); // // ColumnHeader1 // this.ColumnHeader1.Text = "Name"; this.ColumnHeader1.Width = 200; // // ColumnHeader2 // this.ColumnHeader2.Text = "Latitude"; this.ColumnHeader2.Width = 80; // // ColumnHeader3 // this.ColumnHeader3.Text = "Longitude"; this.ColumnHeader3.Width = 80; // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(601, 19); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(147, 31); this.btnSearch.TabIndex = 2; this.btnSearch.Text = "btnSearch"; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // btnSelect // this.btnSelect.Location = new System.Drawing.Point(601, 58); this.btnSelect.Name = "btnSelect"; this.btnSelect.Size = new System.Drawing.Size(147, 31); this.btnSelect.TabIndex = 3; this.btnSelect.Text = "btnSelect"; this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click); // // btnSelectName // this.btnSelectName.Location = new System.Drawing.Point(601, 97); this.btnSelectName.Name = "btnSelectName"; this.btnSelectName.Size = new System.Drawing.Size(147, 31); this.btnSelectName.TabIndex = 4; this.btnSelectName.Text = "btnSelectName"; this.btnSelectName.Click += new System.EventHandler(this.btnSelectName_Click); // // panMap // this.panMap.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panMap.Location = new System.Drawing.Point(3, 135); this.panMap.Name = "panMap"; this.panMap.Size = new System.Drawing.Size(768, 283); this.panMap.TabIndex = 0; // // btnShowOnMap // this.btnShowOnMap.Location = new System.Drawing.Point(650, 29); this.btnShowOnMap.Name = "btnShowOnMap"; this.btnShowOnMap.Size = new System.Drawing.Size(98, 26); this.btnShowOnMap.TabIndex = 6; this.btnShowOnMap.Text = "btnShowOnMap"; this.btnShowOnMap.Click += new System.EventHandler(this.btnShowOnMap_Click); // // pageNotes // this.pageNotes.Location = new System.Drawing.Point(4, 26); this.pageNotes.Name = "pageNotes"; this.pageNotes.Size = new System.Drawing.Size(777, 486); this.pageNotes.TabIndex = 1; this.pageNotes.Text = "pageNotes"; // // pageMultimedia // this.pageMultimedia.Location = new System.Drawing.Point(4, 26); this.pageMultimedia.Name = "pageMultimedia"; this.pageMultimedia.Size = new System.Drawing.Size(777, 486); this.pageMultimedia.TabIndex = 2; this.pageMultimedia.Text = "pageMultimedia"; // // LocationEditDlg // this.AcceptButton = this.btnAccept; this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(784, 578); this.Controls.Add(this.tabsData); this.Controls.Add(this.btnAccept); this.Controls.Add(this.btnCancel); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "LocationEditDlg"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "LocationEditDlg"; this.tabsData.ResumeLayout(false); this.pageCommon.ResumeLayout(false); this.pageCommon.PerformLayout(); this.grpSearch.ResumeLayout(false); this.ResumeLayout(false); }