/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form2));
			this.axSymbologyControl1 = new ESRI.ArcGIS.Controls.AxSymbologyControl();
			this.button1 = new System.Windows.Forms.Button();
			this.button2 = new System.Windows.Forms.Button();
			((System.ComponentModel.ISupportInitialize)(this.axSymbologyControl1)).BeginInit();
			this.SuspendLayout();
			// 
			// axSymbologyControl1
			// 
			this.axSymbologyControl1.Location = new System.Drawing.Point(8, 8);
			this.axSymbologyControl1.Name = "axSymbologyControl1";
			this.axSymbologyControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axSymbologyControl1.OcxState")));
			this.axSymbologyControl1.Size = new System.Drawing.Size(265, 272);
			this.axSymbologyControl1.TabIndex = 0;
			this.axSymbologyControl1.OnItemSelected += new ESRI.ArcGIS.Controls.ISymbologyControlEvents_Ax_OnItemSelectedEventHandler(this.axSymbologyControl1_OnItemSelected);
			// 
			// button1
			// 
			this.button1.Location = new System.Drawing.Point(120, 288);
			this.button1.Name = "button1";
			this.button1.TabIndex = 2;
			this.button1.Text = "OK";
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// button2
			// 
			this.button2.Location = new System.Drawing.Point(200, 288);
			this.button2.Name = "button2";
			this.button2.TabIndex = 3;
			this.button2.Text = "Cancel";
			this.button2.Click += new System.EventHandler(this.button2_Click);
			// 
			// Form2
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(280, 320);
			this.Controls.Add(this.button2);
			this.Controls.Add(this.button1);
			this.Controls.Add(this.axSymbologyControl1);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.Name = "Form2";
			this.Text = "Symbol Form";
			this.Load += new System.EventHandler(this.Form2_Load);
			((System.ComponentModel.ISupportInitialize)(this.axSymbologyControl1)).EndInit();
			this.ResumeLayout(false);

		}
Exemple #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form2));
     this.axSymbologyControl1 = new ESRI.ArcGIS.Controls.AxSymbologyControl();
     this.button1             = new System.Windows.Forms.Button();
     this.button2             = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.axSymbologyControl1)).BeginInit();
     this.SuspendLayout();
     //
     // axSymbologyControl1
     //
     this.axSymbologyControl1.Location        = new System.Drawing.Point(8, 8);
     this.axSymbologyControl1.Name            = "axSymbologyControl1";
     this.axSymbologyControl1.OcxState        = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axSymbologyControl1.OcxState")));
     this.axSymbologyControl1.Size            = new System.Drawing.Size(265, 272);
     this.axSymbologyControl1.TabIndex        = 0;
     this.axSymbologyControl1.OnItemSelected += new ESRI.ArcGIS.Controls.ISymbologyControlEvents_Ax_OnItemSelectedEventHandler(this.axSymbologyControl1_OnItemSelected);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(120, 288);
     this.button1.Name     = "button1";
     this.button1.TabIndex = 2;
     this.button1.Text     = "OK";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(200, 288);
     this.button2.Name     = "button2";
     this.button2.TabIndex = 3;
     this.button2.Text     = "Cancel";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // Form2
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(280, 320);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.axSymbologyControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "Form2";
     this.Text            = "Symbol Form";
     this.Load           += new System.EventHandler(this.Form2_Load);
     ((System.ComponentModel.ISupportInitialize)(this.axSymbologyControl1)).EndInit();
     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(GetSymbol));
     this.label1 = new System.Windows.Forms.Label();
     this.cbxStyles = new System.Windows.Forms.ComboBox();
     this.btnOtherStyles = new System.Windows.Forms.Button();
     this.cmdCancel = new System.Windows.Forms.Button();
     this.cmdOK = new System.Windows.Forms.Button();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.axSymbologyControl1 = new ESRI.ArcGIS.Controls.AxSymbologyControl();
     this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axSymbologyControl1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(4, 19);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(77, 12);
     this.label1.TabIndex = 16;
     this.label1.Text = "选择样式库:";
     //
     // cbxStyles
     //
     this.cbxStyles.FormattingEnabled = true;
     this.cbxStyles.Location = new System.Drawing.Point(87, 16);
     this.cbxStyles.Name = "cbxStyles";
     this.cbxStyles.Size = new System.Drawing.Size(262, 20);
     this.cbxStyles.TabIndex = 15;
     this.cbxStyles.SelectedIndexChanged += new System.EventHandler(this.cbxStyles_SelectedIndexChanged);
     //
     // btnOtherStyles
     //
     this.btnOtherStyles.Location = new System.Drawing.Point(391, 13);
     this.btnOtherStyles.Name = "btnOtherStyles";
     this.btnOtherStyles.Size = new System.Drawing.Size(54, 25);
     this.btnOtherStyles.TabIndex = 14;
     this.btnOtherStyles.Text = "其  它";
     this.btnOtherStyles.Click += new System.EventHandler(this.btnOtherStyles_Click);
     //
     // cmdCancel
     //
     this.cmdCancel.Location = new System.Drawing.Point(367, 282);
     this.cmdCancel.Name = "cmdCancel";
     this.cmdCancel.Size = new System.Drawing.Size(103, 25);
     this.cmdCancel.TabIndex = 13;
     this.cmdCancel.Text = "取  消";
     this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
     //
     // cmdOK
     //
     this.cmdOK.Location = new System.Drawing.Point(367, 349);
     this.cmdOK.Name = "cmdOK";
     this.cmdOK.Size = new System.Drawing.Size(103, 27);
     this.cmdOK.TabIndex = 12;
     this.cmdOK.Text = "确  定";
     this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(355, 64);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(142, 175);
     this.pictureBox1.TabIndex = 11;
     this.pictureBox1.TabStop = false;
     //
     // axSymbologyControl1
     //
     this.axSymbologyControl1.Location = new System.Drawing.Point(6, 76);
     this.axSymbologyControl1.Name = "axSymbologyControl1";
     this.axSymbologyControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axSymbologyControl1.OcxState")));
     this.axSymbologyControl1.Size = new System.Drawing.Size(343, 412);
     this.axSymbologyControl1.TabIndex = 10;
     this.axSymbologyControl1.OnItemSelected += new ESRI.ArcGIS.Controls.ISymbologyControlEvents_Ax_OnItemSelectedEventHandler(this.axSymbologyControl1_OnItemSelected);
     //
     // GetSymbol
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.MistyRose;
     this.ClientSize = new System.Drawing.Size(509, 436);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.cbxStyles);
     this.Controls.Add(this.btnOtherStyles);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.cmdOK);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.axSymbologyControl1);
     this.Name = "GetSymbol";
     this.Text = "选择图式符号";
     this.Load += new System.EventHandler(this.GetSmybol_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.axSymbologyControl1)).EndInit();
     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(SymbolSelectorFrm));
     this.axSymbologyControl = new ESRI.ArcGIS.Controls.AxSymbologyControl();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.ptbPreview = new System.Windows.Forms.PictureBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.nudAngle = new System.Windows.Forms.NumericUpDown();
     this.nudWidth = new System.Windows.Forms.NumericUpDown();
     this.nudSize = new System.Windows.Forms.NumericUpDown();
     this.btnOutlineColor = new System.Windows.Forms.Button();
     this.btnColor = new System.Windows.Forms.Button();
     this.lblOutlineColor = new System.Windows.Forms.Label();
     this.lblAngle = new System.Windows.Forms.Label();
     this.lblWidth = new System.Windows.Forms.Label();
     this.lblSize = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.btnMoreSymbols = new System.Windows.Forms.Button();
     this.btnOK = new System.Windows.Forms.Button();
     this.btnCancle = new System.Windows.Forms.Button();
     this.contextMenuStripMoreSymbol = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.colorDialog = new System.Windows.Forms.ColorDialog();
     ((System.ComponentModel.ISupportInitialize)(this.axSymbologyControl)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ptbPreview)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudAngle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudWidth)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudSize)).BeginInit();
     this.SuspendLayout();
     //
     // axSymbologyControl
     //
     this.axSymbologyControl.Location = new System.Drawing.Point(12, 12);
     this.axSymbologyControl.Name = "axSymbologyControl";
     this.axSymbologyControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axSymbologyControl.OcxState")));
     this.axSymbologyControl.Size = new System.Drawing.Size(280, 472);
     this.axSymbologyControl.TabIndex = 0;
     this.axSymbologyControl.OnDoubleClick += new ESRI.ArcGIS.Controls.ISymbologyControlEvents_Ax_OnDoubleClickEventHandler(this.axSymbologyControl_OnDoubleClick);
     this.axSymbologyControl.OnStyleClassChanged += new ESRI.ArcGIS.Controls.ISymbologyControlEvents_Ax_OnStyleClassChangedEventHandler(this.axSymbologyControl_OnStyleClassChanged);
     this.axSymbologyControl.OnItemSelected += new ESRI.ArcGIS.Controls.ISymbologyControlEvents_Ax_OnItemSelectedEventHandler(this.axSymbologyControl_OnItemSelected);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.ptbPreview);
     this.groupBox1.Location = new System.Drawing.Point(298, 35);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(169, 116);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "预览";
     //
     // ptbPreview
     //
     this.ptbPreview.Location = new System.Drawing.Point(6, 20);
     this.ptbPreview.Name = "ptbPreview";
     this.ptbPreview.Size = new System.Drawing.Size(157, 90);
     this.ptbPreview.TabIndex = 0;
     this.ptbPreview.TabStop = false;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.nudAngle);
     this.groupBox2.Controls.Add(this.nudWidth);
     this.groupBox2.Controls.Add(this.nudSize);
     this.groupBox2.Controls.Add(this.btnOutlineColor);
     this.groupBox2.Controls.Add(this.btnColor);
     this.groupBox2.Controls.Add(this.lblOutlineColor);
     this.groupBox2.Controls.Add(this.lblAngle);
     this.groupBox2.Controls.Add(this.lblWidth);
     this.groupBox2.Controls.Add(this.lblSize);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Location = new System.Drawing.Point(298, 175);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(169, 162);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "设置";
     //
     // nudAngle
     //
     this.nudAngle.Location = new System.Drawing.Point(86, 108);
     this.nudAngle.Name = "nudAngle";
     this.nudAngle.Size = new System.Drawing.Size(41, 21);
     this.nudAngle.TabIndex = 9;
     this.nudAngle.ValueChanged += new System.EventHandler(this.nudAngle_ValueChanged);
     //
     // nudWidth
     //
     this.nudWidth.Location = new System.Drawing.Point(86, 81);
     this.nudWidth.Name = "nudWidth";
     this.nudWidth.Size = new System.Drawing.Size(41, 21);
     this.nudWidth.TabIndex = 8;
     this.nudWidth.ValueChanged += new System.EventHandler(this.nudWidth_ValueChanged);
     //
     // nudSize
     //
     this.nudSize.Location = new System.Drawing.Point(86, 54);
     this.nudSize.Name = "nudSize";
     this.nudSize.Size = new System.Drawing.Size(41, 21);
     this.nudSize.TabIndex = 7;
     this.nudSize.ValueChanged += new System.EventHandler(this.nudSize_ValueChanged);
     //
     // btnOutlineColor
     //
     this.btnOutlineColor.Location = new System.Drawing.Point(78, 132);
     this.btnOutlineColor.Name = "btnOutlineColor";
     this.btnOutlineColor.Size = new System.Drawing.Size(56, 23);
     this.btnOutlineColor.TabIndex = 6;
     this.btnOutlineColor.UseVisualStyleBackColor = true;
     this.btnOutlineColor.Click += new System.EventHandler(this.btnOutlineColor_Click);
     //
     // btnColor
     //
     this.btnColor.Location = new System.Drawing.Point(78, 20);
     this.btnColor.Name = "btnColor";
     this.btnColor.Size = new System.Drawing.Size(56, 23);
     this.btnColor.TabIndex = 5;
     this.btnColor.UseVisualStyleBackColor = true;
     this.btnColor.Click += new System.EventHandler(this.btnColor_Click);
     //
     // lblOutlineColor
     //
     this.lblOutlineColor.AutoSize = true;
     this.lblOutlineColor.Location = new System.Drawing.Point(13, 137);
     this.lblOutlineColor.Name = "lblOutlineColor";
     this.lblOutlineColor.Size = new System.Drawing.Size(65, 12);
     this.lblOutlineColor.TabIndex = 4;
     this.lblOutlineColor.Text = "外框颜色:";
     //
     // lblAngle
     //
     this.lblAngle.AutoSize = true;
     this.lblAngle.Location = new System.Drawing.Point(24, 110);
     this.lblAngle.Name = "lblAngle";
     this.lblAngle.Size = new System.Drawing.Size(41, 12);
     this.lblAngle.TabIndex = 3;
     this.lblAngle.Text = "角度:";
     //
     // lblWidth
     //
     this.lblWidth.AutoSize = true;
     this.lblWidth.Location = new System.Drawing.Point(24, 83);
     this.lblWidth.Name = "lblWidth";
     this.lblWidth.Size = new System.Drawing.Size(41, 12);
     this.lblWidth.TabIndex = 2;
     this.lblWidth.Text = "线宽:";
     //
     // lblSize
     //
     this.lblSize.AutoSize = true;
     this.lblSize.Location = new System.Drawing.Point(24, 56);
     this.lblSize.Name = "lblSize";
     this.lblSize.Size = new System.Drawing.Size(41, 12);
     this.lblSize.TabIndex = 1;
     this.lblSize.Text = "大小:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(24, 29);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(41, 12);
     this.label1.TabIndex = 0;
     this.label1.Text = "颜色:";
     //
     // btnMoreSymbols
     //
     this.btnMoreSymbols.Location = new System.Drawing.Point(345, 367);
     this.btnMoreSymbols.Name = "btnMoreSymbols";
     this.btnMoreSymbols.Size = new System.Drawing.Size(75, 23);
     this.btnMoreSymbols.TabIndex = 6;
     this.btnMoreSymbols.Text = "更多符号";
     this.btnMoreSymbols.UseVisualStyleBackColor = true;
     this.btnMoreSymbols.Click += new System.EventHandler(this.btnMoreSymbols_Click);
     //
     // btnOK
     //
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Location = new System.Drawing.Point(304, 431);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex = 7;
     this.btnOK.Text = "确定";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancle
     //
     this.btnCancle.Location = new System.Drawing.Point(392, 431);
     this.btnCancle.Name = "btnCancle";
     this.btnCancle.Size = new System.Drawing.Size(75, 23);
     this.btnCancle.TabIndex = 8;
     this.btnCancle.Text = "取消";
     this.btnCancle.UseVisualStyleBackColor = true;
     this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
     //
     // contextMenuStripMoreSymbol
     //
     this.contextMenuStripMoreSymbol.Name = "contextMenuStripMoreSymbol";
     this.contextMenuStripMoreSymbol.Size = new System.Drawing.Size(153, 26);
     this.contextMenuStripMoreSymbol.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStripMoreSymbol_ItemClicked);
     //
     // openFileDialog
     //
     this.openFileDialog.FileName = "openFileDialog1";
     this.openFileDialog.Filter = "Styles 文件|*.ServerStyle";
     //
     // SymbolSelectorFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(479, 496);
     this.Controls.Add(this.btnCancle);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnMoreSymbols);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.axSymbologyControl);
     this.Name = "SymbolSelectorFrm";
     this.Text = "选择符号";
     this.Load += new System.EventHandler(this.SymbolSelectorFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.axSymbologyControl)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ptbPreview)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudAngle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudWidth)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudSize)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSymbology));
     this.axSymbologyControl = new ESRI.ArcGIS.Controls.AxSymbologyControl();
     this.SymbolPictureBox = new System.Windows.Forms.PictureBox();
     this.btnOK = new System.Windows.Forms.Button();
     this.btnCencel = new System.Windows.Forms.Button();
     this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
     ((System.ComponentModel.ISupportInitialize)(this.axSymbologyControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SymbolPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
     this.SuspendLayout();
     //
     // axSymbologyControl
     //
     this.axSymbologyControl.Dock = System.Windows.Forms.DockStyle.Left;
     this.axSymbologyControl.Location = new System.Drawing.Point(0, 0);
     this.axSymbologyControl.Name = "axSymbologyControl";
     this.axSymbologyControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axSymbologyControl.OcxState")));
     this.axSymbologyControl.Size = new System.Drawing.Size(300, 316);
     this.axSymbologyControl.TabIndex = 0;
     this.axSymbologyControl.OnItemSelected += new ESRI.ArcGIS.Controls.ISymbologyControlEvents_Ax_OnItemSelectedEventHandler(this.axSymbologyControl_OnItemSelected);
     //
     // SymbolPictureBox
     //
     this.SymbolPictureBox.Location = new System.Drawing.Point(311, 12);
     this.SymbolPictureBox.Name = "SymbolPictureBox";
     this.SymbolPictureBox.Size = new System.Drawing.Size(119, 50);
     this.SymbolPictureBox.TabIndex = 1;
     this.SymbolPictureBox.TabStop = false;
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(332, 242);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex = 2;
     this.btnOK.Text = "确定";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnCencel
     //
     this.btnCencel.Location = new System.Drawing.Point(332, 271);
     this.btnCencel.Name = "btnCencel";
     this.btnCencel.Size = new System.Drawing.Size(75, 23);
     this.btnCencel.TabIndex = 3;
     this.btnCencel.Text = "取消";
     this.btnCencel.UseVisualStyleBackColor = true;
     this.btnCencel.Click += new System.EventHandler(this.btnCencel_Click);
     //
     // axLicenseControl1
     //
     this.axLicenseControl1.Enabled = true;
     this.axLicenseControl1.Location = new System.Drawing.Point(167, 101);
     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;
     //
     // SymbolForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(442, 316);
     this.Controls.Add(this.axLicenseControl1);
     this.Controls.Add(this.btnCencel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.SymbolPictureBox);
     this.Controls.Add(this.axSymbologyControl);
     this.Name = "SymbolForm";
     this.Text = "SymbolForm";
     this.Load += new System.EventHandler(this.SymbolForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.axSymbologyControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SymbolPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #6
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSymbolEdit));
     this.labelX1             = new DevComponents.DotNetBar.LabelX();
     this.buttonBrowse        = new DevComponents.DotNetBar.ButtonX();
     this.axSymbologyControl1 = new ESRI.ArcGIS.Controls.AxSymbologyControl();
     this.buttonCancel        = new DevComponents.DotNetBar.ButtonX();
     this.buttonOK            = new DevComponents.DotNetBar.ButtonX();
     this.advGridSymbol       = new DevComponents.DotNetBar.AdvPropertyGrid();
     this.labelPreview        = new DevComponents.DotNetBar.LabelX();
     this.cmbStyleFiles       = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     ((System.ComponentModel.ISupportInitialize)(this.axSymbologyControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.advGridSymbol)).BeginInit();
     this.SuspendLayout();
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     this.labelX1.Location = new System.Drawing.Point(4, 8);
     this.labelX1.Name     = "labelX1";
     this.labelX1.Size     = new System.Drawing.Size(50, 18);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text     = "·ûºÅ¿â:";
     //
     // buttonBrowse
     //
     this.buttonBrowse.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonBrowse.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonBrowse.Location       = new System.Drawing.Point(480, 5);
     this.buttonBrowse.Name           = "buttonBrowse";
     this.buttonBrowse.Size           = new System.Drawing.Size(33, 23);
     this.buttonBrowse.TabIndex       = 2;
     this.buttonBrowse.Text           = "ä¯ÀÀ";
     this.buttonBrowse.Click         += new System.EventHandler(this.Button_Click);
     //
     // axSymbologyControl1
     //
     this.axSymbologyControl1.Location        = new System.Drawing.Point(4, 34);
     this.axSymbologyControl1.Name            = "axSymbologyControl1";
     this.axSymbologyControl1.OcxState        = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axSymbologyControl1.OcxState")));
     this.axSymbologyControl1.Size            = new System.Drawing.Size(313, 338);
     this.axSymbologyControl1.TabIndex        = 3;
     this.axSymbologyControl1.OnItemSelected += new ESRI.ArcGIS.Controls.ISymbologyControlEvents_Ax_OnItemSelectedEventHandler(this.SymbologyControl_OnItemSelected);
     //
     // buttonCancel
     //
     this.buttonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonCancel.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonCancel.Location       = new System.Drawing.Point(465, 349);
     this.buttonCancel.Name           = "buttonCancel";
     this.buttonCancel.Size           = new System.Drawing.Size(48, 23);
     this.buttonCancel.TabIndex       = 13;
     this.buttonCancel.Text           = "È¡Ïû";
     this.buttonCancel.Click         += new System.EventHandler(this.Button_Click);
     //
     // buttonOK
     //
     this.buttonOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonOK.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonOK.Location       = new System.Drawing.Point(411, 349);
     this.buttonOK.Name           = "buttonOK";
     this.buttonOK.Size           = new System.Drawing.Size(48, 23);
     this.buttonOK.TabIndex       = 14;
     this.buttonOK.Text           = "È·¶¨";
     this.buttonOK.Click         += new System.EventHandler(this.Button_Click);
     //
     // advGridSymbol
     //
     this.advGridSymbol.Location              = new System.Drawing.Point(322, 88);
     this.advGridSymbol.Margin                = new System.Windows.Forms.Padding(0);
     this.advGridSymbol.Name                  = "advGridSymbol";
     this.advGridSymbol.PropertySort          = DevComponents.DotNetBar.ePropertySort.Alphabetical;
     this.advGridSymbol.Size                  = new System.Drawing.Size(192, 207);
     this.advGridSymbol.TabIndex              = 15;
     this.advGridSymbol.ToolbarVisible        = false;
     this.advGridSymbol.PropertyValueChanged += new System.ComponentModel.PropertyChangedEventHandler(this.advGridSymbol_PropertyValueChanged);
     //
     // labelPreview
     //
     this.labelPreview.BackColor     = System.Drawing.SystemColors.Window;
     this.labelPreview.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right;
     this.labelPreview.Location      = new System.Drawing.Point(323, 34);
     this.labelPreview.Name          = "labelPreview";
     this.labelPreview.Size          = new System.Drawing.Size(190, 55);
     this.labelPreview.TabIndex      = 16;
     this.labelPreview.Text          = " ·ûºÅÔ¤ÀÀ:";
     //
     // cmbStyleFiles
     //
     this.cmbStyleFiles.DisplayMember     = "Text";
     this.cmbStyleFiles.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbStyleFiles.FormattingEnabled = true;
     this.cmbStyleFiles.ItemHeight        = 15;
     this.cmbStyleFiles.Location          = new System.Drawing.Point(50, 5);
     this.cmbStyleFiles.Name                  = "cmbStyleFiles";
     this.cmbStyleFiles.Size                  = new System.Drawing.Size(424, 21);
     this.cmbStyleFiles.TabIndex              = 17;
     this.cmbStyleFiles.SelectedIndexChanged += new System.EventHandler(this.cmbStyleFiles_SelectedIndexChanged);
     //
     // frmSymbolEdit
     //
     this.ClientSize = new System.Drawing.Size(517, 378);
     this.Controls.Add(this.cmbStyleFiles);
     this.Controls.Add(this.labelPreview);
     this.Controls.Add(this.advGridSymbol);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.axSymbologyControl1);
     this.Controls.Add(this.buttonBrowse);
     this.Controls.Add(this.labelX1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmSymbolEdit";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "·ûºÅÅäÖÃ";
     ((System.ComponentModel.ISupportInitialize)(this.axSymbologyControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.advGridSymbol)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }