namespace GeoSigmaViewer { partial class DrawTextDialog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.heightTextBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.angleTextBox = new System.Windows.Forms.TextBox(); this.fontButton = new System.Windows.Forms.Button(); this.colorButton = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.widthTextBox = new System.Windows.Forms.TextBox(); this.ratioCheckBox = new System.Windows.Forms.CheckBox(); this.upDownButton = new System.Windows.Forms.Button(); this.upDownCheckBox = new System.Windows.Forms.CheckBox(); this.textBox = new System.Windows.Forms.TextBox(); this.OKButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.fontDialog = new System.Windows.Forms.FontDialog(); this.colorDialog = new System.Windows.Forms.ColorDialog(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(10, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 0; this.label1.Text = "字高"; // // heightTextBox // this.heightTextBox.Location = new System.Drawing.Point(41, 12); this.heightTextBox.Name = "heightTextBox"; this.heightTextBox.Size = new System.Drawing.Size(94, 21); this.heightTextBox.TabIndex = 1; this.heightTextBox.Text = "1000"; this.heightTextBox.TextChanged += new System.EventHandler(this.heightTextBox_TextChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(148, 15); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 2; this.label2.Text = "角度"; // // angleTextBox // this.angleTextBox.Location = new System.Drawing.Point(179, 11); this.angleTextBox.Name = "angleTextBox"; this.angleTextBox.Size = new System.Drawing.Size(94, 21); this.angleTextBox.TabIndex = 3; this.angleTextBox.Text = "0"; this.angleTextBox.TextChanged += new System.EventHandler(this.angleTextBox_TextChanged); // // fontButton // this.fontButton.Location = new System.Drawing.Point(287, 11); this.fontButton.Name = "fontButton"; this.fontButton.Size = new System.Drawing.Size(84, 23); this.fontButton.TabIndex = 4; this.fontButton.Text = "字体"; this.fontButton.UseVisualStyleBackColor = true; this.fontButton.Click += new System.EventHandler(this.fontButton_Click); // // colorButton // this.colorButton.Location = new System.Drawing.Point(379, 11); this.colorButton.Name = "colorButton"; this.colorButton.Size = new System.Drawing.Size(84, 23); this.colorButton.TabIndex = 5; this.colorButton.Text = "颜色"; this.colorButton.UseVisualStyleBackColor = true; this.colorButton.Click += new System.EventHandler(this.colorButton_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(10, 43); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 12); this.label3.TabIndex = 6; this.label3.Text = "字宽"; // // widthTextBox // this.widthTextBox.Location = new System.Drawing.Point(41, 43); this.widthTextBox.Name = "widthTextBox"; this.widthTextBox.Size = new System.Drawing.Size(94, 21); this.widthTextBox.TabIndex = 7; this.widthTextBox.Text = "400"; this.widthTextBox.TextChanged += new System.EventHandler(this.widthTextBox_TextChanged); // // ratioCheckBox // this.ratioCheckBox.AutoSize = true; this.ratioCheckBox.Checked = true; this.ratioCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.ratioCheckBox.Location = new System.Drawing.Point(150, 47); this.ratioCheckBox.Name = "ratioCheckBox"; this.ratioCheckBox.Size = new System.Drawing.Size(108, 16); this.ratioCheckBox.TabIndex = 8; this.ratioCheckBox.Text = "纵横比例不可调"; this.ratioCheckBox.UseVisualStyleBackColor = true; this.ratioCheckBox.CheckedChanged += new System.EventHandler(this.ratioCheckBox_CheckedChanged); // // upDownButton // this.upDownButton.Location = new System.Drawing.Point(288, 43); this.upDownButton.Name = "upDownButton"; this.upDownButton.Size = new System.Drawing.Size(84, 23); this.upDownButton.TabIndex = 9; this.upDownButton.Text = "上下标"; this.upDownButton.UseVisualStyleBackColor = true; this.upDownButton.Click += new System.EventHandler(this.upDownButton_Click); // // upDownCheckBox // this.upDownCheckBox.AutoSize = true; this.upDownCheckBox.Location = new System.Drawing.Point(381, 47); this.upDownCheckBox.Name = "upDownCheckBox"; this.upDownCheckBox.Size = new System.Drawing.Size(84, 16); this.upDownCheckBox.TabIndex = 10; this.upDownCheckBox.Text = "显示上下标"; this.upDownCheckBox.UseVisualStyleBackColor = true; this.upDownCheckBox.CheckedChanged += new System.EventHandler(this.upDownCheckBox_CheckedChanged); // // textBox // this.textBox.Location = new System.Drawing.Point(12, 72); this.textBox.Multiline = true; this.textBox.Name = "textBox"; this.textBox.Size = new System.Drawing.Size(453, 120); this.textBox.TabIndex = 11; this.textBox.Text = "?"; this.textBox.TextChanged += new System.EventHandler(this.textBox_TextChanged); // // OKButton // this.OKButton.Location = new System.Drawing.Point(308, 205); this.OKButton.Name = "OKButton"; this.OKButton.Size = new System.Drawing.Size(75, 23); this.OKButton.TabIndex = 12; this.OKButton.Text = "确定"; this.OKButton.UseVisualStyleBackColor = true; this.OKButton.Click += new System.EventHandler(this.OKButton_Click); // // cancelButton // this.cancelButton.Location = new System.Drawing.Point(390, 205); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 13; this.cancelButton.Text = "取消"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(17, 208); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(179, 12); this.label4.TabIndex = 14; this.label4.Text = "注:按\"回车\"键可以输入多行文字"; // // DrawTextDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(479, 238); this.Controls.Add(this.label4); this.Controls.Add(this.cancelButton); this.Controls.Add(this.OKButton); this.Controls.Add(this.textBox); this.Controls.Add(this.upDownCheckBox); this.Controls.Add(this.upDownButton); this.Controls.Add(this.ratioCheckBox); this.Controls.Add(this.widthTextBox); this.Controls.Add(this.label3); this.Controls.Add(this.colorButton); this.Controls.Add(this.fontButton); this.Controls.Add(this.angleTextBox); this.Controls.Add(this.label2); this.Controls.Add(this.heightTextBox); this.Controls.Add(this.label1); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(495, 277); this.MinimumSize = new System.Drawing.Size(495, 277); this.Name = "DrawTextDialog"; this.Text = "文字"; this.TopMost = true; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox heightTextBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox angleTextBox; private System.Windows.Forms.Button fontButton; private System.Windows.Forms.Button colorButton; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox widthTextBox; private System.Windows.Forms.CheckBox ratioCheckBox; private System.Windows.Forms.Button upDownButton; private System.Windows.Forms.CheckBox upDownCheckBox; private System.Windows.Forms.TextBox textBox; private System.Windows.Forms.Button OKButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Label label4; private System.Windows.Forms.FontDialog fontDialog; private System.Windows.Forms.ColorDialog colorDialog; } }