namespace ICSSoft.AutoUpdate.Upload
{
partial class FormUpload
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormUpload));
this.barManager1 = new DevExpress.XtraBars.BarManager();
this.bar1 = new DevExpress.XtraBars.Bar();
this.btnSAll = new DevExpress.XtraBars.BarButtonItem();
this.btnCAll = new DevExpress.XtraBars.BarButtonItem();
this.btnSave = new DevExpress.XtraBars.BarButtonItem();
this.btnUpLoad = new DevExpress.XtraBars.BarButtonItem();
this.btnExit = new DevExpress.XtraBars.BarButtonItem();
this.btnChoseUpdate = new DevExpress.XtraBars.BarButtonItem();
this.bar2 = new DevExpress.XtraBars.Bar();
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.lblState = new DevExpress.XtraBars.BarStaticItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.imageList1 = new System.Windows.Forms.ImageList();
this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
this.treeFile = new DevExpress.XtraTreeList.TreeList();
this.colFilePath = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colFileName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colExName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colFileBtys = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colDate = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colParentId = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colSelect = new DevExpress.XtraTreeList.Columns.TreeListColumn();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.treeFile)).BeginInit();
this.SuspendLayout();
//
// barManager1
//
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar1,
this.bar2});
this.barManager1.DockControls.Add(this.barDockControlTop);
this.barManager1.DockControls.Add(this.barDockControlBottom);
this.barManager1.DockControls.Add(this.barDockControlLeft);
this.barManager1.DockControls.Add(this.barDockControlRight);
this.barManager1.Form = this;
this.barManager1.Images = this.imageList1;
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.btnSAll,
this.btnCAll,
this.btnSave,
this.btnUpLoad,
this.btnExit,
this.barButtonItem1,
this.barButtonItem2,
this.lblState,
this.btnChoseUpdate,
this.barButtonItem3});
this.barManager1.MaxItemId = 10;
this.barManager1.StatusBar = this.bar2;
//
// bar1
//
this.bar1.BarName = "Tools";
this.bar1.DockCol = 0;
this.bar1.DockRow = 0;
this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnSAll, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnCAll, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnSave, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnUpLoad, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnExit, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnChoseUpdate, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
this.bar1.OptionsBar.AllowQuickCustomization = false;
this.bar1.OptionsBar.DisableClose = true;
this.bar1.OptionsBar.DisableCustomization = true;
this.bar1.OptionsBar.UseWholeRow = true;
this.bar1.Text = "Tools";
//
// btnSAll
//
this.btnSAll.Caption = "全选";
this.btnSAll.Id = 0;
this.btnSAll.ImageIndex = 0;
this.btnSAll.Name = "btnSAll";
this.btnSAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSAll_ItemClick);
//
// btnCAll
//
this.btnCAll.Caption = "全消";
this.btnCAll.Id = 1;
this.btnCAll.ImageIndex = 1;
this.btnCAll.Name = "btnCAll";
this.btnCAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCAll_ItemClick);
//
// btnSave
//
this.btnSave.Caption = "保存选择状态";
this.btnSave.Id = 2;
this.btnSave.ImageIndex = 2;
this.btnSave.Name = "btnSave";
this.btnSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSave_ItemClick);
//
// btnUpLoad
//
this.btnUpLoad.Caption = "上传补丁";
this.btnUpLoad.Id = 3;
this.btnUpLoad.ImageIndex = 3;
this.btnUpLoad.Name = "btnUpLoad";
this.btnUpLoad.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnUpLoad_ItemClick);
//
// btnExit
//
this.btnExit.Caption = "退出";
this.btnExit.Id = 4;
this.btnExit.ImageIndex = 4;
this.btnExit.Name = "btnExit";
this.btnExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnExit_ItemClick);
//
// btnChoseUpdate
//
this.btnChoseUpdate.Caption = "选择补丁包";
this.btnChoseUpdate.Id = 8;
this.btnChoseUpdate.ImageIndex = 6;
this.btnChoseUpdate.Name = "btnChoseUpdate";
//
// bar2
//
this.bar2.BarName = "Custom 3";
this.bar2.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
this.bar2.DockCol = 0;
this.bar2.DockRow = 0;
this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
new DevExpress.XtraBars.LinkPersistInfo(this.lblState)});
this.bar2.OptionsBar.AllowQuickCustomization = false;
this.bar2.OptionsBar.DrawDragBorder = false;
this.bar2.OptionsBar.UseWholeRow = true;
this.bar2.Text = "Custom 3";
//
// barButtonItem1
//
this.barButtonItem1.Caption = "状态:";
this.barButtonItem1.Id = 5;
this.barButtonItem1.Name = "barButtonItem1";
//
// lblState
//
this.lblState.Caption = "就绪";
this.lblState.Id = 7;
this.lblState.Name = "lblState";
this.lblState.TextAlignment = System.Drawing.StringAlignment.Near;
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Size = new System.Drawing.Size(901, 29);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 402);
this.barDockControlBottom.Size = new System.Drawing.Size(901, 27);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 29);
this.barDockControlLeft.Size = new System.Drawing.Size(0, 373);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(901, 29);
this.barDockControlRight.Size = new System.Drawing.Size(0, 373);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "全选.png");
this.imageList1.Images.SetKeyName(1, "全消.png");
this.imageList1.Images.SetKeyName(2, "保存.png");
this.imageList1.Images.SetKeyName(3, "update.gif");
this.imageList1.Images.SetKeyName(4, "exit.gif");
this.imageList1.Images.SetKeyName(5, "file2.gif");
this.imageList1.Images.SetKeyName(6, "folder.png");
//
// barButtonItem2
//
this.barButtonItem2.Caption = "barButtonItem2";
this.barButtonItem2.Id = 6;
this.barButtonItem2.Name = "barButtonItem2";
//
// barButtonItem3
//
this.barButtonItem3.Caption = "123";
this.barButtonItem3.Id = 9;
this.barButtonItem3.Name = "barButtonItem3";
//
// treeFile
//
this.treeFile.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
this.colFilePath,
this.colFileName,
this.colExName,
this.colFileBtys,
this.colDate,
this.colID,
this.colParentId,
this.colSelect});
this.treeFile.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeFile.Location = new System.Drawing.Point(0, 29);
this.treeFile.Name = "treeFile";
this.treeFile.OptionsBehavior.AllowIndeterminateCheckState = true;
this.treeFile.OptionsBehavior.PopulateServiceColumns = true;
this.treeFile.OptionsView.AutoWidth = false;
this.treeFile.OptionsView.ShowCheckBoxes = true;
this.treeFile.Size = new System.Drawing.Size(901, 373);
this.treeFile.TabIndex = 4;
this.treeFile.BeforeCheckNode += new DevExpress.XtraTreeList.CheckNodeEventHandler(this.treeFile_BeforeCheckNode);
this.treeFile.AfterCheckNode += new DevExpress.XtraTreeList.NodeEventHandler(this.treeFile_AfterCheckNode);
//
// colFilePath
//
this.colFilePath.Caption = "文件路径";
this.colFilePath.FieldName = "文件路径";
this.colFilePath.Name = "colFilePath";
this.colFilePath.OptionsColumn.AllowEdit = false;
this.colFilePath.OptionsColumn.ReadOnly = true;
//
// colFileName
//
this.colFileName.Caption = "文件名称";
this.colFileName.FieldName = "文件名称";
this.colFileName.MinWidth = 33;
this.colFileName.Name = "colFileName";
this.colFileName.OptionsColumn.AllowEdit = false;
this.colFileName.OptionsColumn.ReadOnly = true;
this.colFileName.Visible = true;
this.colFileName.VisibleIndex = 0;
this.colFileName.Width = 246;
//
// colExName
//
this.colExName.Caption = "文件类型";
this.colExName.FieldName = "文件类型";
this.colExName.Name = "colExName";
this.colExName.OptionsColumn.AllowEdit = false;
this.colExName.OptionsColumn.ReadOnly = true;
this.colExName.Visible = true;
this.colExName.VisibleIndex = 1;
this.colExName.Width = 60;
//
// colFileBtys
//
this.colFileBtys.Caption = "文件大小";
this.colFileBtys.FieldName = "文件大小";
this.colFileBtys.Name = "colFileBtys";
this.colFileBtys.OptionsColumn.AllowEdit = false;
this.colFileBtys.OptionsColumn.ReadOnly = true;
this.colFileBtys.Visible = true;
this.colFileBtys.VisibleIndex = 2;
this.colFileBtys.Width = 59;
//
// colDate
//
this.colDate.Caption = "修改时间";
this.colDate.FieldName = "修改时间";
this.colDate.Name = "colDate";
this.colDate.OptionsColumn.AllowEdit = false;
this.colDate.OptionsColumn.ReadOnly = true;
this.colDate.Visible = true;
this.colDate.VisibleIndex = 3;
this.colDate.Width = 133;
//
// colID
//
this.colID.Caption = "ID";
this.colID.FieldName = "ID";
this.colID.Name = "colID";
this.colID.OptionsColumn.AllowEdit = false;
this.colID.OptionsColumn.ReadOnly = true;
//
// colParentId
//
this.colParentId.Caption = "ParentID";
this.colParentId.FieldName = "ParentID";
this.colParentId.Name = "colParentId";
this.colParentId.OptionsColumn.AllowEdit = false;
this.colParentId.OptionsColumn.ReadOnly = true;
//
// colSelect
//
this.colSelect.Caption = "选择";
this.colSelect.FieldName = "选择";
this.colSelect.Name = "colSelect";
this.colSelect.OptionsColumn.ReadOnly = true;
//
// FormUpload
//
this.Appearance.BackColor = System.Drawing.Color.White;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(901, 429);
this.Controls.Add(this.treeFile);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "FormUpload";
this.Text = "补丁上传";
this.Load += new System.EventHandler(this.FormUpload_Load);
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.treeFile)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraBars.BarManager barManager1;
private DevExpress.XtraBars.Bar bar1;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.BarButtonItem btnSAll;
private DevExpress.XtraBars.BarButtonItem btnCAll;
private DevExpress.XtraBars.BarButtonItem btnSave;
private DevExpress.XtraBars.BarButtonItem btnUpLoad;
private System.Windows.Forms.ImageList imageList1;
private DevExpress.XtraBars.BarButtonItem btnExit;
private DevExpress.XtraTreeList.TreeList treeFile;
private DevExpress.XtraTreeList.Columns.TreeListColumn colFilePath;
private DevExpress.XtraTreeList.Columns.TreeListColumn colFileName;
private DevExpress.XtraTreeList.Columns.TreeListColumn colExName;
private DevExpress.XtraTreeList.Columns.TreeListColumn colFileBtys;
private DevExpress.XtraTreeList.Columns.TreeListColumn colDate;
private DevExpress.XtraTreeList.Columns.TreeListColumn colID;
private DevExpress.XtraTreeList.Columns.TreeListColumn colParentId;
private DevExpress.XtraTreeList.Columns.TreeListColumn colSelect;
private DevExpress.XtraBars.Bar bar2;
private DevExpress.XtraBars.BarButtonItem barButtonItem1;
private DevExpress.XtraBars.BarStaticItem lblState;
private DevExpress.XtraBars.BarButtonItem barButtonItem2;
private DevExpress.XtraBars.BarButtonItem btnChoseUpdate;
private DevExpress.XtraBars.BarButtonItem barButtonItem3;
}
}