namespace Gs.DevApp.UserControl
|
{
|
partial class SelectFont
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
this.label1 = new System.Windows.Forms.Label();
|
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
|
this.SuspendLayout();
|
//
|
// comboBoxEdit1
|
//
|
this.comboBoxEdit1.EditValue = "--请选择--";
|
this.comboBoxEdit1.Location = new System.Drawing.Point(73, 80);
|
this.comboBoxEdit1.Name = "comboBoxEdit1";
|
this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.comboBoxEdit1.Properties.Items.AddRange(new object[] {
|
"--请选择--",
|
"宋体,9",
|
"宋体,10",
|
"宋体,12"});
|
this.comboBoxEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.comboBoxEdit1.Size = new System.Drawing.Size(125, 24);
|
this.comboBoxEdit1.TabIndex = 0;
|
//
|
// simpleButton1
|
//
|
this.simpleButton1.Location = new System.Drawing.Point(73, 146);
|
this.simpleButton1.Name = "simpleButton1";
|
this.simpleButton1.Size = new System.Drawing.Size(125, 29);
|
this.simpleButton1.TabIndex = 1;
|
this.simpleButton1.Text = "确定";
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(71, 25);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(128, 18);
|
this.label1.TabIndex = 2;
|
this.label1.Text = "请选择合适的字体";
|
//
|
// SelectFont
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(279, 260);
|
this.Controls.Add(this.label1);
|
this.Controls.Add(this.simpleButton1);
|
this.Controls.Add(this.comboBoxEdit1);
|
this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "SelectFont";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "设置字体";
|
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1;
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
private System.Windows.Forms.Label label1;
|
}
|
}
|