123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- namespace LYFZ.Software.MainBusiness.MultipleFileImport
- {
- partial class frmMultipleFileImportDetail
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMultipleFileImportDetail));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.btn_Log = new LYFZ.ComponentLibrary.ButtonEx();
- this.lab_msg = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.lab_title = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.listViewEx1 = new LYFZ.ComponentLibrary.ListViewEx();
- this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.listViewEx1);
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Size = new System.Drawing.Size(528, 545);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(528, 545);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(469, 0);
- this.btnAppFormMaximize.Visible = false;
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(496, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(442, 0);
- this.btnAppFormMinimize.Visible = false;
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.btn_Log);
- this.panelEx1.Controls.Add(this.lab_msg);
- this.panelEx1.Controls.Add(this.labelEx2);
- this.panelEx1.Controls.Add(this.lab_title);
- this.panelEx1.Controls.Add(this.labelEx1);
- 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(528, 78);
- this.panelEx1.TabIndex = 0;
- //
- // btn_Log
- //
- this.btn_Log.BackColor = System.Drawing.Color.Transparent;
- this.btn_Log.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Log.BackImg")));
- this.btn_Log.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btn_Log.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btn_Log.ForeColor = System.Drawing.Color.White;
- this.btn_Log.IsCustomBackImg = false;
- this.btn_Log.IsShowText = true;
- this.btn_Log.Location = new System.Drawing.Point(435, 41);
- this.btn_Log.Name = "btn_Log";
- this.btn_Log.Size = new System.Drawing.Size(85, 28);
- this.btn_Log.TabIndex = 1;
- this.btn_Log.Text = " 日 志";
- this.btn_Log.UseVisualStyleBackColor = false;
- this.btn_Log.Visible = false;
- this.btn_Log.Click += new System.EventHandler(this.btn_Log_Click);
- //
- // lab_msg
- //
- this.lab_msg.AutoSize = true;
- this.lab_msg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lab_msg.ForeColor = System.Drawing.Color.DarkSlateGray;
- this.lab_msg.Location = new System.Drawing.Point(53, 47);
- this.lab_msg.Name = "lab_msg";
- this.lab_msg.Size = new System.Drawing.Size(0, 17);
- this.lab_msg.TabIndex = 0;
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.DarkSlateGray;
- this.labelEx2.Location = new System.Drawing.Point(12, 47);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(44, 17);
- this.labelEx2.TabIndex = 0;
- this.labelEx2.Text = "备注:";
- //
- // lab_title
- //
- this.lab_title.AutoSize = true;
- this.lab_title.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lab_title.ForeColor = System.Drawing.Color.DarkSlateGray;
- this.lab_title.Location = new System.Drawing.Point(54, 16);
- this.lab_title.Name = "lab_title";
- this.lab_title.Size = new System.Drawing.Size(0, 17);
- this.lab_title.TabIndex = 0;
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.DarkSlateGray;
- this.labelEx1.Location = new System.Drawing.Point(13, 16);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(44, 17);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.Text = "标题:";
- //
- // listViewEx1
- //
- this.listViewEx1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.columnHeader1,
- this.columnHeader2,
- this.columnHeader3});
- this.listViewEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.listViewEx1.FullRowSelect = true;
- this.listViewEx1.GridLines = true;
- this.listViewEx1.IsDefaultShowGroups = false;
- this.listViewEx1.Location = new System.Drawing.Point(0, 78);
- this.listViewEx1.Name = "listViewEx1";
- this.listViewEx1.Size = new System.Drawing.Size(528, 467);
- this.listViewEx1.TabIndex = 1;
- this.listViewEx1.UseCompatibleStateImageBehavior = false;
- this.listViewEx1.View = System.Windows.Forms.View.Details;
- //
- // columnHeader1
- //
- this.columnHeader1.Text = "文件";
- this.columnHeader1.Width = 317;
- //
- // columnHeader2
- //
- this.columnHeader2.Text = "状态";
- this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // columnHeader3
- //
- this.columnHeader3.Text = "备注";
- this.columnHeader3.Width = 144;
- //
- // frmMultipleFileImportDetail
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(528, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Name = "frmMultipleFileImportDetail";
- this.Text = "文件处理详情";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.ListViewEx listViewEx1;
- private System.Windows.Forms.ColumnHeader columnHeader1;
- private System.Windows.Forms.ColumnHeader columnHeader2;
- private System.Windows.Forms.ColumnHeader columnHeader3;
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.LabelEx lab_msg;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx lab_title;
- private ComponentLibrary.LabelEx labelEx1;
- private ComponentLibrary.ButtonEx btn_Log;
- }
- }
|