namespace PBS.Desktop
|
{
|
partial class AutoUpdateConfirmDlg
|
{
|
/// <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()
|
{
|
layoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
|
txtDescription = new DevExpress.XtraEditors.MemoEdit();
|
generalOkAndCancelCtrl1 = new Yw.WinFrmUI.GeneralOkAndCancelCtrl();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
itemForDescription = new DevExpress.XtraLayout.LayoutControlItem();
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)txtDescription.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)simpleLabelItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)itemForDescription).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(txtDescription);
|
layoutControl1.Controls.Add(generalOkAndCancelCtrl1);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Margin = new Padding(3, 2, 3, 2);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1136, 233, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(553, 217);
|
layoutControl1.TabIndex = 2;
|
layoutControl1.Text = "dataLayoutControl1";
|
//
|
// txtDescription
|
//
|
txtDescription.Location = new Point(12, 46);
|
txtDescription.Name = "txtDescription";
|
txtDescription.Properties.ReadOnly = true;
|
txtDescription.Properties.UseReadOnlyAppearance = false;
|
txtDescription.Size = new Size(529, 129);
|
txtDescription.StyleController = layoutControl1;
|
txtDescription.TabIndex = 0;
|
//
|
// generalOkAndCancelCtrl1
|
//
|
generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.Location = new Point(12, 179);
|
generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1";
|
generalOkAndCancelCtrl1.Size = new Size(529, 26);
|
generalOkAndCancelCtrl1.TabIndex = 2;
|
//
|
// Root
|
//
|
Root.AppearanceItemCaption.Options.UseTextOptions = true;
|
Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });
|
Root.Name = "Root";
|
Root.Size = new Size(553, 217);
|
Root.TextVisible = false;
|
//
|
// layoutControlGroup1
|
//
|
layoutControlGroup1.AllowDrawBackground = false;
|
layoutControlGroup1.GroupBordersVisible = false;
|
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { simpleLabelItem1, layoutControlItem1, itemForDescription });
|
layoutControlGroup1.Location = new Point(0, 0);
|
layoutControlGroup1.Name = "autoGeneratedGroup0";
|
layoutControlGroup1.Size = new Size(533, 197);
|
//
|
// simpleLabelItem1
|
//
|
simpleLabelItem1.AllowHotTrack = false;
|
simpleLabelItem1.AppearanceItemCaption.FontSizeDelta = 3;
|
simpleLabelItem1.AppearanceItemCaption.Options.UseFont = true;
|
simpleLabelItem1.AppearanceItemCaption.Options.UseTextOptions = true;
|
simpleLabelItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
simpleLabelItem1.Location = new Point(0, 0);
|
simpleLabelItem1.MaxSize = new Size(0, 34);
|
simpleLabelItem1.MinSize = new Size(125, 34);
|
simpleLabelItem1.Name = "simpleLabelItem1";
|
simpleLabelItem1.Size = new Size(533, 34);
|
simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
simpleLabelItem1.Text = "检测到新版本,请问是否更新?";
|
simpleLabelItem1.TextSize = new Size(224, 19);
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = generalOkAndCancelCtrl1;
|
layoutControlItem1.Location = new Point(0, 167);
|
layoutControlItem1.MaxSize = new Size(0, 30);
|
layoutControlItem1.MinSize = new Size(205, 30);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(533, 30);
|
layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// itemForDescription
|
//
|
itemForDescription.Control = txtDescription;
|
itemForDescription.Location = new Point(0, 34);
|
itemForDescription.Name = "itemForDescription";
|
itemForDescription.Size = new Size(533, 133);
|
itemForDescription.Text = "升级内容";
|
itemForDescription.TextSize = new Size(0, 0);
|
itemForDescription.TextVisible = false;
|
//
|
// AutoUpdateConfirmDlg
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(553, 217);
|
Controls.Add(layoutControl1);
|
Margin = new Padding(3, 2, 3, 2);
|
MaximizeBox = false;
|
MinimizeBox = false;
|
Name = "AutoUpdateConfirmDlg";
|
StartPosition = FormStartPosition.CenterScreen;
|
Text = "升级确认";
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)txtDescription.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
|
((System.ComponentModel.ISupportInitialize)simpleLabelItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)itemForDescription).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraDataLayout.DataLayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
|
private Yw.WinFrmUI.GeneralOkAndCancelCtrl generalOkAndCancelCtrl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraEditors.MemoEdit txtDescription;
|
private DevExpress.XtraLayout.LayoutControlItem itemForDescription;
|
}
|
}
|