namespace WWPipeLine.MapTools.Conditions.XiTongGuanLi { partial class BiaoZhuFengGe { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.uiLabel1 = new Sunny.UI.UILabel(); this.uiLabel2 = new Sunny.UI.UILabel(); this.uiLabel3 = new Sunny.UI.UILabel(); this.uicbxZiti = new Sunny.UI.UIComboBox(); this.uicbxSize = new Sunny.UI.UIComboBox(); this.uicbBold = new Sunny.UI.UICheckBox(); this.uicbItalic = new Sunny.UI.UICheckBox(); this.uicbUnderline = new Sunny.UI.UICheckBox(); this.uiLabel4 = new Sunny.UI.UILabel(); this.cbColor = new System.Windows.Forms.ComboBox(); this.uiGroupBox1 = new Sunny.UI.UIGroupBox(); this.uilbDemo = new Sunny.UI.UILabel(); this.uiGroupBox1.SuspendLayout(); this.SuspendLayout(); // // uiLabel1 // this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLabel1.Location = new System.Drawing.Point(6, 43); this.uiLabel1.Name = "uiLabel1"; this.uiLabel1.Size = new System.Drawing.Size(78, 29); this.uiLabel1.TabIndex = 0; this.uiLabel1.Text = "字体:"; this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiLabel2 // this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLabel2.Location = new System.Drawing.Point(6, 132); this.uiLabel2.Name = "uiLabel2"; this.uiLabel2.Size = new System.Drawing.Size(78, 29); this.uiLabel2.TabIndex = 1; this.uiLabel2.Text = "颜色:"; this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiLabel3 // this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLabel3.Location = new System.Drawing.Point(6, 80); this.uiLabel3.Name = "uiLabel3"; this.uiLabel3.Size = new System.Drawing.Size(78, 29); this.uiLabel3.TabIndex = 2; this.uiLabel3.Text = "大小:"; this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uicbxZiti // this.uicbxZiti.DataSource = null; this.uicbxZiti.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList; this.uicbxZiti.FillColor = System.Drawing.Color.White; this.uicbxZiti.Font = new System.Drawing.Font("微软雅黑", 12F); this.uicbxZiti.Items.AddRange(new object[] { "Times New Roman", "Arial", "宋体", "微软雅黑", "楷体", "黑体", "等线"}); this.uicbxZiti.Location = new System.Drawing.Point(97, 38); this.uicbxZiti.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uicbxZiti.MinimumSize = new System.Drawing.Size(63, 0); this.uicbxZiti.Name = "uicbxZiti"; this.uicbxZiti.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.uicbxZiti.Size = new System.Drawing.Size(233, 29); this.uicbxZiti.TabIndex = 3; this.uicbxZiti.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.uicbxZiti.SelectedIndexChanged += new System.EventHandler(this.uicbxZiti_SelectedIndexChanged); // // uicbxSize // this.uicbxSize.DataSource = null; this.uicbxSize.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList; this.uicbxSize.FillColor = System.Drawing.Color.White; this.uicbxSize.Font = new System.Drawing.Font("微软雅黑", 12F); this.uicbxSize.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8", "9"}); this.uicbxSize.Location = new System.Drawing.Point(97, 81); this.uicbxSize.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uicbxSize.MinimumSize = new System.Drawing.Size(63, 0); this.uicbxSize.Name = "uicbxSize"; this.uicbxSize.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.uicbxSize.Size = new System.Drawing.Size(233, 29); this.uicbxSize.TabIndex = 4; this.uicbxSize.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.uicbxSize.SelectedIndexChanged += new System.EventHandler(this.uicbxSize_SelectedIndexChanged); // // uicbBold // this.uicbBold.Cursor = System.Windows.Forms.Cursors.Hand; this.uicbBold.Font = new System.Drawing.Font("微软雅黑", 12F); this.uicbBold.Location = new System.Drawing.Point(29, 178); this.uicbBold.MinimumSize = new System.Drawing.Size(1, 1); this.uicbBold.Name = "uicbBold"; this.uicbBold.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.uicbBold.Size = new System.Drawing.Size(98, 29); this.uicbBold.TabIndex = 5; this.uicbBold.Text = "粗体"; // // uicbItalic // this.uicbItalic.Cursor = System.Windows.Forms.Cursors.Hand; this.uicbItalic.Font = new System.Drawing.Font("微软雅黑", 12F); this.uicbItalic.Location = new System.Drawing.Point(315, 178); this.uicbItalic.MinimumSize = new System.Drawing.Size(1, 1); this.uicbItalic.Name = "uicbItalic"; this.uicbItalic.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.uicbItalic.Size = new System.Drawing.Size(98, 29); this.uicbItalic.TabIndex = 6; this.uicbItalic.Text = "斜体"; // // uicbUnderline // this.uicbUnderline.Cursor = System.Windows.Forms.Cursors.Hand; this.uicbUnderline.Font = new System.Drawing.Font("微软雅黑", 12F); this.uicbUnderline.Location = new System.Drawing.Point(168, 178); this.uicbUnderline.MinimumSize = new System.Drawing.Size(1, 1); this.uicbUnderline.Name = "uicbUnderline"; this.uicbUnderline.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.uicbUnderline.Size = new System.Drawing.Size(98, 29); this.uicbUnderline.TabIndex = 7; this.uicbUnderline.Text = "下划线"; // // uiLabel4 // this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLabel4.Location = new System.Drawing.Point(338, 82); this.uiLabel4.Name = "uiLabel4"; this.uiLabel4.Size = new System.Drawing.Size(98, 29); this.uiLabel4.TabIndex = 9; this.uiLabel4.Text = "单位:mm"; this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cbColor // this.cbColor.FormattingEnabled = true; this.cbColor.Location = new System.Drawing.Point(97, 132); this.cbColor.Name = "cbColor"; this.cbColor.Size = new System.Drawing.Size(233, 29); this.cbColor.TabIndex = 11; this.cbColor.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboBox1_DrawItem); this.cbColor.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // uiGroupBox1 // this.uiGroupBox1.Controls.Add(this.uiLabel1); this.uiGroupBox1.Controls.Add(this.cbColor); this.uiGroupBox1.Controls.Add(this.uiLabel2); this.uiGroupBox1.Controls.Add(this.uiLabel4); this.uiGroupBox1.Controls.Add(this.uiLabel3); this.uiGroupBox1.Controls.Add(this.uicbUnderline); this.uiGroupBox1.Controls.Add(this.uicbxZiti); this.uiGroupBox1.Controls.Add(this.uicbItalic); this.uiGroupBox1.Controls.Add(this.uicbxSize); this.uiGroupBox1.Controls.Add(this.uicbBold); this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiGroupBox1.Location = new System.Drawing.Point(0, 0); this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1); this.uiGroupBox1.Name = "uiGroupBox1"; this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.uiGroupBox1.Size = new System.Drawing.Size(500, 224); this.uiGroupBox1.TabIndex = 12; this.uiGroupBox1.Text = "标注字体样式"; this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // uilbDemo // this.uilbDemo.Font = new System.Drawing.Font("微软雅黑", 1F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Millimeter); this.uilbDemo.Location = new System.Drawing.Point(96, 231); this.uilbDemo.Name = "uilbDemo"; this.uilbDemo.Size = new System.Drawing.Size(280, 78); this.uilbDemo.TabIndex = 13; this.uilbDemo.Text = "标注样式示例"; this.uilbDemo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // BiaoZhuFengGe // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.uilbDemo); this.Controls.Add(this.uiGroupBox1); this.Name = "BiaoZhuFengGe"; this.Size = new System.Drawing.Size(500, 315); this.uiGroupBox1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Sunny.UI.UILabel uiLabel1; private Sunny.UI.UILabel uiLabel2; private Sunny.UI.UILabel uiLabel3; private Sunny.UI.UIComboBox uicbxZiti; private Sunny.UI.UIComboBox uicbxSize; private Sunny.UI.UICheckBox uicbBold; private Sunny.UI.UICheckBox uicbItalic; private Sunny.UI.UICheckBox uicbUnderline; private Sunny.UI.UILabel uiLabel4; private System.Windows.Forms.ComboBox cbColor; private Sunny.UI.UIGroupBox uiGroupBox1; private Sunny.UI.UILabel uilbDemo; } }