namespace Cyberpipe { partial class FormDocumentManager { /// <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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.panelEx1 = new DevComponents.DotNetBar.PanelEx(); this.btn_add = new DevComponents.DotNetBar.ButtonX(); this.btn_query = new DevComponents.DotNetBar.ButtonX(); this.dateTime_end = new System.Windows.Forms.DateTimePicker(); this.dateTime_begin = new System.Windows.Forms.DateTimePicker(); this.combo_writer = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.combo_file_type = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.comboItem10 = new DevComponents.Editors.ComboItem(); this.comboItem1 = new DevComponents.Editors.ComboItem(); this.comboItem2 = new DevComponents.Editors.ComboItem(); this.comboItem3 = new DevComponents.Editors.ComboItem(); this.comboItem4 = new DevComponents.Editors.ComboItem(); this.comboItem5 = new DevComponents.Editors.ComboItem(); this.comboItem6 = new DevComponents.Editors.ComboItem(); this.comboItem7 = new DevComponents.Editors.ComboItem(); this.comboItem8 = new DevComponents.Editors.ComboItem(); this.comboItem9 = new DevComponents.Editors.ComboItem(); this.txt_title = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.labelX5 = new DevComponents.DotNetBar.LabelX(); this.labelX4 = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.sideBar1 = new DevComponents.DotNetBar.SideBar(); this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.dbid = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.rowno = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.filename = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.title = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.filetype = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.upday = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.writer = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.btnDel = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn(); this.btnLook = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn(); this.down = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn(); this.bar1 = new DevComponents.DotNetBar.Bar(); this.btn_page_first = new DevComponents.DotNetBar.ButtonItem(); this.btn_page_pre = new DevComponents.DotNetBar.ButtonItem(); this.combo_page_num = new DevComponents.DotNetBar.ComboBoxItem(); this.btn_page_next = new DevComponents.DotNetBar.ButtonItem(); this.btn_page_last = new DevComponents.DotNetBar.ButtonItem(); this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.wordDocumentControl = new DevExpress.XtraRichEdit.RichEditControl(); this.excelDocumentControl = new DevExpress.XtraSpreadsheet.SpreadsheetControl(); this.pdfDocumentControl = new DevExpress.XtraPdfViewer.PdfViewer(); this.pictureDocumentControl = new System.Windows.Forms.PictureBox(); this.panelEx1.SuspendLayout(); this.sideBar1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureDocumentControl)).BeginInit(); this.SuspendLayout(); // // panelEx1 // this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx1.Controls.Add(this.btn_add); this.panelEx1.Controls.Add(this.btn_query); this.panelEx1.Controls.Add(this.dateTime_end); this.panelEx1.Controls.Add(this.dateTime_begin); this.panelEx1.Controls.Add(this.combo_writer); this.panelEx1.Controls.Add(this.combo_file_type); this.panelEx1.Controls.Add(this.txt_title); this.panelEx1.Controls.Add(this.labelX3); this.panelEx1.Controls.Add(this.labelX5); this.panelEx1.Controls.Add(this.labelX4); this.panelEx1.Controls.Add(this.labelX2); this.panelEx1.Controls.Add(this.labelX1); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx1.Location = new System.Drawing.Point(0, 0); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(1018, 31); this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx1.Style.GradientAngle = 90; this.panelEx1.TabIndex = 0; // // btn_add // this.btn_add.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btn_add.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btn_add.Location = new System.Drawing.Point(875, 3); this.btn_add.Name = "btn_add"; this.btn_add.Size = new System.Drawing.Size(43, 23); this.btn_add.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btn_add.TabIndex = 4; this.btn_add.Text = "新增"; this.btn_add.Click += new System.EventHandler(this.btn_add_Click); // // btn_query // this.btn_query.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btn_query.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btn_query.Location = new System.Drawing.Point(826, 3); this.btn_query.Name = "btn_query"; this.btn_query.Size = new System.Drawing.Size(43, 23); this.btn_query.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btn_query.TabIndex = 4; this.btn_query.Text = "查询"; this.btn_query.Click += new System.EventHandler(this.btn_query_Click); // // dateTime_end // this.dateTime_end.Location = new System.Drawing.Point(697, 5); this.dateTime_end.Name = "dateTime_end"; this.dateTime_end.Size = new System.Drawing.Size(122, 21); this.dateTime_end.TabIndex = 3; // // dateTime_begin // this.dateTime_begin.Location = new System.Drawing.Point(555, 4); this.dateTime_begin.Name = "dateTime_begin"; this.dateTime_begin.Size = new System.Drawing.Size(122, 21); this.dateTime_begin.TabIndex = 3; // // combo_writer // this.combo_writer.DisplayMember = "Text"; this.combo_writer.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.combo_writer.FormattingEnabled = true; this.combo_writer.ItemHeight = 15; this.combo_writer.Location = new System.Drawing.Point(372, 5); this.combo_writer.Name = "combo_writer"; this.combo_writer.Size = new System.Drawing.Size(121, 21); this.combo_writer.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.combo_writer.TabIndex = 2; // // combo_file_type // this.combo_file_type.DisplayMember = "Text"; this.combo_file_type.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.combo_file_type.FormattingEnabled = true; this.combo_file_type.ItemHeight = 15; this.combo_file_type.Items.AddRange(new object[] { this.comboItem10, this.comboItem1, this.comboItem2, this.comboItem3, this.comboItem4, this.comboItem5, this.comboItem6, this.comboItem7, this.comboItem8, this.comboItem9}); this.combo_file_type.Location = new System.Drawing.Point(201, 5); this.combo_file_type.Name = "combo_file_type"; this.combo_file_type.Size = new System.Drawing.Size(121, 21); this.combo_file_type.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.combo_file_type.TabIndex = 2; // // comboItem1 // this.comboItem1.Text = "规划审查文档"; // // comboItem2 // this.comboItem2.Text = "规范标准库"; // // comboItem3 // this.comboItem3.Text = "规划设计文档"; // // comboItem4 // this.comboItem4.Text = "规划设计图"; // // comboItem5 // this.comboItem5.Text = "控规图"; // // comboItem6 // this.comboItem6.Text = "管线路由分布"; // // comboItem7 // this.comboItem7.Text = "管线配件分布"; // // comboItem8 // this.comboItem8.Text = "系统文件"; // // comboItem9 // this.comboItem9.Text = "单证文档"; // // txt_title // // // // this.txt_title.Border.Class = "TextBoxBorder"; this.txt_title.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_title.Location = new System.Drawing.Point(40, 5); this.txt_title.Name = "txt_title"; this.txt_title.Size = new System.Drawing.Size(100, 21); this.txt_title.TabIndex = 1; // // labelX3 // this.labelX3.AutoSize = true; // // // this.labelX3.BackgroundStyle.Class = ""; this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Location = new System.Drawing.Point(145, 9); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(50, 16); this.labelX3.TabIndex = 0; this.labelX3.Text = "文档类型"; // // labelX5 // this.labelX5.AutoSize = true; // // // this.labelX5.BackgroundStyle.Class = ""; this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX5.Location = new System.Drawing.Point(683, 11); this.labelX5.Name = "labelX5"; this.labelX5.Size = new System.Drawing.Size(8, 14); this.labelX5.TabIndex = 0; this.labelX5.Text = "-"; // // labelX4 // this.labelX4.AutoSize = true; // // // this.labelX4.BackgroundStyle.Class = ""; this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX4.Location = new System.Drawing.Point(499, 9); this.labelX4.Name = "labelX4"; this.labelX4.Size = new System.Drawing.Size(50, 16); this.labelX4.TabIndex = 0; this.labelX4.Text = "上传日期"; // // labelX2 // this.labelX2.AutoSize = true; // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(328, 9); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(38, 16); this.labelX2.TabIndex = 0; this.labelX2.Text = "上传人"; // // labelX1 // this.labelX1.AutoSize = true; // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(9, 9); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(26, 16); this.labelX1.TabIndex = 0; this.labelX1.Text = "标题"; // // sideBar1 // this.sideBar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar; this.sideBar1.BorderStyle = DevComponents.DotNetBar.eBorderType.None; this.sideBar1.Controls.Add(this.dataGridViewX1); this.sideBar1.Controls.Add(this.bar1); this.sideBar1.Dock = System.Windows.Forms.DockStyle.Left; this.sideBar1.ExpandedPanel = null; this.sideBar1.Location = new System.Drawing.Point(0, 31); this.sideBar1.Name = "sideBar1"; this.sideBar1.Size = new System.Drawing.Size(372, 455); this.sideBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.sideBar1.TabIndex = 16; this.sideBar1.Text = "sideBar1"; // // dataGridViewX1 // this.dataGridViewX1.AllowUserToAddRows = false; this.dataGridViewX1.AllowUserToDeleteRows = false; this.dataGridViewX1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dbid, this.rowno, this.filename, this.title, this.filetype, this.upday, this.writer, this.btnDel, this.btnLook, this.down}); dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle1; this.dataGridViewX1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170))))); this.dataGridViewX1.Location = new System.Drawing.Point(0, 0); this.dataGridViewX1.Name = "dataGridViewX1"; this.dataGridViewX1.ReadOnly = true; this.dataGridViewX1.RowTemplate.Height = 23; this.dataGridViewX1.Size = new System.Drawing.Size(372, 427); this.dataGridViewX1.TabIndex = 1; this.dataGridViewX1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewX1_CellClick); // // dbid // this.dbid.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.dbid.DataPropertyName = "dbid"; this.dbid.HeaderText = "dbid"; this.dbid.Name = "dbid"; this.dbid.ReadOnly = true; this.dbid.Visible = false; // // rowno // this.rowno.DataPropertyName = "rowno"; this.rowno.HeaderText = "rowno"; this.rowno.Name = "rowno"; this.rowno.ReadOnly = true; this.rowno.Visible = false; // // filename // this.filename.DataPropertyName = "filename"; this.filename.HeaderText = "filename"; this.filename.Name = "filename"; this.filename.ReadOnly = true; this.filename.Visible = false; // // title // this.title.DataPropertyName = "title"; this.title.HeaderText = "文档标题"; this.title.Name = "title"; this.title.ReadOnly = true; this.title.TextAlignment = System.Drawing.StringAlignment.Center; // // filetype // this.filetype.DataPropertyName = "filetype"; this.filetype.HeaderText = "文档类型"; this.filetype.Name = "filetype"; this.filetype.ReadOnly = true; this.filetype.TextAlignment = System.Drawing.StringAlignment.Center; // // upday // this.upday.DataPropertyName = "upday"; this.upday.HeaderText = "上传日期"; this.upday.Name = "upday"; this.upday.ReadOnly = true; this.upday.TextAlignment = System.Drawing.StringAlignment.Center; // // writer // this.writer.DataPropertyName = "writer"; this.writer.HeaderText = "上传人"; this.writer.Name = "writer"; this.writer.ReadOnly = true; this.writer.TextAlignment = System.Drawing.StringAlignment.Center; // // btnDel // this.btnDel.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.btnDel.DataPropertyName = "btnDel"; this.btnDel.HeaderText = "删除"; this.btnDel.Name = "btnDel"; this.btnDel.ReadOnly = true; this.btnDel.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.btnDel.Text = "删除"; this.btnDel.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left; this.btnDel.UseColumnTextForButtonValue = true; this.btnDel.Width = 35; // // btnLook // this.btnLook.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.btnLook.DataPropertyName = "btnLook"; this.btnLook.HeaderText = "预览"; this.btnLook.Name = "btnLook"; this.btnLook.ReadOnly = true; this.btnLook.Text = "预览"; this.btnLook.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left; this.btnLook.UseColumnTextForButtonValue = true; this.btnLook.Width = 32; // // down // this.down.DataPropertyName = "down"; this.down.HeaderText = "下载"; this.down.Name = "down"; this.down.ReadOnly = true; this.down.Text = "下载"; this.down.UseColumnTextForButtonValue = true; // // bar1 // this.bar1.AntiAlias = true; this.bar1.Dock = System.Windows.Forms.DockStyle.Bottom; this.bar1.DockSide = DevComponents.DotNetBar.eDockSide.Left; this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btn_page_first, this.btn_page_pre, this.combo_page_num, this.btn_page_next, this.btn_page_last}); this.bar1.Location = new System.Drawing.Point(0, 427); this.bar1.Name = "bar1"; this.bar1.Size = new System.Drawing.Size(372, 28); this.bar1.Stretch = true; this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.bar1.TabIndex = 0; this.bar1.TabStop = false; this.bar1.Text = "bar1"; // // btn_page_first // this.btn_page_first.Name = "btn_page_first"; this.btn_page_first.Text = "|<首页"; // // btn_page_pre // this.btn_page_pre.Name = "btn_page_pre"; this.btn_page_pre.Text = "<上一页"; // // combo_page_num // this.combo_page_num.DropDownHeight = 106; this.combo_page_num.ItemHeight = 17; this.combo_page_num.Name = "combo_page_num"; // // btn_page_next // this.btn_page_next.Name = "btn_page_next"; this.btn_page_next.Text = "下一页>"; // // btn_page_last // this.btn_page_last.Name = "btn_page_last"; this.btn_page_last.Text = "尾页>|"; // // expandableSplitter1 // this.expandableSplitter1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.expandableSplitter1.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.expandableSplitter1.ExpandableControl = this.sideBar1; this.expandableSplitter1.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.expandableSplitter1.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120))))); this.expandableSplitter1.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expandableSplitter1.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120))))); this.expandableSplitter1.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expandableSplitter1.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246))))); this.expandableSplitter1.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.expandableSplitter1.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(200)))), ((int)(((byte)(103))))); this.expandableSplitter1.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(226)))), ((int)(((byte)(135))))); this.expandableSplitter1.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2; this.expandableSplitter1.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground; this.expandableSplitter1.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.expandableSplitter1.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120))))); this.expandableSplitter1.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expandableSplitter1.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.expandableSplitter1.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246))))); this.expandableSplitter1.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.expandableSplitter1.Location = new System.Drawing.Point(372, 31); this.expandableSplitter1.Name = "expandableSplitter1"; this.expandableSplitter1.Size = new System.Drawing.Size(6, 455); this.expandableSplitter1.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007; this.expandableSplitter1.TabIndex = 25; this.expandableSplitter1.TabStop = false; // // progressBar1 // this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom; this.progressBar1.Location = new System.Drawing.Point(378, 463); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(640, 23); this.progressBar1.TabIndex = 37; // // wordDocumentControl // this.wordDocumentControl.Dock = System.Windows.Forms.DockStyle.Fill; this.wordDocumentControl.EnableToolTips = true; this.wordDocumentControl.Location = new System.Drawing.Point(378, 31); this.wordDocumentControl.Name = "wordDocumentControl"; this.wordDocumentControl.Options.CopyPaste.MaintainDocumentSectionSettings = false; this.wordDocumentControl.Options.Fields.UseCurrentCultureDateTimeFormat = false; this.wordDocumentControl.Options.MailMerge.KeepLastParagraph = false; this.wordDocumentControl.Size = new System.Drawing.Size(640, 432); this.wordDocumentControl.TabIndex = 38; this.wordDocumentControl.Visible = false; // // excelDocumentControl // this.excelDocumentControl.Dock = System.Windows.Forms.DockStyle.Fill; this.excelDocumentControl.Location = new System.Drawing.Point(378, 31); this.excelDocumentControl.Name = "excelDocumentControl"; this.excelDocumentControl.Size = new System.Drawing.Size(640, 432); this.excelDocumentControl.TabIndex = 39; this.excelDocumentControl.Text = "spreadsheetControl1"; this.excelDocumentControl.Visible = false; // // pdfDocumentControl // this.pdfDocumentControl.Dock = System.Windows.Forms.DockStyle.Fill; this.pdfDocumentControl.HandTool = false; this.pdfDocumentControl.Location = new System.Drawing.Point(378, 31); this.pdfDocumentControl.Name = "pdfDocumentControl"; this.pdfDocumentControl.Size = new System.Drawing.Size(640, 432); this.pdfDocumentControl.TabIndex = 40; this.pdfDocumentControl.Visible = false; // // pictureDocumentControl // this.pictureDocumentControl.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureDocumentControl.Location = new System.Drawing.Point(378, 31); this.pictureDocumentControl.Name = "pictureDocumentControl"; this.pictureDocumentControl.Size = new System.Drawing.Size(640, 432); this.pictureDocumentControl.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureDocumentControl.TabIndex = 41; this.pictureDocumentControl.TabStop = false; this.pictureDocumentControl.Visible = false; // // FormDocumentManager // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1018, 486); this.Controls.Add(this.pictureDocumentControl); this.Controls.Add(this.pdfDocumentControl); this.Controls.Add(this.excelDocumentControl); this.Controls.Add(this.wordDocumentControl); this.Controls.Add(this.progressBar1); this.Controls.Add(this.expandableSplitter1); this.Controls.Add(this.sideBar1); this.Controls.Add(this.panelEx1); this.DoubleBuffered = true; this.Name = "FormDocumentManager"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "文档管理"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormDocumentManager_FormClosing); this.Load += new System.EventHandler(this.FormDocumentManager_Load); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); this.sideBar1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureDocumentControl)).EndInit(); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.PanelEx panelEx1; private DevComponents.DotNetBar.SideBar sideBar1; private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX1; private DevComponents.DotNetBar.Bar bar1; private System.Windows.Forms.DateTimePicker dateTime_begin; private DevComponents.DotNetBar.Controls.ComboBoxEx combo_writer; private DevComponents.DotNetBar.Controls.TextBoxX txt_title; private DevComponents.DotNetBar.LabelX labelX3; private DevComponents.DotNetBar.LabelX labelX5; private DevComponents.DotNetBar.LabelX labelX4; private DevComponents.DotNetBar.LabelX labelX2; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.ButtonItem btn_page_first; private DevComponents.DotNetBar.ButtonItem btn_page_pre; private DevComponents.DotNetBar.ComboBoxItem combo_page_num; private DevComponents.DotNetBar.ButtonItem btn_page_next; private DevComponents.DotNetBar.ButtonItem btn_page_last; private DevComponents.DotNetBar.ExpandableSplitter expandableSplitter1; private System.Windows.Forms.DateTimePicker dateTime_end; private DevComponents.DotNetBar.ButtonX btn_add; private DevComponents.DotNetBar.ButtonX btn_query; private DevComponents.DotNetBar.Controls.ComboBoxEx combo_file_type; private DevComponents.Editors.ComboItem comboItem1; private DevComponents.Editors.ComboItem comboItem2; private DevComponents.Editors.ComboItem comboItem3; private DevComponents.Editors.ComboItem comboItem4; private DevComponents.Editors.ComboItem comboItem5; private DevComponents.Editors.ComboItem comboItem6; private DevComponents.Editors.ComboItem comboItem7; private DevComponents.Editors.ComboItem comboItem8; private DevComponents.Editors.ComboItem comboItem9; private DevComponents.Editors.ComboItem comboItem10; private System.Windows.Forms.ProgressBar progressBar1; private DevExpress.XtraRichEdit.RichEditControl wordDocumentControl; private DevExpress.XtraSpreadsheet.SpreadsheetControl excelDocumentControl; private DevExpress.XtraPdfViewer.PdfViewer pdfDocumentControl; private System.Windows.Forms.PictureBox pictureDocumentControl; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn dbid; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn rowno; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn filename; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn title; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn filetype; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn upday; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn writer; private DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn btnDel; private DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn btnLook; private DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn down; } }