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.
129 lines
6.1 KiB
129 lines
6.1 KiB
using KGIS.Plugin.LayerProperty.Utils; |
|
|
|
namespace KGIS.Plugin.LayerProperty.View.UC_Controls |
|
{ |
|
partial class UCLayerProperties |
|
{ |
|
/// <summary> |
|
/// 必需的设计器变量。 |
|
/// </summary> |
|
private System.ComponentModel.IContainer components = null; |
|
|
|
/// <summary> |
|
/// 清理所有正在使用的资源。 |
|
/// </summary> |
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> |
|
protected override void Dispose(bool disposing) |
|
{ |
|
if (disposing && (components != null)) |
|
{ |
|
components.Dispose(); |
|
} |
|
base.Dispose(disposing); |
|
} |
|
|
|
#region 组件设计器生成的代码 |
|
|
|
/// <summary> |
|
/// 设计器支持所需的方法 - 不要修改 |
|
/// 使用代码编辑器修改此方法的内容。 |
|
/// </summary> |
|
private void InitializeComponent() |
|
{ |
|
KGIS.Plugin.LayerProperty.Utils.Settings settings1 = new KGIS.Plugin.LayerProperty.Utils.Settings(); |
|
KGIS.Plugin.LayerProperty.Utils.Settings settings2 = new KGIS.Plugin.LayerProperty.Utils.Settings(); |
|
this.TabControlMain = new DevExpress.XtraTab.XtraTabControl(); |
|
this.tabGeneralProperty = new DevExpress.XtraTab.XtraTabPage(); |
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton(); |
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); |
|
this.btnApply = new DevExpress.XtraEditors.SimpleButton(); |
|
((System.ComponentModel.ISupportInitialize)(this.TabControlMain)).BeginInit(); |
|
this.TabControlMain.SuspendLayout(); |
|
this.SuspendLayout(); |
|
// |
|
// TabControlMain |
|
// |
|
this.TabControlMain.HeaderButtonsShowMode = DevExpress.XtraTab.TabButtonShowMode.WhenNeeded; |
|
this.TabControlMain.Location = new System.Drawing.Point(0, 0); |
|
this.TabControlMain.Name = "TabControlMain"; |
|
this.TabControlMain.SelectedTabPage = this.tabGeneralProperty; |
|
this.TabControlMain.Size = new System.Drawing.Size(645, 462); |
|
this.TabControlMain.TabIndex = 0; |
|
this.TabControlMain.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { |
|
this.tabGeneralProperty}); |
|
this.TabControlMain.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.TabControlMain_SelectedPageChanged); |
|
// |
|
// tabGeneralProperty |
|
// |
|
this.tabGeneralProperty.AutoScroll = true; |
|
this.tabGeneralProperty.Name = "tabGeneralProperty"; |
|
this.tabGeneralProperty.Size = new System.Drawing.Size(639, 433); |
|
this.tabGeneralProperty.Text = "基本属性"; |
|
// |
|
// btnOK |
|
// |
|
settings1.btnAbandonModify = "放弃修改"; |
|
settings1.btnApply = "应用"; |
|
settings1.btnCancel = "取消"; |
|
settings1.btnOK = "确定"; |
|
settings1.btnReset = "重置"; |
|
settings1.SettingsKey = ""; |
|
this.btnOK.DataBindings.Add(new System.Windows.Forms.Binding("Text", settings1, "btnOK", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
|
this.btnOK.Location = new System.Drawing.Point(368, 466); |
|
this.btnOK.Name = "btnOK"; |
|
this.btnOK.Size = new System.Drawing.Size(75, 23); |
|
this.btnOK.TabIndex = 1; |
|
this.btnOK.Text = settings1.btnOK; |
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click); |
|
// |
|
// btnCancel |
|
// |
|
settings2.btnAbandonModify = "放弃修改"; |
|
settings2.btnApply = "应用"; |
|
settings2.btnCancel = "取消"; |
|
settings2.btnOK = "确定"; |
|
settings2.btnReset = "重置"; |
|
settings2.SettingsKey = ""; |
|
this.btnCancel.DataBindings.Add(new System.Windows.Forms.Binding("Text", settings2, "btnCancel", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
|
this.btnCancel.Location = new System.Drawing.Point(449, 466); |
|
this.btnCancel.Name = "btnCancel"; |
|
this.btnCancel.Size = new System.Drawing.Size(75, 23); |
|
this.btnCancel.TabIndex = 2; |
|
this.btnCancel.Text = settings2.btnCancel; |
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); |
|
// |
|
// btnApply |
|
// |
|
this.btnApply.DataBindings.Add(new System.Windows.Forms.Binding("Text", settings2, "btnApply", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
|
this.btnApply.Location = new System.Drawing.Point(530, 466); |
|
this.btnApply.Name = "btnApply"; |
|
this.btnApply.Size = new System.Drawing.Size(75, 23); |
|
this.btnApply.TabIndex = 3; |
|
this.btnApply.Text = settings2.btnApply; |
|
this.btnApply.Click += new System.EventHandler(this.btnApply_Click); |
|
// |
|
// UCLayerProperties |
|
// |
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
this.Controls.Add(this.btnApply); |
|
this.Controls.Add(this.btnCancel); |
|
this.Controls.Add(this.btnOK); |
|
this.Controls.Add(this.TabControlMain); |
|
this.Name = "UCLayerProperties"; |
|
this.Size = new System.Drawing.Size(645, 500); |
|
this.ParentChanged += new System.EventHandler(this.UCLayerProperties_ParentChanged); |
|
((System.ComponentModel.ISupportInitialize)(this.TabControlMain)).EndInit(); |
|
this.TabControlMain.ResumeLayout(false); |
|
this.ResumeLayout(false); |
|
|
|
} |
|
|
|
#endregion |
|
private DevExpress.XtraTab.XtraTabControl TabControlMain; |
|
private DevExpress.XtraTab.XtraTabPage tabGeneralProperty; |
|
internal DevExpress.XtraEditors.SimpleButton btnOK; |
|
internal DevExpress.XtraEditors.SimpleButton btnCancel; |
|
internal DevExpress.XtraEditors.SimpleButton btnApply; |
|
} |
|
}
|
|
|