You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
381 lines
18 KiB
381 lines
18 KiB
namespace Kingo.Mobile.Shape2KOTool.SymbolSetting |
|
{ |
|
// Token: 0x02000047 RID: 71 |
|
public partial class frmSymbolSelector : global::System.Windows.Forms.Form |
|
{ |
|
// Token: 0x06000251 RID: 593 RVA: 0x0000C24C File Offset: 0x0000A44C |
|
protected override void Dispose(bool disposing) |
|
{ |
|
if (disposing && this.components != null) |
|
{ |
|
this.components.Dispose(); |
|
} |
|
base.Dispose(disposing); |
|
} |
|
|
|
// Token: 0x06000252 RID: 594 RVA: 0x0000C298 File Offset: 0x0000A498 |
|
private void InitializeComponent() |
|
{ |
|
this.components = new System.ComponentModel.Container(); |
|
System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] { |
|
"复反反复复", |
|
"444444"}, 0); |
|
System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] { |
|
"复反反复复", |
|
"45555"}, 1); |
|
System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new System.Windows.Forms.ListViewItem.ListViewSubItem[] { |
|
new System.Windows.Forms.ListViewItem.ListViewSubItem(null, "噩噩噩噩"), |
|
new System.Windows.Forms.ListViewItem.ListViewSubItem(null, "666666", System.Drawing.SystemColors.GrayText, System.Drawing.SystemColors.Window, new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))))}, 0); |
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSymbolSelector)); |
|
Kingo.Mobile.Shape2KOTool.XSDClass.SFSymbol sfSymbol1 = new Kingo.Mobile.Shape2KOTool.XSDClass.SFSymbol(); |
|
Kingo.Mobile.Shape2KOTool.XSDClass.SLSymbol slSymbol1 = new Kingo.Mobile.Shape2KOTool.XSDClass.SLSymbol(); |
|
this.groupBox1 = new System.Windows.Forms.GroupBox(); |
|
this.listViewSymbol = new System.Windows.Forms.ListView(); |
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
|
this.imageListBig = new System.Windows.Forms.ImageList(this.components); |
|
this.panel4 = new System.Windows.Forms.Panel(); |
|
this.label1 = new System.Windows.Forms.Label(); |
|
this.textBox1 = new System.Windows.Forms.TextBox(); |
|
this.button1 = new System.Windows.Forms.Button(); |
|
this.comboBoxListStyle = new System.Windows.Forms.ComboBox(); |
|
this.panel1 = new System.Windows.Forms.Panel(); |
|
this.groupBox2 = new System.Windows.Forms.GroupBox(); |
|
this.panel3 = new System.Windows.Forms.Panel(); |
|
this.btnSaveAs = new System.Windows.Forms.Button(); |
|
this.btnSave = new System.Windows.Forms.Button(); |
|
this.ucSymbolItemConfig1 = new Kingo.Mobile.Shape2KOTool.SymbolSetting.UCSymbolItemConfig(); |
|
this.panel2 = new System.Windows.Forms.Panel(); |
|
this.btnCancel = new System.Windows.Forms.Button(); |
|
this.btnOk = new System.Windows.Forms.Button(); |
|
this.imageListSmall = new System.Windows.Forms.ImageList(this.components); |
|
this.listViewStyleBindingSource = new System.Windows.Forms.BindingSource(this.components); |
|
this.groupBox1.SuspendLayout(); |
|
this.panel4.SuspendLayout(); |
|
this.panel1.SuspendLayout(); |
|
this.groupBox2.SuspendLayout(); |
|
this.panel3.SuspendLayout(); |
|
this.panel2.SuspendLayout(); |
|
((System.ComponentModel.ISupportInitialize)(this.listViewStyleBindingSource)).BeginInit(); |
|
this.SuspendLayout(); |
|
// |
|
// groupBox1 |
|
// |
|
this.groupBox1.Controls.Add(this.listViewSymbol); |
|
this.groupBox1.Controls.Add(this.panel4); |
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
this.groupBox1.Location = new System.Drawing.Point(5, 5); |
|
this.groupBox1.Name = "groupBox1"; |
|
this.groupBox1.Size = new System.Drawing.Size(385, 443); |
|
this.groupBox1.TabIndex = 0; |
|
this.groupBox1.TabStop = false; |
|
this.groupBox1.Text = "样式集合"; |
|
// |
|
// listViewSymbol |
|
// |
|
this.listViewSymbol.AllowColumnReorder = true; |
|
this.listViewSymbol.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { |
|
this.columnHeader1, |
|
this.columnHeader2}); |
|
this.listViewSymbol.Dock = System.Windows.Forms.DockStyle.Fill; |
|
this.listViewSymbol.HideSelection = false; |
|
listViewItem3.StateImageIndex = 0; |
|
this.listViewSymbol.Items.AddRange(new System.Windows.Forms.ListViewItem[] { |
|
listViewItem1, |
|
listViewItem2, |
|
listViewItem3}); |
|
this.listViewSymbol.LabelEdit = true; |
|
this.listViewSymbol.LargeImageList = this.imageListBig; |
|
this.listViewSymbol.Location = new System.Drawing.Point(3, 45); |
|
this.listViewSymbol.MultiSelect = false; |
|
this.listViewSymbol.Name = "listViewSymbol"; |
|
this.listViewSymbol.ShowItemToolTips = true; |
|
this.listViewSymbol.Size = new System.Drawing.Size(379, 395); |
|
this.listViewSymbol.SmallImageList = this.imageListSmall; |
|
this.listViewSymbol.TabIndex = 0; |
|
this.listViewSymbol.UseCompatibleStateImageBehavior = false; |
|
this.listViewSymbol.View = System.Windows.Forms.View.Details; |
|
this.listViewSymbol.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listViewSymbol_AfterLabelEdit); |
|
this.listViewSymbol.SelectedIndexChanged += new System.EventHandler(this.listViewSymbol_SelectedIndexChanged); |
|
// |
|
// columnHeader1 |
|
// |
|
this.columnHeader1.Text = "样式"; |
|
this.columnHeader1.Width = 200; |
|
// |
|
// columnHeader2 |
|
// |
|
this.columnHeader2.Text = "修改日期"; |
|
this.columnHeader2.Width = 126; |
|
// |
|
// imageListBig |
|
// |
|
this.imageListBig.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListBig.ImageStream"))); |
|
this.imageListBig.TransparentColor = System.Drawing.Color.Transparent; |
|
this.imageListBig.Images.SetKeyName(0, "指北针.png"); |
|
this.imageListBig.Images.SetKeyName(1, "宗地图.png"); |
|
// |
|
// panel4 |
|
// |
|
this.panel4.Controls.Add(this.label1); |
|
this.panel4.Controls.Add(this.textBox1); |
|
this.panel4.Controls.Add(this.button1); |
|
this.panel4.Controls.Add(this.comboBoxListStyle); |
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Top; |
|
this.panel4.Location = new System.Drawing.Point(3, 17); |
|
this.panel4.Name = "panel4"; |
|
this.panel4.Size = new System.Drawing.Size(379, 28); |
|
this.panel4.TabIndex = 1; |
|
// |
|
// label1 |
|
// |
|
this.label1.AutoSize = true; |
|
this.label1.Location = new System.Drawing.Point(269, 8); |
|
this.label1.Name = "label1"; |
|
this.label1.Size = new System.Drawing.Size(29, 12); |
|
this.label1.TabIndex = 3; |
|
this.label1.Text = "显示"; |
|
// |
|
// textBox1 |
|
// |
|
this.textBox1.Location = new System.Drawing.Point(3, 4); |
|
this.textBox1.Name = "textBox1"; |
|
this.textBox1.Size = new System.Drawing.Size(169, 21); |
|
this.textBox1.TabIndex = 2; |
|
this.textBox1.Visible = false; |
|
// |
|
// button1 |
|
// |
|
this.button1.Location = new System.Drawing.Point(178, 3); |
|
this.button1.Name = "button1"; |
|
this.button1.Size = new System.Drawing.Size(56, 23); |
|
this.button1.TabIndex = 1; |
|
this.button1.Text = "搜索"; |
|
this.button1.UseVisualStyleBackColor = true; |
|
this.button1.Visible = false; |
|
// |
|
// comboBoxListStyle |
|
// |
|
this.comboBoxListStyle.DisplayMember = "View"; |
|
this.comboBoxListStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|
this.comboBoxListStyle.FormattingEnabled = true; |
|
this.comboBoxListStyle.Location = new System.Drawing.Point(304, 4); |
|
this.comboBoxListStyle.Name = "comboBoxListStyle"; |
|
this.comboBoxListStyle.Size = new System.Drawing.Size(72, 20); |
|
this.comboBoxListStyle.TabIndex = 0; |
|
this.comboBoxListStyle.ValueMember = "View"; |
|
this.comboBoxListStyle.SelectedIndexChanged += new System.EventHandler(this.comboBoxListStyle_SelectedIndexChanged); |
|
// |
|
// panel1 |
|
// |
|
this.panel1.Controls.Add(this.groupBox2); |
|
this.panel1.Controls.Add(this.panel2); |
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Right; |
|
this.panel1.Location = new System.Drawing.Point(390, 5); |
|
this.panel1.Name = "panel1"; |
|
this.panel1.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0); |
|
this.panel1.Size = new System.Drawing.Size(178, 443); |
|
this.panel1.TabIndex = 1; |
|
// |
|
// groupBox2 |
|
// |
|
this.groupBox2.Controls.Add(this.panel3); |
|
this.groupBox2.Controls.Add(this.ucSymbolItemConfig1); |
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; |
|
this.groupBox2.Location = new System.Drawing.Point(10, 0); |
|
this.groupBox2.Name = "groupBox2"; |
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(5); |
|
this.groupBox2.Size = new System.Drawing.Size(168, 408); |
|
this.groupBox2.TabIndex = 0; |
|
this.groupBox2.TabStop = false; |
|
this.groupBox2.Text = "当前样式"; |
|
// |
|
// panel3 |
|
// |
|
this.panel3.Controls.Add(this.btnSaveAs); |
|
this.panel3.Controls.Add(this.btnSave); |
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; |
|
this.panel3.Location = new System.Drawing.Point(5, 356); |
|
this.panel3.Name = "panel3"; |
|
this.panel3.Size = new System.Drawing.Size(158, 47); |
|
this.panel3.TabIndex = 1; |
|
// |
|
// btnSaveAs |
|
// |
|
this.btnSaveAs.FlatStyle = System.Windows.Forms.FlatStyle.Popup; |
|
this.btnSaveAs.Location = new System.Drawing.Point(83, 6); |
|
this.btnSaveAs.Name = "btnSaveAs"; |
|
this.btnSaveAs.Size = new System.Drawing.Size(75, 23); |
|
this.btnSaveAs.TabIndex = 16; |
|
this.btnSaveAs.Text = "另存为"; |
|
this.btnSaveAs.UseVisualStyleBackColor = true; |
|
this.btnSaveAs.Click += new System.EventHandler(this.btnSaveAs_Click); |
|
// |
|
// btnSave |
|
// |
|
this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup; |
|
this.btnSave.Location = new System.Drawing.Point(0, 6); |
|
this.btnSave.Name = "btnSave"; |
|
this.btnSave.Size = new System.Drawing.Size(75, 23); |
|
this.btnSave.TabIndex = 15; |
|
this.btnSave.Text = "保存"; |
|
this.btnSave.UseVisualStyleBackColor = true; |
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click); |
|
// |
|
// ucSymbolItemConfig1 |
|
// |
|
this.ucSymbolItemConfig1.Dock = System.Windows.Forms.DockStyle.Top; |
|
sfSymbol1.Color = new int[] { |
|
255, |
|
255, |
|
255, |
|
255}; |
|
slSymbol1.Color = new int[] { |
|
0, |
|
0, |
|
255, |
|
255}; |
|
slSymbol1.Style = Kingo.Mobile.Shape2KOTool.XSDClass.esriSimpleLineStyle.esriSLSSolid; |
|
slSymbol1.Type = "esriSLS"; |
|
slSymbol1.Width = 0D; |
|
sfSymbol1.Outline = slSymbol1; |
|
sfSymbol1.Style = Kingo.Mobile.Shape2KOTool.XSDClass.esriSimpleFillStyle.esriSFSSolid; |
|
sfSymbol1.Type = "esriSFS"; |
|
this.ucSymbolItemConfig1.FSymbol = sfSymbol1; |
|
this.ucSymbolItemConfig1.Location = new System.Drawing.Point(5, 19); |
|
this.ucSymbolItemConfig1.Name = "ucSymbolItemConfig1"; |
|
this.ucSymbolItemConfig1.Size = new System.Drawing.Size(158, 337); |
|
this.ucSymbolItemConfig1.TabIndex = 0; |
|
// |
|
// panel2 |
|
// |
|
this.panel2.Controls.Add(this.btnCancel); |
|
this.panel2.Controls.Add(this.btnOk); |
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; |
|
this.panel2.Location = new System.Drawing.Point(10, 408); |
|
this.panel2.Name = "panel2"; |
|
this.panel2.Size = new System.Drawing.Size(168, 35); |
|
this.panel2.TabIndex = 1; |
|
// |
|
// btnCancel |
|
// |
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
|
this.btnCancel.Location = new System.Drawing.Point(88, 6); |
|
this.btnCancel.Name = "btnCancel"; |
|
this.btnCancel.Size = new System.Drawing.Size(75, 23); |
|
this.btnCancel.TabIndex = 14; |
|
this.btnCancel.Text = "取消"; |
|
this.btnCancel.UseVisualStyleBackColor = true; |
|
// |
|
// btnOk |
|
// |
|
this.btnOk.Location = new System.Drawing.Point(5, 6); |
|
this.btnOk.Name = "btnOk"; |
|
this.btnOk.Size = new System.Drawing.Size(75, 23); |
|
this.btnOk.TabIndex = 13; |
|
this.btnOk.Text = "确定"; |
|
this.btnOk.UseVisualStyleBackColor = true; |
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click); |
|
// |
|
// imageListSmall |
|
// |
|
this.imageListSmall.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListSmall.ImageStream"))); |
|
this.imageListSmall.TransparentColor = System.Drawing.Color.Transparent; |
|
this.imageListSmall.Images.SetKeyName(0, "指北针.png"); |
|
this.imageListSmall.Images.SetKeyName(1, "宗地图.png"); |
|
// |
|
// listViewStyleBindingSource |
|
// |
|
this.listViewStyleBindingSource.DataSource = typeof(Kingo.Mobile.Shape2KOTool.SymbolSetting.ListViewStyle); |
|
// |
|
// frmSymbolSelector |
|
// |
|
this.AcceptButton = this.btnOk; |
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
this.CancelButton = this.btnCancel; |
|
this.ClientSize = new System.Drawing.Size(573, 453); |
|
this.Controls.Add(this.groupBox1); |
|
this.Controls.Add(this.panel1); |
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; |
|
this.MaximizeBox = false; |
|
this.Name = "frmSymbolSelector"; |
|
this.Padding = new System.Windows.Forms.Padding(5); |
|
this.ShowInTaskbar = false; |
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
|
this.Text = "样式选择"; |
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSymbolSelector_FormClosing); |
|
this.Load += new System.EventHandler(this.frmSymbolSelector_Load); |
|
this.groupBox1.ResumeLayout(false); |
|
this.panel4.ResumeLayout(false); |
|
this.panel4.PerformLayout(); |
|
this.panel1.ResumeLayout(false); |
|
this.groupBox2.ResumeLayout(false); |
|
this.panel3.ResumeLayout(false); |
|
this.panel2.ResumeLayout(false); |
|
((System.ComponentModel.ISupportInitialize)(this.listViewStyleBindingSource)).EndInit(); |
|
this.ResumeLayout(false); |
|
|
|
} |
|
|
|
// Token: 0x04000172 RID: 370 |
|
private global::System.ComponentModel.IContainer components = null; |
|
|
|
// Token: 0x04000173 RID: 371 |
|
private global::System.Windows.Forms.GroupBox groupBox1; |
|
|
|
// Token: 0x04000174 RID: 372 |
|
private global::System.Windows.Forms.ListView listViewSymbol; |
|
|
|
// Token: 0x04000175 RID: 373 |
|
private global::System.Windows.Forms.Panel panel1; |
|
|
|
// Token: 0x04000176 RID: 374 |
|
private global::System.Windows.Forms.GroupBox groupBox2; |
|
|
|
// Token: 0x04000177 RID: 375 |
|
private global::System.Windows.Forms.Panel panel2; |
|
|
|
// Token: 0x04000178 RID: 376 |
|
private global::System.Windows.Forms.Button btnCancel; |
|
|
|
// Token: 0x04000179 RID: 377 |
|
private global::System.Windows.Forms.Button btnOk; |
|
|
|
// Token: 0x0400017A RID: 378 |
|
private global::Kingo.Mobile.Shape2KOTool.SymbolSetting.UCSymbolItemConfig ucSymbolItemConfig1; |
|
|
|
// Token: 0x0400017B RID: 379 |
|
private global::System.Windows.Forms.Panel panel3; |
|
|
|
// Token: 0x0400017C RID: 380 |
|
private global::System.Windows.Forms.Button btnSaveAs; |
|
|
|
// Token: 0x0400017D RID: 381 |
|
private global::System.Windows.Forms.Button btnSave; |
|
|
|
// Token: 0x0400017E RID: 382 |
|
private global::System.Windows.Forms.ColumnHeader columnHeader1; |
|
|
|
// Token: 0x0400017F RID: 383 |
|
private global::System.Windows.Forms.ColumnHeader columnHeader2; |
|
|
|
// Token: 0x04000182 RID: 386 |
|
private global::System.Windows.Forms.Panel panel4; |
|
|
|
// Token: 0x04000183 RID: 387 |
|
private global::System.Windows.Forms.Label label1; |
|
|
|
// Token: 0x04000184 RID: 388 |
|
private global::System.Windows.Forms.TextBox textBox1; |
|
|
|
// Token: 0x04000185 RID: 389 |
|
private global::System.Windows.Forms.Button button1; |
|
|
|
// Token: 0x04000186 RID: 390 |
|
private global::System.Windows.Forms.ComboBox comboBoxListStyle; |
|
private System.Windows.Forms.ImageList imageListBig; |
|
private System.Windows.Forms.ImageList imageListSmall; |
|
private System.Windows.Forms.BindingSource listViewStyleBindingSource; |
|
} |
|
}
|
|
|