123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- namespace NewArchivesCenter
- {
- partial class LogDetail
- {
- /// <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 Component 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()
- {
- components = new System.ComponentModel.Container();
- tabPane1 = new DevExpress.XtraBars.Navigation.TabPane();
- tabNavigationPage1 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
- richEditControl1 = new DevExpress.XtraRichEdit.RichEditControl();
- tabNavigationPage2 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
- gridControl1 = new DevExpress.XtraGrid.GridControl();
- winExplorerView1 = new DevExpress.XtraGrid.Views.WinExplorer.WinExplorerView();
- fileExplorerAssistant1 = new DevExpress.XtraDialogs.FileExplorerAssistant(components);
- gridControlExtension1 = new DevExpress.XtraDialogs.FileExplorerExtensions.GridControlExtension();
- folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
- label2 = new System.Windows.Forms.Label();
- label3 = new System.Windows.Forms.Label();
- label4 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)tabPane1).BeginInit();
- tabPane1.SuspendLayout();
- tabNavigationPage1.SuspendLayout();
- tabNavigationPage2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit();
- ((System.ComponentModel.ISupportInitialize)winExplorerView1).BeginInit();
- ((System.ComponentModel.ISupportInitialize)fileExplorerAssistant1).BeginInit();
- ((System.ComponentModel.ISupportInitialize)gridControlExtension1).BeginInit();
- SuspendLayout();
- //
- // tabPane1
- //
- tabPane1.AllowHtmlDraw = false;
- tabPane1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
- tabPane1.Controls.Add(tabNavigationPage1);
- tabPane1.Controls.Add(tabNavigationPage2);
- tabPane1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
- tabPane1.Location = new System.Drawing.Point(3, 93);
- tabPane1.Name = "tabPane1";
- tabPane1.PageProperties.ShowMode = DevExpress.XtraBars.Navigation.ItemShowMode.Text;
- tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { tabNavigationPage1, tabNavigationPage2 });
- tabPane1.RegularSize = new System.Drawing.Size(904, 346);
- tabPane1.SelectedPage = tabNavigationPage1;
- tabPane1.Size = new System.Drawing.Size(904, 346);
- tabPane1.TabIndex = 3;
- tabPane1.Text = "tabPane1";
- //
- // tabNavigationPage1
- //
- tabNavigationPage1.Caption = "文字记录内容";
- tabNavigationPage1.Controls.Add(richEditControl1);
- tabNavigationPage1.Name = "tabNavigationPage1";
- tabNavigationPage1.Size = new System.Drawing.Size(904, 305);
- //
- // richEditControl1
- //
- richEditControl1.ActiveViewType = DevExpress.XtraRichEdit.RichEditViewType.Simple;
- richEditControl1.Appearance.Text.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
- richEditControl1.Appearance.Text.Options.UseFont = true;
- richEditControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- richEditControl1.EnableToolTips = false;
- richEditControl1.LayoutUnit = DevExpress.XtraRichEdit.DocumentLayoutUnit.Pixel;
- richEditControl1.Location = new System.Drawing.Point(0, 0);
- richEditControl1.Name = "richEditControl1";
- richEditControl1.ReadOnly = true;
- richEditControl1.Size = new System.Drawing.Size(904, 305);
- richEditControl1.TabIndex = 0;
- richEditControl1.Views.DraftView.AdjustColorsToSkins = true;
- richEditControl1.Views.DraftView.AllowDisplayLineNumbers = true;
- //
- // tabNavigationPage2
- //
- tabNavigationPage2.Caption = "全部附件内容";
- tabNavigationPage2.Controls.Add(gridControl1);
- tabNavigationPage2.Name = "tabNavigationPage2";
- tabNavigationPage2.Size = new System.Drawing.Size(904, 305);
- //
- // gridControl1
- //
- gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- gridControl1.EmbeddedNavigator.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
- gridControl1.EmbeddedNavigator.Appearance.Options.UseFont = true;
- gridControl1.EmbeddedNavigator.ShowToolTips = false;
- gridControl1.Location = new System.Drawing.Point(0, 0);
- gridControl1.MainView = winExplorerView1;
- gridControl1.Name = "gridControl1";
- gridControl1.Size = new System.Drawing.Size(904, 305);
- gridControl1.TabIndex = 4;
- gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { winExplorerView1 });
- //
- // winExplorerView1
- //
- winExplorerView1.GridControl = gridControl1;
- winExplorerView1.Name = "winExplorerView1";
- //
- // fileExplorerAssistant1
- //
- fileExplorerAssistant1.Extensions.Add(gridControlExtension1);
- fileExplorerAssistant1.Form = this;
- //
- // gridControlExtension1
- //
- gridControlExtension1.Control = gridControl1;
- gridControlExtension1.CurrentPath = "1234560089";
- gridControlExtension1.IconSize = new System.Drawing.Size(16, 16);
- gridControlExtension1.ViewMode = DevExpress.Dialogs.Core.View.ViewMode.Content;
- //
- // folderBrowserDialog1
- //
- folderBrowserDialog1.Tag = "导出到";
- //
- // label2
- //
- label2.AutoSize = true;
- label2.Font = new System.Drawing.Font("微软雅黑", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
- label2.Location = new System.Drawing.Point(3, 0);
- label2.Name = "label2";
- label2.Size = new System.Drawing.Size(127, 48);
- label2.TabIndex = 4;
- label2.Text = "label2";
- //
- // label3
- //
- label3.AutoSize = true;
- label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
- label3.Location = new System.Drawing.Point(3, 48);
- label3.Name = "label3";
- label3.Size = new System.Drawing.Size(55, 21);
- label3.TabIndex = 5;
- label3.Text = "label3";
- //
- // label4
- //
- label4.AutoSize = true;
- label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
- label4.Location = new System.Drawing.Point(3, 69);
- label4.Name = "label4";
- label4.Size = new System.Drawing.Size(55, 21);
- label4.TabIndex = 6;
- label4.Text = "label4";
- //
- // LogDetail
- //
- AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- Controls.Add(label4);
- Controls.Add(label3);
- Controls.Add(label2);
- Controls.Add(tabPane1);
- MinimumSize = new System.Drawing.Size(910, 442);
- Name = "LogDetail";
- Size = new System.Drawing.Size(910, 442);
- Load += LogDetail_Load;
- ((System.ComponentModel.ISupportInitialize)tabPane1).EndInit();
- tabPane1.ResumeLayout(false);
- tabNavigationPage1.ResumeLayout(false);
- tabNavigationPage2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)gridControl1).EndInit();
- ((System.ComponentModel.ISupportInitialize)winExplorerView1).EndInit();
- ((System.ComponentModel.ISupportInitialize)fileExplorerAssistant1).EndInit();
- ((System.ComponentModel.ISupportInitialize)gridControlExtension1).EndInit();
- ResumeLayout(false);
- PerformLayout();
- }
- #endregion
- private DevExpress.XtraBars.Navigation.TabPane tabPane1;
- private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage1;
- private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage2;
- private DevExpress.XtraRichEdit.RichEditControl richEditControl1;
- private DevExpress.XtraGrid.GridControl gridControl1;
- private DevExpress.XtraDialogs.FileExplorerAssistant fileExplorerAssistant1;
- private DevExpress.XtraDialogs.FileExplorerExtensions.GridControlExtension gridControlExtension1;
- private DevExpress.XtraGrid.Views.WinExplorer.WinExplorerView winExplorerView1;
- private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- }
- }
|