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

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

?? form2.designer.cs

?? 用C#語言在VC環境下實現項目實例開發,實現客戶管理系統.
?? CS
?? 第 1 頁 / 共 4 頁
字號:
?namespace WindowsApplication1
{
    partial class JobDetails
    {
        /// <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(JobDetails));
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.label21 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.textBox7 = new System.Windows.Forms.TextBox();
            this.textBox8 = new System.Windows.Forms.TextBox();
            this.textBox9 = new System.Windows.Forms.TextBox();
            this.textBox10 = new System.Windows.Forms.TextBox();
            this.textBox11 = new System.Windows.Forms.TextBox();
            this.textBox12 = new System.Windows.Forms.TextBox();
            this.textBox13 = new System.Windows.Forms.TextBox();
            this.textBox14 = new System.Windows.Forms.TextBox();
            this.textBox15 = new System.Windows.Forms.TextBox();
            this.textBox16 = new System.Windows.Forms.TextBox();
            this.textBox17 = new System.Windows.Forms.TextBox();
            this.textBox18 = new System.Windows.Forms.TextBox();
            this.textBox19 = new System.Windows.Forms.TextBox();
            this.textBox20 = new System.Windows.Forms.TextBox();
            this.textBox21 = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.button8 = new System.Windows.Forms.Button();
            this.button9 = new System.Windows.Forms.Button();
            this.button10 = new System.Windows.Forms.Button();
            this.button11 = new System.Windows.Forms.Button();
            this.textBox23 = new System.Windows.Forms.TextBox();
            this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
            this.sqlConnection1 = new System.Data.SqlClient.SqlConnection();
            this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
            this.sqlUpdateCommand1 = new System.Data.SqlClient.SqlCommand();
            this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
            this.sqlDataAdapter1 = new System.Data.SqlClient.SqlDataAdapter();
            this.jobDetailDataSet11 = new WindowsApplication1.JobDetailDataSet1();
            this.jobDetailsDataSet11 = new WindowsApplication1.JobDetailsDataSet1();
            ((System.ComponentModel.ISupportInitialize)(this.jobDetailDataSet11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.jobDetailsDataSet11)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(19, 22);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(35, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "CarNo";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(269, 22);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 0;
            this.label2.Text = "OilFiter";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(19, 52);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(47, 12);
            this.label3.TabIndex = 0;
            this.label3.Text = "JobDate";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(19, 85);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 0;
            this.label4.Text = "WorkerId";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(19, 124);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(23, 12);
            this.label5.TabIndex = 0;
            this.label5.Text = "Kms";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(19, 162);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(41, 12);
            this.label6.TabIndex = 0;
            this.label6.Text = "Tuning";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(19, 203);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(59, 12);
            this.label7.TabIndex = 0;
            this.label7.Text = "Alignment";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(19, 240);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(59, 12);
            this.label8.TabIndex = 0;
            this.label8.Text = "Balancing";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(19, 279);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(35, 12);
            this.label9.TabIndex = 0;
            this.label9.Text = "Tires";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(19, 317);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(47, 12);
            this.label10.TabIndex = 0;
            this.label10.Text = "Weights";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(19, 358);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(65, 12);
            this.label11.TabIndex = 0;
            this.label11.Text = "OilChanged";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(19, 399);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(41, 12);
            this.label12.TabIndex = 0;
            this.label12.Text = "OilQty";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(269, 52);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(47, 12);
            this.label13.TabIndex = 0;
            this.label13.Text = "GearOil";
            // 
            // label14
            // 
            this.label14.AutoSize = true;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲国产欧美在线| 日本一区二区综合亚洲| 天天综合色天天综合色h| 精品视频一区三区九区| 午夜精品影院在线观看| 欧美电视剧在线观看完整版| 极品少妇xxxx偷拍精品少妇| 久久免费电影网| 成人午夜免费电影| 亚洲女人的天堂| 欧美高清一级片在线| 蜜臀久久久99精品久久久久久| 欧美成人一区二区三区片免费| 高清在线成人网| 亚洲另类中文字| 欧美精品精品一区| 国产成人精品1024| 一区二区三区不卡视频在线观看 | 一区二区三区四区高清精品免费观看| 91麻豆国产福利在线观看| 亚洲国产成人va在线观看天堂| 日韩一二三四区| 国产成人av电影在线| 亚洲线精品一区二区三区| 91精品黄色片免费大全| 福利一区二区在线观看| 亚洲在线视频网站| 久久天天做天天爱综合色| 99vv1com这只有精品| 蜜臀av在线播放一区二区三区| 中文字幕不卡在线播放| 欧美日精品一区视频| 国产精品一区二区久激情瑜伽| 亚洲欧美另类在线| 久久这里只有精品6| 色婷婷av一区二区三区gif| 麻豆国产一区二区| 亚洲精品五月天| 精品sm在线观看| 欧美日韩一卡二卡三卡| 成人av手机在线观看| 免费的国产精品| 亚洲品质自拍视频| 久久久久久久久久久久久久久99| 在线观看欧美精品| 成人免费视频视频在线观看免费 | 久久一日本道色综合| 在线欧美一区二区| 东方欧美亚洲色图在线| 青青青爽久久午夜综合久久午夜| 亚洲日本免费电影| 久久久久久亚洲综合影院红桃| 在线播放中文字幕一区| 日本精品一区二区三区高清| 大尺度一区二区| 国产真实乱偷精品视频免| 日韩av中文字幕一区二区三区| 一区二区日韩av| 亚洲欧洲综合另类在线| 中文字幕av一区二区三区免费看| 欧美va在线播放| 欧美一区二区三区男人的天堂| 欧美午夜在线一二页| 色综合天天综合色综合av| 成人综合激情网| 国产成人丝袜美腿| 国产美女一区二区三区| 狂野欧美性猛交blacked| 日本怡春院一区二区| 亚洲国产成人va在线观看天堂| 一区二区三区日韩精品视频| 自拍偷在线精品自拍偷无码专区| 欧美高清在线一区二区| 久久精品无码一区二区三区| 精品福利在线导航| 久久蜜桃av一区二区天堂| 精品少妇一区二区三区日产乱码| 日韩视频不卡中文| 欧美电影免费观看高清完整版在线| 91精品在线麻豆| 日韩欧美色电影| 精品国产伦一区二区三区观看体验| 日韩亚洲欧美成人一区| 欧美一区二区网站| 欧美变态tickling挠脚心| 26uuu欧美| 久久九九影视网| 日本一区二区高清| 亚洲欧洲av色图| 一区二区三区影院| 亚洲国产成人av| 日本不卡的三区四区五区| 美女国产一区二区三区| 国产麻豆午夜三级精品| 国产不卡视频一区二区三区| aaa国产一区| 欧美日韩一级黄| 精品国产一区二区三区久久久蜜月| 精品国产凹凸成av人导航| 欧美激情在线看| 亚洲男人天堂av网| 日韩二区三区四区| 国产精品亚洲一区二区三区在线| 丰满少妇在线播放bd日韩电影| 99久久伊人精品| 欧美色图在线观看| 日韩美女视频一区二区在线观看| 久久婷婷综合激情| 亚洲黄色片在线观看| 免费久久99精品国产| 丁香一区二区三区| 欧美人与z0zoxxxx视频| 欧美精品一区二区三区很污很色的| 中文字幕成人av| 亚洲h在线观看| 粉嫩高潮美女一区二区三区| 在线观看网站黄不卡| 日韩精品中文字幕一区| 亚洲欧洲成人精品av97| 日本在线不卡一区| 99久久国产综合精品女不卡| 678五月天丁香亚洲综合网| 国产亚洲精品bt天堂精选| 一区二区三区国产| 国产麻豆一精品一av一免费| 色激情天天射综合网| 久久丝袜美腿综合| 亚洲一二三四在线观看| 国产乱理伦片在线观看夜一区| 在线亚洲高清视频| 国产欧美一区二区精品秋霞影院| 五月天激情综合网| 成人avav在线| 欧美精品一区二区在线观看| 亚洲午夜电影网| 成人黄色电影在线| 精品福利在线导航| 天天影视网天天综合色在线播放| 成人av电影免费在线播放| 欧美r级电影在线观看| 一区二区三区.www| av在线免费不卡| 久久久不卡网国产精品一区| 偷拍一区二区三区| 在线观看日韩一区| 综合激情网...| 国产成人av电影免费在线观看| 欧美一级国产精品| 午夜欧美大尺度福利影院在线看| 成人精品视频一区| 久久久不卡网国产精品一区| 麻豆传媒一区二区三区| 欧美视频在线一区| 一区二区三区中文字幕在线观看| 成人一区在线观看| 久久精品日韩一区二区三区| 精品一区二区三区在线观看 | 亚洲美女视频在线| 播五月开心婷婷综合| 久久久亚洲高清| 精品一区二区av| 精品国产区一区| 久久99久久久久| 欧美成va人片在线观看| 麻豆91在线看| 欧美大片免费久久精品三p| 午夜精品久久久久影视| 欧美日韩你懂得| 亚洲va国产天堂va久久en| 欧美精品丝袜中出| 日本不卡免费在线视频| 日韩一区二区中文字幕| 麻豆久久一区二区| 精品日韩成人av| 国产一区久久久| 欧美国产一区在线| 波多野结衣欧美| 国产精品久久久久婷婷二区次| 成人精品一区二区三区四区| 日韩一区欧美一区| 色欧美片视频在线观看在线视频| 一区二区三区成人在线视频| 欧美日韩亚洲综合| 青青草97国产精品免费观看 | 国产日韩欧美精品在线| 国产白丝精品91爽爽久久| 国产精品高潮呻吟| 91激情五月电影| 偷偷要91色婷婷| 精品国产一区a| 成人免费观看男女羞羞视频| 最好看的中文字幕久久| 欧美日韩黄色一区二区| 美女视频黄久久| 国产精品丝袜91| 欧美自拍偷拍一区| 蜜臀精品一区二区三区在线观看 | 亚洲国产精品av| 色狠狠综合天天综合综合| 亚洲6080在线|