SymbolSelectorFrm.Designer.cs
资源名称:vcengine.rar [点击查看]
上传用户:songlsx
上传日期:2022-06-19
资源大小:2227k
文件大小:19k
源码类别:
GIS编程
开发平台:
Visual C++
- namespace LinGIS
- {
- partial class SymbolSelectorFrm
- {
- /// <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 Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SymbolSelectorFrm));
- this.btnOK = new System.Windows.Forms.Button();
- this.btnCancel = new System.Windows.Forms.Button();
- this.axSymbologyControl = new ESRI.ArcGIS.Controls.AxSymbologyControl();
- this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
- this.ptbPreview = new System.Windows.Forms.PictureBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.grbMarker = new System.Windows.Forms.GroupBox();
- this.lblOutlineColor = new System.Windows.Forms.Label();
- this.btnOutlineColor = new System.Windows.Forms.Button();
- this.lblWidth = new System.Windows.Forms.Label();
- this.nudWidth = new System.Windows.Forms.NumericUpDown();
- this.btnColor = new System.Windows.Forms.Button();
- this.nudSize = new System.Windows.Forms.NumericUpDown();
- this.nudAngle = new System.Windows.Forms.NumericUpDown();
- this.lblAngle = new System.Windows.Forms.Label();
- this.lblSize = new System.Windows.Forms.Label();
- this.lblColor = new System.Windows.Forms.Label();
- this.colorDialog = new System.Windows.Forms.ColorDialog();
- this.btnMoreSymbols = new System.Windows.Forms.Button();
- this.contextMenuStripMoreSymbol = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
- ((System.ComponentModel.ISupportInitialize)(this.axSymbologyControl)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ptbPreview)).BeginInit();
- this.groupBox1.SuspendLayout();
- this.grbMarker.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudWidth)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudSize)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudAngle)).BeginInit();
- this.SuspendLayout();
- //
- // btnOK
- //
- this.btnOK.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.btnOK.Location = new System.Drawing.Point(428, 423);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(75, 23);
- this.btnOK.TabIndex = 0;
- this.btnOK.Text = "确定";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // btnCancel
- //
- this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Location = new System.Drawing.Point(428, 452);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(75, 23);
- this.btnCancel.TabIndex = 1;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // axSymbologyControl
- //
- this.axSymbologyControl.Location = new System.Drawing.Point(12, 41);
- this.axSymbologyControl.Name = "axSymbologyControl";
- this.axSymbologyControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axSymbologyControl.OcxState")));
- this.axSymbologyControl.Size = new System.Drawing.Size(309, 434);
- this.axSymbologyControl.TabIndex = 3;
- this.axSymbologyControl.OnDoubleClick += new ESRI.ArcGIS.Controls.ISymbologyControlEvents_Ax_OnDoubleClickEventHandler(this.axSymbologyControl_OnDoubleClick);
- this.axSymbologyControl.OnItemSelected += new ESRI.ArcGIS.Controls.ISymbologyControlEvents_Ax_OnItemSelectedEventHandler(this.axSymbologyControl_OnItemSelected);
- this.axSymbologyControl.OnStyleClassChanged += new ESRI.ArcGIS.Controls.ISymbologyControlEvents_Ax_OnStyleClassChangedEventHandler(this.axSymbologyControl_OnStyleClassChanged);
- //
- // axLicenseControl1
- //
- this.axLicenseControl1.Enabled = true;
- this.axLicenseControl1.Location = new System.Drawing.Point(335, 387);
- this.axLicenseControl1.Name = "axLicenseControl1";
- this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
- this.axLicenseControl1.Size = new System.Drawing.Size(32, 32);
- this.axLicenseControl1.TabIndex = 4;
- //
- // ptbPreview
- //
- this.ptbPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.ptbPreview.Location = new System.Drawing.Point(6, 17);
- this.ptbPreview.Name = "ptbPreview";
- this.ptbPreview.Size = new System.Drawing.Size(160, 120);
- this.ptbPreview.TabIndex = 5;
- this.ptbPreview.TabStop = false;
- //
- // groupBox1
- //
- this.groupBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.groupBox1.Controls.Add(this.ptbPreview);
- this.groupBox1.Location = new System.Drawing.Point(327, 59);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(176, 145);
- this.groupBox1.TabIndex = 6;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "预览";
- //
- // grbMarker
- //
- this.grbMarker.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.grbMarker.Controls.Add(this.lblOutlineColor);
- this.grbMarker.Controls.Add(this.btnOutlineColor);
- this.grbMarker.Controls.Add(this.lblWidth);
- this.grbMarker.Controls.Add(this.nudWidth);
- this.grbMarker.Controls.Add(this.btnColor);
- this.grbMarker.Controls.Add(this.nudSize);
- this.grbMarker.Controls.Add(this.nudAngle);
- this.grbMarker.Controls.Add(this.lblAngle);
- this.grbMarker.Controls.Add(this.lblSize);
- this.grbMarker.Controls.Add(this.lblColor);
- this.grbMarker.Location = new System.Drawing.Point(327, 210);
- this.grbMarker.Name = "grbMarker";
- this.grbMarker.Size = new System.Drawing.Size(176, 165);
- this.grbMarker.TabIndex = 8;
- this.grbMarker.TabStop = false;
- this.grbMarker.Text = "设置";
- //
- // lblOutlineColor
- //
- this.lblOutlineColor.AutoSize = true;
- this.lblOutlineColor.Location = new System.Drawing.Point(6, 135);
- this.lblOutlineColor.Name = "lblOutlineColor";
- this.lblOutlineColor.Size = new System.Drawing.Size(53, 12);
- this.lblOutlineColor.TabIndex = 13;
- this.lblOutlineColor.Text = "外框颜色";
- //
- // btnOutlineColor
- //
- this.btnOutlineColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOutlineColor.Location = new System.Drawing.Point(65, 130);
- this.btnOutlineColor.Name = "btnOutlineColor";
- this.btnOutlineColor.Size = new System.Drawing.Size(42, 23);
- this.btnOutlineColor.TabIndex = 12;
- this.btnOutlineColor.UseVisualStyleBackColor = true;
- this.btnOutlineColor.Click += new System.EventHandler(this.btnOutlineColor_Click);
- //
- // lblWidth
- //
- this.lblWidth.AutoSize = true;
- this.lblWidth.Location = new System.Drawing.Point(6, 78);
- this.lblWidth.Name = "lblWidth";
- this.lblWidth.Size = new System.Drawing.Size(29, 12);
- this.lblWidth.TabIndex = 11;
- this.lblWidth.Text = "宽度";
- //
- // nudWidth
- //
- this.nudWidth.Location = new System.Drawing.Point(53, 76);
- this.nudWidth.Name = "nudWidth";
- this.nudWidth.Size = new System.Drawing.Size(62, 21);
- this.nudWidth.TabIndex = 10;
- this.nudWidth.ValueChanged += new System.EventHandler(this.nudWidth_ValueChanged);
- //
- // btnColor
- //
- this.btnColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnColor.Location = new System.Drawing.Point(65, 20);
- this.btnColor.Name = "btnColor";
- this.btnColor.Size = new System.Drawing.Size(42, 23);
- this.btnColor.TabIndex = 9;
- this.btnColor.UseVisualStyleBackColor = true;
- this.btnColor.Click += new System.EventHandler(this.btnColor_Click);
- //
- // nudSize
- //
- this.nudSize.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.nudSize.Location = new System.Drawing.Point(53, 49);
- this.nudSize.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.nudSize.Name = "nudSize";
- this.nudSize.Size = new System.Drawing.Size(72, 21);
- this.nudSize.TabIndex = 4;
- this.nudSize.Value = new decimal(new int[] {
- 18,
- 0,
- 0,
- 0});
- this.nudSize.ValueChanged += new System.EventHandler(this.nudSize_ValueChanged);
- //
- // nudAngle
- //
- this.nudAngle.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.nudAngle.Location = new System.Drawing.Point(53, 103);
- this.nudAngle.Maximum = new decimal(new int[] {
- 360,
- 0,
- 0,
- 0});
- this.nudAngle.Minimum = new decimal(new int[] {
- 360,
- 0,
- 0,
- -2147483648});
- this.nudAngle.Name = "nudAngle";
- this.nudAngle.Size = new System.Drawing.Size(72, 21);
- this.nudAngle.TabIndex = 3;
- this.nudAngle.ValueChanged += new System.EventHandler(this.nudAngle_ValueChanged);
- //
- // lblAngle
- //
- this.lblAngle.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.lblAngle.AutoSize = true;
- this.lblAngle.Location = new System.Drawing.Point(6, 105);
- this.lblAngle.Name = "lblAngle";
- this.lblAngle.Size = new System.Drawing.Size(29, 12);
- this.lblAngle.TabIndex = 2;
- this.lblAngle.Text = "角度";
- //
- // lblSize
- //
- this.lblSize.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.lblSize.AutoSize = true;
- this.lblSize.Location = new System.Drawing.Point(6, 51);
- this.lblSize.Name = "lblSize";
- this.lblSize.Size = new System.Drawing.Size(29, 12);
- this.lblSize.TabIndex = 1;
- this.lblSize.Text = "大小";
- //
- // lblColor
- //
- this.lblColor.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.lblColor.AutoSize = true;
- this.lblColor.Location = new System.Drawing.Point(6, 26);
- this.lblColor.Name = "lblColor";
- this.lblColor.Size = new System.Drawing.Size(29, 12);
- this.lblColor.TabIndex = 0;
- this.lblColor.Text = "颜色";
- //
- // btnMoreSymbols
- //
- this.btnMoreSymbols.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.btnMoreSymbols.Location = new System.Drawing.Point(428, 394);
- this.btnMoreSymbols.Name = "btnMoreSymbols";
- this.btnMoreSymbols.Size = new System.Drawing.Size(75, 23);
- this.btnMoreSymbols.TabIndex = 9;
- this.btnMoreSymbols.Text = "更多符号";
- this.btnMoreSymbols.UseVisualStyleBackColor = true;
- this.btnMoreSymbols.Click += new System.EventHandler(this.btnMoreSymbols_Click);
- //
- // contextMenuStripMoreSymbol
- //
- this.contextMenuStripMoreSymbol.Name = "contextMenuStripMoreSymbol";
- this.contextMenuStripMoreSymbol.Size = new System.Drawing.Size(61, 4);
- //
- // openFileDialog
- //
- this.openFileDialog.Filter = "ESRI Style Set 文件 (*.ServerStyle)|*.ServerStyle";
- this.openFileDialog.RestoreDirectory = true;
- this.openFileDialog.Title = "选择ESRI Style Set文件";
- //
- // SymbolSelectorFrm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(515, 525);
- this.Controls.Add(this.btnMoreSymbols);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.axLicenseControl1);
- this.Controls.Add(this.grbMarker);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.axSymbologyControl);
- this.Controls.Add(this.btnOK);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "SymbolSelectorFrm";
- this.ShowInTaskbar = false;
- this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
- this.Text = "SymbolSelector";
- this.Load += new System.EventHandler(this.SymbolSelectorFrm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.axSymbologyControl)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ptbPreview)).EndInit();
- this.groupBox1.ResumeLayout(false);
- this.grbMarker.ResumeLayout(false);
- this.grbMarker.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudWidth)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudSize)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudAngle)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button btnOK;
- private System.Windows.Forms.Button btnCancel;
- private ESRI.ArcGIS.Controls.AxSymbologyControl axSymbologyControl;
- private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
- private System.Windows.Forms.PictureBox ptbPreview;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox grbMarker;
- private System.Windows.Forms.NumericUpDown nudSize;
- private System.Windows.Forms.NumericUpDown nudAngle;
- private System.Windows.Forms.Label lblAngle;
- private System.Windows.Forms.Label lblSize;
- private System.Windows.Forms.Label lblColor;
- private System.Windows.Forms.Button btnColor;
- private System.Windows.Forms.ColorDialog colorDialog;
- private System.Windows.Forms.NumericUpDown nudWidth;
- private System.Windows.Forms.Label lblWidth;
- private System.Windows.Forms.Button btnOutlineColor;
- private System.Windows.Forms.Label lblOutlineColor;
- private System.Windows.Forms.Button btnMoreSymbols;
- private System.Windows.Forms.ContextMenuStrip contextMenuStripMoreSymbol;
- private System.Windows.Forms.OpenFileDialog openFileDialog;
- }
- }