亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? mainform.designer.cs

?? 這是我寫的并行計算的作業
?? CS
字號:
?namespace WindowsApplication1
{
    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()
        {
            this.textBoxLog1 = new LoggingLib.Impl.TextBoxLog();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.textBoxLength = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.radioButtonHand = new System.Windows.Forms.RadioButton();
            this.radioButtonFile = new System.Windows.Forms.RadioButton();
            this.radioButtonRadom = new System.Windows.Forms.RadioButton();
            this.button2 = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // textBoxLog1
            // 
            this.textBoxLog1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxLog1.DebugEnabled = true;
            this.textBoxLog1.ErrorEnabled = true;
            this.textBoxLog1.FatalEnabled = true;
            this.textBoxLog1.InfoEnabled = true;
            this.textBoxLog1.Location = new System.Drawing.Point(12, 219);
            this.textBoxLog1.Multiline = true;
            this.textBoxLog1.Name = "textBoxLog1";
            this.textBoxLog1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.textBoxLog1.Size = new System.Drawing.Size(736, 247);
            this.textBoxLog1.TabIndex = 2;
            this.textBoxLog1.TraceEnabled = true;
            this.textBoxLog1.WarnEnabled = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.button2);
            this.groupBox1.Controls.Add(this.textBoxLength);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.comboBox1);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.radioButtonHand);
            this.groupBox1.Controls.Add(this.radioButtonFile);
            this.groupBox1.Controls.Add(this.radioButtonRadom);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(736, 175);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "PSRS算法設置";
            // 
            // textBoxLength
            // 
            this.textBoxLength.Enabled = false;
            this.textBoxLength.Location = new System.Drawing.Point(515, 86);
            this.textBoxLength.Name = "textBoxLength";
            this.textBoxLength.Size = new System.Drawing.Size(106, 21);
            this.textBoxLength.TabIndex = 8;
            this.textBoxLength.Validated += new System.EventHandler(this.textBoxLength_Validated);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(323, 89);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(149, 12);
            this.label2.TabIndex = 7;
            this.label2.Text = "請輸入隨機生成的數組長度";
            // 
            // comboBox1
            // 
            this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(515, 120);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(121, 20);
            this.comboBox1.TabIndex = 6;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(323, 120);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(101, 12);
            this.label1.TabIndex = 5;
            this.label1.Text = "請選擇處理器數目";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(106, 20);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 3;
            this.button1.Text = "開始";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // radioButtonHand
            // 
            this.radioButtonHand.AutoSize = true;
            this.radioButtonHand.Location = new System.Drawing.Point(325, 64);
            this.radioButtonHand.Name = "radioButtonHand";
            this.radioButtonHand.Size = new System.Drawing.Size(95, 16);
            this.radioButtonHand.TabIndex = 2;
            this.radioButtonHand.Text = "手動輸入數組";
            this.radioButtonHand.UseVisualStyleBackColor = true;
            // 
            // radioButtonFile
            // 
            this.radioButtonFile.AutoSize = true;
            this.radioButtonFile.Location = new System.Drawing.Point(325, 42);
            this.radioButtonFile.Name = "radioButtonFile";
            this.radioButtonFile.Size = new System.Drawing.Size(107, 16);
            this.radioButtonFile.TabIndex = 1;
            this.radioButtonFile.Text = "從文件讀取數組";
            this.radioButtonFile.UseVisualStyleBackColor = true;
            // 
            // radioButtonRadom
            // 
            this.radioButtonRadom.AutoSize = true;
            this.radioButtonRadom.Location = new System.Drawing.Point(325, 20);
            this.radioButtonRadom.Name = "radioButtonRadom";
            this.radioButtonRadom.Size = new System.Drawing.Size(95, 16);
            this.radioButtonRadom.TabIndex = 0;
            this.radioButtonRadom.Text = "隨機生成數組";
            this.radioButtonRadom.UseVisualStyleBackColor = true;
            this.radioButtonRadom.CheckedChanged += new System.EventHandler(this.radioButtonRadom_CheckedChanged);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(106, 78);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 9;
            this.button2.Text = "清除輸出";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(760, 478);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.textBoxLog1);
            this.MaximizeBox = false;
            this.Name = "MainForm";
            this.Text = "PSRS算法演示";
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private LoggingLib.Impl.TextBoxLog textBoxLog1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.RadioButton radioButtonHand;
        private System.Windows.Forms.RadioButton radioButtonFile;
        private System.Windows.Forms.RadioButton radioButtonRadom;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox comboBox1;
        private System.Windows.Forms.TextBox textBoxLength;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button button2;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲卡通欧美制服中文| 久久久夜色精品亚洲| 成人美女视频在线看| 日av在线不卡| 久久爱另类一区二区小说| 日韩影院在线观看| 麻豆精品一区二区综合av| 午夜视频在线观看一区| 三级不卡在线观看| 五月婷婷欧美视频| 精品影视av免费| 国产一区欧美日韩| 99久久亚洲一区二区三区青草| 成人性生交大片免费看中文网站| jizzjizzjizz欧美| 一本久道中文字幕精品亚洲嫩| 91色.com| 欧美一级xxx| 久久久久久黄色| 中文字幕在线观看不卡| 亚洲激情在线播放| 男女视频一区二区| 成人性生交大片免费看在线播放| 成人精品视频一区二区三区 | 在线不卡a资源高清| 6080午夜不卡| 国产网红主播福利一区二区| 国产精品美女久久福利网站 | 欧美精品久久久久久久多人混战| 5月丁香婷婷综合| 国产性色一区二区| 一区二区免费在线| 国内精品视频一区二区三区八戒| 国产一区二区三区四| 在线观看亚洲成人| 精品国产精品一区二区夜夜嗨| 国产精品你懂的在线| 五月天激情综合| 国产成人激情av| 5566中文字幕一区二区电影| 久久精品日韩一区二区三区| 亚洲午夜久久久久久久久电影院| 黑人巨大精品欧美一区| 欧美熟乱第一页| 国产精品久久久久影院| 免费成人av资源网| 日本韩国精品一区二区在线观看| 欧美电影免费观看高清完整版在线 | 日韩在线a电影| 成人不卡免费av| 欧美成人精品高清在线播放| 国产精品欧美精品| 久久99国产精品久久99 | 激情综合一区二区三区| 在线视频国内自拍亚洲视频| 国产欧美一区二区精品婷婷| 日本女优在线视频一区二区| 91福利视频久久久久| 日本一区二区三区视频视频| 久久福利资源站| 538在线一区二区精品国产| 国产精品久久久久影视| 国产成人综合在线| 精品国产伦一区二区三区观看体验| 亚洲国产aⅴ天堂久久| 99久久国产免费看| 亚洲国产岛国毛片在线| 国产乱子伦视频一区二区三区 | 91免费观看国产| 国产精品黄色在线观看| 国产精品一区二区不卡| 欧美精品一区二区三区蜜臀| 日韩黄色片在线观看| 欧美日韩另类国产亚洲欧美一级| 亚洲精品欧美二区三区中文字幕| 99久久精品国产精品久久| 国产嫩草影院久久久久| 成人午夜精品在线| 国产精品无人区| 99精品久久99久久久久| 亚洲色图在线视频| 色综合婷婷久久| 曰韩精品一区二区| 欧美综合一区二区三区| 亚洲午夜国产一区99re久久| 欧美日韩黄色影视| 日韩电影在线免费看| 精品理论电影在线观看| 韩国女主播成人在线观看| 久久精品日产第一区二区三区高清版| 韩国三级电影一区二区| 中文字幕一区在线| 在线视频一区二区三| 美国毛片一区二区| 中文天堂在线一区| 91小视频在线免费看| 午夜电影网亚洲视频| 2023国产精品视频| 99精品黄色片免费大全| 舔着乳尖日韩一区| 久久一区二区三区四区| 99re热视频这里只精品| 日韩精品亚洲专区| 久久精品视频免费| 欧美日韩和欧美的一区二区| 久草这里只有精品视频| 亚洲色图都市小说| 91精品国产91久久久久久最新毛片| 激情综合色综合久久综合| 国产精品你懂的在线| 欧美一区二区三区播放老司机 | 亚洲美女屁股眼交3| 777午夜精品视频在线播放| 国产乱码精品一区二区三区忘忧草| 国产精品久久久久久久久免费桃花 | 亚洲国产视频直播| 久久久久9999亚洲精品| 精品视频一区二区三区免费| 国产在线视视频有精品| 亚洲午夜激情网站| 国产精品丝袜久久久久久app| 欧美人妇做爰xxxⅹ性高电影| 国产成人综合在线播放| 日本人妖一区二区| 综合电影一区二区三区| 久久综合网色—综合色88| 欧美日韩中文字幕精品| 99久久99久久精品免费观看 | 色婷婷综合激情| 国产精品一级片| 秋霞国产午夜精品免费视频| 亚洲一区二区三区中文字幕在线 | 色哟哟在线观看一区二区三区| 老司机一区二区| 性感美女久久精品| 成人欧美一区二区三区| 欧美高清在线精品一区| 日韩一区二区三区免费观看| 色婷婷亚洲综合| 成人网在线播放| 国产精品亚洲а∨天堂免在线| 香港成人在线视频| 亚洲午夜久久久久久久久久久| 亚洲人成人一区二区在线观看| 中日韩av电影| 久久精品欧美一区二区三区不卡| 欧美一级电影网站| 日韩欧美黄色影院| 884aa四虎影成人精品一区| 欧美在线观看禁18| 在线免费观看日韩欧美| a在线欧美一区| 91视视频在线观看入口直接观看www | 91精品欧美综合在线观看最新| 欧美色手机在线观看| 欧美中文字幕一区二区三区亚洲| 91丝袜高跟美女视频| 在线一区二区观看| 欧美日韩亚洲综合| 日韩欧美在线观看一区二区三区| 欧美一区二区三区视频在线观看 | 欧美亚洲另类激情小说| 欧美午夜在线观看| 91精品国产全国免费观看| 欧美一区二区不卡视频| 精品国产亚洲一区二区三区在线观看 | 色播五月激情综合网| 欧美视频三区在线播放| 欧美精品第一页| 日韩免费观看高清完整版| 久久久久久久久一| 中文字幕中文字幕一区| 亚洲自拍偷拍网站| 日韩电影在线观看电影| 国产乱理伦片在线观看夜一区| 国产电影一区二区三区| 91麻豆产精品久久久久久| 欧美日韩国产大片| 久久精品视频一区二区| 亚洲欧美成aⅴ人在线观看| 亚洲福利视频导航| 国产精品一区二区视频| 91欧美激情一区二区三区成人| 欧美视频一区在线观看| 久久久精品日韩欧美| 亚洲一二三四在线| 国产一区 二区| 欧美在线播放高清精品| www成人在线观看| 亚洲中国最大av网站| 国内精品伊人久久久久av一坑| 一本到一区二区三区| 2024国产精品| 亚洲国产视频在线| 成人av资源在线观看| 欧美高清激情brazzers| 国产精品久久久久久一区二区三区 | 宅男在线国产精品| 国产精品不卡一区二区三区| 九一九一国产精品|