12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- namespace felixyin
- {
- partial class MainForm
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
- this.webBrowser1 = new System.Windows.Forms.WebBrowser();
- this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
- this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
- this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
- this.SuspendLayout();
- //
- // webBrowser1
- //
- this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.webBrowser1.Location = new System.Drawing.Point(0, 0);
- this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
- this.webBrowser1.Name = "webBrowser1";
- this.webBrowser1.ScrollBarsEnabled = false;
- this.webBrowser1.Size = new System.Drawing.Size(1184, 562);
- this.webBrowser1.TabIndex = 0;
- //
- // openFileDialog1
- //
- this.openFileDialog1.Filter = "*.xls|*.xlsx";
- //
- // openFileDialog2
- //
- this.openFileDialog2.Filter = "*.avi|*.wmv|*.rm|*.rmvb|*.mpeg1|*.mpeg2|*.mpeg4|*.mp4|*.3gp|*.asf|*.swf|*.vob|*.d" +
- "at|*.mov|*.m4v|*.flv|*.f4v|*.mkv|*.mts|*.ts";
- //
- // MainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ClientSize = new System.Drawing.Size(1184, 562);
- this.Controls.Add(this.webBrowser1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MinimumSize = new System.Drawing.Size(1200, 572);
- this.Name = "MainForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "图码联侦综合分析系统";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing_1);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.WebBrowser webBrowser1;
- private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
- private System.Windows.Forms.OpenFileDialog openFileDialog1;
- private System.Windows.Forms.OpenFileDialog openFileDialog2;
- }
- }
|