亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
亚洲国产精品久久久久秋霞影院| 久久在线免费观看| 日本不卡在线视频| 免费在线观看视频一区| 欧美日韩国产高清一区二区三区| 国产精品国产自产拍高清av| 欧美日韩国产高清一区二区三区| 国产成人免费9x9x人网站视频| 成人免费av资源| 色综合色狠狠综合色| 日韩你懂的在线观看| 精久久久久久久久久久| 亚洲日本韩国一区| 亚洲大型综合色站| 亚洲国产综合视频在线观看| 亚洲一区免费视频| 欧美一区二区三区播放老司机| 精品夜夜嗨av一区二区三区| 国产精品美女久久久久高潮| 亚洲男人都懂的| 欧美aaaaaa午夜精品| 成人综合在线观看| 欧美一区二区三区免费| 成人午夜看片网址| 国产精品女人毛片| 日韩av不卡一区二区| 成人动漫一区二区| 在线视频中文字幕一区二区| 欧美在线色视频| 看片的网站亚洲| 一区二区三区在线不卡| 欧美电影一区二区三区| 337p粉嫩大胆色噜噜噜噜亚洲| 中文字幕一区日韩精品欧美| 久久成人免费电影| 在线视频亚洲一区| 国产一区二区三区观看| 色综合视频一区二区三区高清| 国产真实乱子伦精品视频| av在线这里只有精品| 欧美日韩久久一区| 亚洲国产欧美一区二区三区丁香婷| 欧美va亚洲va在线观看蝴蝶网| 在线一区二区视频| 国产精品拍天天在线| 国产一区二区剧情av在线| 国产激情一区二区三区桃花岛亚洲| www.久久久久久久久| 亚洲欧洲av色图| 久久久久久免费毛片精品| 69堂国产成人免费视频| 国产欧美一区二区三区网站| 日本系列欧美系列| 日韩欧美国产wwwww| 欧美激情中文字幕一区二区| www.爱久久.com| 欧美色图片你懂的| 久久九九全国免费| 亚洲成av人综合在线观看| 91九色02白丝porn| 美女一区二区视频| 国产精品国产三级国产aⅴ入口| 国产成人在线视频网址| 国产成人在线网站| 精品一区二区日韩| 日韩欧美亚洲国产另类 | 欧美在线啊v一区| 七七婷婷婷婷精品国产| 亚洲色图欧洲色图婷婷| 亚洲一区二区三区在线看 | 欧洲国产伦久久久久久久| 中文字幕第一区| 欧美高清激情brazzers| 亚洲成av人片在线观看| 欧美视频一区在线| 精品三级av在线| 欧美一区国产二区| 在线播放日韩导航| 久久精品人人爽人人爽| 免费人成精品欧美精品| 337p日本欧洲亚洲大胆色噜噜| 欧美三级资源在线| 国产99久久久久久免费看农村| 久久不见久久见免费视频7| 不卡的av电影在线观看| 亚洲欧美在线高清| 国产网站一区二区| 91在线观看视频| 国产伦精品一区二区三区在线观看| 亚洲gay无套男同| 婷婷国产在线综合| 色猫猫国产区一区二在线视频| 久久草av在线| 精品免费日韩av| 国产午夜精品久久久久久久 | 亚洲一区二区在线视频| 国产欧美一区二区三区网站| 麻豆专区一区二区三区四区五区| 日本不卡一二三| 91精品在线观看入口| 欧美片网站yy| 久久免费偷拍视频| 国产欧美视频一区二区三区| 日韩午夜精品视频| 中文字幕在线一区| 国产成人欧美日韩在线电影| 夜夜精品浪潮av一区二区三区| 欧美日韩国产免费一区二区| 欧美日韩和欧美的一区二区| 欧美一级高清大全免费观看| 91久久精品一区二区| 欧美一区日本一区韩国一区| 亚洲成av人片www| 色999日韩国产欧美一区二区| 丁香啪啪综合成人亚洲小说| 色先锋久久av资源部| 国产日韩欧美制服另类| 日韩专区中文字幕一区二区| 色伊人久久综合中文字幕| 精品国产伦理网| 国产一级精品在线| 日韩一区二区三区视频| 欧美午夜精品久久久| 欧美一级高清片| 日韩不卡免费视频| 色激情天天射综合网| 国产欧美精品一区二区三区四区| 亚洲综合无码一区二区| 欧美伦理视频网站| 美女mm1313爽爽久久久蜜臀| 国内精品国产成人国产三级粉色| 色播五月激情综合网| 久久影院午夜论| 国产成人综合亚洲网站| 久久综合久久鬼色中文字| 亚洲成人免费电影| 欧美日韩的一区二区| 久久精品国产99久久6| 欧美一级理论片| 中文字幕精品综合| 国产一区二区调教| 日韩亚洲欧美高清| 免费成人你懂的| 欧美大胆人体bbbb| 国产一区二区三区在线观看免费视频 | 成人av在线一区二区三区| 国产精品乱子久久久久| 国产精品一区二区在线看| 亚洲精品一区二区三区蜜桃下载| 精品一二三四在线| 国产亚洲精品久| 欧美亚洲日本一区| 成人午夜看片网址| 久久综合色8888| 韩国女主播一区| 国产精品不卡一区| 91精品国产色综合久久不卡电影| 久久超碰97中文字幕| 国产精品免费视频观看| 色婷婷精品久久二区二区蜜臂av | 成人av网站在线观看| 国产欧美日韩视频一区二区| 一本到一区二区三区| 亚洲亚洲人成综合网络| 国产日韩在线不卡| 欧美一区二区精品久久911| 不卡av在线免费观看| www.视频一区| www.视频一区| 亚洲国产人成综合网站| 久久综合一区二区| 欧美一区二区私人影院日本| 风间由美一区二区三区在线观看| 亚洲香肠在线观看| 亚洲日韩欧美一区二区在线| 91精品久久久久久久99蜜桃| 欧美日韩国产在线播放网站| 麻豆精品在线播放| 欧美精品一区二区三区一线天视频 | 欧美美女直播网站| 欧美日韩在线播放一区| 麻豆精品蜜桃视频网站| 亚洲高清免费视频| 亚洲成人av一区二区三区| 亚洲精品成人在线| 国产精品久久久久影院老司| 久久久久久久久99精品| 最新不卡av在线| 中文字幕中文字幕一区| 日韩av在线免费观看不卡| 成人影视亚洲图片在线| 美女看a上一区| kk眼镜猥琐国模调教系列一区二区| 国产精品主播直播| 91国在线观看| 日韩精品一区二区三区三区免费 | 人人超碰91尤物精品国产| 懂色av一区二区在线播放| 欧美高清激情brazzers| 青青草国产精品97视觉盛宴|